Project eric7

Sun, 13 Apr 2025 15:53:14 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 13 Apr 2025 15:53:14 +0200
branch
eric7
changeset 11217
856628e8a303
parent 11216
a1471981ef18
child 11218
43dfc40728d2

Project
- Removed support for `pyqt5` project type.

docs/changelog.md file | annotate | diff | comparison | revisions
eric7.epj file | annotate | diff | comparison | revisions
src/eric7/CodeTemplates/impl_pyqt5.py.tmpl file | annotate | diff | comparison | revisions
src/eric7/Documentation/Source/eric7.Project.UicLoadUi5.html file | annotate | diff | comparison | revisions
src/eric7/Plugins/PluginWizardQFileDialog.py file | annotate | diff | comparison | revisions
src/eric7/Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py file | annotate | diff | comparison | revisions
src/eric7/Preferences/ConfigurationPages/HelpDocumentationPage.py file | annotate | diff | comparison | revisions
src/eric7/Preferences/ConfigurationPages/HelpDocumentationPage.ui file | annotate | diff | comparison | revisions
src/eric7/Preferences/ConfigurationPages/QtPage.py file | annotate | diff | comparison | revisions
src/eric7/Preferences/ConfigurationPages/QtPage.ui file | annotate | diff | comparison | revisions
src/eric7/Preferences/ConfigurationPages/Ui_HelpDocumentationPage.py file | annotate | diff | comparison | revisions
src/eric7/Preferences/ConfigurationPages/Ui_QtPage.py file | annotate | diff | comparison | revisions
src/eric7/Preferences/ProgramsDialog.py file | annotate | diff | comparison | revisions
src/eric7/Preferences/__init__.py file | annotate | diff | comparison | revisions
src/eric7/Project/CreateDialogCodeDialog.py file | annotate | diff | comparison | revisions
src/eric7/Project/Project.py file | annotate | diff | comparison | revisions
src/eric7/Project/ProjectFormsBrowser.py file | annotate | diff | comparison | revisions
src/eric7/Project/ProjectResourcesBrowser.py file | annotate | diff | comparison | revisions
src/eric7/Project/ProjectTranslationsBrowser.py file | annotate | diff | comparison | revisions
src/eric7/Project/UicLoadUi5.py file | annotate | diff | comparison | revisions
src/eric7/QScintilla/Lexers/LexerPython.py file | annotate | diff | comparison | revisions
src/eric7/QtHelpInterface/HelpDocsInstaller.py file | annotate | diff | comparison | revisions
src/eric7/SystemUtilities/QtUtilities.py file | annotate | diff | comparison | revisions
src/eric7/UI/UserInterface.py file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_cs.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_de.qm file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_de.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_empty.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_en.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_es.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_fr.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_it.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_pt.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_ru.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_tr.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_zh_CN.ts file | annotate | diff | comparison | revisions
--- a/docs/changelog.md	Sun Apr 13 14:46:18 2025 +0200
+++ b/docs/changelog.md	Sun Apr 13 15:53:14 2025 +0200
@@ -9,6 +9,7 @@
     - Modified the display of the crash session dialog to allow the removal
       of crash session files.
 - Project
+    - Removed support for `pyqt5` project type.
     - Removed support for `pyside2` project type.
 
 ### Version 25.4
--- a/eric7.epj	Sun Apr 13 14:46:18 2025 +0200
+++ b/eric7.epj	Sun Apr 13 15:53:14 2025 +0200
@@ -2421,7 +2421,6 @@
       "src/eric7/Project/Ui_UicCompilerOptionsDialog.py",
       "src/eric7/Project/Ui_UserPropertiesDialog.py",
       "src/eric7/Project/UicCompilerOptionsDialog.py",
-      "src/eric7/Project/UicLoadUi5.py",
       "src/eric7/Project/UicLoadUi6.py",
       "src/eric7/Project/UserProjectFile.py",
       "src/eric7/Project/UserPropertiesDialog.py",
--- a/src/eric7/CodeTemplates/impl_pyqt5.py.tmpl	Sun Apr 13 14:46:18 2025 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-# -*- coding: utf-8 -*-
-
-"""
-Module implementing $CLASSNAME$.
-"""
-
-from PyQt5.QtCore import pyqtSlot
-from PyQt5.QtWidgets import $SUPERCLASS$
-
-from .Ui_$FORMFILE$ import Ui_$FORMCLASS$
-
-
-class $CLASSNAME$($SUPERCLASS$, Ui_$FORMCLASS$):
-    """
-    Class documentation goes here.
-    """
-
-    def __init__(self, parent=None):
-        """
-        Constructor
-
-        @param parent reference to the parent widget (defaults to None)
-        @type QWidget (optional)
-        """
-        super().__init__(parent)
-        self.setupUi(self)
--- a/src/eric7/Documentation/Source/eric7.Project.UicLoadUi5.html	Sun Apr 13 14:46:18 2025 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,180 +0,0 @@
-<!DOCTYPE html>
-<html><head>
-<title>eric7.Project.UicLoadUi5</title>
-<meta charset="UTF-8">
-<link rel="stylesheet" href="styles.css">
-</head>
-<body>
-<a NAME="top" ID="top"></a>
-<h1>eric7.Project.UicLoadUi5</h1>
-<p>
-Module to get the object name, class name or signatures of a Qt form (*.ui).
-</p>
-
-<h3>Global Attributes</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-
-<h3>Classes</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-
-<h3>Functions</h3>
-<table>
-<tr>
-<td><a href="#__mapType">__mapType</a></td>
-<td>Private function to map a type as reported by Qt's meta object to the correct Python type.</td>
-</tr>
-<tr>
-<td><a href="#_printerr">_printerr</a></td>
-<td>Function to print the given string as error to sys.stdoerr with a guard string.</td>
-</tr>
-<tr>
-<td><a href="#_printout">_printout</a></td>
-<td>Function to print the given string as output to sys.stderr with a guard string.</td>
-</tr>
-<tr>
-<td><a href="#className">className</a></td>
-<td>Function to get the class name of a form.</td>
-</tr>
-<tr>
-<td><a href="#objectName">objectName</a></td>
-<td>Function to get the object name of a form.</td>
-</tr>
-<tr>
-<td><a href="#signatures">signatures</a></td>
-<td>Function to get the signatures of form elements.</td>
-</tr>
-</table>
-
-<hr />
-<hr />
-<a NAME="__mapType" ID="__mapType"></a>
-<h2>__mapType</h2>
-<b>__mapType</b>(<i>type_</i>)
-<p>
-    Private function to map a type as reported by Qt's meta object to the
-    correct Python type.
-</p>
-
-<dl>
-
-<dt><i>type_</i> (QByteArray or bytes)</dt>
-<dd>
-type as reported by Qt
-</dd>
-</dl>
-<dl>
-<dt>Return:</dt>
-<dd>
-mapped Python type
-</dd>
-</dl>
-<dl>
-<dt>Return Type:</dt>
-<dd>
-str
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr />
-<hr />
-<a NAME="_printerr" ID="_printerr"></a>
-<h2>_printerr</h2>
-<b>_printerr</b>(<i>dataString</i>)
-<p>
-    Function to print the given string as error to sys.stdoerr with a guard string.
-</p>
-
-<dl>
-
-<dt><i>dataString</i> (str)</dt>
-<dd>
-string to be printed
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr />
-<hr />
-<a NAME="_printout" ID="_printout"></a>
-<h2>_printout</h2>
-<b>_printout</b>(<i>dataString</i>)
-<p>
-    Function to print the given string as output to sys.stderr with a guard string.
-</p>
-
-<dl>
-
-<dt><i>dataString</i> (str)</dt>
-<dd>
-string to be printed
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr />
-<hr />
-<a NAME="className" ID="className"></a>
-<h2>className</h2>
-<b>className</b>(<i>formFile, projectPath</i>)
-<p>
-    Function to get the class name of a form.
-</p>
-
-<dl>
-
-<dt><i>formFile</i> (str)</dt>
-<dd>
-file name of the form
-</dd>
-<dt><i>projectPath</i> (str)</dt>
-<dd>
-directory name of the project
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr />
-<hr />
-<a NAME="objectName" ID="objectName"></a>
-<h2>objectName</h2>
-<b>objectName</b>(<i>formFile, projectPath</i>)
-<p>
-    Function to get the object name of a form.
-</p>
-
-<dl>
-
-<dt><i>formFile</i> (str)</dt>
-<dd>
-file name of the form
-</dd>
-<dt><i>projectPath</i> (str)</dt>
-<dd>
-directory name of the project
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr />
-<hr />
-<a NAME="signatures" ID="signatures"></a>
-<h2>signatures</h2>
-<b>signatures</b>(<i>formFile, projectPath</i>)
-<p>
-    Function to get the signatures of form elements.
-</p>
-
-<dl>
-
-<dt><i>formFile</i> (str)</dt>
-<dd>
-file name of the form
-</dd>
-<dt><i>projectPath</i> (str)</dt>
-<dd>
-directory name of the project
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr />
-</body></html>
--- a/src/eric7/Plugins/PluginWizardQFileDialog.py	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/Plugins/PluginWizardQFileDialog.py	Sun Apr 13 15:53:14 2025 +0200
@@ -50,8 +50,8 @@
         super().__init__(ui)
         self.__ui = ui
 
-        # PyQt5/PyQt6
-        self.__pyqtRe = re.compile(r"(?:import|from)\s+PyQt([56])")
+        # PyQt6
+        self.__pyqtRe = re.compile(r"(?:import|from)\s+PyQt([6])")
 
     def activate(self):
         """
@@ -141,7 +141,7 @@
         @param editor reference to the current editor
         @type Editor
         @param variant variant of code to be generated
-            (-1 = EricFileDialog, 0 = unknown, 5 = PyQt5, 6 = PyQt6)
+            (-1 = EricFileDialog, 0 = unknown, 6 = PyQt6)
         @type int
         @return the generated code
         @rtype str
@@ -187,7 +187,7 @@
                     # unknown
                     dialogVariant = 0
                 else:
-                    # PyQt5/PyQt6
+                    # PyQt6
                     dialogVariant = int(match.group(1))
             else:
                 # EricFileDialog
--- a/src/eric7/Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py	Sun Apr 13 15:53:14 2025 +0200
@@ -36,7 +36,6 @@
         ),
     )
     PyQtTypes = (
-        ("PyQt5", "pyqt5"),
         ("PyQt6", "pyqt6"),
     )
 
@@ -46,7 +45,7 @@
 
         @param dialogVariant variant of the file dialog to be generated
             (-2 = EricFileDialog (pathlib.Path based), -1 = EricFileDialog (string
-            based), 0 = unknown, 5 = PyQt5, 6 = PyQt6)
+            based), 0 = unknown, 6 = PyQt6)
         @type int
         @param parent parent widget
         @type QWidget
@@ -125,12 +124,12 @@
         self.rfOpenFiles.setEnabled(txt.startswith("eric_"))
         self.rfSaveFile.setEnabled(txt.startswith("eric_"))
 
-        self.rOpenFileUrl.setEnabled(txt in ["pyqt5", "pyqt6"])
-        self.rOpenFileUrls.setEnabled(txt in ["pyqt5", "pyqt6"])
-        self.rSaveFileUrl.setEnabled(txt in ["pyqt5", "pyqt6"])
-        self.rDirectoryUrl.setEnabled(txt in ["pyqt5", "pyqt6"])
+        self.rOpenFileUrl.setEnabled(txt in ("pyqt6",))
+        self.rOpenFileUrls.setEnabled(txt in ("pyqt6",))
+        self.rSaveFileUrl.setEnabled(txt in ("pyqt6",))
+        self.rDirectoryUrl.setEnabled(txt in ("pyqt6",))
 
-        if txt in ["pyqt5", "pyqt6"]:
+        if txt in ("pyqt6",):
             if self.rfOpenFile.isChecked():
                 self.rOpenFile.setChecked(True)
             elif self.rfOpenFiles.isChecked():
@@ -151,8 +150,6 @@
             self.__dialogVariant = -1
         elif txt == "eric_pathlib":
             self.__dialogVariant = -2
-        elif txt == "PyQt5":
-            self.__dialogVariant = 5
         elif txt == "PyQt6":
             self.__dialogVariant = 6
         else:
--- a/src/eric7/Preferences/ConfigurationPages/HelpDocumentationPage.py	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/Preferences/ConfigurationPages/HelpDocumentationPage.py	Sun Apr 13 15:53:14 2025 +0200
@@ -39,18 +39,10 @@
                 "All Files (*)"
             )
         )
-        self.qt5DocDirPicker.setMode(EricPathPickerModes.OPEN_FILE_MODE)
-        self.qt5DocDirPicker.setFilters(
-            self.tr("HTML Files (*.html *.htm);;All Files (*)")
-        )
         self.qt6DocDirPicker.setMode(EricPathPickerModes.OPEN_FILE_MODE)
         self.qt6DocDirPicker.setFilters(
             self.tr("HTML Files (*.html *.htm);;All Files (*)")
         )
-        self.pyqt5DocDirPicker.setMode(EricPathPickerModes.OPEN_FILE_MODE)
-        self.pyqt5DocDirPicker.setFilters(
-            self.tr("HTML Files (*.html *.htm);;All Files (*)")
-        )
         self.pyqt6DocDirPicker.setMode(EricPathPickerModes.OPEN_FILE_MODE)
         self.pyqt6DocDirPicker.setFilters(
             self.tr("HTML Files (*.html *.htm);;All Files (*)")
@@ -68,11 +60,7 @@
         self.pythonDocDirPicker.setText(
             Preferences.getHelp("PythonDocDir"), toNative=False
         )
-        self.qt5DocDirPicker.setText(Preferences.getHelp("Qt5DocDir"), toNative=False)
         self.qt6DocDirPicker.setText(Preferences.getHelp("Qt6DocDir"), toNative=False)
-        self.pyqt5DocDirPicker.setText(
-            Preferences.getHelp("PyQt5DocDir"), toNative=False
-        )
         self.pyqt6DocDirPicker.setText(
             Preferences.getHelp("PyQt6DocDir"), toNative=False
         )
@@ -91,9 +79,7 @@
         Preferences.setHelp(
             "PythonDocDir", self.pythonDocDirPicker.text(toNative=False)
         )
-        Preferences.setHelp("Qt5DocDir", self.qt5DocDirPicker.text(toNative=False))
         Preferences.setHelp("Qt6DocDir", self.qt6DocDirPicker.text(toNative=False))
-        Preferences.setHelp("PyQt5DocDir", self.pyqt5DocDirPicker.text(toNative=False))
         Preferences.setHelp("PyQt6DocDir", self.pyqt6DocDirPicker.text(toNative=False))
         Preferences.setHelp(
             "PySide6DocDir", self.pyside6DocDirPicker.text(toNative=False)
--- a/src/eric7/Preferences/ConfigurationPages/HelpDocumentationPage.ui	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/Preferences/ConfigurationPages/HelpDocumentationPage.ui	Sun Apr 13 15:53:14 2025 +0200
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>526</width>
-    <height>840</height>
+    <height>592</height>
    </rect>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout">
@@ -121,41 +121,6 @@
     </widget>
    </item>
    <item>
-    <widget class="QGroupBox" name="groupBox_8">
-     <property name="title">
-      <string>Qt5 Documentation</string>
-     </property>
-     <layout class="QVBoxLayout" name="verticalLayout_5">
-      <item>
-       <widget class="EricPathPicker" name="qt5DocDirPicker" native="true">
-        <property name="sizePolicy">
-         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
-          <horstretch>0</horstretch>
-          <verstretch>0</verstretch>
-         </sizepolicy>
-        </property>
-        <property name="focusPolicy">
-         <enum>Qt::FocusPolicy::StrongFocus</enum>
-        </property>
-        <property name="toolTip">
-         <string>Enter the Qt5 documentation directory</string>
-        </property>
-       </widget>
-      </item>
-      <item>
-       <widget class="QLabel" name="textLabel1_8_2_2_4">
-        <property name="text">
-         <string>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the QT5DOCDIR environment variable, if set.</string>
-        </property>
-        <property name="wordWrap">
-         <bool>true</bool>
-        </property>
-       </widget>
-      </item>
-     </layout>
-    </widget>
-   </item>
-   <item>
     <widget class="QGroupBox" name="groupBox_10">
      <property name="title">
       <string>Qt6 Documentation</string>
@@ -191,41 +156,6 @@
     </widget>
    </item>
    <item>
-    <widget class="QGroupBox" name="pyqt5Group">
-     <property name="title">
-      <string>PyQt5 Documentation</string>
-     </property>
-     <layout class="QVBoxLayout" name="verticalLayout_7">
-      <item>
-       <widget class="EricPathPicker" name="pyqt5DocDirPicker" native="true">
-        <property name="sizePolicy">
-         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
-          <horstretch>0</horstretch>
-          <verstretch>0</verstretch>
-         </sizepolicy>
-        </property>
-        <property name="focusPolicy">
-         <enum>Qt::FocusPolicy::StrongFocus</enum>
-        </property>
-        <property name="toolTip">
-         <string>Enter the PyQt5 documentation directory</string>
-        </property>
-       </widget>
-      </item>
-      <item>
-       <widget class="QLabel" name="textLabel1_8_2_2_5">
-        <property name="text">
-         <string>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYQT5DOCDIR environment variable, if set.</string>
-        </property>
-        <property name="wordWrap">
-         <bool>true</bool>
-        </property>
-       </widget>
-      </item>
-     </layout>
-    </widget>
-   </item>
-   <item>
     <widget class="QGroupBox" name="pyqt6Group">
      <property name="title">
       <string>PyQt6 Documentation</string>
@@ -322,9 +252,7 @@
   <tabstop>searchQtHelpCheckBox</tabstop>
   <tabstop>ericDocDirPicker</tabstop>
   <tabstop>pythonDocDirPicker</tabstop>
-  <tabstop>qt5DocDirPicker</tabstop>
   <tabstop>qt6DocDirPicker</tabstop>
-  <tabstop>pyqt5DocDirPicker</tabstop>
   <tabstop>pyqt6DocDirPicker</tabstop>
   <tabstop>pyside6DocDirPicker</tabstop>
  </tabstops>
--- a/src/eric7/Preferences/ConfigurationPages/QtPage.py	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/Preferences/ConfigurationPages/QtPage.py	Sun Apr 13 15:53:14 2025 +0200
@@ -43,7 +43,6 @@
             self.__standalone = True
 
         for button in (
-            self.pyqt5VenvDlgButton,
             self.pyqt6VenvDlgButton,
             self.pyside6VenvDlgButton,
         ):
@@ -52,7 +51,6 @@
             button.setVisible(self.__standalone)
 
         for button in (
-            self.pyqt5VenvRefreshButton,
             self.pyqt6VenvRefreshButton,
             self.pyside6VenvRefreshButton,
         ):
@@ -65,7 +63,6 @@
             picker.setMode(EricPathPickerModes.OPEN_FILE_MODE)
         for picker in (
             self.qtToolsDirPicker,
-            self.pyqtToolsDirPicker,
             self.pyqt6ToolsDirPicker,
             self.pyside6ToolsDirPicker,
         ):
@@ -86,18 +83,12 @@
         self.lreleasePicker.setText(Preferences.getQt("Lrelease"))
         self.lreleasePicker.setDefaultDirectory(Preferences.getQt("QtToolsDir"))
 
-        # PyQt 5
-        self.pyqtToolsDirPicker.setText(Preferences.getQt("PyQtToolsDir"))
-        self.pyuicIndentSpinBox.setValue(Preferences.getQt("PyuicIndent"))
-        self.pyuicImportsCheckBox.setChecked(Preferences.getQt("PyuicFromImports"))
-        self.pyuicExecuteCheckBox.setChecked(Preferences.getQt("PyuicExecute"))
-
-        # PyQt 6
+        # PyQt6
         self.pyqt6ToolsDirPicker.setText(Preferences.getQt("PyQt6ToolsDir"))
         self.pyuic6IndentSpinBox.setValue(Preferences.getQt("Pyuic6Indent"))
         self.pyuic6ExecuteCheckBox.setChecked(Preferences.getQt("Pyuic6Execute"))
 
-        # PySide 6
+        # PySide6
         self.pyside6ToolsDirPicker.setText(Preferences.getQt("PySide6ToolsDir"))
         self.pyside6uicImportsCheckBox.setChecked(
             Preferences.getQt("PySide6FromImports")
@@ -114,12 +105,6 @@
         Preferences.setQt("QHelpGenerator", self.qhelpgeneratorPicker.text())
         Preferences.setQt("Lrelease", self.lreleasePicker.text())
 
-        Preferences.setQt("PyQtVenvName", self.pyqt5VenvComboBox.currentText())
-        Preferences.setQt("PyQtToolsDir", self.pyqtToolsDirPicker.text())
-        Preferences.setQt("PyuicIndent", self.pyuicIndentSpinBox.value())
-        Preferences.setQt("PyuicFromImports", self.pyuicImportsCheckBox.isChecked())
-        Preferences.setQt("PyuicExecute", self.pyuicExecuteCheckBox.isChecked())
-
         Preferences.setQt("PyQt6VenvName", self.pyqt6VenvComboBox.currentText())
         Preferences.setQt("PyQt6ToolsDir", self.pyqt6ToolsDirPicker.text())
         Preferences.setQt("Pyuic6Indent", self.pyuic6IndentSpinBox.value())
@@ -205,9 +190,6 @@
         @type bool
         """
         self.__populateAndSetVenvComboBox(
-            self.pyqt5VenvComboBox, "PyQtVenvName", initial
-        )
-        self.__populateAndSetVenvComboBox(
             self.pyqt6VenvComboBox, "PyQt6VenvName", initial
         )
         self.__populateAndSetVenvComboBox(
--- a/src/eric7/Preferences/ConfigurationPages/QtPage.ui	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/Preferences/ConfigurationPages/QtPage.ui	Sun Apr 13 15:53:14 2025 +0200
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>556</width>
-    <height>1316</height>
+    <height>786</height>
    </rect>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout_4">
@@ -225,289 +225,135 @@
     </widget>
    </item>
    <item>
-    <widget class="QGroupBox" name="groupBox_7">
+    <widget class="QGroupBox" name="groupBox_8">
      <property name="title">
-      <string>PyQt</string>
+      <string>PyQt 6</string>
      </property>
-     <layout class="QVBoxLayout" name="verticalLayout_6">
+     <layout class="QVBoxLayout" name="verticalLayout_5">
       <item>
-       <widget class="QGroupBox" name="groupBox_5">
+       <layout class="QHBoxLayout" name="horizontalLayout_8">
+        <item>
+         <widget class="QLabel" name="label_10">
+          <property name="text">
+           <string>Virtual Environment:</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QComboBox" name="pyqt6VenvComboBox">
+          <property name="sizePolicy">
+           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+            <horstretch>0</horstretch>
+            <verstretch>0</verstretch>
+           </sizepolicy>
+          </property>
+          <property name="toolTip">
+           <string>Select the virtual environment to be used</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QToolButton" name="pyqt6VenvDlgButton">
+          <property name="toolTip">
+           <string>Press to open the virtual environment manager dialog</string>
+          </property>
+          <property name="text">
+           <string notr="true"/>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QToolButton" name="pyqt6VenvRefreshButton">
+          <property name="toolTip">
+           <string>Press to refresh the list of vitual environments</string>
+          </property>
+          <property name="text">
+           <string notr="true"/>
+          </property>
+         </widget>
+        </item>
+       </layout>
+      </item>
+      <item>
+       <layout class="QHBoxLayout" name="horizontalLayout_4">
+        <item>
+         <widget class="QLabel" name="label_8">
+          <property name="text">
+           <string>Tools Directory:</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="EricPathPicker" name="pyqt6ToolsDirPicker" native="true">
+          <property name="sizePolicy">
+           <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
+            <horstretch>0</horstretch>
+            <verstretch>0</verstretch>
+           </sizepolicy>
+          </property>
+          <property name="focusPolicy">
+           <enum>Qt::FocusPolicy::StrongFocus</enum>
+          </property>
+          <property name="toolTip">
+           <string>Enter the path of the PyQt 6 tools directory, if they are not found.</string>
+          </property>
+         </widget>
+        </item>
+       </layout>
+      </item>
+      <item>
+       <widget class="QGroupBox" name="groupBox_9">
         <property name="title">
-         <string>PyQt 5</string>
+         <string>pyuic6 Options</string>
         </property>
-        <layout class="QVBoxLayout" name="verticalLayout_7">
-         <item>
-          <layout class="QHBoxLayout" name="horizontalLayout_9">
-           <item>
-            <widget class="QLabel" name="label">
-             <property name="text">
-              <string>Virtual Environment:</string>
-             </property>
-            </widget>
-           </item>
-           <item>
-            <widget class="QComboBox" name="pyqt5VenvComboBox">
-             <property name="sizePolicy">
-              <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
-               <horstretch>0</horstretch>
-               <verstretch>0</verstretch>
-              </sizepolicy>
-             </property>
-             <property name="toolTip">
-              <string>Select the virtual environment to be used</string>
-             </property>
-            </widget>
-           </item>
-           <item>
-            <widget class="QToolButton" name="pyqt5VenvDlgButton">
-             <property name="toolTip">
-              <string>Press to open the virtual environment manager dialog</string>
-             </property>
-             <property name="text">
-              <string notr="true"/>
-             </property>
-            </widget>
-           </item>
-           <item>
-            <widget class="QToolButton" name="pyqt5VenvRefreshButton">
-             <property name="toolTip">
-              <string>Press to refresh the list of vitual environments</string>
-             </property>
-             <property name="text">
-              <string notr="true"/>
-             </property>
-            </widget>
-           </item>
-          </layout>
+        <layout class="QGridLayout" name="gridLayout_3">
+         <item row="0" column="2">
+          <spacer name="horizontalSpacer_2">
+           <property name="orientation">
+            <enum>Qt::Orientation::Horizontal</enum>
+           </property>
+           <property name="sizeHint" stdset="0">
+            <size>
+             <width>448</width>
+             <height>20</height>
+            </size>
+           </property>
+          </spacer>
          </item>
-         <item>
-          <layout class="QHBoxLayout" name="horizontalLayout_3">
-           <item>
-            <widget class="QLabel" name="label_6">
-             <property name="text">
-              <string>Tools Directory:</string>
-             </property>
-            </widget>
-           </item>
-           <item>
-            <widget class="EricPathPicker" name="pyqtToolsDirPicker" native="true">
-             <property name="sizePolicy">
-              <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
-               <horstretch>0</horstretch>
-               <verstretch>0</verstretch>
-              </sizepolicy>
-             </property>
-             <property name="focusPolicy">
-              <enum>Qt::FocusPolicy::StrongFocus</enum>
-             </property>
-             <property name="toolTip">
-              <string>Enter the path of the PyQt 5 tools directory, if they are not found.</string>
-             </property>
-            </widget>
-           </item>
-          </layout>
-         </item>
-         <item>
-          <widget class="QGroupBox" name="groupBox">
-           <property name="title">
-            <string>pyuic5 Options</string>
+         <item row="1" column="0" colspan="3">
+          <widget class="QCheckBox" name="pyuic6ExecuteCheckBox">
+           <property name="toolTip">
+            <string>Select to generate extra code to test and display the form</string>
            </property>
-           <layout class="QGridLayout" name="gridLayout">
-            <item row="0" column="0">
-             <widget class="QLabel" name="label_2">
-              <property name="text">
-               <string>Indent Width:</string>
-              </property>
-             </widget>
-            </item>
-            <item row="0" column="1">
-             <widget class="QSpinBox" name="pyuicIndentSpinBox">
-              <property name="toolTip">
-               <string>Select the indent width (default: 4)</string>
-              </property>
-              <property name="alignment">
-               <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
-              </property>
-              <property name="minimum">
-               <number>2</number>
-              </property>
-              <property name="maximum">
-               <number>16</number>
-              </property>
-              <property name="value">
-               <number>4</number>
-              </property>
-             </widget>
-            </item>
-            <item row="0" column="2">
-             <spacer name="horizontalSpacer">
-              <property name="orientation">
-               <enum>Qt::Orientation::Horizontal</enum>
-              </property>
-              <property name="sizeHint" stdset="0">
-               <size>
-                <width>448</width>
-                <height>20</height>
-               </size>
-              </property>
-             </spacer>
-            </item>
-            <item row="1" column="0" colspan="3">
-             <widget class="QCheckBox" name="pyuicImportsCheckBox">
-              <property name="text">
-               <string>Generate imports relative to '.'</string>
-              </property>
-             </widget>
-            </item>
-            <item row="2" column="0" colspan="3">
-             <widget class="QCheckBox" name="pyuicExecuteCheckBox">
-              <property name="toolTip">
-               <string>Select to generate extra code to test and display the form</string>
-              </property>
-              <property name="text">
-               <string>Generate Extra Test Code</string>
-              </property>
-             </widget>
-            </item>
-           </layout>
+           <property name="text">
+            <string>Generate Extra Test Code</string>
+           </property>
           </widget>
          </item>
-        </layout>
-       </widget>
-      </item>
-      <item>
-       <widget class="QGroupBox" name="groupBox_8">
-        <property name="title">
-         <string>PyQt 6</string>
-        </property>
-        <layout class="QVBoxLayout" name="verticalLayout_5">
-         <item>
-          <layout class="QHBoxLayout" name="horizontalLayout_8">
-           <item>
-            <widget class="QLabel" name="label_10">
-             <property name="text">
-              <string>Virtual Environment:</string>
-             </property>
-            </widget>
-           </item>
-           <item>
-            <widget class="QComboBox" name="pyqt6VenvComboBox">
-             <property name="sizePolicy">
-              <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
-               <horstretch>0</horstretch>
-               <verstretch>0</verstretch>
-              </sizepolicy>
-             </property>
-             <property name="toolTip">
-              <string>Select the virtual environment to be used</string>
-             </property>
-            </widget>
-           </item>
-           <item>
-            <widget class="QToolButton" name="pyqt6VenvDlgButton">
-             <property name="toolTip">
-              <string>Press to open the virtual environment manager dialog</string>
-             </property>
-             <property name="text">
-              <string notr="true"/>
-             </property>
-            </widget>
-           </item>
-           <item>
-            <widget class="QToolButton" name="pyqt6VenvRefreshButton">
-             <property name="toolTip">
-              <string>Press to refresh the list of vitual environments</string>
-             </property>
-             <property name="text">
-              <string notr="true"/>
-             </property>
-            </widget>
-           </item>
-          </layout>
+         <item row="0" column="1">
+          <widget class="QSpinBox" name="pyuic6IndentSpinBox">
+           <property name="toolTip">
+            <string>Select the indent width (default: 4)</string>
+           </property>
+           <property name="alignment">
+            <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
+           </property>
+           <property name="minimum">
+            <number>2</number>
+           </property>
+           <property name="maximum">
+            <number>16</number>
+           </property>
+           <property name="value">
+            <number>4</number>
+           </property>
+          </widget>
          </item>
-         <item>
-          <layout class="QHBoxLayout" name="horizontalLayout_4">
-           <item>
-            <widget class="QLabel" name="label_8">
-             <property name="text">
-              <string>Tools Directory:</string>
-             </property>
-            </widget>
-           </item>
-           <item>
-            <widget class="EricPathPicker" name="pyqt6ToolsDirPicker" native="true">
-             <property name="sizePolicy">
-              <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
-               <horstretch>0</horstretch>
-               <verstretch>0</verstretch>
-              </sizepolicy>
-             </property>
-             <property name="focusPolicy">
-              <enum>Qt::FocusPolicy::StrongFocus</enum>
-             </property>
-             <property name="toolTip">
-              <string>Enter the path of the PyQt 6 tools directory, if they are not found.</string>
-             </property>
-            </widget>
-           </item>
-          </layout>
-         </item>
-         <item>
-          <widget class="QGroupBox" name="groupBox_9">
-           <property name="title">
-            <string>pyuic6 Options</string>
+         <item row="0" column="0">
+          <widget class="QLabel" name="label_9">
+           <property name="text">
+            <string>Indent Width:</string>
            </property>
-           <layout class="QGridLayout" name="gridLayout_3">
-            <item row="0" column="2">
-             <spacer name="horizontalSpacer_2">
-              <property name="orientation">
-               <enum>Qt::Orientation::Horizontal</enum>
-              </property>
-              <property name="sizeHint" stdset="0">
-               <size>
-                <width>448</width>
-                <height>20</height>
-               </size>
-              </property>
-             </spacer>
-            </item>
-            <item row="1" column="0" colspan="3">
-             <widget class="QCheckBox" name="pyuic6ExecuteCheckBox">
-              <property name="toolTip">
-               <string>Select to generate extra code to test and display the form</string>
-              </property>
-              <property name="text">
-               <string>Generate Extra Test Code</string>
-              </property>
-             </widget>
-            </item>
-            <item row="0" column="1">
-             <widget class="QSpinBox" name="pyuic6IndentSpinBox">
-              <property name="toolTip">
-               <string>Select the indent width (default: 4)</string>
-              </property>
-              <property name="alignment">
-               <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
-              </property>
-              <property name="minimum">
-               <number>2</number>
-              </property>
-              <property name="maximum">
-               <number>16</number>
-              </property>
-              <property name="value">
-               <number>4</number>
-              </property>
-             </widget>
-            </item>
-            <item row="0" column="0">
-             <widget class="QLabel" name="label_9">
-              <property name="text">
-               <string>Indent Width:</string>
-              </property>
-             </widget>
-            </item>
-           </layout>
           </widget>
          </item>
         </layout>
@@ -642,13 +488,6 @@
   <tabstop>qtPostfixEdit</tabstop>
   <tabstop>qhelpgeneratorPicker</tabstop>
   <tabstop>lreleasePicker</tabstop>
-  <tabstop>pyqt5VenvComboBox</tabstop>
-  <tabstop>pyqt5VenvDlgButton</tabstop>
-  <tabstop>pyqt5VenvRefreshButton</tabstop>
-  <tabstop>pyqtToolsDirPicker</tabstop>
-  <tabstop>pyuicIndentSpinBox</tabstop>
-  <tabstop>pyuicImportsCheckBox</tabstop>
-  <tabstop>pyuicExecuteCheckBox</tabstop>
   <tabstop>pyqt6VenvComboBox</tabstop>
   <tabstop>pyqt6VenvDlgButton</tabstop>
   <tabstop>pyqt6VenvRefreshButton</tabstop>
--- a/src/eric7/Preferences/ConfigurationPages/Ui_HelpDocumentationPage.py	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/Preferences/ConfigurationPages/Ui_HelpDocumentationPage.py	Sun Apr 13 15:53:14 2025 +0200
@@ -12,7 +12,7 @@
 class Ui_HelpDocumentationPage(object):
     def setupUi(self, HelpDocumentationPage):
         HelpDocumentationPage.setObjectName("HelpDocumentationPage")
-        HelpDocumentationPage.resize(526, 840)
+        HelpDocumentationPage.resize(526, 592)
         self.verticalLayout = QtWidgets.QVBoxLayout(HelpDocumentationPage)
         self.verticalLayout.setObjectName("verticalLayout")
         self.headerLabel = QtWidgets.QLabel(parent=HelpDocumentationPage)
@@ -68,24 +68,6 @@
         self.textLabel1_8_2.setObjectName("textLabel1_8_2")
         self.verticalLayout_3.addWidget(self.textLabel1_8_2)
         self.verticalLayout.addWidget(self.groupBox_4)
-        self.groupBox_8 = QtWidgets.QGroupBox(parent=HelpDocumentationPage)
-        self.groupBox_8.setObjectName("groupBox_8")
-        self.verticalLayout_5 = QtWidgets.QVBoxLayout(self.groupBox_8)
-        self.verticalLayout_5.setObjectName("verticalLayout_5")
-        self.qt5DocDirPicker = EricPathPicker(parent=self.groupBox_8)
-        sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred)
-        sizePolicy.setHorizontalStretch(0)
-        sizePolicy.setVerticalStretch(0)
-        sizePolicy.setHeightForWidth(self.qt5DocDirPicker.sizePolicy().hasHeightForWidth())
-        self.qt5DocDirPicker.setSizePolicy(sizePolicy)
-        self.qt5DocDirPicker.setFocusPolicy(QtCore.Qt.FocusPolicy.StrongFocus)
-        self.qt5DocDirPicker.setObjectName("qt5DocDirPicker")
-        self.verticalLayout_5.addWidget(self.qt5DocDirPicker)
-        self.textLabel1_8_2_2_4 = QtWidgets.QLabel(parent=self.groupBox_8)
-        self.textLabel1_8_2_2_4.setWordWrap(True)
-        self.textLabel1_8_2_2_4.setObjectName("textLabel1_8_2_2_4")
-        self.verticalLayout_5.addWidget(self.textLabel1_8_2_2_4)
-        self.verticalLayout.addWidget(self.groupBox_8)
         self.groupBox_10 = QtWidgets.QGroupBox(parent=HelpDocumentationPage)
         self.groupBox_10.setObjectName("groupBox_10")
         self.verticalLayout_6 = QtWidgets.QVBoxLayout(self.groupBox_10)
@@ -104,24 +86,6 @@
         self.textLabel1_8_2_2_7.setObjectName("textLabel1_8_2_2_7")
         self.verticalLayout_6.addWidget(self.textLabel1_8_2_2_7)
         self.verticalLayout.addWidget(self.groupBox_10)
-        self.pyqt5Group = QtWidgets.QGroupBox(parent=HelpDocumentationPage)
-        self.pyqt5Group.setObjectName("pyqt5Group")
-        self.verticalLayout_7 = QtWidgets.QVBoxLayout(self.pyqt5Group)
-        self.verticalLayout_7.setObjectName("verticalLayout_7")
-        self.pyqt5DocDirPicker = EricPathPicker(parent=self.pyqt5Group)
-        sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred)
-        sizePolicy.setHorizontalStretch(0)
-        sizePolicy.setVerticalStretch(0)
-        sizePolicy.setHeightForWidth(self.pyqt5DocDirPicker.sizePolicy().hasHeightForWidth())
-        self.pyqt5DocDirPicker.setSizePolicy(sizePolicy)
-        self.pyqt5DocDirPicker.setFocusPolicy(QtCore.Qt.FocusPolicy.StrongFocus)
-        self.pyqt5DocDirPicker.setObjectName("pyqt5DocDirPicker")
-        self.verticalLayout_7.addWidget(self.pyqt5DocDirPicker)
-        self.textLabel1_8_2_2_5 = QtWidgets.QLabel(parent=self.pyqt5Group)
-        self.textLabel1_8_2_2_5.setWordWrap(True)
-        self.textLabel1_8_2_2_5.setObjectName("textLabel1_8_2_2_5")
-        self.verticalLayout_7.addWidget(self.textLabel1_8_2_2_5)
-        self.verticalLayout.addWidget(self.pyqt5Group)
         self.pyqt6Group = QtWidgets.QGroupBox(parent=HelpDocumentationPage)
         self.pyqt6Group.setObjectName("pyqt6Group")
         self.verticalLayout_8 = QtWidgets.QVBoxLayout(self.pyqt6Group)
@@ -165,10 +129,8 @@
         QtCore.QMetaObject.connectSlotsByName(HelpDocumentationPage)
         HelpDocumentationPage.setTabOrder(self.searchQtHelpCheckBox, self.ericDocDirPicker)
         HelpDocumentationPage.setTabOrder(self.ericDocDirPicker, self.pythonDocDirPicker)
-        HelpDocumentationPage.setTabOrder(self.pythonDocDirPicker, self.qt5DocDirPicker)
-        HelpDocumentationPage.setTabOrder(self.qt5DocDirPicker, self.qt6DocDirPicker)
-        HelpDocumentationPage.setTabOrder(self.qt6DocDirPicker, self.pyqt5DocDirPicker)
-        HelpDocumentationPage.setTabOrder(self.pyqt5DocDirPicker, self.pyqt6DocDirPicker)
+        HelpDocumentationPage.setTabOrder(self.pythonDocDirPicker, self.qt6DocDirPicker)
+        HelpDocumentationPage.setTabOrder(self.qt6DocDirPicker, self.pyqt6DocDirPicker)
         HelpDocumentationPage.setTabOrder(self.pyqt6DocDirPicker, self.pyside6DocDirPicker)
 
     def retranslateUi(self, HelpDocumentationPage):
@@ -183,15 +145,9 @@
         self.groupBox_4.setTitle(_translate("HelpDocumentationPage", "Python 3 Documentation"))
         self.pythonDocDirPicker.setToolTip(_translate("HelpDocumentationPage", "Enter the Python 3 documentation directory"))
         self.textLabel1_8_2.setText(_translate("HelpDocumentationPage", "<b>Note</b>: Leave empty to use the PYTHON3DOCDIR environment variable, if set."))
-        self.groupBox_8.setTitle(_translate("HelpDocumentationPage", "Qt5 Documentation"))
-        self.qt5DocDirPicker.setToolTip(_translate("HelpDocumentationPage", "Enter the Qt5 documentation directory"))
-        self.textLabel1_8_2_2_4.setText(_translate("HelpDocumentationPage", "<b>Note</b>: Leave empty to use the QT5DOCDIR environment variable, if set."))
         self.groupBox_10.setTitle(_translate("HelpDocumentationPage", "Qt6 Documentation"))
         self.qt6DocDirPicker.setToolTip(_translate("HelpDocumentationPage", "Enter the Qt6 documentation directory"))
         self.textLabel1_8_2_2_7.setText(_translate("HelpDocumentationPage", "<b>Note</b>: Leave empty to use the QT6DOCDIR environment variable, if set."))
-        self.pyqt5Group.setTitle(_translate("HelpDocumentationPage", "PyQt5 Documentation"))
-        self.pyqt5DocDirPicker.setToolTip(_translate("HelpDocumentationPage", "Enter the PyQt5 documentation directory"))
-        self.textLabel1_8_2_2_5.setText(_translate("HelpDocumentationPage", "<b>Note</b>: Leave empty to use the PYQT5DOCDIR environment variable, if set."))
         self.pyqt6Group.setTitle(_translate("HelpDocumentationPage", "PyQt6 Documentation"))
         self.pyqt6DocDirPicker.setToolTip(_translate("HelpDocumentationPage", "Enter the PyQt6 documentation directory"))
         self.textLabel1_8_2_2_8.setText(_translate("HelpDocumentationPage", "<b>Note</b>: Leave empty to use the PYQT6DOCDIR environment variable, if set."))
--- a/src/eric7/Preferences/ConfigurationPages/Ui_QtPage.py	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/Preferences/ConfigurationPages/Ui_QtPage.py	Sun Apr 13 15:53:14 2025 +0200
@@ -12,7 +12,7 @@
 class Ui_QtPage(object):
     def setupUi(self, QtPage):
         QtPage.setObjectName("QtPage")
-        QtPage.resize(556, 1316)
+        QtPage.resize(556, 786)
         self.verticalLayout_4 = QtWidgets.QVBoxLayout(QtPage)
         self.verticalLayout_4.setObjectName("verticalLayout_4")
         self.headerLabel = QtWidgets.QLabel(parent=QtPage)
@@ -120,76 +120,7 @@
         self.verticalLayout_2.addLayout(self.gridLayout_5)
         self.verticalLayout_8.addWidget(self.groupBox_4)
         self.verticalLayout_4.addWidget(self.groupBox_6)
-        self.groupBox_7 = QtWidgets.QGroupBox(parent=QtPage)
-        self.groupBox_7.setObjectName("groupBox_7")
-        self.verticalLayout_6 = QtWidgets.QVBoxLayout(self.groupBox_7)
-        self.verticalLayout_6.setObjectName("verticalLayout_6")
-        self.groupBox_5 = QtWidgets.QGroupBox(parent=self.groupBox_7)
-        self.groupBox_5.setObjectName("groupBox_5")
-        self.verticalLayout_7 = QtWidgets.QVBoxLayout(self.groupBox_5)
-        self.verticalLayout_7.setObjectName("verticalLayout_7")
-        self.horizontalLayout_9 = QtWidgets.QHBoxLayout()
-        self.horizontalLayout_9.setObjectName("horizontalLayout_9")
-        self.label = QtWidgets.QLabel(parent=self.groupBox_5)
-        self.label.setObjectName("label")
-        self.horizontalLayout_9.addWidget(self.label)
-        self.pyqt5VenvComboBox = QtWidgets.QComboBox(parent=self.groupBox_5)
-        sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed)
-        sizePolicy.setHorizontalStretch(0)
-        sizePolicy.setVerticalStretch(0)
-        sizePolicy.setHeightForWidth(self.pyqt5VenvComboBox.sizePolicy().hasHeightForWidth())
-        self.pyqt5VenvComboBox.setSizePolicy(sizePolicy)
-        self.pyqt5VenvComboBox.setObjectName("pyqt5VenvComboBox")
-        self.horizontalLayout_9.addWidget(self.pyqt5VenvComboBox)
-        self.pyqt5VenvDlgButton = QtWidgets.QToolButton(parent=self.groupBox_5)
-        self.pyqt5VenvDlgButton.setText("")
-        self.pyqt5VenvDlgButton.setObjectName("pyqt5VenvDlgButton")
-        self.horizontalLayout_9.addWidget(self.pyqt5VenvDlgButton)
-        self.pyqt5VenvRefreshButton = QtWidgets.QToolButton(parent=self.groupBox_5)
-        self.pyqt5VenvRefreshButton.setText("")
-        self.pyqt5VenvRefreshButton.setObjectName("pyqt5VenvRefreshButton")
-        self.horizontalLayout_9.addWidget(self.pyqt5VenvRefreshButton)
-        self.verticalLayout_7.addLayout(self.horizontalLayout_9)
-        self.horizontalLayout_3 = QtWidgets.QHBoxLayout()
-        self.horizontalLayout_3.setObjectName("horizontalLayout_3")
-        self.label_6 = QtWidgets.QLabel(parent=self.groupBox_5)
-        self.label_6.setObjectName("label_6")
-        self.horizontalLayout_3.addWidget(self.label_6)
-        self.pyqtToolsDirPicker = EricPathPicker(parent=self.groupBox_5)
-        sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred)
-        sizePolicy.setHorizontalStretch(0)
-        sizePolicy.setVerticalStretch(0)
-        sizePolicy.setHeightForWidth(self.pyqtToolsDirPicker.sizePolicy().hasHeightForWidth())
-        self.pyqtToolsDirPicker.setSizePolicy(sizePolicy)
-        self.pyqtToolsDirPicker.setFocusPolicy(QtCore.Qt.FocusPolicy.StrongFocus)
-        self.pyqtToolsDirPicker.setObjectName("pyqtToolsDirPicker")
-        self.horizontalLayout_3.addWidget(self.pyqtToolsDirPicker)
-        self.verticalLayout_7.addLayout(self.horizontalLayout_3)
-        self.groupBox = QtWidgets.QGroupBox(parent=self.groupBox_5)
-        self.groupBox.setObjectName("groupBox")
-        self.gridLayout = QtWidgets.QGridLayout(self.groupBox)
-        self.gridLayout.setObjectName("gridLayout")
-        self.label_2 = QtWidgets.QLabel(parent=self.groupBox)
-        self.label_2.setObjectName("label_2")
-        self.gridLayout.addWidget(self.label_2, 0, 0, 1, 1)
-        self.pyuicIndentSpinBox = QtWidgets.QSpinBox(parent=self.groupBox)
-        self.pyuicIndentSpinBox.setAlignment(QtCore.Qt.AlignmentFlag.AlignRight|QtCore.Qt.AlignmentFlag.AlignTrailing|QtCore.Qt.AlignmentFlag.AlignVCenter)
-        self.pyuicIndentSpinBox.setMinimum(2)
-        self.pyuicIndentSpinBox.setMaximum(16)
-        self.pyuicIndentSpinBox.setProperty("value", 4)
-        self.pyuicIndentSpinBox.setObjectName("pyuicIndentSpinBox")
-        self.gridLayout.addWidget(self.pyuicIndentSpinBox, 0, 1, 1, 1)
-        spacerItem = QtWidgets.QSpacerItem(448, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum)
-        self.gridLayout.addItem(spacerItem, 0, 2, 1, 1)
-        self.pyuicImportsCheckBox = QtWidgets.QCheckBox(parent=self.groupBox)
-        self.pyuicImportsCheckBox.setObjectName("pyuicImportsCheckBox")
-        self.gridLayout.addWidget(self.pyuicImportsCheckBox, 1, 0, 1, 3)
-        self.pyuicExecuteCheckBox = QtWidgets.QCheckBox(parent=self.groupBox)
-        self.pyuicExecuteCheckBox.setObjectName("pyuicExecuteCheckBox")
-        self.gridLayout.addWidget(self.pyuicExecuteCheckBox, 2, 0, 1, 3)
-        self.verticalLayout_7.addWidget(self.groupBox)
-        self.verticalLayout_6.addWidget(self.groupBox_5)
-        self.groupBox_8 = QtWidgets.QGroupBox(parent=self.groupBox_7)
+        self.groupBox_8 = QtWidgets.QGroupBox(parent=QtPage)
         self.groupBox_8.setObjectName("groupBox_8")
         self.verticalLayout_5 = QtWidgets.QVBoxLayout(self.groupBox_8)
         self.verticalLayout_5.setObjectName("verticalLayout_5")
@@ -234,8 +165,8 @@
         self.groupBox_9.setObjectName("groupBox_9")
         self.gridLayout_3 = QtWidgets.QGridLayout(self.groupBox_9)
         self.gridLayout_3.setObjectName("gridLayout_3")
-        spacerItem1 = QtWidgets.QSpacerItem(448, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum)
-        self.gridLayout_3.addItem(spacerItem1, 0, 2, 1, 1)
+        spacerItem = QtWidgets.QSpacerItem(448, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum)
+        self.gridLayout_3.addItem(spacerItem, 0, 2, 1, 1)
         self.pyuic6ExecuteCheckBox = QtWidgets.QCheckBox(parent=self.groupBox_9)
         self.pyuic6ExecuteCheckBox.setObjectName("pyuic6ExecuteCheckBox")
         self.gridLayout_3.addWidget(self.pyuic6ExecuteCheckBox, 1, 0, 1, 3)
@@ -250,8 +181,7 @@
         self.label_9.setObjectName("label_9")
         self.gridLayout_3.addWidget(self.label_9, 0, 0, 1, 1)
         self.verticalLayout_5.addWidget(self.groupBox_9)
-        self.verticalLayout_6.addWidget(self.groupBox_8)
-        self.verticalLayout_4.addWidget(self.groupBox_7)
+        self.verticalLayout_4.addWidget(self.groupBox_8)
         self.pyside2Group_2 = QtWidgets.QGroupBox(parent=QtPage)
         self.pyside2Group_2.setObjectName("pyside2Group_2")
         self.verticalLayout_3 = QtWidgets.QVBoxLayout(self.pyside2Group_2)
@@ -302,8 +232,8 @@
         self.gridLayout_4.addWidget(self.pyside6uicImportsCheckBox, 0, 0, 1, 2)
         self.verticalLayout_3.addWidget(self.groupBox_11)
         self.verticalLayout_4.addWidget(self.pyside2Group_2)
-        spacerItem2 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Policy.Minimum, QtWidgets.QSizePolicy.Policy.Expanding)
-        self.verticalLayout_4.addItem(spacerItem2)
+        spacerItem1 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Policy.Minimum, QtWidgets.QSizePolicy.Policy.Expanding)
+        self.verticalLayout_4.addItem(spacerItem1)
 
         self.retranslateUi(QtPage)
         QtCore.QMetaObject.connectSlotsByName(QtPage)
@@ -312,14 +242,7 @@
         QtPage.setTabOrder(self.qtPrefixEdit, self.qtPostfixEdit)
         QtPage.setTabOrder(self.qtPostfixEdit, self.qhelpgeneratorPicker)
         QtPage.setTabOrder(self.qhelpgeneratorPicker, self.lreleasePicker)
-        QtPage.setTabOrder(self.lreleasePicker, self.pyqt5VenvComboBox)
-        QtPage.setTabOrder(self.pyqt5VenvComboBox, self.pyqt5VenvDlgButton)
-        QtPage.setTabOrder(self.pyqt5VenvDlgButton, self.pyqt5VenvRefreshButton)
-        QtPage.setTabOrder(self.pyqt5VenvRefreshButton, self.pyqtToolsDirPicker)
-        QtPage.setTabOrder(self.pyqtToolsDirPicker, self.pyuicIndentSpinBox)
-        QtPage.setTabOrder(self.pyuicIndentSpinBox, self.pyuicImportsCheckBox)
-        QtPage.setTabOrder(self.pyuicImportsCheckBox, self.pyuicExecuteCheckBox)
-        QtPage.setTabOrder(self.pyuicExecuteCheckBox, self.pyqt6VenvComboBox)
+        QtPage.setTabOrder(self.lreleasePicker, self.pyqt6VenvComboBox)
         QtPage.setTabOrder(self.pyqt6VenvComboBox, self.pyqt6VenvDlgButton)
         QtPage.setTabOrder(self.pyqt6VenvDlgButton, self.pyqt6VenvRefreshButton)
         QtPage.setTabOrder(self.pyqt6VenvRefreshButton, self.pyqt6ToolsDirPicker)
@@ -356,20 +279,6 @@
         self.qhelpgeneratorPicker.setToolTip(_translate("QtPage", "Enter the path of the \'qhelpgenerator\' program, if it cannot be found automatically."))
         self.label_15.setText(_translate("QtPage", "\'lrelease\':"))
         self.lreleasePicker.setToolTip(_translate("QtPage", "Enter the path of the \'lrelease\' program, if it cannot be found automatically."))
-        self.groupBox_7.setTitle(_translate("QtPage", "PyQt"))
-        self.groupBox_5.setTitle(_translate("QtPage", "PyQt 5"))
-        self.label.setText(_translate("QtPage", "Virtual Environment:"))
-        self.pyqt5VenvComboBox.setToolTip(_translate("QtPage", "Select the virtual environment to be used"))
-        self.pyqt5VenvDlgButton.setToolTip(_translate("QtPage", "Press to open the virtual environment manager dialog"))
-        self.pyqt5VenvRefreshButton.setToolTip(_translate("QtPage", "Press to refresh the list of vitual environments"))
-        self.label_6.setText(_translate("QtPage", "Tools Directory:"))
-        self.pyqtToolsDirPicker.setToolTip(_translate("QtPage", "Enter the path of the PyQt 5 tools directory, if they are not found."))
-        self.groupBox.setTitle(_translate("QtPage", "pyuic5 Options"))
-        self.label_2.setText(_translate("QtPage", "Indent Width:"))
-        self.pyuicIndentSpinBox.setToolTip(_translate("QtPage", "Select the indent width (default: 4)"))
-        self.pyuicImportsCheckBox.setText(_translate("QtPage", "Generate imports relative to \'.\'"))
-        self.pyuicExecuteCheckBox.setToolTip(_translate("QtPage", "Select to generate extra code to test and display the form"))
-        self.pyuicExecuteCheckBox.setText(_translate("QtPage", "Generate Extra Test Code"))
         self.groupBox_8.setTitle(_translate("QtPage", "PyQt 6"))
         self.label_10.setText(_translate("QtPage", "Virtual Environment:"))
         self.pyqt6VenvComboBox.setToolTip(_translate("QtPage", "Select the virtual environment to be used"))
--- a/src/eric7/Preferences/ProgramsDialog.py	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/Preferences/ProgramsDialog.py	Sun Apr 13 15:53:14 2025 +0200
@@ -154,42 +154,15 @@
             self.__createProgramEntry(self.tr("Qt Assistant"), exe, version=version)
 
             # 2. do the PyQt programs
-            # 2.1 do the PyQt5 programs
-            # 2.1a. Translation Extractor PyQt5
-            self.__createProgramEntry(
-                self.tr("Translation Extractor (Python, PyQt5)"),
-                QtUtilities.generatePyQtToolPath("pylupdate5"),
-                "-version",
-                "pylupdate",
-                -1,
-            )
-            # 2.1b. Forms Compiler PyQt5
-            self.__createProgramEntry(
-                self.tr("Forms Compiler (Python, PyQt5)"),
-                QtUtilities.generatePyQtToolPath("pyuic5", ["py3uic5"]),
-                "--version",
-                "Python User",
-                4,
-            )
-            # 2.1c. Resource Compiler PyQt5
-            self.__createProgramEntry(
-                self.tr("Resource Compiler (Python, PyQt5)"),
-                QtUtilities.generatePyQtToolPath("pyrcc5"),
-                "-version",
-                "",
-                -1,
-                versionRe="Resource Compiler|pyrcc5",
-            )
-
-            # 2.2 do the PyQt6 programs
-            # 2.2a. Translation Extractor PyQt6
+            # 2.1 do the PyQt6 programs
+            # 2.1a. Translation Extractor PyQt6
             self.__createProgramEntry(
                 self.tr("Translation Extractor (Python, PyQt6)"),
                 QtUtilities.generatePyQtToolPath("pylupdate6"),
                 "--version",
                 versionPosition=0,
             )
-            # 2.2b. Forms Compiler PyQt6
+            # 2.1b. Forms Compiler PyQt6
             self.__createProgramEntry(
                 self.tr("Forms Compiler (Python, PyQt6)"),
                 QtUtilities.generatePyQtToolPath("pyuic6"),
--- a/src/eric7/Preferences/__init__.py	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/Preferences/__init__.py	Sun Apr 13 15:53:14 2025 +0200
@@ -929,23 +929,6 @@
             ##"interfaces",
             ##"protocols",
         ),
-        "PyQt5": (
-            "sources",
-            "forms",
-            "resources",
-            "translations",
-            "others",
-            ##"interfaces",
-            ##"protocols",
-        ),
-        "PyQt5C": (
-            "sources",
-            "resources",
-            "translations",
-            "others",
-            ##"interfaces",
-            ##"protocols",
-        ),
         "PyQt6": (
             "sources",
             "forms",
@@ -1015,9 +998,7 @@
     helpDefaults = {
         "CustomViewer": "",
         "PythonDocDir": "",
-        "Qt5DocDir": "",
         "Qt6DocDir": "",
-        "PyQt5DocDir": "https://www.riverbankcomputing.com/static/Docs/PyQt5/",
         "PyQt6DocDir": "https://www.riverbankcomputing.com/static/Docs/PyQt6/",
         "PySide6DocDir": "",
         "EricDocDir": "",
@@ -1367,12 +1348,6 @@
         "QtToolsPostfix": "",
         "Lrelease": "",
         "QHelpGenerator": "",
-        # TODO: remove these
-        "PyuicIndent": 4,
-        "PyuicFromImports": False,
-        "PyuicExecute": True,
-        "PyQtVenvName": "",
-        "PyQtToolsDir": "",
         "Pyuic6Indent": 4,
         "Pyuic6Execute": True,
         "PyQt6VenvName": "",
@@ -3066,11 +3041,11 @@
 
 def getQtDocDir(version):
     """
-    Module function to retrieve the Qt5DocDir/Qt6DocDir setting.
+    Module function to retrieve the QtDocDir setting.
 
     @param version Qt version to get documentation directory for
     @type int
-    @return the requested Qt5DocDir/Qt6DocDir setting
+    @return the requested QtDocDir setting
     @rtype str
     """
     key = "Qt{0}DocDir".format(version)
@@ -3452,13 +3427,10 @@
     """
     if key in ["Qt6TranslationsDir"]:
         return getQtTranslationsDir()
-    elif key in ["PyuicIndent", "Pyuic6Indent"]:
+    elif key in ["Pyuic6Indent"]:
         return int(Prefs.settings.value("Qt/" + key, Prefs.qtDefaults[key]))
     elif key in [
-        "PyuicFromImports",
-        "PyuicExecute",
         "Pyuic6Execute",
-        "PySide2FromImports",
         "PySide6FromImports",
     ]:
         return EricUtilities.toBool(
--- a/src/eric7/Project/CreateDialogCodeDialog.py	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/Project/CreateDialogCodeDialog.py	Sun Apr 13 15:53:14 2025 +0200
@@ -4,7 +4,7 @@
 #
 
 """
-Module implementing a dialog to generate code for a Qt5 dialog.
+Module implementing a dialog to generate code for a Qt dialog.
 """
 
 import contextlib
@@ -42,7 +42,7 @@
 
 class CreateDialogCodeDialog(QDialog, Ui_CreateDialogCodeDialog):
     """
-    Class implementing a dialog to generate code for a Qt5 dialog.
+    Class implementing a dialog to generate code for a Qt dialog.
     """
 
     DialogClasses = {
@@ -182,9 +182,7 @@
         venvName = self.project.getProjectVenv(resolveDebugger=False)
         if not venvName:
             # no project specific environment, try a type specific one
-            if projectType in ("PyQt5"):
-                venvName = Preferences.getQt("PyQtVenvName")
-            elif projectType in ("PyQt6", "E7Plugin", "PySide6"):
+            if projectType in ("PyQt6", "E7Plugin", "PySide6"):
                 venvName = Preferences.getQt("PyQt6VenvName")
         interpreter = venvManager.getVirtualenvInterpreter(venvName)
         execPath = venvManager.getVirtualenvExecPath(venvName)
@@ -199,9 +197,7 @@
             else:
                 env.insert("PATH", execPath)
 
-        if projectType in ("PyQt5",):
-            loadUi = os.path.join(os.path.dirname(__file__), "UicLoadUi5.py")
-        elif projectType in ("PyQt6", "E7Plugin", "PySide6"):
+        if projectType in ("PyQt6", "E7Plugin", "PySide6"):
             loadUi = os.path.join(os.path.dirname(__file__), "UicLoadUi6.py")
         args = [
             loadUi,
@@ -437,10 +433,6 @@
                     tmplName = os.path.join(
                         getConfig("ericCodeTemplatesDir"), "impl_pyside6.py.tmpl"
                     )
-                elif self.project.getProjectType() == "PyQt5":
-                    tmplName = os.path.join(
-                        getConfig("ericCodeTemplatesDir"), "impl_pyqt5.py.tmpl"
-                    )
                 elif self.project.getProjectType() in ["PyQt6", "E7Plugin"]:
                     tmplName = os.path.join(
                         getConfig("ericCodeTemplatesDir"), "impl_pyqt6.py.tmpl"
--- a/src/eric7/Project/Project.py	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/Project/Project.py	Sun Apr 13 15:53:14 2025 +0200
@@ -334,8 +334,6 @@
         self.__binaryTranslationsCallbacks = {}
 
         self.__projectTypes = {
-            "PyQt5": self.tr("PyQt5 GUI"),
-            "PyQt5C": self.tr("PyQt5 Console"),
             "PyQt6": self.tr("PyQt6 GUI"),
             "PyQt6C": self.tr("PyQt6 Console"),
             "E7Plugin": self.tr("Eric7 Plugin"),
@@ -345,8 +343,6 @@
 
         self.__projectProgLanguages = {
             "Python3": [
-                "PyQt5",
-                "PyQt5C",
                 "PyQt6",
                 "PyQt6C",
                 "E7Plugin",
@@ -888,7 +884,6 @@
         # Forms
         if projectType in [
             "E7Plugin",
-            "PyQt5",
             "PyQt6",
             "PySide6",
         ]:
@@ -896,8 +891,6 @@
 
         # Resources
         if projectType in [
-            "PyQt5",
-            "PyQt5C",
             "PySide6",
             "PySide6C",
         ]:
@@ -906,8 +899,6 @@
         # Translations
         if projectType in [
             "E7Plugin",
-            "PyQt5",
-            "PyQt5C",
             "PyQt6",
             "PyQt6C",
             "PySide6",
@@ -941,8 +932,6 @@
         """
         if self.__pdata["PROJECTTYPE"] in [
             "E7Plugin",
-            "PyQt5",
-            "PyQt5C",
             "PyQt6",
             "PyQt6C",
             "PySide6",
@@ -1771,8 +1760,6 @@
         if dlg.exec() == QDialog.DialogCode.Accepted:
             lang = dlg.getSelectedLanguage()
             if self.__pdata["PROJECTTYPE"] in [
-                "PyQt5",
-                "PyQt5C",
                 "PyQt6",
                 "PyQt6C",
                 "E7Plugin",
--- a/src/eric7/Project/ProjectFormsBrowser.py	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/Project/ProjectFormsBrowser.py	Sun Apr 13 15:53:14 2025 +0200
@@ -201,7 +201,7 @@
         projectType = self.project.getProjectType()
 
         self.menu = QMenu(self)
-        if projectType in ["PyQt5", "PyQt6", "E7Plugin", "PySide6"]:
+        if projectType in ("PyQt6", "E7Plugin", "PySide6"):
             if FileSystemUtilities.isRemoteFileName(self.project.getProjectPath()):
                 self.menu.addAction(self.tr("Open in Editor"), self.__openFileInEditor)
             else:
@@ -267,7 +267,7 @@
         self.menuActions.append(act)
         self.menu.addSeparator()
         if FileSystemUtilities.isPlainFileName(self.project.getProjectPath()):
-            if projectType in ["PyQt5", "PyQt6", "E7Plugin", "PySide6"]:
+            if projectType in ("PyQt6", "E7Plugin", "PySide6"):
                 self.menu.addAction(self.tr("New form..."), self.__newForm)
             else:
                 if self.hooks["newForm"] is not None:
@@ -292,7 +292,7 @@
         self.backMenu = QMenu(self)
         if FileSystemUtilities.isPlainFileName(self.project.getProjectPath()):
             if (
-                projectType in ["PyQt5", "PyQt6", "E7Plugin", "PySide6"]
+                projectType in ("PyQt6", "E7Plugin", "PySide6")
                 or self.hooks["compileAllForms"] is not None
             ):
                 self.backMenu.addAction(
@@ -332,7 +332,7 @@
 
         # create the menu for multiple selected files
         self.multiMenu = QMenu(self)
-        if projectType in ["PyQt5", "PyQt6", "E7Plugin", "PySide6"]:
+        if projectType in ("PyQt6", "E7Plugin", "PySide6"):
             if FileSystemUtilities.isRemoteFileName(self.project.getProjectPath()):
                 self.multiMenu.addAction(
                     self.tr("Open in Editor"), self.__openFileInEditor
@@ -388,7 +388,7 @@
 
         self.dirMenu = QMenu(self)
         if FileSystemUtilities.isPlainFileName(self.project.getProjectPath()):
-            if projectType in ["PyQt5", "PyQt6", "E7Plugin", "PySide6"]:
+            if projectType in ("PyQt6", "E7Plugin", "PySide6"):
                 self.dirMenu.addAction(
                     self.tr("Compile all forms"), self.__compileAllForms
                 )
@@ -412,7 +412,7 @@
         self.dirMenuActions.append(act)
         self.dirMenu.addSeparator()
         if FileSystemUtilities.isPlainFileName(self.project.getProjectPath()):
-            if projectType in ["PyQt5", "PyQt6", "E7Plugin", "PySide6"]:
+            if projectType in ("PyQt6", "E7Plugin", "PySide6"):
                 self.dirMenu.addAction(self.tr("New form..."), self.__newForm)
             else:
                 if self.hooks["newForm"] is not None:
@@ -439,7 +439,7 @@
 
         self.dirMultiMenu = QMenu(self)
         if FileSystemUtilities.isPlainFileName(self.project.getProjectPath()):
-            if projectType in ["PyQt5", "PyQt6", "E7Plugin", "PySide6"]:
+            if projectType in ("PyQt6", "E7Plugin", "PySide6"):
                 self.dirMultiMenu.addAction(
                     self.tr("Compile all forms"), self.__compileAllForms
                 )
@@ -492,7 +492,7 @@
             return
 
         if FileSystemUtilities.isPlainFileName(self.project.getProjectPath()):
-            enable = self.project.getProjectType() in ("PyQt5", "PyQt6", "E7Plugin")
+            enable = self.project.getProjectType() in ("PyQt6", "E7Plugin")
             self.__pyuicConfigAct.setEnabled(enable)
             self.__pyuicMultiConfigAct.setEnabled(enable)
             self.__pyuicDirConfigAct.setEnabled(enable)
@@ -663,7 +663,6 @@
             self.hooks["newForm"](path)
         else:
             if self.project.getProjectType() in [
-                "PyQt5",
                 "PyQt6",
                 "E7Plugin",
                 "PySide6",
@@ -783,11 +782,7 @@
         self.__resetUiCompiler()
 
         if self.project.getProjectLanguage() == "Python3":
-            if self.project.getProjectType() in ["PyQt5"]:
-                self.__uicompiler = QtUtilities.generatePyQtToolPath(
-                    "pyuic5", ["py3uic5"]
-                )
-            elif self.project.getProjectType() in ["PyQt6", "E7Plugin"]:
+            if self.project.getProjectType() in ["PyQt6", "E7Plugin"]:
                 self.__uicompiler = QtUtilities.generatePyQtToolPath("pyuic6")
             elif self.project.getProjectType() == "PySide6":
                 self.__uicompiler = QtUtilities.generatePySideToolPath(
@@ -931,29 +926,14 @@
                 if indentWidth != self.Pyuic6IndentDefault:
                     args.append("--indent={0}".format(indentWidth))
             else:
-                # PyQt5
-                if Preferences.getQt("PyuicExecute"):
-                    args.append("-x")
-                indentWidth = Preferences.getQt("PyuicIndent")
-                if indentWidth != self.Pyuic5IndentDefault:
-                    args.append("--indent={0}".format(indentWidth))
-                if (
-                    "uic5" in uicompiler
-                    and self.project.getProjectData(dataKey="UICPARAMS")["Package"]
-                ):
-                    args.append(
-                        "--import-from={0}".format(
-                            self.project.getProjectData(dataKey="UICPARAMS")["Package"]
-                        )
-                    )
-                elif Preferences.getQt("PyuicFromImports"):
-                    args.append("--from-imports")
-                if self.project.getProjectData(dataKey="UICPARAMS")["RcSuffix"]:
-                    args.append(
-                        "--resource-suffix={0}".format(
-                            self.project.getProjectData(dataKey="UICPARAMS")["RcSuffix"]
-                        )
-                    )
+                EricMessageBox.critical(
+                    self,
+                    self.tr("Error Compiling Form"),
+                    self.tr(
+                        "The project type <b>{0}</b> is not supported."
+                    ).format(self.project.getProjectType()),
+                )
+                return None
 
         args.append(fn)
         self.compileProc.finished.connect(self.__compileUIDone)
@@ -1107,7 +1087,6 @@
                 )
             else:
                 if self.project.getProjectType() not in [
-                    "PyQt5",
                     "PyQt6",
                     "E7Plugin",
                     "PySide6",
@@ -1186,7 +1165,7 @@
 
         params = self.project.getProjectData(dataKey="UICPARAMS")
 
-        if self.project.getProjectType() in ["PyQt5", "PyQt6", "E7Plugin"]:
+        if self.project.getProjectType() in ("PyQt6", "E7Plugin"):
             dlg = UicCompilerOptionsDialog(params, self.getUiCompiler(), parent=self)
             if dlg.exec() == QDialog.DialogCode.Accepted:
                 package, suffix, root = dlg.getData()
--- a/src/eric7/Project/ProjectResourcesBrowser.py	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/Project/ProjectResourcesBrowser.py	Sun Apr 13 15:53:14 2025 +0200
@@ -142,8 +142,6 @@
         if FileSystemUtilities.isPlainFileName(
             self.project.getProjectPath()
         ) and self.project.getProjectType() in [
-            "PyQt5",
-            "PyQt5C",
             "PySide6",
             "PySide6C",
         ]:
@@ -187,8 +185,6 @@
         self.menu.addSeparator()
         if FileSystemUtilities.isPlainFileName(self.project.getProjectPath()):
             if self.project.getProjectType() in [
-                "PyQt5",
-                "PyQt5C",
                 "PySide6",
                 "PySide6C",
             ]:
@@ -220,8 +216,6 @@
         self.backMenu = QMenu(self)
         if FileSystemUtilities.isPlainFileName(self.project.getProjectPath()):
             if self.project.getProjectType() in [
-                "PyQt5",
-                "PyQt5C",
                 "PySide6",
                 "PySide6C",
             ]:
@@ -275,8 +269,6 @@
         self.multiMenu = QMenu(self)
         if FileSystemUtilities.isPlainFileName(self.project.getProjectPath()):
             if self.project.getProjectType() in [
-                "PyQt5",
-                "PyQt5C",
                 "PySide6",
                 "PySide6C",
             ]:
@@ -314,8 +306,6 @@
         self.dirMenu = QMenu(self)
         if FileSystemUtilities.isPlainFileName(self.project.getProjectPath()):
             if self.project.getProjectType() in [
-                "PyQt5",
-                "PyQt5C",
                 "PySide6",
                 "PySide6C",
             ]:
@@ -364,8 +354,6 @@
         self.dirMultiMenu = QMenu(self)
         if FileSystemUtilities.isPlainFileName(self.project.getProjectPath()):
             if self.project.getProjectType() in [
-                "PyQt5",
-                "PyQt5C",
                 "PySide6",
                 "PySide6C",
             ]:
@@ -727,9 +715,7 @@
         self.__buf = []
 
         if self.project.getProjectLanguage() == "Python3":
-            if self.project.getProjectType() in ["PyQt5", "PyQt5C"]:
-                self.rccCompiler = QtUtilities.generatePyQtToolPath("pyrcc5")
-            elif self.project.getProjectType() in ["PySide6", "PySide6C"]:
+            if self.project.getProjectType() in ["PySide6", "PySide6C"]:
                 self.rccCompiler = QtUtilities.generatePySideToolPath(
                     "pyside6-rcc", variant=6
                 )
--- a/src/eric7/Project/ProjectTranslationsBrowser.py	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/Project/ProjectTranslationsBrowser.py	Sun Apr 13 15:53:14 2025 +0200
@@ -167,8 +167,6 @@
 
         self.menu = QMenu(self)
         if self.project.getProjectType() in [
-            "PyQt5",
-            "PyQt5C",
             "PyQt6",
             "PyQt6C",
             "E7Plugin",
@@ -338,8 +336,6 @@
         self.backMenu = QMenu(self)
         if FileSystemUtilities.isPlainFileName(self.project.getProjectPath()):
             if self.project.getProjectType() in [
-                "PyQt5",
-                "PyQt5C",
                 "PyQt6",
                 "PyQt6C",
                 "E7Plugin",
@@ -415,8 +411,6 @@
         # create the menu for multiple selected files
         self.multiMenu = QMenu(self)
         if self.project.getProjectType() in [
-            "PyQt5",
-            "PyQt5C",
             "PyQt6",
             "PyQt6C",
             "E7Plugin",
@@ -531,8 +525,6 @@
         self.dirMenu = QMenu(self)
         if FileSystemUtilities.isPlainFileName(self.project.getProjectPath()):
             if self.project.getProjectType() in [
-                "PyQt5",
-                "PyQt5C",
                 "PyQt6",
                 "PyQt6C",
                 "E7Plugin",
@@ -663,8 +655,6 @@
         Private slot called by the menu aboutToShow signal.
         """
         if self.project.getProjectType() in [
-            "PyQt5",
-            "PyQt5C",
             "PyQt6",
             "PyQt6C",
             "E7Plugin",
@@ -712,8 +702,6 @@
         Private slot called by the multiMenu aboutToShow signal.
         """
         if self.project.getProjectType() in [
-            "PyQt5",
-            "PyQt5C",
             "PyQt6",
             "PyQt6C",
             "E7Plugin",
@@ -759,8 +747,6 @@
         if FileSystemUtilities.isPlainFileName(
             self.project.getProjectPath()
         ) and self.project.getProjectType() in [
-            "PyQt5",
-            "PyQt5C",
             "PyQt6",
             "PyQt6C",
             "E7Plugin",
@@ -788,8 +774,6 @@
         if FileSystemUtilities.isPlainFileName(
             self.project.getProjectPath()
         ) and self.project.getProjectType() in [
-            "PyQt5",
-            "PyQt5C",
             "PyQt6",
             "PyQt6C",
             "E7Plugin",
@@ -1249,9 +1233,7 @@
         if self.project.getProjectLanguage() not in ["Python", "Python3"]:
             return
 
-        if self.project.getProjectType() in ["PyQt5", "PyQt5C"]:
-            self.pylupdate = QtUtilities.generatePyQtToolPath("pylupdate5")
-        elif self.project.getProjectType() in ["PyQt6", "PyQt6C", "E7Plugin"]:
+        if self.project.getProjectType() in ["PyQt6", "PyQt6C", "E7Plugin"]:
             self.pylupdate = QtUtilities.generatePyQtToolPath("pylupdate6")
         elif self.project.getProjectType() in ["PySide6", "PySide6C"]:
             self.pylupdate = QtUtilities.generatePySideToolPath(
@@ -1517,8 +1499,6 @@
                 return
 
         if self.project.getProjectType() in [
-            "PyQt5",
-            "PyQt5C",
             "PyQt6",
             "PyQt6C",
             "E7Plugin",
--- a/src/eric7/Project/UicLoadUi5.py	Sun Apr 13 14:46:18 2025 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,237 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# Copyright (c) 2011 - 2025 Detlev Offenbach <detlev@die-offenbachs.de>
-#
-
-"""
-Module to get the object name, class name or signatures of a Qt form (*.ui).
-"""
-
-import contextlib
-import json
-import sys
-import xml.etree.ElementTree  # secok
-
-
-def _printout(dataString):
-    """
-    Function to print the given string as output to sys.stderr with a guard string.
-
-    @param dataString string to be printed
-    @type str
-    """
-    print("@@eric_start@@{0}@@eric_end@@".format(dataString), file=sys.stderr)
-
-
-def _printerr(dataString):
-    """
-    Function to print the given string as error to sys.stdoerr with a guard string.
-
-    @param dataString string to be printed
-    @type str
-    """
-    print("@@eric_error@@{0}@@eric_end@@".format(dataString), file=sys.stderr)
-
-
-try:
-    from PyQt5 import uic
-    from PyQt5.QtCore import QByteArray, QMetaMethod
-    from PyQt5.QtWidgets import QAction, QApplication, QWidget
-except ModuleNotFoundError:
-    _printout("PyQt5 could not be found.")
-    sys.exit(1)
-except ImportError as err:
-    _printerr("PyQt5 could not be imported. Issue: {0}".format(str(err)))
-    sys.exit(1)
-
-with contextlib.suppress(ImportError):
-    from PyQt5 import QtWebEngineWidgets  # __IGNORE_WARNING__
-
-
-def objectName(formFile, projectPath):
-    """
-    Function to get the object name of a form.
-
-    @param formFile file name of the form
-    @type str
-    @param projectPath directory name of the project
-    @type str
-    """
-    sys.path.append(projectPath)
-
-    _app = QApplication([])  # __IGNORE_WARNING__
-    try:
-        dlg = uic.loadUi(formFile, package=projectPath)
-        _printout(dlg.objectName())
-        sys.exit(0)
-    except (AttributeError, ImportError, xml.etree.ElementTree.ParseError) as err:
-        _printerr(str(err))
-        sys.exit(1)
-
-
-def className(formFile, projectPath):
-    """
-    Function to get the class name of a form.
-
-    @param formFile file name of the form
-    @type str
-    @param projectPath directory name of the project
-    @type str
-    """
-    sys.path.append(projectPath)
-
-    _app = QApplication([])  # __IGNORE_WARNING__
-    try:
-        dlg = uic.loadUi(formFile, package=projectPath)
-        _printout(dlg.metaObject().className())
-        sys.exit(0)
-    except (AttributeError, ImportError, xml.etree.ElementTree.ParseError) as err:
-        _printerr(str(err))
-        sys.exit(1)
-
-
-def __mapType(type_):
-    """
-    Private function to map a type as reported by Qt's meta object to the
-    correct Python type.
-
-    @param type_ type as reported by Qt
-    @type QByteArray or bytes
-    @return mapped Python type
-    @rtype str
-    """
-    mapped = bytes(type_).decode()
-
-    # I. always check for *
-    mapped = mapped.replace("*", "")
-
-    # 1. check for const
-    mapped = mapped.replace("const ", "")
-
-    # 2. replace QString and QStringList
-    mapped = mapped.replace("QStringList", "list").replace("QString", "str")
-
-    # 3. replace double by float
-    mapped = mapped.replace("double", "float")
-
-    return mapped
-
-
-def signatures(formFile, projectPath):
-    """
-    Function to get the signatures of form elements.
-
-    @param formFile file name of the form
-    @type str
-    @param projectPath directory name of the project
-    @type str
-    """
-    sys.path.append(projectPath)
-
-    objectsList = []
-
-    _app = QApplication([])  # __IGNORE_WARNING__
-    try:
-        dlg = uic.loadUi(formFile, package=projectPath)
-        objects = dlg.findChildren(QWidget) + dlg.findChildren(QAction)
-        for obj in objects:
-            name = obj.objectName()
-            if not name or name.startswith("qt_"):
-                # ignore un-named or internal objects
-                continue
-
-            metaObject = obj.metaObject()
-            objectDict = {
-                "name": name,
-                "class_name": metaObject.className(),
-                "methods": [],
-            }
-
-            for index in range(metaObject.methodCount()):
-                metaMethod = metaObject.method(index)
-                if metaMethod.methodType() == QMetaMethod.MethodType.Signal:
-                    signatureDict = {
-                        "signature": "on_{0}_{1}".format(
-                            name, bytes(metaMethod.methodSignature()).decode()
-                        ),
-                        "methods": [
-                            "on_{0}_{1}".format(
-                                name,
-                                bytes(metaMethod.methodSignature())
-                                .decode()
-                                .split("(")[0],
-                            ),
-                        ],
-                    }
-                    signatureDict["methods"].append(
-                        "{0}({1})".format(
-                            signatureDict["methods"][-1],
-                            ", ".join(
-                                [__mapType(t) for t in metaMethod.parameterTypes()]
-                            ),
-                        )
-                    )
-
-                    returnType = __mapType(metaMethod.typeName().encode())
-                    if returnType == "void":
-                        returnType = ""
-                    signatureDict["return_type"] = returnType
-                    parameterTypesList = [
-                        __mapType(t) for t in metaMethod.parameterTypes()
-                    ]
-                    signatureDict["parameter_types"] = parameterTypesList
-                    pyqtSignature = ", ".join(parameterTypesList)
-                    signatureDict["pyqt_signature"] = pyqtSignature
-
-                    parameterNames = metaMethod.parameterNames()
-                    if parameterNames:
-                        for index in range(len(parameterNames)):
-                            if not parameterNames[index]:
-                                parameterNames[index] = QByteArray(
-                                    "p{0:d}".format(index).encode("utf-8")
-                                )
-                    parameterNamesList = [bytes(n).decode() for n in parameterNames]
-                    signatureDict["parameter_names"] = parameterNamesList
-                    methNamesSig = ", ".join(parameterNamesList)
-
-                    if methNamesSig:
-                        pythonSignature = "on_{0}_{1}(self, {2})".format(
-                            name,
-                            bytes(metaMethod.methodSignature()).decode().split("(")[0],
-                            methNamesSig,
-                        )
-                    else:
-                        pythonSignature = "on_{0}_{1}(self)".format(
-                            name,
-                            bytes(metaMethod.methodSignature()).decode().split("(")[0],
-                        )
-                    signatureDict["python_signature"] = pythonSignature
-
-                    objectDict["methods"].append(signatureDict)
-
-            objectsList.append(objectDict)
-
-        _printout(json.dumps(objectsList))
-        sys.exit(0)
-    except (AttributeError, ImportError, xml.etree.ElementTree.ParseError) as err:
-        _printerr(str(err))
-        sys.exit(1)
-
-
-if __name__ == "__main__":
-    if len(sys.argv) != 4:
-        _printerr("Wrong number of arguments.")
-        sys.exit(1)
-
-    if sys.argv[1] == "object_name":
-        objectName(sys.argv[2], sys.argv[3])
-    elif sys.argv[1] == "class_name":
-        className(sys.argv[2], sys.argv[3])
-    elif sys.argv[1] == "signatures":
-        signatures(sys.argv[2], sys.argv[3])
-    else:
-        _printerr("Unknow operation given.")
-        sys.exit(1)
-
-#
-# eflag: noqa = M701, M-801
--- a/src/eric7/QScintilla/Lexers/LexerPython.py	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/QScintilla/Lexers/LexerPython.py	Sun Apr 13 15:53:14 2025 +0200
@@ -91,9 +91,9 @@
                     },
                 },
                 2: {
-                    "Description": self.tr("PyQt5/6 Modules"),
+                    "Description": self.tr("PyQt6 Modules"),
                     "Words": """
- PyQt5 PyQt6 Qsci Qt Qt3DAnimation Qt3DCore Qt3DExtras Qt3DInput Qt3DLogic
+ PyQt6 Qsci Qt Qt3DAnimation Qt3DCore Qt3DExtras Qt3DInput Qt3DLogic
  Qt3DRender QtBluetooth QtChart QtCharts QtCore QtDataVisualization QtDBus
  QtDesigner QtGui QtHelp QtLocation QtMacExtras QtMultimedia
  QtMultimediaWidgets QtNetwork QtNetworkAuth QtNfc QtOpenGL QtOpenGLWidgets
--- a/src/eric7/QtHelpInterface/HelpDocsInstaller.py	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/QtHelpInterface/HelpDocsInstaller.py	Sun Apr 13 15:53:14 2025 +0200
@@ -11,11 +11,10 @@
 import datetime
 import pathlib
 
-from PyQt6.QtCore import QLibraryInfo, QMutex, QThread, pyqtSignal
+from PyQt6.QtCore import QMutex, QThread, pyqtSignal
 from PyQt6.QtHelp import QHelpEngineCore
 
 from eric7.Globals import getConfig
-from eric7.SystemUtilities import QtUtilities
 
 
 class HelpDocsInstaller(QThread):
@@ -69,201 +68,11 @@
         engine = QHelpEngineCore(self.__collection)
         changes = False
 
-        qt5Docs = [
-            "activeqt",
-            "qdoc",
-            "qmake",
-            "qt3d",
-            "qt3drenderer",
-            "qtandroidextras",
-            "qtassistant",
-            "qtbluetooth",
-            "qtcanvas3d",
-            "qtcharts",
-            "qtcmake",
-            "qtconcurrent",
-            "qtcore",
-            "qtdatavis3d",
-            "qtdatavisualization",
-            "qtdbus",
-            "qtdesigner",
-            "qtdistancefieldgenerator",
-            "qtdoc",
-            "qtenginio",
-            "qtenginiooverview",
-            "qtenginoqml",
-            "qtgamepad",
-            "qtgraphicaleffects",
-            "qtgui",
-            "qthelp",
-            "qthttpserver",
-            "qtimageformats",
-            "qtlabscalendar",
-            "qtlabsplatform",
-            "qtlabscontrols",
-            "qtlinguist",
-            "qtlocation",
-            "qtlottieanimation",
-            "qtmacextras",
-            "qtmultimedia",
-            "qtmultimediawidgets",
-            "qtnetwork",
-            "qtnetworkauth",
-            "qtnfc",
-            "qtopengl",
-            "qtpdf",
-            "qtplatformheaders",
-            "qtpositioning",
-            "qtprintsupport",
-            "qtpurchasing",
-            "qtqml",
-            "qtqmlcore",
-            "qtqmlmodels",
-            "qtqmltest",
-            "qtqmlworkerscript",
-            "qtqmlxmllistmodel",
-            "qtquick",
-            "qtquick3d",
-            "qtquick3dphysics",
-            "qtquickcontrols",
-            "qtquickcontrols1",
-            "qtquickdialogs",
-            "qtquickextras",
-            "qtquicklayouts",
-            "qtquicktimeline",
-            "qtremoteobjects",
-            "qtscript",
-            "qtscripttools",
-            "qtscxml",
-            "qtsensors",
-            "qtserialbus",
-            "qtserialport",
-            "qtshadertools",
-            "qtspatialaudio",
-            "qtspeech",
-            "qtsql",
-            "qtstatemachine",
-            "qtsvg",
-            "qttest",
-            "qttestlib",
-            "qtuitools",
-            "qtvirtualkeyboard",
-            "qtwaylandcompositor",
-            "qtwebchannel",
-            "qtwebengine",
-            "qtwebenginewidgets",
-            "qtwebkit",
-            "qtwebkitexamples",
-            "qtwebsockets",
-            "qtwebview",
-            "qtwidgets",
-            "qtwinextras",
-            "qtx11extras",
-            "qtxml",
-            "qtxmlpatterns",
-        ]
-        for qtDocs, version in [(qt5Docs, 5)]:
-            for doc in qtDocs:
-                changes |= self.__installQtDoc(doc, version, engine)
-                self.__mutex.lock()
-                if self.__abort:
-                    engine = None
-                    self.__mutex.unlock()
-                    return
-                self.__mutex.unlock()
-
         changes |= self.__installEric7Doc(engine)
         engine = None
         del engine
         self.docsInstalled.emit(changes)
 
-    def __installQtDoc(self, name, version, engine):
-        """
-        Private method to install/update a Qt help document.
-
-        @param name name of the Qt help document
-        @type str
-        @param version Qt version of the help documents
-        @type int
-        @param engine reference to the help engine
-        @type QHelpEngineCore
-        @return flag indicating success
-        @rtype bool
-        """
-        versionKey = "qt_version_{0}@@{1}".format(version, name)
-        info = engine.customValue(versionKey, "")
-        lst = info.split("|") if info else []
-
-        dt = None
-        if len(lst) and lst[0]:
-            dt = datetime.datetime.fromisoformat(lst[0])
-
-        qchFile = ""
-        if len(lst) == 2:
-            qchFile = lst[1]
-
-        if version == 5:
-            docsPath = pathlib.Path(
-                QLibraryInfo.path(QLibraryInfo.LibraryPath.DocumentationPath)
-            )
-            if not docsPath.is_dir() or len(list(docsPath.glob("*.qch"))) == 0:
-                docsPath = (
-                    docsPath.parents[2]
-                    / "Docs"
-                    / "Qt-{0}.{1}".format(*QtUtilities.qVersionTuple())
-                )
-        else:
-            # unsupported Qt version
-            return False
-
-        files = list(docsPath.glob("*.qch"))
-        if not files:
-            engine.setCustomValue(versionKey, "|")
-            return False
-
-        for f in files:
-            if f.stem == name:
-                namespace = QHelpEngineCore.namespaceName(str(f.resolve()))
-                if not namespace:
-                    continue
-
-                if (
-                    dt is not None
-                    and namespace in engine.registeredDocumentations()
-                    and (
-                        datetime.datetime.fromtimestamp(
-                            f.stat().st_mtime, tz=datetime.timezone.utc
-                        )
-                        == dt
-                    )
-                    and qchFile == str(f.resolve())
-                ):
-                    return False
-
-                if namespace in engine.registeredDocumentations():
-                    engine.unregisterDocumentation(namespace)
-
-                if not engine.registerDocumentation(str(f.resolve())):
-                    self.errorMessage.emit(
-                        self.tr(
-                            """<p>The file <b>{0}</b> could not be"""
-                            """ registered. <br/>Reason: {1}</p>"""
-                        ).format(f, engine.error())
-                    )
-                    return False
-
-                engine.setCustomValue(
-                    versionKey,
-                    datetime.datetime.fromtimestamp(
-                        f.stat().st_mtime, tz=datetime.timezone.utc
-                    ).isoformat()
-                    + "|"
-                    + str(f.resolve()),
-                )
-                return True
-
-        return False
-
     def __installEric7Doc(self, engine):
         """
         Private method to install/update the eric help documentation.
--- a/src/eric7/SystemUtilities/QtUtilities.py	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/SystemUtilities/QtUtilities.py	Sun Apr 13 15:53:14 2025 +0200
@@ -254,7 +254,7 @@
     return ""
 
 
-def getPyQtToolsPath(version=5):
+def getPyQtToolsPath(version=6):
     """
     Module function to get the path of the PyQt tools.
 
@@ -269,10 +269,7 @@
     toolsPath = ""
 
     # step 1: check, if the user has configured a tools path
-    if version == 5:
-        toolsPath = Preferences.getQt("PyQtToolsDir")
-        venvName = Preferences.getQt("PyQtVenvName")
-    elif version == 6:
+    if version == 6:
         toolsPath = Preferences.getQt("PyQt6ToolsDir")
         venvName = Preferences.getQt("PyQt6VenvName")
 
--- a/src/eric7/UI/UserInterface.py	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/UI/UserInterface.py	Sun Apr 13 15:53:14 2025 +0200
@@ -3648,27 +3648,6 @@
         """
         Private slot to initialize the action to show the Qt documentation.
         """
-        self.qt5DocAct = EricAction(
-            self.tr("Qt5 Documentation"),
-            self.tr("Qt5 Documentation"),
-            0,
-            0,
-            self,
-            "qt5_documentation",
-        )
-        self.qt5DocAct.setStatusTip(self.tr("Open Qt5 Documentation"))
-        self.qt5DocAct.setWhatsThis(
-            self.tr(
-                """<b>Qt5 Documentation</b>"""
-                """<p>Display the Qt5 Documentation. Dependent upon your"""
-                """ settings, this will either show the help in Eric's internal"""
-                """ help viewer/web browser, or execute a web browser or Qt"""
-                """ Assistant. </p>"""
-            )
-        )
-        self.qt5DocAct.triggered.connect(lambda: self.__showQtDoc(5))
-        self.actions.append(self.qt5DocAct)
-
         self.qt6DocAct = EricAction(
             self.tr("Qt6 Documentation"),
             self.tr("Qt6 Documentation"),
@@ -3690,27 +3669,6 @@
         self.qt6DocAct.triggered.connect(lambda: self.__showQtDoc(6))
         self.actions.append(self.qt6DocAct)
 
-        self.pyqt5DocAct = EricAction(
-            self.tr("PyQt5 Documentation"),
-            self.tr("PyQt5 Documentation"),
-            0,
-            0,
-            self,
-            "pyqt5_documentation",
-        )
-        self.pyqt5DocAct.setStatusTip(self.tr("Open PyQt5 Documentation"))
-        self.pyqt5DocAct.setWhatsThis(
-            self.tr(
-                """<b>PyQt5 Documentation</b>"""
-                """<p>Display the PyQt5 Documentation. Dependent upon your"""
-                """ settings, this will either show the help in Eric's"""
-                """ internal help viewer/web browser, or execute a web"""
-                """ browser or Qt Assistant. </p>"""
-            )
-        )
-        self.pyqt5DocAct.triggered.connect(lambda: self.__showPyQtDoc(variant=5))
-        self.actions.append(self.pyqt5DocAct)
-
         self.pyqt6DocAct = EricAction(
             self.tr("PyQt6 Documentation"),
             self.tr("PyQt6 Documentation"),
@@ -4114,9 +4072,7 @@
             self.__menus["help"].addSeparator()
         self.__menus["help"].addAction(self.ericDocAct)
         self.__menus["help"].addAction(self.pythonDocAct)
-        self.__menus["help"].addAction(self.qt5DocAct)
         self.__menus["help"].addAction(self.qt6DocAct)
-        self.__menus["help"].addAction(self.pyqt5DocAct)
         self.__menus["help"].addAction(self.pyqt6DocAct)
         if self.pyside6DocAct is not None:
             self.__menus["help"].addAction(self.pyside6DocAct)
@@ -6927,11 +6883,11 @@
         else:
             self.__customViewer(home)
 
-    def __showPyQtDoc(self, variant=5):
-        """
-        Private slot to show the PyQt5/6 documentation.
-
-        @param variant PyQt variant to show documentation for (5 or 6)
+    def __showPyQtDoc(self, variant=6):
+        """
+        Private slot to show the PyQt documentation.
+
+        @param variant PyQt variant to show documentation for
         @type int or str
         """
         pyqtDocDir = Preferences.getHelp("PyQt{0}DocDir".format(variant))
@@ -8683,7 +8639,7 @@
     def getOriginalPathString(self):
         """
         Public method to get the original PATH environment variable
-        (i.e. before modifications by eric and PyQt5).
+        (i.e. before modifications by eric).
 
         @return original PATH environment variable
         @rtype str
--- a/src/eric7/i18n/eric7_cs.ts	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/i18n/eric7_cs.ts	Sun Apr 13 15:53:14 2025 +0200
@@ -8806,62 +8806,62 @@
       <translation>Soubor &lt;b&gt;{0}&lt;/b&gt; existuje ale neobsahuje žádné třídy.</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="252" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="243" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="248" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="239" />
       <source>uic error</source>
       <translation>uic chyba</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="244" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="240" />
       <source>&lt;p&gt;There was an error loading the form &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Byla nalezena chyba načtená z &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="253" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="249" />
       <source>&lt;p&gt;The project specific Python interpreter &lt;b&gt;{0}&lt;/b&gt; could not be started or did not finish within 30 seconds.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="405" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="401" />
       <source>Update Slots List</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="406" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="402" />
       <source>&lt;p&gt;The update of the slots list failed because invalid data was received.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Data: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="604" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="501" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="463" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="451" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="419" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="596" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="493" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="455" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="443" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="415" />
       <source>Code Generation</source>
       <translation>Generování kódu</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="420" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="416" />
       <source>&lt;p&gt;Code generation for project language "{0}" is not supported.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="452" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="444" />
       <source>&lt;p&gt;No code template file available for project type "{0}".&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="464" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="456" />
       <source>&lt;p&gt;Could not open the code template file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Template soubor &lt;b&gt;{0}&lt;/b&gt; nelze otevřít.&lt;/p&gt;&lt;p&gt;Důvod: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="502" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="494" />
       <source>&lt;p&gt;Could not open the source file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Nelze ovevřít source soubor "{0}".&lt;/p&gt;&lt;p&gt;Důvod: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="605" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="597" />
       <source>&lt;p&gt;Could not write the source file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Nelze zapsat do source souboru "{0}".&lt;/p&gt;&lt;p&gt;Důvod: {1}&lt;/p&gt;</translation>
     </message>
@@ -24159,18 +24159,18 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="81" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="80" />
       <source>EricFileDialog Wizard</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="91" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="90" />
       <source>QFileDialog Wizard</source>
       <translation>QFileDialog průvodce</translation>
     </message>
     <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="109" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="108" />
       <source>Test</source>
       <translation />
     </message>
@@ -33421,8 +33421,7 @@
   <context>
     <name>HelpDocsInstaller</name>
     <message>
-      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="319" />
-      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="248" />
+      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="128" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be registered. &lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -33430,8 +33429,6 @@
   <context>
     <name>HelpDocumentationPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="60" />
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="56" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="52" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="48" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="44" />
@@ -33496,21 +33493,6 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Qt5 Documentation</source>
-      <translation type="unfinished">Qt4 dokumentace {5 ?}</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Enter the Qt5 documentation directory</source>
-      <translation type="unfinished">Zadejte adresář Qt4 dokumentace {5 ?}</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the QT5DOCDIR environment variable, if set.</source>
-      <translation type="unfinished">&lt;b&gt;Poznámka&lt;/b&gt;: Ponechte prázdné má-li se použít proměnná prostředí QT4DOCDIR, je-li nastavena. {5D?}</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
       <source>Qt6 Documentation</source>
       <translation type="unfinished">Qt4 dokumentace {6 ?}</translation>
     </message>
@@ -33526,21 +33508,6 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>PyQt5 Documentation</source>
-      <translation type="unfinished">PyQt4 dokumentace {5 ?}</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Enter the PyQt5 documentation directory</source>
-      <translation type="unfinished">Zadejte adresář PyQt4 dokumentace {5 ?}</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source>
-      <translation type="unfinished">&lt;b&gt;Poznámka&lt;/b&gt;: Ponechte prázdné má-li se použít proměnná prostředí PYQT4DOCDIR, je-li nastavena. {5D?}</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
       <source>PyQt6 Documentation</source>
       <translation type="unfinished">PyQt4 dokumentace {6 ?}</translation>
     </message>
@@ -33569,6 +33536,30 @@
       <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYSIDE6DOCDIR environment variable, if set.</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <source>Qt5 Documentation</source>
+      <translation type="vanished">Qt4 dokumentace {5 ?}</translation>
+    </message>
+    <message>
+      <source>Enter the Qt5 documentation directory</source>
+      <translation type="vanished">Zadejte adresář Qt4 dokumentace {5 ?}</translation>
+    </message>
+    <message>
+      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the QT5DOCDIR environment variable, if set.</source>
+      <translation type="vanished">&lt;b&gt;Poznámka&lt;/b&gt;: Ponechte prázdné má-li se použít proměnná prostředí QT4DOCDIR, je-li nastavena. {5D?}</translation>
+    </message>
+    <message>
+      <source>PyQt5 Documentation</source>
+      <translation type="vanished">PyQt4 dokumentace {5 ?}</translation>
+    </message>
+    <message>
+      <source>Enter the PyQt5 documentation directory</source>
+      <translation type="vanished">Zadejte adresář PyQt4 dokumentace {5 ?}</translation>
+    </message>
+    <message>
+      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source>
+      <translation type="vanished">&lt;b&gt;Poznámka&lt;/b&gt;: Ponechte prázdné má-li se použít proměnná prostředí PYQT4DOCDIR, je-li nastavena. {5D?}</translation>
+    </message>
   </context>
   <context>
     <name>HelpIndexWidget</name>
@@ -50763,7 +50754,7 @@
     </message>
     <message>
       <location filename="../QScintilla/Lexers/LexerPython.py" line="94" />
-      <source>PyQt5/6 Modules</source>
+      <source>PyQt6 Modules</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -62562,18 +62553,18 @@
   <context>
     <name>Preferences</name>
     <message>
-      <location filename="../Preferences/__init__.py" line="1891" />
+      <location filename="../Preferences/__init__.py" line="1866" />
       <source>Export Preferences</source>
       <translation>Předvolby exportu</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1920" />
-      <location filename="../Preferences/__init__.py" line="1893" />
+      <location filename="../Preferences/__init__.py" line="1895" />
+      <location filename="../Preferences/__init__.py" line="1868" />
       <source>Properties File (*.ini);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1918" />
+      <location filename="../Preferences/__init__.py" line="1893" />
       <source>Import Preferences</source>
       <translation>Předvolby importu</translation>
     </message>
@@ -63076,123 +63067,108 @@
     </message>
     <message>
       <location filename="../Preferences/ProgramsDialog.py" line="160" />
-      <source>Translation Extractor (Python, PyQt5)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="168" />
-      <source>Forms Compiler (Python, PyQt5)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="176" />
-      <source>Resource Compiler (Python, PyQt5)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="187" />
       <source>Translation Extractor (Python, PyQt6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="194" />
+      <location filename="../Preferences/ProgramsDialog.py" line="167" />
       <source>Forms Compiler (Python, PyQt6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="204" />
+      <location filename="../Preferences/ProgramsDialog.py" line="177" />
       <source>Translation Extractor (Python, PySide6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="213" />
+      <location filename="../Preferences/ProgramsDialog.py" line="186" />
       <source>Forms Compiler (Python, PySide6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="222" />
+      <location filename="../Preferences/ProgramsDialog.py" line="195" />
       <source>Resource Compiler (Python, PySide6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="237" />
+      <location filename="../Preferences/ProgramsDialog.py" line="210" />
       <source>conda Manager</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="247" />
+      <location filename="../Preferences/ProgramsDialog.py" line="220" />
       <source>PyPI Package Management</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="499" />
-      <location filename="../Preferences/ProgramsDialog.py" line="496" />
-      <location filename="../Preferences/ProgramsDialog.py" line="480" />
-      <location filename="../Preferences/ProgramsDialog.py" line="350" />
-      <location filename="../Preferences/ProgramsDialog.py" line="283" />
-      <location filename="../Preferences/ProgramsDialog.py" line="266" />
+      <location filename="../Preferences/ProgramsDialog.py" line="472" />
+      <location filename="../Preferences/ProgramsDialog.py" line="469" />
+      <location filename="../Preferences/ProgramsDialog.py" line="453" />
+      <location filename="../Preferences/ProgramsDialog.py" line="323" />
+      <location filename="../Preferences/ProgramsDialog.py" line="256" />
+      <location filename="../Preferences/ProgramsDialog.py" line="239" />
       <source>(unknown)</source>
       <translation>(neznámý)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="270" />
+      <location filename="../Preferences/ProgramsDialog.py" line="243" />
       <source>Spell Checker - PyEnchant</source>
       <translation />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="287" />
+      <location filename="../Preferences/ProgramsDialog.py" line="260" />
       <source>Source Highlighter - Pygments</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="294" />
+      <location filename="../Preferences/ProgramsDialog.py" line="267" />
       <source>MicroPython - MPY Cross Compiler</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="301" />
+      <location filename="../Preferences/ProgramsDialog.py" line="274" />
       <source>MicroPython - ESP Tool</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="312" />
+      <location filename="../Preferences/ProgramsDialog.py" line="285" />
       <source>MicroPython - PyBoard Flasher</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="322" />
+      <location filename="../Preferences/ProgramsDialog.py" line="295" />
       <source>MicroPython - STLink Info</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="332" />
+      <location filename="../Preferences/ProgramsDialog.py" line="305" />
       <source>MicroPython - STLink Flasher</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="354" />
+      <location filename="../Preferences/ProgramsDialog.py" line="327" />
       <source>Code Assistant - Jedi</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="434" />
+      <location filename="../Preferences/ProgramsDialog.py" line="407" />
       <source>(not configured)</source>
       <translation>(nezkonfigurováno)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="469" />
+      <location filename="../Preferences/ProgramsDialog.py" line="442" />
       <source>(module not found)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="502" />
+      <location filename="../Preferences/ProgramsDialog.py" line="475" />
       <source>(not executable)</source>
       <translation>(nevykonavatelný)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="548" />
-      <location filename="../Preferences/ProgramsDialog.py" line="516" />
-      <location filename="../Preferences/ProgramsDialog.py" line="514" />
+      <location filename="../Preferences/ProgramsDialog.py" line="521" />
+      <location filename="../Preferences/ProgramsDialog.py" line="489" />
+      <location filename="../Preferences/ProgramsDialog.py" line="487" />
       <source>(not found)</source>
       <translation>(nenalezeno)</translation>
     </message>
@@ -63216,404 +63192,394 @@
     </message>
     <message>
       <location filename="../Project/Project.py" line="337" />
-      <source>PyQt5 GUI</source>
+      <source>PyQt6 GUI</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="338" />
-      <source>PyQt5 Console</source>
+      <source>PyQt6 Console</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="339" />
-      <source>PyQt6 GUI</source>
+      <source>Eric7 Plugin</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="340" />
-      <source>PyQt6 Console</source>
-      <translation type="unfinished" />
+      <source>Console</source>
+      <translation>Konzole</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="341" />
-      <source>Eric7 Plugin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="342" />
-      <source>Console</source>
-      <translation>Konzole</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="343" />
       <source>Other</source>
       <translation>Ostatní</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="362" />
+      <location filename="../Project/Project.py" line="358" />
       <source>PySide6 GUI</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="363" />
+      <location filename="../Project/Project.py" line="359" />
       <source>PySide6 Console</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="461" />
-      <location filename="../Project/Project.py" line="449" />
-      <location filename="../Project/Project.py" line="438" />
+      <location filename="../Project/Project.py" line="457" />
+      <location filename="../Project/Project.py" line="445" />
+      <location filename="../Project/Project.py" line="434" />
       <source>Registering Project Type</source>
       <translation>Zaregistrovat typ projektu</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="439" />
+      <location filename="../Project/Project.py" line="435" />
       <source>&lt;p&gt;The Programming Language &lt;b&gt;{0}&lt;/b&gt; is not supported (project type: {1}).&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="450" />
+      <location filename="../Project/Project.py" line="446" />
       <source>&lt;p&gt;The Project type &lt;b&gt;{0}&lt;/b&gt; is already registered with Programming Language &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="462" />
+      <location filename="../Project/Project.py" line="458" />
       <source>&lt;p&gt;The Project type &lt;b&gt;{0}&lt;/b&gt; is already registered.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="767" />
+      <location filename="../Project/Project.py" line="763" />
       <source>All Files (*)</source>
       <translation type="unfinished">Všechny soubory (*)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1321" />
+      <location filename="../Project/Project.py" line="1310" />
       <source>Read Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1567" />
-      <location filename="../Project/Project.py" line="1541" />
-      <location filename="../Project/Project.py" line="1505" />
-      <location filename="../Project/Project.py" line="1423" />
-      <location filename="../Project/Project.py" line="1384" />
-      <location filename="../Project/Project.py" line="1359" />
-      <location filename="../Project/Project.py" line="1322" />
+      <location filename="../Project/Project.py" line="1556" />
+      <location filename="../Project/Project.py" line="1530" />
+      <location filename="../Project/Project.py" line="1494" />
+      <location filename="../Project/Project.py" line="1412" />
+      <location filename="../Project/Project.py" line="1373" />
+      <location filename="../Project/Project.py" line="1348" />
+      <location filename="../Project/Project.py" line="1311" />
       <source>Please save the project first.</source>
       <translation>Prosím, nejdříve uložte projekt.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1358" />
+      <location filename="../Project/Project.py" line="1347" />
       <source>Save Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1400" />
-      <location filename="../Project/Project.py" line="1383" />
+      <location filename="../Project/Project.py" line="1389" />
+      <location filename="../Project/Project.py" line="1372" />
       <source>Delete Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1390" />
+      <location filename="../Project/Project.py" line="1379" />
       <source>Delete Remote Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1409" />
+      <location filename="../Project/Project.py" line="1398" />
       <source>&lt;p&gt;The project session file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Soubor s relací projektu &lt;b&gt;{0}&lt;/b&gt; nelze smazat.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1422" />
+      <location filename="../Project/Project.py" line="1411" />
       <source>Read Tasks</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1504" />
+      <location filename="../Project/Project.py" line="1493" />
       <source>Read Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1540" />
+      <location filename="../Project/Project.py" line="1529" />
       <source>Save Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1583" />
-      <location filename="../Project/Project.py" line="1566" />
+      <location filename="../Project/Project.py" line="1572" />
+      <location filename="../Project/Project.py" line="1555" />
       <source>Delete Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1573" />
+      <location filename="../Project/Project.py" line="1562" />
       <source>Delete Remote Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1592" />
+      <location filename="../Project/Project.py" line="1581" />
       <source>&lt;p&gt;The project debugger properties file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Soubor s nastaveními debuggeru &lt;b&gt;{0}&lt;/b&gt; nelze smazat.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1765" />
+      <location filename="../Project/Project.py" line="1754" />
       <source>Add Language</source>
       <translation>Přidat jazyk</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1766" />
+      <location filename="../Project/Project.py" line="1755" />
       <source>You have to specify a translation pattern first.</source>
       <translation>Nejdříve musíte specifikovat vzor překladu.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1905" />
+      <location filename="../Project/Project.py" line="1892" />
       <source>Delete Translation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1932" />
-      <location filename="../Project/Project.py" line="1906" />
+      <location filename="../Project/Project.py" line="1919" />
+      <location filename="../Project/Project.py" line="1893" />
       <source>&lt;p&gt;The selected translation file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1931" />
+      <location filename="../Project/Project.py" line="1918" />
       <source>Delete translation</source>
       <translation>Smazat překlad</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="2071" />
+      <location filename="../Project/Project.py" line="2054" />
+      <source>Add File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="2173" />
+      <location filename="../Project/Project.py" line="2055" />
+      <source>&lt;p&gt;The file &lt;b&gt;{0}&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;{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="2072" />
+      <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be added to &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {2}&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Vybraný soubor &lt;b&gt;{0}&lt;/b&gt; nelze přidat do &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Důvod: {2}&lt;/p&gt;</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="2084" />
-      <location filename="../Project/Project.py" line="2067" />
-      <source>Add File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2186" />
-      <location filename="../Project/Project.py" line="2068" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&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;{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="2085" />
-      <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be added to &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {2}&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Vybraný soubor &lt;b&gt;{0}&lt;/b&gt; nelze přidat do &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Důvod: {2}&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2097" />
       <source>Add file</source>
       <translation>Přidat soubor</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2282" />
-      <location filename="../Project/Project.py" line="2098" />
+      <location filename="../Project/Project.py" line="2269" />
+      <location filename="../Project/Project.py" line="2085" />
       <source>The target directory must not be empty.</source>
       <translation>Cílový adresář nesmí být prázdný.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2185" />
-      <location filename="../Project/Project.py" line="2158" />
-      <location filename="../Project/Project.py" line="2138" />
+      <location filename="../Project/Project.py" line="2172" />
+      <location filename="../Project/Project.py" line="2145" />
+      <location filename="../Project/Project.py" line="2125" />
       <source>Add Directory</source>
       <translation type="unfinished">Přidat adresář</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2139" />
+      <location filename="../Project/Project.py" line="2126" />
       <source>&lt;p&gt;The source directory doesn't contain any files belonging to the selected category.&lt;/p&gt;</source>
       <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="2159" />
+      <location filename="../Project/Project.py" line="2146" />
       <source>&lt;p&gt;The target directory &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;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="2293" />
-      <location filename="../Project/Project.py" line="2281" />
+      <location filename="../Project/Project.py" line="2280" />
+      <location filename="../Project/Project.py" line="2268" />
       <source>Add directory</source>
       <translation>Přidat adresář</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2294" />
+      <location filename="../Project/Project.py" line="2281" />
       <source>The source directory must not be empty.</source>
       <translation>Cílový adresář nesmí být prázdný.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2408" />
-      <location filename="../Project/Project.py" line="2390" />
-      <location filename="../Project/Project.py" line="2374" />
-      <location filename="../Project/Project.py" line="2367" />
+      <location filename="../Project/Project.py" line="2395" />
+      <location filename="../Project/Project.py" line="2377" />
+      <location filename="../Project/Project.py" line="2361" />
+      <location filename="../Project/Project.py" line="2354" />
       <source>Rename File</source>
       <translation>Přejmenovat soubor</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8075" />
-      <location filename="../Project/Project.py" line="3895" />
-      <location filename="../Project/Project.py" line="2391" />
+      <location filename="../Project/Project.py" line="8062" />
+      <location filename="../Project/Project.py" line="3882" />
+      <location filename="../Project/Project.py" line="2378" />
       <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>
     <message>
-      <location filename="../Project/Project.py" line="2409" />
+      <location filename="../Project/Project.py" line="2396" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be renamed.&lt;br /&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Soubor &lt;b&gt;{0}&lt;/b&gt; nemůže být přejmenován.&lt;br /&gt;Důvod: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2676" />
+      <location filename="../Project/Project.py" line="2663" />
       <source>Delete File</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2677" />
+      <location filename="../Project/Project.py" line="2664" />
       <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2705" />
+      <location filename="../Project/Project.py" line="2692" />
       <source>Delete Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2706" />
+      <location filename="../Project/Project.py" line="2693" />
       <source>&lt;p&gt;The selected directory &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2839" />
+      <location filename="../Project/Project.py" line="2826" />
       <source>Create project directory</source>
       <translation>Vytvořit adresář projektu</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2840" />
+      <location filename="../Project/Project.py" line="2827" />
       <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;</source>
       <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="3668" />
-      <location filename="../Project/Project.py" line="2940" />
+      <location filename="../Project/Project.py" line="3655" />
+      <location filename="../Project/Project.py" line="2927" />
       <source>Create project management directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3669" />
-      <location filename="../Project/Project.py" line="2941" />
+      <location filename="../Project/Project.py" line="3656" />
+      <location filename="../Project/Project.py" line="2928" />
       <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; is not writable.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2981" />
+      <location filename="../Project/Project.py" line="2968" />
       <source>Create main script</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2982" />
+      <location filename="../Project/Project.py" line="2969" />
       <source>&lt;p&gt;The main script &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3449" />
-      <location filename="../Project/Project.py" line="3006" />
+      <location filename="../Project/Project.py" line="3436" />
+      <location filename="../Project/Project.py" line="2993" />
       <source>Create Makefile</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3450" />
-      <location filename="../Project/Project.py" line="3007" />
+      <location filename="../Project/Project.py" line="3437" />
+      <location filename="../Project/Project.py" line="2994" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3698" />
-      <location filename="../Project/Project.py" line="3159" />
-      <location filename="../Project/Project.py" line="3130" />
-      <location filename="../Project/Project.py" line="3098" />
-      <location filename="../Project/Project.py" line="3080" />
-      <location filename="../Project/Project.py" line="3055" />
-      <location filename="../Project/Project.py" line="3017" />
+      <location filename="../Project/Project.py" line="3685" />
+      <location filename="../Project/Project.py" line="3146" />
+      <location filename="../Project/Project.py" line="3117" />
+      <location filename="../Project/Project.py" line="3085" />
+      <location filename="../Project/Project.py" line="3067" />
+      <location filename="../Project/Project.py" line="3042" />
+      <location filename="../Project/Project.py" line="3004" />
       <source>New Project</source>
       <translation>Nový projekt</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3018" />
+      <location filename="../Project/Project.py" line="3005" />
       <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="3699" />
-      <location filename="../Project/Project.py" line="3056" />
+      <location filename="../Project/Project.py" line="3686" />
+      <location filename="../Project/Project.py" line="3043" />
       <source>Select Version Control System</source>
       <translation>Vybrat Version Control System</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3160" />
-      <location filename="../Project/Project.py" line="3081" />
+      <location filename="../Project/Project.py" line="3147" />
+      <location filename="../Project/Project.py" line="3068" />
       <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="3099" />
+      <location filename="../Project/Project.py" line="3086" />
       <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="3136" />
-      <location filename="../Project/Project.py" line="3125" />
+      <location filename="../Project/Project.py" line="3123" />
+      <location filename="../Project/Project.py" line="3112" />
       <source>None</source>
       <translation>None</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3131" />
+      <location filename="../Project/Project.py" line="3118" />
       <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="3342" />
+      <location filename="../Project/Project.py" line="3329" />
       <source>Translation Pattern</source>
       <translation>Vzor překladu</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3343" />
+      <location filename="../Project/Project.py" line="3330" />
       <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source>
       <translation>Zadejte vzor cesty pro soubory s překlady (použijte  '%language%' na místě s kódem jazyka):</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3647" />
+      <location filename="../Project/Project.py" line="3634" />
       <source>Open Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8061" />
-      <location filename="../Project/Project.py" line="8055" />
-      <location filename="../Project/Project.py" line="8045" />
-      <location filename="../Project/Project.py" line="3880" />
-      <location filename="../Project/Project.py" line="3870" />
-      <location filename="../Project/Project.py" line="3649" />
+      <location filename="../Project/Project.py" line="8048" />
+      <location filename="../Project/Project.py" line="8042" />
+      <location filename="../Project/Project.py" line="8032" />
+      <location filename="../Project/Project.py" line="3867" />
+      <location filename="../Project/Project.py" line="3857" />
+      <location filename="../Project/Project.py" line="3636" />
       <source>Project Files (*.epj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3894" />
-      <location filename="../Project/Project.py" line="3878" />
+      <location filename="../Project/Project.py" line="3881" />
+      <location filename="../Project/Project.py" line="3865" />
       <source>Save Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3933" />
+      <location filename="../Project/Project.py" line="3920" />
       <source>Close Project</source>
       <translation>Zavřít projekt</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3934" />
+      <location filename="../Project/Project.py" line="3921" />
       <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="4134" />
-      <location filename="../Project/Project.py" line="4098" />
+      <location filename="../Project/Project.py" line="4121" />
+      <location filename="../Project/Project.py" line="4085" />
       <source>Syntax Errors Detected</source>
       <translation type="unfinished" />
     </message>
     <message numerus="yes">
-      <location filename="../Project/Project.py" line="4135" />
-      <location filename="../Project/Project.py" line="4099" />
+      <location filename="../Project/Project.py" line="4122" />
+      <location filename="../Project/Project.py" line="4086" />
       <source>The project contains %n file(s) with syntax errors.</source>
       <translation>
         <numerusform>Projekt obsahuje %n soubor se syntaktickými chybami.</numerusform>
@@ -63622,1268 +63588,1268 @@
       </translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4793" />
+      <location filename="../Project/Project.py" line="4780" />
       <source>New project</source>
       <translation>Nový projekt</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4795" />
+      <location filename="../Project/Project.py" line="4782" />
       <source>&amp;New...</source>
       <translation>&amp;Nový...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4801" />
+      <location filename="../Project/Project.py" line="4788" />
       <source>Generate a new project</source>
       <translation>Vygenerovat nový projekt</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4803" />
+      <location filename="../Project/Project.py" line="4790" />
       <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="4813" />
+      <location filename="../Project/Project.py" line="4800" />
       <source>Open project</source>
       <translation>Otevřít projekt</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4815" />
+      <location filename="../Project/Project.py" line="4802" />
       <source>&amp;Open...</source>
       <translation>&amp;Otevřít...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4821" />
+      <location filename="../Project/Project.py" line="4808" />
       <source>Open an existing project</source>
       <translation>Otevřít existující projekt</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4823" />
+      <location filename="../Project/Project.py" line="4810" />
       <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="4829" />
+      <location filename="../Project/Project.py" line="4816" />
       <source>Open remote project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4831" />
+      <location filename="../Project/Project.py" line="4818" />
       <source>Open (Remote)...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4824" />
+      <source>Open an existing remote project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4826" />
+      <source>&lt;b&gt;Open (Remote)...&lt;/b&gt;&lt;p&gt;This opens an existing remote project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4835" />
+      <source>Reload project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4837" />
-      <source>Open an existing remote project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4839" />
-      <source>&lt;b&gt;Open (Remote)...&lt;/b&gt;&lt;p&gt;This opens an existing remote project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4848" />
-      <source>Reload project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4850" />
       <source>Re&amp;load</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4856" />
+      <location filename="../Project/Project.py" line="4843" />
       <source>Reload the current project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4858" />
+      <location filename="../Project/Project.py" line="4845" />
       <source>&lt;b&gt;Reload&lt;/b&gt;&lt;p&gt;This reloads the current project.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4864" />
+      <location filename="../Project/Project.py" line="4851" />
       <source>Close project</source>
       <translation>Zavřít projekt</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4866" />
+      <location filename="../Project/Project.py" line="4853" />
       <source>&amp;Close</source>
       <translation>&amp;Zavřít</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4872" />
+      <location filename="../Project/Project.py" line="4859" />
       <source>Close the current project</source>
       <translation>Uzavře aktuální projekt</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4874" />
+      <location filename="../Project/Project.py" line="4861" />
       <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="4880" />
+      <location filename="../Project/Project.py" line="4867" />
       <source>Save project</source>
       <translation>Uložit projekt</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5177" />
-      <location filename="../Project/Project.py" line="4882" />
+      <location filename="../Project/Project.py" line="5164" />
+      <location filename="../Project/Project.py" line="4869" />
       <source>&amp;Save</source>
       <translation>&amp;Uložit</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4888" />
+      <location filename="../Project/Project.py" line="4875" />
       <source>Save the current project</source>
       <translation>Uložit aktuální projekt</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4890" />
+      <location filename="../Project/Project.py" line="4877" />
       <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="4896" />
+      <location filename="../Project/Project.py" line="4883" />
       <source>Save project as</source>
       <translation>Uložit projekt jako</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4898" />
+      <location filename="../Project/Project.py" line="4885" />
       <source>Save &amp;as...</source>
       <translation>Uložit j&amp;ako...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4891" />
+      <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="4893" />
+      <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="4902" />
+      <source>Save project as (Remote)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4904" />
-      <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="4906" />
-      <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="4915" />
-      <source>Save project as (Remote)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4917" />
       <source>Save as (Remote)...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4924" />
+      <location filename="../Project/Project.py" line="4911" />
       <source>Save the current project to a new remote file</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4927" />
+      <location filename="../Project/Project.py" line="4914" />
       <source>&lt;b&gt;Save as (Remote)&lt;/b&gt;&lt;p&gt;This saves the current project to a new remote file.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4943" />
+      <location filename="../Project/Project.py" line="4930" />
       <source>Add files to project</source>
       <translation>Přidat soubory do projektu</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4945" />
+      <location filename="../Project/Project.py" line="4932" />
       <source>Add &amp;files...</source>
       <translation>&amp;Přidat soubory...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4938" />
+      <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="4940" />
+      <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="4951" />
-      <source>Add files to the current project</source>
-      <translation>Přidat soubory do aktuálního projektu</translation>
+      <source>Add directory to project</source>
+      <translation>Přidat adresář do projektu</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="4953" />
-      <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="4964" />
-      <source>Add directory to project</source>
-      <translation>Přidat adresář do projektu</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4966" />
       <source>Add directory...</source>
       <translation>Přidat adresář...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4960" />
+      <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="4963" />
+      <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="4973" />
-      <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="4976" />
-      <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="4986" />
       <source>Add translation to project</source>
       <translation>Přidat překlad do projektu</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4988" />
+      <location filename="../Project/Project.py" line="4975" />
       <source>Add &amp;translation...</source>
       <translation>Přida&amp;t překlad...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4982" />
+      <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="4985" />
+      <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="4995" />
-      <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="4998" />
-      <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="5008" />
       <source>Search new files</source>
       <translation>Hledat nové soubory</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5009" />
+      <location filename="../Project/Project.py" line="4996" />
       <source>Searc&amp;h new files...</source>
       <translation>&amp;Hledat nové soubory...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5002" />
+      <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="5004" />
+      <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, forms, ...) in the project directory and registered subdirectories.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5014" />
+      <source>Search Project File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5015" />
-      <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="5017" />
-      <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, forms, ...) in the project directory and registered subdirectories.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5027" />
-      <source>Search Project File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5028" />
       <source>Search Project File...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5029" />
+      <location filename="../Project/Project.py" line="5016" />
       <source>Alt+Ctrl+P</source>
       <comment>Project|Search Project File</comment>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5021" />
+      <source>Search for a file in the project list of files.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5023" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5032" />
+      <source>Project properties</source>
+      <translation>Nastavení projektu</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5034" />
-      <source>Search for a file in the project list of files.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5036" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5045" />
-      <source>Project properties</source>
-      <translation>Nastavení projektu</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5047" />
       <source>&amp;Properties...</source>
       <translation>&amp;Natavení...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5040" />
+      <source>Show the project properties</source>
+      <translation>Zobrazit nastavení projektu</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5042" />
+      <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="5051" />
+      <source>User project properties</source>
+      <translation>Uživatelská nastavení projektu</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5053" />
-      <source>Show the project properties</source>
-      <translation>Zobrazit nastavení projektu</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5055" />
-      <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="5064" />
-      <source>User project properties</source>
-      <translation>Uživatelská nastavení projektu</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5066" />
       <source>&amp;User Properties...</source>
       <translation>Uživat&amp;elská nastavení...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5060" />
+      <source>Show the user specific project properties</source>
+      <translation>Zobrazit uživatelem definovaná nastavení projektu</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5063" />
+      <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="5073" />
-      <source>Show the user specific project properties</source>
-      <translation>Zobrazit uživatelem definovaná nastavení projektu</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5076" />
-      <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="5086" />
       <source>Filetype Associations</source>
       <translation>Asociace typů souborů</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5087" />
+      <location filename="../Project/Project.py" line="5074" />
       <source>Filetype Associations...</source>
       <translation>Asociace typů souborů...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5094" />
+      <location filename="../Project/Project.py" line="5081" />
       <source>Show the project file type associations</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5084" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5097" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5110" />
       <source>Lexer Associations</source>
       <translation>Spojení lexeru</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5111" />
+      <location filename="../Project/Project.py" line="5098" />
       <source>Lexer Associations...</source>
       <translation>Spojení lexeru...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5118" />
+      <location filename="../Project/Project.py" line="5105" />
       <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="5121" />
+      <location filename="../Project/Project.py" line="5108" />
       <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>
     <message>
-      <location filename="../Project/Project.py" line="5139" />
+      <location filename="../Project/Project.py" line="5126" />
       <source>Debugger Properties</source>
       <translation>Nastavení debugeru</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5140" />
+      <location filename="../Project/Project.py" line="5127" />
       <source>Debugger &amp;Properties...</source>
       <translation>Nastavení &amp;debuggeru...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5133" />
+      <source>Show the debugger properties</source>
+      <translation>Zobrazit nastavení debugeru</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5135" />
+      <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="5145" />
+      <source>Load</source>
+      <translation>Načíst</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5146" />
-      <source>Show the debugger properties</source>
-      <translation>Zobrazit nastavení debugeru</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5148" />
-      <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="5158" />
-      <source>Load</source>
-      <translation>Načíst</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5159" />
       <source>&amp;Load</source>
       <translation>&amp;Načíst</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5165" />
+      <location filename="../Project/Project.py" line="5152" />
       <source>Load the debugger properties</source>
       <translation>Načíst nastavení debugeru</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5167" />
+      <location filename="../Project/Project.py" line="5154" />
       <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="5176" />
+      <location filename="../Project/Project.py" line="5163" />
       <source>Save</source>
       <translation>Uložit</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5183" />
+      <location filename="../Project/Project.py" line="5170" />
       <source>Save the debugger properties</source>
       <translation>Uložit nastavení debugeru</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5185" />
+      <location filename="../Project/Project.py" line="5172" />
       <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="5194" />
+      <location filename="../Project/Project.py" line="5181" />
       <source>Delete</source>
       <translation>Smazat</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5195" />
+      <location filename="../Project/Project.py" line="5182" />
       <source>&amp;Delete</source>
       <translation>Sma&amp;zat</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5188" />
+      <source>Delete the debugger properties</source>
+      <translation>Smazat nastavení debugeru</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5190" />
+      <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="5200" />
+      <source>Reset</source>
+      <translation />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5201" />
-      <source>Delete the debugger properties</source>
-      <translation>Smazat nastavení debugeru</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5203" />
-      <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="5213" />
-      <source>Reset</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5214" />
       <source>&amp;Reset</source>
       <translation>&amp;Reset</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5220" />
+      <location filename="../Project/Project.py" line="5207" />
       <source>Reset the debugger properties</source>
       <translation>Reset nastavení debugeru</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5222" />
+      <location filename="../Project/Project.py" line="5209" />
       <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="5238" />
-      <location filename="../Project/Project.py" line="5237" />
+      <location filename="../Project/Project.py" line="5225" />
+      <location filename="../Project/Project.py" line="5224" />
       <source>Load session</source>
       <translation>Načíst relaci</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5244" />
+      <location filename="../Project/Project.py" line="5231" />
       <source>Load the projects session file.</source>
       <translation>Načíst soubor s relací projektu.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5246" />
+      <location filename="../Project/Project.py" line="5233" />
       <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="5262" />
-      <location filename="../Project/Project.py" line="5261" />
+      <location filename="../Project/Project.py" line="5249" />
+      <location filename="../Project/Project.py" line="5248" />
       <source>Save session</source>
       <translation>Uložit relaci</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5268" />
+      <location filename="../Project/Project.py" line="5255" />
       <source>Save the projects session file.</source>
       <translation>Uložit soubor s relací projektu.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5270" />
+      <location filename="../Project/Project.py" line="5257" />
       <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="5286" />
-      <location filename="../Project/Project.py" line="5285" />
+      <location filename="../Project/Project.py" line="5273" />
+      <location filename="../Project/Project.py" line="5272" />
       <source>Delete session</source>
       <translation>Smazat relaci</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5292" />
+      <location filename="../Project/Project.py" line="5279" />
       <source>Delete the projects session file.</source>
       <translation>Smaže soubor s relací projektu.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5294" />
+      <location filename="../Project/Project.py" line="5281" />
       <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="5309" />
+      <location filename="../Project/Project.py" line="5296" />
       <source>Code Metrics</source>
       <translation>Metriky kódu</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5310" />
+      <location filename="../Project/Project.py" line="5297" />
       <source>&amp;Code Metrics...</source>
       <translation>Metriky &amp;kódu...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5304" />
+      <source>Show some code metrics for the project.</source>
+      <translation>Zobrazit metriky kódu projektu.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5307" />
+      <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="5317" />
-      <source>Show some code metrics for the project.</source>
-      <translation>Zobrazit metriky kódu projektu.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5320" />
-      <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="5330" />
       <source>Python Code Coverage</source>
       <translation>Pokrytí python kódu</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5331" />
+      <location filename="../Project/Project.py" line="5318" />
       <source>Code Co&amp;verage...</source>
       <translation>Pokr&amp;ytí kódu...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5338" />
+      <location filename="../Project/Project.py" line="5325" />
       <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="5341" />
+      <location filename="../Project/Project.py" line="5328" />
       <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="6775" />
       <location filename="../Project/Project.py" line="6762" />
-      <location filename="../Project/Project.py" line="5351" />
+      <location filename="../Project/Project.py" line="6749" />
+      <location filename="../Project/Project.py" line="5338" />
       <source>Profile Data</source>
       <translation>Profilovat data</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5352" />
+      <location filename="../Project/Project.py" line="5339" />
       <source>&amp;Profile Data...</source>
       <translation>&amp;Profilovat data...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5359" />
+      <location filename="../Project/Project.py" line="5346" />
       <source>Show profiling data for the project.</source>
       <translation>Zobrazit profilování dat projektu.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5362" />
+      <location filename="../Project/Project.py" line="5349" />
       <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="6827" />
-      <location filename="../Project/Project.py" line="5377" />
+      <location filename="../Project/Project.py" line="6814" />
+      <location filename="../Project/Project.py" line="5364" />
       <source>Application Diagram</source>
       <translation>Diagram aplikace</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5378" />
+      <location filename="../Project/Project.py" line="5365" />
       <source>&amp;Application Diagram...</source>
       <translation>Diagram &amp;aplikace...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5372" />
+      <source>Show a diagram of the project.</source>
+      <translation>Zobrazit diagram projektu.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5375" />
+      <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="5384" />
+      <source>Load Diagram</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5385" />
-      <source>Show a diagram of the project.</source>
-      <translation>Zobrazit diagram projektu.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5388" />
-      <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="5397" />
-      <source>Load Diagram</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5398" />
       <source>&amp;Load Diagram...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5404" />
+      <location filename="../Project/Project.py" line="5391" />
       <source>Load a diagram from file.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5406" />
+      <location filename="../Project/Project.py" line="5393" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6995" />
-      <location filename="../Project/Project.py" line="6940" />
-      <location filename="../Project/Project.py" line="5421" />
+      <location filename="../Project/Project.py" line="6982" />
+      <location filename="../Project/Project.py" line="6927" />
+      <location filename="../Project/Project.py" line="5408" />
       <source>Create Package List</source>
       <translation>Vytvořit seznam balíčků</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5423" />
+      <location filename="../Project/Project.py" line="5410" />
       <source>Create &amp;Package List</source>
       <translation type="unfinished">Vytvořit Plugin &amp;archiv</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5430" />
+      <location filename="../Project/Project.py" line="5417" />
       <source>Create an initial PKGLIST file for an eric plugin.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5420" />
+      <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric plugin archive. The list is created from the project file.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7053" />
+      <location filename="../Project/Project.py" line="5431" />
+      <source>Create Plugin Archives</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5433" />
-      <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric plugin archive. The list is created from the project file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7066" />
-      <location filename="../Project/Project.py" line="5444" />
-      <source>Create Plugin Archives</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5446" />
       <source>Create Plugin &amp;Archives</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5452" />
+      <location filename="../Project/Project.py" line="5439" />
       <source>Create eric plugin archive files.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5454" />
+      <location filename="../Project/Project.py" line="5441" />
       <source>&lt;b&gt;Create Plugin Archives&lt;/b&gt;&lt;p&gt;This creates eric 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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5466" />
+      <location filename="../Project/Project.py" line="5453" />
       <source>Create Plugin Archives (Snapshot)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5468" />
+      <location filename="../Project/Project.py" line="5455" />
       <source>Create Plugin Archives (&amp;Snapshot)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5475" />
+      <location filename="../Project/Project.py" line="5462" />
       <source>Create eric plugin archive files (snapshot releases).</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5478" />
+      <location filename="../Project/Project.py" line="5465" />
       <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric 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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7522" />
-      <location filename="../Project/Project.py" line="7493" />
-      <location filename="../Project/Project.py" line="7447" />
-      <location filename="../Project/Project.py" line="7399" />
-      <location filename="../Project/Project.py" line="5497" />
+      <location filename="../Project/Project.py" line="7509" />
+      <location filename="../Project/Project.py" line="7480" />
+      <location filename="../Project/Project.py" line="7434" />
+      <location filename="../Project/Project.py" line="7386" />
+      <location filename="../Project/Project.py" line="5484" />
       <source>Execute Make</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5498" />
+      <location filename="../Project/Project.py" line="5485" />
       <source>&amp;Execute Make</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5491" />
+      <source>Perform a 'make' run.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5493" />
+      <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a 'make' run to rebuild the configured target.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7486" />
+      <location filename="../Project/Project.py" line="5503" />
+      <source>Test for Changes</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5504" />
-      <source>Perform a 'make' run.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5506" />
-      <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a 'make' run to rebuild the configured target.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7499" />
-      <location filename="../Project/Project.py" line="5516" />
-      <source>Test for Changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5517" />
       <source>&amp;Test for Changes</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5524" />
+      <location filename="../Project/Project.py" line="5511" />
       <source>Question 'make', if a rebuild is needed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5527" />
+      <location filename="../Project/Project.py" line="5514" />
       <source>&lt;b&gt;Test for Changes&lt;/b&gt;&lt;p&gt;This questions 'make', if a rebuild of the configured target is necessary.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5545" />
+      <location filename="../Project/Project.py" line="5532" />
       <source>Create SBOM File</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5546" />
+      <location filename="../Project/Project.py" line="5533" />
       <source>Create &amp;SBOM File</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5553" />
+      <location filename="../Project/Project.py" line="5540" />
       <source>Create a SBOM file of the project dependencies.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5556" />
+      <location filename="../Project/Project.py" line="5543" />
       <source>&lt;b&gt;Create SBOM File&lt;/b&gt;&lt;p&gt;This allows the creation of a SBOM file of the project dependencies. This may be based on various input sources and will be saved as a CycloneDX SBOM file.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5567" />
+      <location filename="../Project/Project.py" line="5554" />
       <source>Clear Byte Code Caches</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5568" />
+      <location filename="../Project/Project.py" line="5555" />
       <source>Clear Byte Code &amp;Caches</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5575" />
+      <location filename="../Project/Project.py" line="5562" />
       <source>Clear the byte code caches of the project.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5578" />
+      <location filename="../Project/Project.py" line="5565" />
       <source>&lt;b&gt;Clear Byte Code Caches&lt;/b&gt;&lt;p&gt;This deletes all directories containing byte code cache files.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5594" />
+      <location filename="../Project/Project.py" line="5581" />
       <source>About Black</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5595" />
+      <location filename="../Project/Project.py" line="5582" />
       <source>&amp;Black</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5601" />
+      <location filename="../Project/Project.py" line="5588" />
       <source>Show some information about 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5590" />
+      <source>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'Black' tool.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5602" />
+      <source>Format Code</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5603" />
-      <source>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'Black' tool.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5615" />
-      <source>Format Code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5616" />
       <source>&amp;Format Code</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5623" />
+      <location filename="../Project/Project.py" line="5610" />
       <source>Format the project sources with 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5613" />
+      <source>&lt;b&gt;Format Code&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the formatting run and reformats the project sources using 'Black'.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5625" />
+      <source>Check Code Formatting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5626" />
-      <source>&lt;b&gt;Format Code&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the formatting run and reformats the project sources using 'Black'.&lt;/p&gt;</source>
+      <source>&amp;Check Code Formatting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5633" />
+      <source>Check, if the project sources need to be reformatted with 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5638" />
-      <source>Check Code Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5639" />
-      <source>&amp;Check Code Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5646" />
-      <source>Check, if the project sources need to be reformatted with 'Black'.</source>
+      <source>&lt;b&gt;Check Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format check run and performs a check, if the project sources need to be reformatted using 'Black'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5651" />
-      <source>&lt;b&gt;Check Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format check run and performs a check, if the project sources need to be reformatted using 'Black'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5664" />
       <source>Code Formatting Diff</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5652" />
+      <source>Code Formatting &amp;Diff</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5659" />
+      <source>Generate a unified diff of potential project source reformatting with 'Black'.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5665" />
-      <source>Code Formatting &amp;Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5672" />
-      <source>Generate a unified diff of potential project source reformatting with 'Black'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
+      <source>&lt;b&gt;Diff Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format diff run and generates a unified diff of potential project source reformatting using 'Black'.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5830" />
+      <location filename="../Project/Project.py" line="5780" />
+      <location filename="../Project/Project.py" line="5779" />
+      <location filename="../Project/Project.py" line="5679" />
       <location filename="../Project/Project.py" line="5678" />
-      <source>&lt;b&gt;Diff Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format diff run and generates a unified diff of potential project source reformatting using 'Black'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5843" />
-      <location filename="../Project/Project.py" line="5793" />
-      <location filename="../Project/Project.py" line="5792" />
-      <location filename="../Project/Project.py" line="5692" />
-      <location filename="../Project/Project.py" line="5691" />
       <source>Configure</source>
       <translation type="unfinished">Konfigurovat</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5699" />
+      <location filename="../Project/Project.py" line="5686" />
       <source>Enter the parameters for formatting the project sources with 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5704" />
+      <location filename="../Project/Project.py" line="5691" />
       <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This shows a dialog to enter the parameters for formatting the project sources with 'Black'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5720" />
+      <location filename="../Project/Project.py" line="5707" />
       <source>About isort</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5721" />
+      <location filename="../Project/Project.py" line="5708" />
       <source>&amp;isort</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5727" />
+      <location filename="../Project/Project.py" line="5714" />
       <source>Show some information about 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5716" />
+      <source>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'isort' tool.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5729" />
-      <source>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'isort' tool.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5742" />
-      <location filename="../Project/Project.py" line="5741" />
+      <location filename="../Project/Project.py" line="5728" />
       <source>Sort Imports</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5749" />
+      <location filename="../Project/Project.py" line="5736" />
       <source>Sort the import statements of the project sources with 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5739" />
+      <source>&lt;b&gt;Sort Imports&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting run and sorts the import statements of the project sources using 'isort'.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5753" />
       <location filename="../Project/Project.py" line="5752" />
-      <source>&lt;b&gt;Sort Imports&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting run and sorts the import statements of the project sources using 'isort'.&lt;/p&gt;</source>
+      <source>Imports Sorting Diff</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5760" />
+      <source>Generate a unified diff of potential project source imports resorting with 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5766" />
-      <location filename="../Project/Project.py" line="5765" />
-      <source>Imports Sorting Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5773" />
-      <source>Generate a unified diff of potential project source imports resorting with 'isort'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5779" />
       <source>&lt;b&gt;Imports Sorting Diff&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting diff run and generates a unified diff of potential project source changes using 'isort'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5800" />
+      <location filename="../Project/Project.py" line="5787" />
       <source>Enter the parameters for resorting the project sources import statements with 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5806" />
+      <location filename="../Project/Project.py" line="5793" />
       <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This shows a dialog to enter the parameters for resorting the import statements of the project sources with 'isort'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5822" />
+      <location filename="../Project/Project.py" line="5809" />
       <source>Install Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5823" />
+      <location filename="../Project/Project.py" line="5810" />
       <source>&amp;Install Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5830" />
+      <location filename="../Project/Project.py" line="5817" />
       <source>Install the project into the embedded environment.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5833" />
+      <location filename="../Project/Project.py" line="5820" />
       <source>&lt;b&gt;Install Project&lt;/b&gt;&lt;p&gt;This installs the project into the embedded virtual environment in editable mode (i.e. development mode).&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5844" />
+      <location filename="../Project/Project.py" line="5831" />
       <source>&amp;Configure</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5838" />
+      <source>Configure the embedded environment.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5841" />
+      <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This opens a dialog to configure the embedded virtual environment of the project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5851" />
-      <source>Configure the embedded environment.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5854" />
-      <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This opens a dialog to configure the embedded virtual environment of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5864" />
       <source>Upgrade</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5865" />
+      <location filename="../Project/Project.py" line="5852" />
       <source>&amp;Upgrade</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5871" />
+      <location filename="../Project/Project.py" line="5858" />
       <source>Upgrade the embedded environment.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5860" />
+      <source>&lt;b&gt;Upgrade&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to upgrade the embedded virtual environment of the project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5872" />
+      <source>Recreate</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5873" />
-      <source>&lt;b&gt;Upgrade&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to upgrade the embedded virtual environment of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5885" />
-      <source>Recreate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5886" />
       <source>&amp;Recreate</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5892" />
+      <location filename="../Project/Project.py" line="5879" />
       <source>Recreate the embedded environment.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5894" />
+      <location filename="../Project/Project.py" line="5881" />
       <source>&lt;b&gt;Recreate&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to recreate the embedded virtual environment of the project. The existing environment is cleared first.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5926" />
+      <location filename="../Project/Project.py" line="5913" />
       <source>&amp;Project</source>
       <translation>&amp;Projekt</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5914" />
+      <source>Open &amp;Recent Projects</source>
+      <translation>Otevřít poslední p&amp;rojekty</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5916" />
+      <source>Session</source>
+      <translation>Relace</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5917" />
+      <source>Debugger</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5918" />
+      <source>Embedded Environment</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5920" />
+      <source>Project-T&amp;ools</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5921" />
+      <source>&amp;Version Control</source>
+      <translation>Kontrola &amp;verzí</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5925" />
+      <source>Chec&amp;k</source>
+      <translation>Zkontro&amp;lovat</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5927" />
-      <source>Open &amp;Recent Projects</source>
-      <translation>Otevřít poslední p&amp;rojekty</translation>
+      <source>Code &amp;Formatting</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5929" />
-      <source>Session</source>
-      <translation>Relace</translation>
+      <source>Sho&amp;w</source>
+      <translation>Zo&amp;brazit</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5930" />
-      <source>Debugger</source>
-      <translation />
+      <source>&amp;Diagrams</source>
+      <translation>&amp;Diagramy</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5931" />
-      <source>Embedded Environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5933" />
-      <source>Project-T&amp;ools</source>
-      <translation type="unfinished" />
+      <source>Pac&amp;kagers</source>
+      <translation>Balíč&amp;ky</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5932" />
+      <source>Source &amp;Documentation</source>
+      <translation>Zd&amp;rojová dokumentace</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5934" />
-      <source>&amp;Version Control</source>
-      <translation>Kontrola &amp;verzí</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5938" />
-      <source>Chec&amp;k</source>
-      <translation>Zkontro&amp;lovat</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5940" />
-      <source>Code &amp;Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5942" />
-      <source>Sho&amp;w</source>
-      <translation>Zo&amp;brazit</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5943" />
-      <source>&amp;Diagrams</source>
-      <translation>&amp;Diagramy</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5944" />
-      <source>Pac&amp;kagers</source>
-      <translation>Balíč&amp;ky</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5945" />
-      <source>Source &amp;Documentation</source>
-      <translation>Zd&amp;rojová dokumentace</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5947" />
       <source>Make</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5948" />
+      <location filename="../Project/Project.py" line="5935" />
       <source>Other Tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6110" />
-      <location filename="../Project/Project.py" line="6108" />
+      <location filename="../Project/Project.py" line="6097" />
+      <location filename="../Project/Project.py" line="6095" />
       <source>Project</source>
       <translation>Projekt</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6192" />
+      <location filename="../Project/Project.py" line="6179" />
       <source>&amp;Clear</source>
       <translation>&amp;Vyčistit</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6389" />
+      <location filename="../Project/Project.py" line="6376" />
       <source>Search New Files</source>
       <translation>Hledat nové soubory</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6390" />
+      <location filename="../Project/Project.py" line="6377" />
       <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="6551" />
       <location filename="../Project/Project.py" line="6538" />
+      <location filename="../Project/Project.py" line="6525" />
       <source>Version Control System</source>
       <translation>Version Control System</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="6526" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="6539" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6552" />
       <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="6696" />
+      <source>Coverage Data</source>
+      <translation>Datové pokrytí</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6750" />
+      <location filename="../Project/Project.py" line="6697" />
+      <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="6709" />
-      <source>Coverage Data</source>
-      <translation>Datové pokrytí</translation>
+      <source>Code Coverage</source>
+      <translation>Pokrytí kódu</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6710" />
+      <source>Please select a coverage file</source>
+      <translation>Prosím, vyberte soubor pokrytí</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="6763" />
-      <location filename="../Project/Project.py" line="6710" />
-      <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="6722" />
-      <source>Code Coverage</source>
-      <translation>Pokrytí kódu</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6723" />
-      <source>Please select a coverage file</source>
-      <translation>Prosím, vyberte soubor pokrytí</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6776" />
       <source>Please select a profile file</source>
       <translation>Prosím, vyberte soubor s profilem</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6828" />
+      <location filename="../Project/Project.py" line="6815" />
       <source>Include module names?</source>
       <translation>Včetně jmen modulů?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6941" />
+      <location filename="../Project/Project.py" line="6928" />
       <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="6996" />
+      <location filename="../Project/Project.py" line="6983" />
       <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="7307" />
-      <location filename="../Project/Project.py" line="7263" />
-      <location filename="../Project/Project.py" line="7213" />
-      <location filename="../Project/Project.py" line="7202" />
-      <location filename="../Project/Project.py" line="7184" />
-      <location filename="../Project/Project.py" line="7137" />
-      <location filename="../Project/Project.py" line="7107" />
-      <location filename="../Project/Project.py" line="7079" />
-      <location filename="../Project/Project.py" line="7049" />
-      <location filename="../Project/Project.py" line="7034" />
-      <location filename="../Project/Project.py" line="7017" />
+      <location filename="../Project/Project.py" line="7294" />
+      <location filename="../Project/Project.py" line="7250" />
+      <location filename="../Project/Project.py" line="7200" />
+      <location filename="../Project/Project.py" line="7189" />
+      <location filename="../Project/Project.py" line="7171" />
+      <location filename="../Project/Project.py" line="7124" />
+      <location filename="../Project/Project.py" line="7094" />
+      <location filename="../Project/Project.py" line="7066" />
+      <location filename="../Project/Project.py" line="7036" />
+      <location filename="../Project/Project.py" line="7021" />
+      <location filename="../Project/Project.py" line="7004" />
       <source>Create Plugin Archive</source>
       <translation>Vytvořit Plugin archiv</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7018" />
+      <location filename="../Project/Project.py" line="7005" />
       <source>The project does not have a main script defined. Aborting...</source>
       <translation>Projekt nemá definován hlavní skript. Zrušeno...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7035" />
+      <location filename="../Project/Project.py" line="7022" />
       <source>Select package lists:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7050" />
+      <location filename="../Project/Project.py" line="7037" />
       <source>&lt;p&gt;No package list files (PKGLIST*) available or selected. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7058" />
+      <location filename="../Project/Project.py" line="7045" />
       <source>Creating plugin archives...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7059" />
+      <location filename="../Project/Project.py" line="7046" />
       <source>Abort</source>
       <translation type="unfinished">Přerušit</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7062" />
+      <location filename="../Project/Project.py" line="7049" />
       <source>%v/%m Archives</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7080" />
+      <location filename="../Project/Project.py" line="7067" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7108" />
+      <location filename="../Project/Project.py" line="7095" />
       <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'; initial_list' line of the header.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7138" />
+      <location filename="../Project/Project.py" line="7125" />
       <source>&lt;p&gt;The eric 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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7185" />
+      <location filename="../Project/Project.py" line="7172" />
       <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="7203" />
+      <location filename="../Project/Project.py" line="7190" />
       <source>&lt;p&gt;The eric plugin archive files were created with some errors.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7214" />
+      <location filename="../Project/Project.py" line="7201" />
       <source>&lt;p&gt;The eric plugin archive files were created successfully.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7264" />
+      <location filename="../Project/Project.py" line="7251" />
       <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>
     <message>
-      <location filename="../Project/Project.py" line="7308" />
+      <location filename="../Project/Project.py" line="7295" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7400" />
+      <location filename="../Project/Project.py" line="7387" />
       <source>'Make' is not supported for remote projects. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7448" />
+      <location filename="../Project/Project.py" line="7435" />
       <source>The make process did not start.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="7481" />
+      <source>The make process crashed.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7489" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="7494" />
-      <source>The make process crashed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7502" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7507" />
       <source>&lt;p&gt;There are changes that require the default make target to be rebuilt.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7523" />
+      <location filename="../Project/Project.py" line="7510" />
       <source>The makefile contains errors.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7961" />
+      <location filename="../Project/Project.py" line="7948" />
       <source>Interpreter Missing</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7962" />
+      <location filename="../Project/Project.py" line="7949" />
       <source>The configured interpreter of the embedded environment does not exist anymore. Shall the environment be upgraded?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8043" />
+      <location filename="../Project/Project.py" line="8030" />
       <source>Open Remote Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8074" />
-      <location filename="../Project/Project.py" line="8059" />
+      <location filename="../Project/Project.py" line="8061" />
+      <location filename="../Project/Project.py" line="8046" />
       <source>Save Remote Project</source>
       <translation type="unfinished" />
     </message>
@@ -65132,9 +65098,9 @@
   <context>
     <name>ProjectFormsBrowser</name>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1131" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1083" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1046" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1110" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1063" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1026" />
       <location filename="../Project/ProjectFormsBrowser.py" line="142" />
       <location filename="../Project/ProjectFormsBrowser.py" line="77" />
       <source>Forms</source>
@@ -65407,102 +65373,112 @@
       <translation>Kompilovat formuláře</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="732" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="719" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="700" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="683" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="731" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="718" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="699" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="682" />
       <source>New Form</source>
       <translation>Nový formulář</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="684" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="683" />
       <source>Select a form type:</source>
       <translation>Vybrat typ formuláře:</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="702" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="701" />
       <source>Qt User-Interface Files (*.ui);;All Files (*)</source>
       <translation>Qt User-Interface soubory (*.ui);;Všechny soubory (*)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="720" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="719" />
       <source>The file already exists! Overwrite it?</source>
       <translation>Soubor již existuje! Přepsat jej?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="733" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="732" />
       <source>&lt;p&gt;The new form file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br&gt;Problem: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Nový soubor s formulářem &lt;b&gt;{0}&lt;/b&gt; se nepodařilo vytvořit..&lt;br&gt;Problém: {1}&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="758" />
+      <source>Delete forms</source>
+      <translation>Smazat formuláře</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectFormsBrowser.py" line="759" />
-      <source>Delete forms</source>
-      <translation>Smazat formuláře</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="760" />
       <source>Do you really want to delete these forms from the project?</source>
       <translation>Opravdu chcete odebrat tyto formuláře z projektu?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="888" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="877" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="870" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="883" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="872" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="865" />
       <source>Form Compilation</source>
       <translation>Kompilace formuláře</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="871" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="866" />
       <source>The compilation of the form file was successful.</source>
       <translation>Kompilace souboru s formulářem byla úspěšná.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="878" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="873" />
       <source>&lt;p&gt;The compilation of the form file failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Kompilace formuláře se nepodařila.&lt;/p&gt;&lt;p&gt;Důvod: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="889" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="884" />
       <source>The compilation of the form file failed.</source>
       <translation>Kompilace souboru s formulářem selhala.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="977" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="931" />
+      <source>Error Compiling Form</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="932" />
+      <source>The project type &lt;b&gt;{0}&lt;/b&gt; is not supported.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="957" />
       <source>Process Generation Error</source>
       <translation>Chyba v procesu generování</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="978" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="958" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation>Nelze spustit {0}.&lt;br&gt;Ověřte, že je umístěn v požadované cestě.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1074" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1037" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1054" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1017" />
       <source>Compiling forms...</source>
       <translation>Kompilovat formuláře...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1124" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1075" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1038" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1103" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1055" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1018" />
       <source>Abort</source>
       <translation>Přerušit</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1127" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1078" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1041" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1106" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1058" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1021" />
       <source>%v/%m Forms</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1123" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1102" />
       <source>Determining changed forms...</source>
       <translation>Určení změněných formulářů...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1153" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1132" />
       <source>Compiling changed forms...</source>
       <translation>Kompilování změněných formulářů...</translation>
     </message>
@@ -65954,9 +65930,9 @@
   <context>
     <name>ProjectResourcesBrowser</name>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="940" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="864" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="828" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="926" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="850" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="814" />
       <location filename="../Project/ProjectResourcesBrowser.py" line="87" />
       <location filename="../Project/ProjectResourcesBrowser.py" line="68" />
       <source>Resources</source>
@@ -65983,219 +65959,219 @@
       <translation type="unfinished">Prohlížeč zdrojů</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="163" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="150" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="161" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="148" />
       <source>Compile resource</source>
       <translation>Kompilovat Resource</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="384" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="373" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="334" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="323" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="241" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="229" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="170" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="152" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="372" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="361" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="324" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="313" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="235" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="223" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="168" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="150" />
       <source>Compile all resources</source>
       <translation>Kompilovat všechny Resource</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="377" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="327" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="288" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="233" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="156" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="365" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="317" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="280" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="227" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="154" />
       <source>Configure rcc Compiler</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="300" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="179" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="292" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="177" />
       <source>Open</source>
       <translation>Otevřít</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="181" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="179" />
       <source>Rename file</source>
       <translation>Přejmenovat soubor</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="339" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="302" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="183" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="329" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="294" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="181" />
       <source>Remove from project</source>
       <translation>Odebrat z projektu</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="341" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="304" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="185" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="331" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="296" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="183" />
       <source>Delete</source>
       <translation>Smazat</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="335" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="243" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="230" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="196" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="191" />
+      <source>New resource...</source>
+      <translation>Nový Resource...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="378" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="336" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="248" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="200" />
+      <source>Add resources...</source>
+      <translation>Přidat resources...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="381" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="338" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="251" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="202" />
+      <source>Add resources directory...</source>
+      <translation>Přidat adresář se zdroji...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="343" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="257" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="207" />
+      <source>Show in File Manager</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/ProjectResourcesBrowser.py" line="345" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="249" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="236" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="200" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="195" />
-      <source>New resource...</source>
-      <translation>Nový Resource...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="390" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="346" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="254" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="204" />
-      <source>Add resources...</source>
-      <translation>Přidat resources...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="393" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="348" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="257" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="206" />
-      <source>Add resources directory...</source>
-      <translation>Přidat adresář se zdroji...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="353" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="263" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="211" />
-      <source>Show in File Manager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="355" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="213" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="209" />
       <source>Copy Path to Clipboard</source>
       <translation>Kopírovat cestu do schránky</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="398" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="357" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="307" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="266" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="215" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="386" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="347" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="299" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="260" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="211" />
       <source>Expand all directories</source>
       <translation>Rozložit všechny adresáře</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="401" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="359" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="309" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="268" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="216" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="389" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="349" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="301" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="262" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="212" />
       <source>Collapse all directories</source>
       <translation>Složit všechny adresáře</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="404" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="362" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="312" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="271" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="218" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="392" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="352" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="304" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="265" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="214" />
       <source>Configure...</source>
       <translation>Konfigurovat...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="295" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="284" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="287" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="276" />
       <source>Compile resources</source>
       <translation>Kompilovat Resource</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="583" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="562" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="543" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="571" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="550" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="531" />
       <source>New Resource</source>
       <translation>Nový Resource</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="545" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="533" />
       <source>Qt Resource Files (*.qrc)</source>
       <translation>Qt Resource soubory (*.qrc)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="563" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="551" />
       <source>The file already exists! Overwrite it?</source>
       <translation>Soubor již existuje! Přepsat jej?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="584" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="572" />
       <source>&lt;p&gt;The new resource file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br&gt;Problem: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Nový soubor s resource &lt;b&gt;{0}&lt;/b&gt; se nepodařilo vytvořit..&lt;br&gt;Problém: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="610" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="598" />
       <source>Delete resources</source>
       <translation>Smazat Resource</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="611" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="599" />
       <source>Do you really want to delete these resources from the project?</source>
       <translation>Opravdu chcete odebrat tyto Resource z projektu?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="705" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="696" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="689" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="693" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="684" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="677" />
       <source>Resource Compilation</source>
       <translation>Kompilovat Resource</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="690" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="678" />
       <source>The compilation of the resource file was successful.</source>
       <translation>Kompilace souboru Resource byla úspěšná.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="697" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="685" />
       <source>&lt;p&gt;The compilation of the resource file failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Kompilace Resource se nepodařila.&lt;/p&gt;&lt;p&gt;Důvod: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="706" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="694" />
       <source>The compilation of the resource file failed.</source>
       <translation>Kompliace Resource souboru selhala.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="789" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="775" />
       <source>Process Generation Error</source>
       <translation>Chyba v procesu generování</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="790" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="776" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation>Nelze spustit {0}.&lt;br&gt;Ověřte, že je umístěn v požadované cestě.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="855" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="819" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="841" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="805" />
       <source>Compiling resources...</source>
       <translation>Kompilovat resources...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="933" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="856" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="820" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="919" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="842" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="806" />
       <source>Abort</source>
       <translation>Přerušit</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="936" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="859" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="823" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="922" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="845" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="809" />
       <source>%v/%m Resources</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="932" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="918" />
       <source>Determining changed resources...</source>
       <translation>Určení změněných resources...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="970" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="956" />
       <source>Compiling changed resources...</source>
       <translation>Kompilování změněných resources...</translation>
     </message>
@@ -66731,250 +66707,250 @@
       <translation type="unfinished">Prohlížeč překladů</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="508" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="467" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="450" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="428" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="294" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="236" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="211" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="180" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="502" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="461" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="444" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="422" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="292" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="234" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="209" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="178" />
       <source>Open in Editor</source>
       <translation>Otevřít v editoru</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="253" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="186" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="251" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="184" />
       <source>Generate translation</source>
       <translation>Generovat překlad</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="263" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="191" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="261" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="189" />
       <source>Generate translation (with obsolete)</source>
       <translation>Generovat překlad (původní)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="572" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="543" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="378" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="350" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="272" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="197" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="564" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="535" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="374" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="346" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="270" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="195" />
       <source>Generate all translations</source>
       <translation>Generovat všechny překlady</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="573" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="539" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="383" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="350" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="279" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="199" />
+      <source>Generate all translations (with obsolete)</source>
+      <translation>Generovat všechny překlady (původní)</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="440" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="205" />
+      <source>Open in Qt-Linguist</source>
+      <translation>Otevřít v  Qt-Linguist</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="299" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="214" />
+      <source>Release translation</source>
+      <translation>Zveřejnit překlad</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="581" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="547" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="387" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="354" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="281" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="201" />
-      <source>Generate all translations (with obsolete)</source>
-      <translation>Generovat všechny překlady (původní)</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="446" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="207" />
-      <source>Open in Qt-Linguist</source>
-      <translation>Otevřít v  Qt-Linguist</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="301" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="216" />
-      <source>Release translation</source>
-      <translation>Zveřejnit překlad</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="589" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="552" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="395" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="359" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="310" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="221" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="544" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="391" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="355" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="308" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="219" />
       <source>Release all translations</source>
       <translation>Zveřejnit všechny překlady</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="226" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="224" />
       <source>Preview translation</source>
       <translation>Náhled překladu</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="557" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="364" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="230" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="549" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="360" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="228" />
       <source>Preview all translations</source>
       <translation>Náhled všech překladů</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="563" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="475" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="370" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="244" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="555" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="469" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="366" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="242" />
       <source>Extract messages</source>
       <translation>Extrahovat zprávy</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="503" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="289" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="497" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="287" />
       <source>Open</source>
       <translation type="unfinished">Otevřít</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="523" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="317" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="517" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="315" />
       <source>Remove from project</source>
       <translation>Odebrat z projektu</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="587" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="520" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="318" />
+      <source>Delete</source>
+      <translation>Smazat</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="592" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="398" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="322" />
+      <source>New translation...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="595" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="526" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="320" />
-      <source>Delete</source>
-      <translation>Smazat</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="600" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="402" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="324" />
-      <source>New translation...</source>
-      <translation type="unfinished" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="401" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="325" />
+      <source>Add translation files...</source>
+      <translation>Přidat soubory s překladem...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="599" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="405" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="330" />
+      <source>Show in File Manager</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="601" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="332" />
+      <source>Copy Path to Clipboard</source>
+      <translation>Kopírovat cestu do schránky</translation>
     </message>
     <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="603" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="405" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="327" />
-      <source>Add translation files...</source>
-      <translation>Přidat soubory s překladem...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="607" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="409" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="332" />
-      <source>Show in File Manager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="609" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="523" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="408" />
       <location filename="../Project/ProjectTranslationsBrowser.py" line="334" />
-      <source>Copy Path to Clipboard</source>
-      <translation>Kopírovat cestu do schránky</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="611" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="529" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="412" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="336" />
       <source>Configure...</source>
       <translation>Konfigurovat...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="484" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="434" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="478" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="428" />
       <source>Generate translations</source>
       <translation>Generovat překlady</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="494" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="439" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="488" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="433" />
       <source>Generate translations (with obsolete)</source>
       <translation>Generovat překlady (původní)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="515" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="455" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="509" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="449" />
       <source>Release translations</source>
       <translation>Zveřejnit překlady</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="461" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="455" />
       <source>Preview translations</source>
       <translation>Náhled překladů</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="866" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="850" />
       <source>Delete translation files</source>
       <translation>Smazat soubory s překlady</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="867" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="851" />
       <source>Do you really want to delete these translation files from the project?</source>
       <translation>Opravdu chcete odebrat tyto soubory s překlady z projektu?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1560" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1035" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="995" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1540" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1019" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="979" />
       <source>Write temporary project file</source>
       <translation>Zapsat dočasný soubor projektu</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1561" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1287" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="996" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1541" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1269" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="980" />
       <source>No translation files (*.ts) selected.</source>
       <translation>Nebyly vybrány žádné soubory s překlady (*.ts).</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1036" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1020" />
       <source>&lt;p&gt;The temporary project file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Do dočasného souboru projektu &lt;b&gt;{0}&lt;/b&gt; nelze zapisovat.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1286" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1173" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1161" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1268" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1157" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1145" />
       <source>Translation file generation</source>
       <translation>Generování souboru s překladem</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1162" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1146" />
       <source>The generation of the translation files (*.ts) was successful.</source>
       <translation>Generování souboru s překladem (*.ts) bylo úspěšné.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1168" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1152" />
       <source> The process has crashed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1174" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1158" />
       <source>The generation of the translation files (*.ts) has failed.{0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1590" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1388" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1340" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1570" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1370" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1322" />
       <source>Process Generation Error</source>
       <translation>Chyba v procesu generování</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1389" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1341" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1371" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1323" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation>Nelze spustit {0}.&lt;br&gt;Ověřte, že je umístěn v požadované cestě.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1477" />
       <location filename="../Project/ProjectTranslationsBrowser.py" line="1459" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1441" />
       <source>Translation file release</source>
       <translation>Zveřejnění souboru s překladem</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1442" />
+      <source>The release of the translation files (*.qm) was successful.</source>
+      <translation>Zveřejnění souboru s překladem (*.qm) bylo úspěšné.</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="1460" />
-      <source>The release of the translation files (*.qm) was successful.</source>
-      <translation>Zveřejnění souboru s překladem (*.qm) bylo úspěšné.</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1478" />
       <source>The release of the translation files (*.qm) has failed.</source>
       <translation>Zveřejnění souboru s překladem (*.qm) selhalo.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1591" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1571" />
       <source>&lt;p&gt;Could not start lrelease.&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 zveřejnění.&lt;br&gt;Ověřte jestli je dostupný jako &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
@@ -71709,7 +71685,7 @@
   <context>
     <name>QtPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.py" line="139" />
+      <location filename="../Preferences/ConfigurationPages/QtPage.py" line="124" />
       <source>Sample: {0}designer{1}</source>
       <translation type="unfinished" />
     </message>
@@ -71752,7 +71728,6 @@
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Tools Directory:</source>
       <translation type="unfinished" />
     </message>
@@ -71825,16 +71800,10 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt 5</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>PyQt 6</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Virtual Environment:</source>
@@ -71843,71 +71812,23 @@
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Select the virtual environment to be used</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Press to open the virtual environment manager dialog</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Press to refresh the list of vitual environments</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Enter the path of the PyQt 5 tools directory, if they are not found.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>pyuic5 Options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Indent Width:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Select the indent width (default: 4)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Generate imports relative to '.'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Select to generate extra code to test and display the form</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Generate Extra Test Code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt 6</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Enter the path of the PyQt 6 tools directory, if they are not found.</source>
       <translation type="unfinished" />
     </message>
@@ -71918,6 +71839,26 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Select to generate extra code to test and display the form</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Generate Extra Test Code</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Select the indent width (default: 4)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Indent Width:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>PySide6</source>
       <translation type="unfinished" />
     </message>
@@ -71931,6 +71872,11 @@
       <source>pyside6-uic Options</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Generate imports relative to '.'</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>Queues</name>
@@ -91650,7 +91596,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7866" />
+      <location filename="../UI/UserInterface.py" line="7822" />
       <location filename="../UI/UserInterface.py" line="1956" />
       <location filename="../UI/UserInterface.py" line="1949" />
       <source>Load session</source>
@@ -92367,7 +92313,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4712" />
+      <location filename="../UI/UserInterface.py" line="4668" />
       <location filename="../UI/UserInterface.py" line="2813" />
       <source>Report Bug</source>
       <translation>Reportovat Bugy</translation>
@@ -92408,7 +92354,7 @@
       <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="4148" />
+      <location filename="../UI/UserInterface.py" line="4104" />
       <location filename="../UI/UserInterface.py" line="2843" />
       <source>Testing</source>
       <translation type="unfinished" />
@@ -92741,7 +92687,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6605" />
+      <location filename="../UI/UserInterface.py" line="6561" />
       <location filename="../UI/UserInterface.py" line="3173" />
       <source>Snapshot</source>
       <translation type="unfinished" />
@@ -92978,8 +92924,8 @@
       <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="7574" />
-      <location filename="../UI/UserInterface.py" line="7555" />
+      <location filename="../UI/UserInterface.py" line="7530" />
+      <location filename="../UI/UserInterface.py" line="7511" />
       <location filename="../UI/UserInterface.py" line="3403" />
       <source>Export Keyboard Shortcuts</source>
       <translation>Exportovat klávesové zkratky</translation>
@@ -93000,7 +92946,7 @@
       <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="7593" />
+      <location filename="../UI/UserInterface.py" line="7549" />
       <location filename="../UI/UserInterface.py" line="3422" />
       <source>Import Keyboard Shortcuts</source>
       <translation>Import klávesových zkratek</translation>
@@ -93186,678 +93132,662 @@
     <message>
       <location filename="../UI/UserInterface.py" line="3653" />
       <location filename="../UI/UserInterface.py" line="3652" />
-      <source>Qt5 Documentation</source>
-      <translation type="unfinished">Qt4 dokumentace {5 ?}</translation>
+      <source>Qt6 Documentation</source>
+      <translation type="unfinished">Qt4 dokumentace {6 ?}</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3659" />
-      <source>Open Qt5 Documentation</source>
-      <translation type="unfinished">Otevřít Qt4 dokumentaci {5 ?}</translation>
+      <source>Open Qt6 Documentation</source>
+      <translation type="unfinished">Otevřít Qt4 dokumentaci {6 ?}</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3661" />
-      <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's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3674" />
       <location filename="../UI/UserInterface.py" line="3673" />
-      <source>Qt6 Documentation</source>
-      <translation type="unfinished">Qt4 dokumentace {6 ?}</translation>
+      <source>PyQt6 Documentation</source>
+      <translation type="unfinished">PyQt4 dokumentace {6 ?}</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3680" />
-      <source>Open Qt6 Documentation</source>
-      <translation type="unfinished">Otevřít Qt4 dokumentaci {6 ?}</translation>
+      <source>Open PyQt6 Documentation</source>
+      <translation type="unfinished">Otevřít PyQt4 dokumentaci {6 ?}</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3682" />
-      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3695" />
-      <location filename="../UI/UserInterface.py" line="3694" />
-      <source>PyQt5 Documentation</source>
-      <translation type="unfinished">PyQt4 dokumentace {5 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3701" />
-      <source>Open PyQt5 Documentation</source>
-      <translation type="unfinished">Otevřít PyQt4 dokumentaci {5 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3703" />
-      <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's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3716" />
-      <location filename="../UI/UserInterface.py" line="3715" />
-      <source>PyQt6 Documentation</source>
-      <translation type="unfinished">PyQt4 dokumentace {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3722" />
-      <source>Open PyQt6 Documentation</source>
-      <translation type="unfinished">Otevřít PyQt4 dokumentaci {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3724" />
       <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3742" />
-      <location filename="../UI/UserInterface.py" line="3741" />
+      <location filename="../UI/UserInterface.py" line="3700" />
+      <location filename="../UI/UserInterface.py" line="3699" />
       <source>Python 3 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3748" />
+      <location filename="../UI/UserInterface.py" line="3706" />
       <source>Open Python 3 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3750" />
+      <location filename="../UI/UserInterface.py" line="3708" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3769" />
-      <location filename="../UI/UserInterface.py" line="3768" />
+      <location filename="../UI/UserInterface.py" line="3727" />
+      <location filename="../UI/UserInterface.py" line="3726" />
       <source>eric API Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3775" />
+      <location filename="../UI/UserInterface.py" line="3733" />
       <source>Open eric API Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3777" />
+      <location filename="../UI/UserInterface.py" line="3735" />
       <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 eric installation directory.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3795" />
-      <location filename="../UI/UserInterface.py" line="3794" />
+      <location filename="../UI/UserInterface.py" line="3753" />
+      <location filename="../UI/UserInterface.py" line="3752" />
       <source>PySide6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3801" />
+      <location filename="../UI/UserInterface.py" line="3759" />
       <source>Open PySide6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3803" />
+      <location filename="../UI/UserInterface.py" line="3761" />
       <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3839" />
+      <location filename="../UI/UserInterface.py" line="3797" />
       <source>Sessions</source>
       <translation type="unfinished">Relace</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3920" />
+      <location filename="../UI/UserInterface.py" line="3878" />
       <source>E&amp;xtras</source>
       <translation>E&amp;xtra funkce</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3930" />
+      <location filename="../UI/UserInterface.py" line="3888" />
       <source>Wi&amp;zards</source>
       <translation>&amp;Průvodci</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3948" />
+      <location filename="../UI/UserInterface.py" line="3906" />
       <source>P&amp;lugins</source>
       <translation>P&amp;luginy</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3957" />
+      <location filename="../UI/UserInterface.py" line="3915" />
       <source>Configure...</source>
       <translation>Konfigurovat...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3966" />
+      <location filename="../UI/UserInterface.py" line="3924" />
       <source>&amp;Testing</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3983" />
+      <location filename="../UI/UserInterface.py" line="3941" />
       <source>Select Tool Group</source>
       <translation>Vybrat skupinu nástrojů</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3952" />
+      <source>Se&amp;ttings</source>
+      <translation>Nas&amp;tavení</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3985" />
+      <source>&amp;Window</source>
+      <translation>O&amp;kno</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3994" />
-      <source>Se&amp;ttings</source>
-      <translation>Nas&amp;tavení</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4027" />
-      <source>&amp;Window</source>
-      <translation>O&amp;kno</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4036" />
       <source>&amp;Windows</source>
       <translation type="unfinished">&amp;Windows</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3998" />
+      <source>Central Park</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4002" />
+      <source>Left Side</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4021" />
+      <source>Right Side</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="4040" />
-      <source>Central Park</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4044" />
-      <source>Left Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4063" />
-      <source>Right Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4082" />
       <source>Bottom Side</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4090" />
+      <location filename="../UI/UserInterface.py" line="4048" />
       <source>Plug-ins</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4096" />
+      <location filename="../UI/UserInterface.py" line="4054" />
       <source>&amp;Toolbars</source>
       <translation>&amp;Toolbary</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4109" />
+      <location filename="../UI/UserInterface.py" line="4067" />
       <source>&amp;Help</source>
       <translation>&amp;Nápověda</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4164" />
-      <location filename="../UI/UserInterface.py" line="4147" />
+      <location filename="../UI/UserInterface.py" line="4120" />
+      <location filename="../UI/UserInterface.py" line="4103" />
       <source>Tools</source>
       <translation>Nástroje</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4166" />
-      <location filename="../UI/UserInterface.py" line="4151" />
+      <location filename="../UI/UserInterface.py" line="4122" />
+      <location filename="../UI/UserInterface.py" line="4107" />
       <source>Settings</source>
       <translation>Nastavení</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6335" />
-      <location filename="../UI/UserInterface.py" line="4167" />
-      <location filename="../UI/UserInterface.py" line="4152" />
+      <location filename="../UI/UserInterface.py" line="6291" />
+      <location filename="../UI/UserInterface.py" line="4123" />
+      <location filename="../UI/UserInterface.py" line="4108" />
       <source>Help</source>
       <translation>Nápověda</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4168" />
-      <location filename="../UI/UserInterface.py" line="4153" />
+      <location filename="../UI/UserInterface.py" line="4124" />
+      <location filename="../UI/UserInterface.py" line="4109" />
       <source>Profiles</source>
       <translation>Profily</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4169" />
-      <location filename="../UI/UserInterface.py" line="4154" />
+      <location filename="../UI/UserInterface.py" line="4125" />
+      <location filename="../UI/UserInterface.py" line="4110" />
       <source>Plugins</source>
       <translation>Pluginy</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4165" />
+      <location filename="../UI/UserInterface.py" line="4121" />
       <source>Unittest</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4342" />
+      <location filename="../UI/UserInterface.py" line="4298" />
       <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="4351" />
+      <location filename="../UI/UserInterface.py" line="4307" />
       <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="4360" />
+      <location filename="../UI/UserInterface.py" line="4316" />
       <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="4369" />
+      <location filename="../UI/UserInterface.py" line="4325" />
       <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="4378" />
+      <location filename="../UI/UserInterface.py" line="4334" />
       <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="4387" />
+      <location filename="../UI/UserInterface.py" line="4343" />
       <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="4401" />
+      <location filename="../UI/UserInterface.py" line="4357" />
       <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4475" />
-      <location filename="../UI/UserInterface.py" line="4434" />
+      <location filename="../UI/UserInterface.py" line="4431" />
+      <location filename="../UI/UserInterface.py" line="4390" />
       <source>External Tools/{0}</source>
       <translation>Externí nástroje/{0}</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4583" />
+      <location filename="../UI/UserInterface.py" line="4539" />
       <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="4653" />
+      <location filename="../UI/UserInterface.py" line="4609" />
       <source>Desktop</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4657" />
+      <location filename="../UI/UserInterface.py" line="4613" />
       <source>Session Type</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4713" />
+      <location filename="../UI/UserInterface.py" line="4669" />
       <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="5048" />
+      <location filename="../UI/UserInterface.py" line="5004" />
       <source>Restart application</source>
       <translation>Restartovat aplikaci</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5049" />
+      <location filename="../UI/UserInterface.py" line="5005" />
       <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="5073" />
+      <location filename="../UI/UserInterface.py" line="5029" />
       <source>Upgrade PyQt</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5074" />
+      <location filename="../UI/UserInterface.py" line="5030" />
       <source>eric needs to be closed in order to upgrade PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5098" />
+      <location filename="../UI/UserInterface.py" line="5054" />
       <source>Upgrade Eric</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5099" />
+      <location filename="../UI/UserInterface.py" line="5055" />
       <source>eric needs to be closed in order to be upgraded. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5124" />
+      <location filename="../UI/UserInterface.py" line="5080" />
       <source>Upgrade Eric and PyQt6</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5125" />
+      <location filename="../UI/UserInterface.py" line="5081" />
       <source>eric needs to be closed in order to upgrade eric and PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
  Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5187" />
+      <location filename="../UI/UserInterface.py" line="5143" />
       <source>&amp;Builtin Tools</source>
       <translation>&amp;Vestavěné nástroje</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5207" />
+      <location filename="../UI/UserInterface.py" line="5163" />
       <source>&amp;Plugin Tools</source>
       <translation>&amp;Plugin nástroje</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5210" />
+      <location filename="../UI/UserInterface.py" line="5166" />
       <source>&amp;User Tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5236" />
+      <location filename="../UI/UserInterface.py" line="5192" />
       <source>Configure Tool Groups ...</source>
       <translation>Konfigurace Skupin nástrojů...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5240" />
+      <location filename="../UI/UserInterface.py" line="5196" />
       <source>Configure current Tool Group ...</source>
       <translation>Konfigurace aktuální skupiny nástrojů...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5279" />
-      <location filename="../UI/UserInterface.py" line="5259" />
+      <location filename="../UI/UserInterface.py" line="5235" />
+      <location filename="../UI/UserInterface.py" line="5215" />
       <source>No User Tools Configured</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5355" />
+      <location filename="../UI/UserInterface.py" line="5311" />
       <source>&amp;Show all</source>
       <translation>&amp;Zobrazit vše</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5357" />
+      <location filename="../UI/UserInterface.py" line="5313" />
       <source>&amp;Hide all</source>
       <translation>&amp;Skrýt vše</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6472" />
-      <location filename="../UI/UserInterface.py" line="6461" />
-      <location filename="../UI/UserInterface.py" line="6413" />
-      <location filename="../UI/UserInterface.py" line="6403" />
-      <location filename="../UI/UserInterface.py" line="6226" />
-      <location filename="../UI/UserInterface.py" line="6216" />
-      <location filename="../UI/UserInterface.py" line="6158" />
-      <location filename="../UI/UserInterface.py" line="6148" />
+      <location filename="../UI/UserInterface.py" line="6428" />
+      <location filename="../UI/UserInterface.py" line="6417" />
+      <location filename="../UI/UserInterface.py" line="6369" />
+      <location filename="../UI/UserInterface.py" line="6359" />
+      <location filename="../UI/UserInterface.py" line="6182" />
+      <location filename="../UI/UserInterface.py" line="6172" />
+      <location filename="../UI/UserInterface.py" line="6114" />
+      <location filename="../UI/UserInterface.py" line="6104" />
       <source>Problem</source>
       <translation>Problém</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6473" />
-      <location filename="../UI/UserInterface.py" line="6462" />
-      <location filename="../UI/UserInterface.py" line="6414" />
-      <location filename="../UI/UserInterface.py" line="6404" />
-      <location filename="../UI/UserInterface.py" line="6227" />
-      <location filename="../UI/UserInterface.py" line="6217" />
-      <location filename="../UI/UserInterface.py" line="6159" />
-      <location filename="../UI/UserInterface.py" line="6149" />
+      <location filename="../UI/UserInterface.py" line="6429" />
+      <location filename="../UI/UserInterface.py" line="6418" />
+      <location filename="../UI/UserInterface.py" line="6370" />
+      <location filename="../UI/UserInterface.py" line="6360" />
+      <location filename="../UI/UserInterface.py" line="6183" />
+      <location filename="../UI/UserInterface.py" line="6173" />
+      <location filename="../UI/UserInterface.py" line="6115" />
+      <location filename="../UI/UserInterface.py" line="6105" />
       <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="6714" />
-      <location filename="../UI/UserInterface.py" line="6625" />
-      <location filename="../UI/UserInterface.py" line="6508" />
-      <location filename="../UI/UserInterface.py" line="6485" />
-      <location filename="../UI/UserInterface.py" line="6426" />
-      <location filename="../UI/UserInterface.py" line="6373" />
-      <location filename="../UI/UserInterface.py" line="6351" />
-      <location filename="../UI/UserInterface.py" line="6302" />
-      <location filename="../UI/UserInterface.py" line="6293" />
+      <location filename="../UI/UserInterface.py" line="6670" />
+      <location filename="../UI/UserInterface.py" line="6581" />
+      <location filename="../UI/UserInterface.py" line="6464" />
+      <location filename="../UI/UserInterface.py" line="6441" />
+      <location filename="../UI/UserInterface.py" line="6382" />
+      <location filename="../UI/UserInterface.py" line="6329" />
+      <location filename="../UI/UserInterface.py" line="6307" />
       <location filename="../UI/UserInterface.py" line="6258" />
       <location filename="../UI/UserInterface.py" line="6249" />
-      <location filename="../UI/UserInterface.py" line="6190" />
-      <location filename="../UI/UserInterface.py" line="6181" />
+      <location filename="../UI/UserInterface.py" line="6214" />
+      <location filename="../UI/UserInterface.py" line="6205" />
+      <location filename="../UI/UserInterface.py" line="6146" />
+      <location filename="../UI/UserInterface.py" line="6137" />
       <source>Process Generation Error</source>
       <translation>Chyba v procesu generování</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6182" />
+      <location filename="../UI/UserInterface.py" line="6138" />
       <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="6191" />
+      <location filename="../UI/UserInterface.py" line="6147" />
       <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" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6206" />
+      <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="6215" />
+      <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" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6250" />
-      <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>
+      <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="6259" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6294" />
-      <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="6303" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6336" />
+      <location filename="../UI/UserInterface.py" line="6292" />
       <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="6352" />
+      <location filename="../UI/UserInterface.py" line="6308" />
       <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="6374" />
+      <location filename="../UI/UserInterface.py" line="6330" />
       <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="6427" />
+      <location filename="../UI/UserInterface.py" line="6383" />
       <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="6486" />
+      <location filename="../UI/UserInterface.py" line="6442" />
       <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="6509" />
+      <location filename="../UI/UserInterface.py" line="6465" />
       <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="6562" />
+      <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6582" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6615" />
+      <location filename="../UI/UserInterface.py" line="6605" />
+      <source>External Tools</source>
+      <translation>Externí nástroje</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6606" />
-      <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6626" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6659" />
-      <location filename="../UI/UserInterface.py" line="6649" />
-      <source>External Tools</source>
-      <translation>Externí nástroje</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6650" />
       <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
       <translation>V externím nástroji  '{0}' ve skupině '{1}' nebyl záznam nástroje nalezen.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6660" />
+      <location filename="../UI/UserInterface.py" line="6616" />
       <source>No toolgroup entry '{0}' found.</source>
       <translation>Skupina nástrojů '{0}' nenalezena. </translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6697" />
+      <location filename="../UI/UserInterface.py" line="6653" />
       <source>Starting process '{0} {1}'.
 </source>
       <translation>Spouštím proces '{0} {1}'.
 </translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6715" />
+      <location filename="../UI/UserInterface.py" line="6671" />
       <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="6794" />
+      <location filename="../UI/UserInterface.py" line="6750" />
       <source>Process '{0}' has exited.
 </source>
       <translation>Proces '{0}' byl ukončen.
 </translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7082" />
-      <location filename="../UI/UserInterface.py" line="7020" />
+      <location filename="../UI/UserInterface.py" line="7038" />
       <location filename="../UI/UserInterface.py" line="6976" />
-      <location filename="../UI/UserInterface.py" line="6902" />
-      <location filename="../UI/UserInterface.py" line="6838" />
+      <location filename="../UI/UserInterface.py" line="6932" />
+      <location filename="../UI/UserInterface.py" line="6858" />
+      <location filename="../UI/UserInterface.py" line="6794" />
       <source>Documentation Missing</source>
       <translation>Dokumentace chybí</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7083" />
-      <location filename="../UI/UserInterface.py" line="7021" />
+      <location filename="../UI/UserInterface.py" line="7039" />
       <location filename="../UI/UserInterface.py" line="6977" />
-      <location filename="../UI/UserInterface.py" line="6903" />
-      <location filename="../UI/UserInterface.py" line="6839" />
+      <location filename="../UI/UserInterface.py" line="6933" />
+      <location filename="../UI/UserInterface.py" line="6859" />
+      <location filename="../UI/UserInterface.py" line="6795" />
       <source>&lt;p&gt;The documentation starting point "&lt;b&gt;{0}&lt;/b&gt;" could not be found.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Adresář dokumentace "&lt;b&gt;{0}&lt;/b&gt;" nebyl nalezen.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7064" />
-      <location filename="../UI/UserInterface.py" line="6946" />
+      <location filename="../UI/UserInterface.py" line="7020" />
+      <location filename="../UI/UserInterface.py" line="6902" />
       <source>Documentation</source>
       <translation>Dokumentace</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6947" />
+      <location filename="../UI/UserInterface.py" line="6903" />
       <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7065" />
+      <location filename="../UI/UserInterface.py" line="7021" />
       <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7244" />
-      <location filename="../UI/UserInterface.py" line="7180" />
+      <location filename="../UI/UserInterface.py" line="7200" />
+      <location filename="../UI/UserInterface.py" line="7136" />
       <source>Start Web Browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7181" />
+      <location filename="../UI/UserInterface.py" line="7137" />
       <source>The eric web browser could not be started.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7245" />
+      <location filename="../UI/UserInterface.py" line="7201" />
       <source>&lt;p&gt;The eric web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7291" />
+      <location filename="../UI/UserInterface.py" line="7247" />
       <source>Open Browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7291" />
+      <location filename="../UI/UserInterface.py" line="7247" />
       <source>Could not start a web browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7595" />
-      <location filename="../UI/UserInterface.py" line="7557" />
+      <location filename="../UI/UserInterface.py" line="7551" />
+      <location filename="../UI/UserInterface.py" line="7513" />
       <source>Keyboard Shortcuts File (*.ekj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7575" />
+      <location filename="../UI/UserInterface.py" line="7531" />
       <source>&lt;p&gt;The keyboard shortcuts file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7779" />
+      <location filename="../UI/UserInterface.py" line="7735" />
       <source>Load crash session...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7782" />
+      <location filename="../UI/UserInterface.py" line="7738" />
       <source>Clean crash sessions...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7819" />
+      <location filename="../UI/UserInterface.py" line="7775" />
       <source>Read Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7820" />
+      <location filename="../UI/UserInterface.py" line="7776" />
       <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="7843" />
+      <location filename="../UI/UserInterface.py" line="7799" />
       <source>Save Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7868" />
-      <location filename="../UI/UserInterface.py" line="7845" />
+      <location filename="../UI/UserInterface.py" line="7824" />
+      <location filename="../UI/UserInterface.py" line="7801" />
       <source>eric Session Files (*.esj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8374" />
+      <location filename="../UI/UserInterface.py" line="8330" />
       <source>Drop Error</source>
       <translation>Zahodit chybu</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8375" />
+      <location filename="../UI/UserInterface.py" line="8331" />
       <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="8550" />
+      <location filename="../UI/UserInterface.py" line="8506" />
       <source>Upgrade available</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8551" />
+      <location filename="../UI/UserInterface.py" line="8507" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8599" />
+      <location filename="../UI/UserInterface.py" line="8555" />
       <source>First time usage</source>
       <translation>Spuštěno poprvé</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8600" />
+      <location filename="../UI/UserInterface.py" line="8556" />
       <source>eric has not been configured yet. The configuration dialog will be started.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8622" />
+      <location filename="../UI/UserInterface.py" line="8578" />
       <source>Select Workspace Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8790" />
+      <location filename="../UI/UserInterface.py" line="8746" />
       <source>Unsaved Data Detected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8791" />
+      <location filename="../UI/UserInterface.py" line="8747" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <source>Qt5 Documentation</source>
+      <translation type="vanished">Qt4 dokumentace {5 ?}</translation>
+    </message>
+    <message>
+      <source>Open Qt5 Documentation</source>
+      <translation type="vanished">Otevřít Qt4 dokumentaci {5 ?}</translation>
+    </message>
+    <message>
+      <source>PyQt5 Documentation</source>
+      <translation type="vanished">PyQt4 dokumentace {5 ?}</translation>
+    </message>
+    <message>
+      <source>Open PyQt5 Documentation</source>
+      <translation type="vanished">Otevřít PyQt4 dokumentaci {5 ?}</translation>
+    </message>
+    <message>
       <source>&lt;/table&gt;</source>
       <translation type="vanished">&lt;/table&gt;</translation>
     </message>
Binary file src/eric7/i18n/eric7_de.qm has changed
--- a/src/eric7/i18n/eric7_de.ts	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/i18n/eric7_de.ts	Sun Apr 13 15:53:14 2025 +0200
@@ -8794,62 +8794,62 @@
       <translation>Die Datei &lt;b&gt;{0}&lt;/b&gt; existiert, enthält jedoch keine Klassen.</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="252" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="243" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="248" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="239" />
       <source>uic error</source>
       <translation>uic-Fehler</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="244" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="240" />
       <source>&lt;p&gt;There was an error loading the form &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Es gab einen Fehler beim Laden des Formulars &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="253" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="249" />
       <source>&lt;p&gt;The project specific Python interpreter &lt;b&gt;{0}&lt;/b&gt; could not be started or did not finish within 30 seconds.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Der Projekt spezifische Python Interpreter &lt;b&gt;{0}&lt;/b&gt; konnte nicht gestarted werden oder endete nicht innerhalb 30 Sekunden.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="405" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="401" />
       <source>Update Slots List</source>
       <translation>Slot Liste aktualisieren</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="406" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="402" />
       <source>&lt;p&gt;The update of the slots list failed because invalid data was received.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Data: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Das Update der Slots Liste schlug fehl da ungültige Daten empfangen wurden.&lt;/p&gt;&lt;p&gt;Fehler: {0}&lt;/p&gt;&lt;p&gt;Daten: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="604" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="501" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="463" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="451" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="419" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="596" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="493" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="455" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="443" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="415" />
       <source>Code Generation</source>
       <translation>Codeerzeugung</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="420" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="416" />
       <source>&lt;p&gt;Code generation for project language "{0}" is not supported.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Codegenerierung für die Projektsprache "{0}" wird nicht unterstützt.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="452" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="444" />
       <source>&lt;p&gt;No code template file available for project type "{0}".&lt;/p&gt;</source>
       <translation>&lt;p&gt;Es ist keine Code Vorlagedatei für den Projekttyp "{0}" verfügbar.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="464" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="456" />
       <source>&lt;p&gt;Could not open the code template file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die Codevorlagendatei „{0}“ konnte nicht geöffnet werden.&lt;/p&gt;&lt;p&gt;Ursache: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="502" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="494" />
       <source>&lt;p&gt;Could not open the source file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die Quelltextdatei „{0}“ konnte nicht geöffnet werden.&lt;/p&gt;&lt;p&gt;Ursache: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="605" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="597" />
       <source>&lt;p&gt;Could not write the source file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die Quelltextdatei „{0}“ konnte nicht geschrieben werden.&lt;/p&gt;&lt;p&gt;Ursache: {1}&lt;/p&gt;</translation>
     </message>
@@ -24174,18 +24174,18 @@
       <translation>eric (pathlib.Path)</translation>
     </message>
     <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="81" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="80" />
       <source>EricFileDialog Wizard</source>
       <translation>EricFileDialog-Assistent</translation>
     </message>
     <message>
       <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="91" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="90" />
       <source>QFileDialog Wizard</source>
       <translation>QFileDialog-Assistent</translation>
     </message>
     <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="109" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="108" />
       <source>Test</source>
       <translation>Test</translation>
     </message>
@@ -33468,8 +33468,7 @@
   <context>
     <name>HelpDocsInstaller</name>
     <message>
-      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="319" />
-      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="248" />
+      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="128" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be registered. &lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die Datei &lt;b&gt;{0}&lt;/b&gt; konnte nicht registriert werden.&lt;br/&gt;Ursache: {1}&lt;/p&gt;</translation>
     </message>
@@ -33477,8 +33476,6 @@
   <context>
     <name>HelpDocumentationPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="60" />
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="56" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="52" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="48" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="44" />
@@ -33543,21 +33540,6 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Qt5 Documentation</source>
-      <translation>Qt5-Dokumentation</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Enter the Qt5 documentation directory</source>
-      <translation>Gib das Qt5-Dokumentationsverzeichnis ein</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the QT5DOCDIR environment variable, if set.</source>
-      <translation>&lt;b&gt;Hinweis&lt;/b&gt;: Leer lassen, um die Umgebungsvariable QT5DOCDIR zu verwenden, wenn sie gesetzt ist.</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
       <source>Qt6 Documentation</source>
       <translation>Qt6 Dokumentation</translation>
     </message>
@@ -33573,21 +33555,6 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>PyQt5 Documentation</source>
-      <translation>PyQt5-Dokumentation</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Enter the PyQt5 documentation directory</source>
-      <translation>Gib das PyQt5-Dokumentationsverzeichnis ein</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source>
-      <translation>&lt;b&gt;Hinweis&lt;/b&gt;: Leer lassen, um die Umgebungsvariable PYQT5DOCDIR zu verwenden, wenn sie gesetzt ist.</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
       <source>PyQt6 Documentation</source>
       <translation>PyQt6-Dokumentation</translation>
     </message>
@@ -50769,8 +50736,8 @@
     </message>
     <message>
       <location filename="../QScintilla/Lexers/LexerPython.py" line="94" />
-      <source>PyQt5/6 Modules</source>
-      <translation>PyQt5/6 Module</translation>
+      <source>PyQt6 Modules</source>
+      <translation>PyQt6 Module</translation>
     </message>
     <message>
       <location filename="../QScintilla/Lexers/LexerPython.py" line="111" />
@@ -62541,18 +62508,18 @@
   <context>
     <name>Preferences</name>
     <message>
-      <location filename="../Preferences/__init__.py" line="1891" />
+      <location filename="../Preferences/__init__.py" line="1866" />
       <source>Export Preferences</source>
       <translation>Einstellungen exportieren</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1920" />
-      <location filename="../Preferences/__init__.py" line="1893" />
+      <location filename="../Preferences/__init__.py" line="1895" />
+      <location filename="../Preferences/__init__.py" line="1868" />
       <source>Properties File (*.ini);;All Files (*)</source>
       <translation>Properties-Dateien (*.ini);;Alle Dateien (*)</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1918" />
+      <location filename="../Preferences/__init__.py" line="1893" />
       <source>Import Preferences</source>
       <translation>Einstellungen importieren</translation>
     </message>
@@ -63051,123 +63018,108 @@
     </message>
     <message>
       <location filename="../Preferences/ProgramsDialog.py" line="160" />
-      <source>Translation Extractor (Python, PyQt5)</source>
-      <translation>Übersetzungsextraktor (Python, PyQt5)</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="168" />
-      <source>Forms Compiler (Python, PyQt5)</source>
-      <translation>Formularcompiler (Python, PyQt5)</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="176" />
-      <source>Resource Compiler (Python, PyQt5)</source>
-      <translation>Ressourcencompiler (Python, PyQt5)</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="187" />
       <source>Translation Extractor (Python, PyQt6)</source>
       <translation>Übersetzungsextraktor (Python, PyQt6)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="194" />
+      <location filename="../Preferences/ProgramsDialog.py" line="167" />
       <source>Forms Compiler (Python, PyQt6)</source>
       <translation>Formularcompiler (Python, PyQt6)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="204" />
+      <location filename="../Preferences/ProgramsDialog.py" line="177" />
       <source>Translation Extractor (Python, PySide6)</source>
       <translation>Übersetzungsextraktor (Python, PySide6)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="213" />
+      <location filename="../Preferences/ProgramsDialog.py" line="186" />
       <source>Forms Compiler (Python, PySide6)</source>
       <translation>Formularcompiler (Python, PySide6)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="222" />
+      <location filename="../Preferences/ProgramsDialog.py" line="195" />
       <source>Resource Compiler (Python, PySide6)</source>
       <translation>Ressourcencompiler (Python, PySide6)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="237" />
+      <location filename="../Preferences/ProgramsDialog.py" line="210" />
       <source>conda Manager</source>
       <translation>Conda Manager</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="247" />
+      <location filename="../Preferences/ProgramsDialog.py" line="220" />
       <source>PyPI Package Management</source>
       <translation>PyPI Paketverwaltung</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="499" />
-      <location filename="../Preferences/ProgramsDialog.py" line="496" />
-      <location filename="../Preferences/ProgramsDialog.py" line="480" />
-      <location filename="../Preferences/ProgramsDialog.py" line="350" />
-      <location filename="../Preferences/ProgramsDialog.py" line="283" />
-      <location filename="../Preferences/ProgramsDialog.py" line="266" />
+      <location filename="../Preferences/ProgramsDialog.py" line="472" />
+      <location filename="../Preferences/ProgramsDialog.py" line="469" />
+      <location filename="../Preferences/ProgramsDialog.py" line="453" />
+      <location filename="../Preferences/ProgramsDialog.py" line="323" />
+      <location filename="../Preferences/ProgramsDialog.py" line="256" />
+      <location filename="../Preferences/ProgramsDialog.py" line="239" />
       <source>(unknown)</source>
       <translation>(unbekannt)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="270" />
+      <location filename="../Preferences/ProgramsDialog.py" line="243" />
       <source>Spell Checker - PyEnchant</source>
       <translation>Rechtschreibprüfung – PyEnchant</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="287" />
+      <location filename="../Preferences/ProgramsDialog.py" line="260" />
       <source>Source Highlighter - Pygments</source>
       <translation>Quelltextfärber – Pygments</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="294" />
+      <location filename="../Preferences/ProgramsDialog.py" line="267" />
       <source>MicroPython - MPY Cross Compiler</source>
       <translation>MicroPython - MPY Cross Compiler</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="301" />
+      <location filename="../Preferences/ProgramsDialog.py" line="274" />
       <source>MicroPython - ESP Tool</source>
       <translation>MicroPython - ESP Werkzeug</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="312" />
+      <location filename="../Preferences/ProgramsDialog.py" line="285" />
       <source>MicroPython - PyBoard Flasher</source>
       <translation>MicroPython - PyBoard Flasher</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="322" />
+      <location filename="../Preferences/ProgramsDialog.py" line="295" />
       <source>MicroPython - STLink Info</source>
       <translation>MicroPython - STLink Info</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="332" />
+      <location filename="../Preferences/ProgramsDialog.py" line="305" />
       <source>MicroPython - STLink Flasher</source>
       <translation>MicroPython - STLink Flasher</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="354" />
+      <location filename="../Preferences/ProgramsDialog.py" line="327" />
       <source>Code Assistant - Jedi</source>
       <translation>Code Assistent - Jedi</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="434" />
+      <location filename="../Preferences/ProgramsDialog.py" line="407" />
       <source>(not configured)</source>
       <translation>(nicht konfiguriert)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="469" />
+      <location filename="../Preferences/ProgramsDialog.py" line="442" />
       <source>(module not found)</source>
       <translation>(Modul nicht gefunden)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="502" />
+      <location filename="../Preferences/ProgramsDialog.py" line="475" />
       <source>(not executable)</source>
       <translation>(nicht ausführbar)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="548" />
-      <location filename="../Preferences/ProgramsDialog.py" line="516" />
-      <location filename="../Preferences/ProgramsDialog.py" line="514" />
+      <location filename="../Preferences/ProgramsDialog.py" line="521" />
+      <location filename="../Preferences/ProgramsDialog.py" line="489" />
+      <location filename="../Preferences/ProgramsDialog.py" line="487" />
       <source>(not found)</source>
       <translation>(nicht gefunden)</translation>
     </message>
@@ -63191,404 +63143,394 @@
     </message>
     <message>
       <location filename="../Project/Project.py" line="337" />
-      <source>PyQt5 GUI</source>
-      <translation>PyQt5 Oberfläche</translation>
+      <source>PyQt6 GUI</source>
+      <translation>PyQt6 Oberfläche</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="338" />
-      <source>PyQt5 Console</source>
-      <translation>PyQt5 Kommandozeile</translation>
+      <source>PyQt6 Console</source>
+      <translation>PyQt6 Kommandozeile</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="339" />
-      <source>PyQt6 GUI</source>
-      <translation>PyQt6 Oberfläche</translation>
+      <source>Eric7 Plugin</source>
+      <translation>Eric7 Plugin</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="340" />
-      <source>PyQt6 Console</source>
-      <translation>PyQt6 Kommandozeile</translation>
+      <source>Console</source>
+      <translation>Konsole</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="341" />
-      <source>Eric7 Plugin</source>
-      <translation>Eric7 Plugin</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="342" />
-      <source>Console</source>
-      <translation>Konsole</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="343" />
       <source>Other</source>
       <translation>Sonstige</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="362" />
+      <location filename="../Project/Project.py" line="358" />
       <source>PySide6 GUI</source>
       <translation>PySide6 Oberfläche</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="363" />
+      <location filename="../Project/Project.py" line="359" />
       <source>PySide6 Console</source>
       <translation>PySide6 Kommandozeile</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="461" />
-      <location filename="../Project/Project.py" line="449" />
-      <location filename="../Project/Project.py" line="438" />
+      <location filename="../Project/Project.py" line="457" />
+      <location filename="../Project/Project.py" line="445" />
+      <location filename="../Project/Project.py" line="434" />
       <source>Registering Project Type</source>
       <translation>Projekttyp Registrierung</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="439" />
+      <location filename="../Project/Project.py" line="435" />
       <source>&lt;p&gt;The Programming Language &lt;b&gt;{0}&lt;/b&gt; is not supported (project type: {1}).&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die Programmiersprache &lt;b&gt;{0}&lt;/b&gt; wird nicht unterstützt (Projekttyp: {1}).&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="450" />
+      <location filename="../Project/Project.py" line="446" />
       <source>&lt;p&gt;The Project type &lt;b&gt;{0}&lt;/b&gt; is already registered with Programming Language &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Der Projekttyp &lt;b&gt;{0}&lt;/b&gt; ist bereits für die Programmiersprache &lt;b&gt;{1}&lt;/b&gt; registriert.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="462" />
+      <location filename="../Project/Project.py" line="458" />
       <source>&lt;p&gt;The Project type &lt;b&gt;{0}&lt;/b&gt; is already registered.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Der Projekttyp &lt;b&gt;{0}&lt;/b&gt; ist bereits registriert.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="767" />
+      <location filename="../Project/Project.py" line="763" />
       <source>All Files (*)</source>
       <translation>Alle Dateien (*)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1321" />
+      <location filename="../Project/Project.py" line="1310" />
       <source>Read Project Session</source>
       <translation>Projektsitzung lesen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1567" />
-      <location filename="../Project/Project.py" line="1541" />
-      <location filename="../Project/Project.py" line="1505" />
-      <location filename="../Project/Project.py" line="1423" />
-      <location filename="../Project/Project.py" line="1384" />
-      <location filename="../Project/Project.py" line="1359" />
-      <location filename="../Project/Project.py" line="1322" />
+      <location filename="../Project/Project.py" line="1556" />
+      <location filename="../Project/Project.py" line="1530" />
+      <location filename="../Project/Project.py" line="1494" />
+      <location filename="../Project/Project.py" line="1412" />
+      <location filename="../Project/Project.py" line="1373" />
+      <location filename="../Project/Project.py" line="1348" />
+      <location filename="../Project/Project.py" line="1311" />
       <source>Please save the project first.</source>
       <translation>Bitte speichern Sie zuerst das Projekt.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1358" />
+      <location filename="../Project/Project.py" line="1347" />
       <source>Save Project Session</source>
       <translation>Projektsitzung speichern</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1400" />
-      <location filename="../Project/Project.py" line="1383" />
+      <location filename="../Project/Project.py" line="1389" />
+      <location filename="../Project/Project.py" line="1372" />
       <source>Delete Project Session</source>
       <translation>Projektsitzung löschen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1390" />
+      <location filename="../Project/Project.py" line="1379" />
       <source>Delete Remote Project Session</source>
       <translation>Entfernte Projektsitzung löschen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1409" />
+      <location filename="../Project/Project.py" line="1398" />
       <source>&lt;p&gt;The project session file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;</source>
       <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="1422" />
+      <location filename="../Project/Project.py" line="1411" />
       <source>Read Tasks</source>
       <translation>Aufgaben lesen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1504" />
+      <location filename="../Project/Project.py" line="1493" />
       <source>Read Debugger Properties</source>
       <translation>Debugger-Eigenschaften lesen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1540" />
+      <location filename="../Project/Project.py" line="1529" />
       <source>Save Debugger Properties</source>
       <translation>Debugger-Eigenschaften speichern</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1583" />
-      <location filename="../Project/Project.py" line="1566" />
+      <location filename="../Project/Project.py" line="1572" />
+      <location filename="../Project/Project.py" line="1555" />
       <source>Delete Debugger Properties</source>
       <translation>Debugger-Eigenschaften löschen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1573" />
+      <location filename="../Project/Project.py" line="1562" />
       <source>Delete Remote Debugger Properties</source>
       <translation>Entfernte Debuggereigenschaften löschen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1592" />
+      <location filename="../Project/Project.py" line="1581" />
       <source>&lt;p&gt;The project debugger properties file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;</source>
       <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="1765" />
+      <location filename="../Project/Project.py" line="1754" />
       <source>Add Language</source>
       <translation>Sprache hinzufügen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1766" />
+      <location filename="../Project/Project.py" line="1755" />
       <source>You have to specify a translation pattern first.</source>
       <translation>Sie müssen zuerst ein Übersetzungsmuster festlegen.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1905" />
+      <location filename="../Project/Project.py" line="1892" />
       <source>Delete Translation</source>
       <translation>Übersetzung löschen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1932" />
-      <location filename="../Project/Project.py" line="1906" />
+      <location filename="../Project/Project.py" line="1919" />
+      <location filename="../Project/Project.py" line="1893" />
       <source>&lt;p&gt;The selected translation file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die ausgewählte Übersetzungsdatei &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="1931" />
+      <location filename="../Project/Project.py" line="1918" />
       <source>Delete translation</source>
       <translation>Übersetzung löschen</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="2071" />
+      <location filename="../Project/Project.py" line="2054" />
+      <source>Add File</source>
+      <translation>Datei hinzufügen</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="2173" />
+      <location filename="../Project/Project.py" line="2055" />
+      <source>&lt;p&gt;The file &lt;b&gt;{0}&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;{0}&lt;/b&gt; existiert bereits. Überschreiben?&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="2072" />
+      <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be added to &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {2}&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Die ausgewählte Datei &lt;b&gt;{0}&lt;/b&gt; konnte nicht zu &lt;b&gt;{1}&lt;/b&gt; hinzugefügt werden.&lt;/p&gt;&lt;p&gt;Ursache: {2}&lt;/p&gt;</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="2084" />
-      <location filename="../Project/Project.py" line="2067" />
-      <source>Add File</source>
-      <translation>Datei hinzufügen</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2186" />
-      <location filename="../Project/Project.py" line="2068" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&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;{0}&lt;/b&gt; existiert bereits. Überschreiben?&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2085" />
-      <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be added to &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {2}&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Die ausgewählte Datei &lt;b&gt;{0}&lt;/b&gt; konnte nicht zu &lt;b&gt;{1}&lt;/b&gt; hinzugefügt werden.&lt;/p&gt;&lt;p&gt;Ursache: {2}&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2097" />
       <source>Add file</source>
       <translation>Datei hinzufügen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2282" />
-      <location filename="../Project/Project.py" line="2098" />
+      <location filename="../Project/Project.py" line="2269" />
+      <location filename="../Project/Project.py" line="2085" />
       <source>The target directory must not be empty.</source>
       <translation>Das Zielverzeichnis darf nicht leer sein.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2185" />
-      <location filename="../Project/Project.py" line="2158" />
-      <location filename="../Project/Project.py" line="2138" />
+      <location filename="../Project/Project.py" line="2172" />
+      <location filename="../Project/Project.py" line="2145" />
+      <location filename="../Project/Project.py" line="2125" />
       <source>Add Directory</source>
       <translation>Verzeichnis hinzufügen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2139" />
+      <location filename="../Project/Project.py" line="2126" />
       <source>&lt;p&gt;The source directory doesn't contain any files belonging to the selected category.&lt;/p&gt;</source>
       <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="2159" />
+      <location filename="../Project/Project.py" line="2146" />
       <source>&lt;p&gt;The target directory &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;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="2293" />
-      <location filename="../Project/Project.py" line="2281" />
+      <location filename="../Project/Project.py" line="2280" />
+      <location filename="../Project/Project.py" line="2268" />
       <source>Add directory</source>
       <translation>Verzeichnis hinzufügen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2294" />
+      <location filename="../Project/Project.py" line="2281" />
       <source>The source directory must not be empty.</source>
       <translation>Das Quellverzeichnis darf nicht leer sein.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2408" />
-      <location filename="../Project/Project.py" line="2390" />
-      <location filename="../Project/Project.py" line="2374" />
-      <location filename="../Project/Project.py" line="2367" />
+      <location filename="../Project/Project.py" line="2395" />
+      <location filename="../Project/Project.py" line="2377" />
+      <location filename="../Project/Project.py" line="2361" />
+      <location filename="../Project/Project.py" line="2354" />
       <source>Rename File</source>
       <translation>Datei umbenennen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8075" />
-      <location filename="../Project/Project.py" line="3895" />
-      <location filename="../Project/Project.py" line="2391" />
+      <location filename="../Project/Project.py" line="8062" />
+      <location filename="../Project/Project.py" line="3882" />
+      <location filename="../Project/Project.py" line="2378" />
       <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>
     <message>
-      <location filename="../Project/Project.py" line="2409" />
+      <location filename="../Project/Project.py" line="2396" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be renamed.&lt;br /&gt;Reason: {1}&lt;/p&gt;</source>
       <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="2676" />
+      <location filename="../Project/Project.py" line="2663" />
       <source>Delete File</source>
       <translation>Datei löschen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2677" />
+      <location filename="../Project/Project.py" line="2664" />
       <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die ausgewählte Datei &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="2705" />
+      <location filename="../Project/Project.py" line="2692" />
       <source>Delete Directory</source>
       <translation>Verzeichnis löschen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2706" />
+      <location filename="../Project/Project.py" line="2693" />
       <source>&lt;p&gt;The selected directory &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <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="2839" />
+      <location filename="../Project/Project.py" line="2826" />
       <source>Create project directory</source>
       <translation>Projektverzeichnis erstellen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2840" />
+      <location filename="../Project/Project.py" line="2827" />
       <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Das Projektverzeichnis &lt;b&gt;{0}&lt;/b&gt; konnte nicht erstellt werden.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3668" />
-      <location filename="../Project/Project.py" line="2940" />
+      <location filename="../Project/Project.py" line="3655" />
+      <location filename="../Project/Project.py" line="2927" />
       <source>Create project management directory</source>
       <translation>Projektverwaltungsverzeichnis erstellen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3669" />
-      <location filename="../Project/Project.py" line="2941" />
+      <location filename="../Project/Project.py" line="3656" />
+      <location filename="../Project/Project.py" line="2928" />
       <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="2981" />
+      <location filename="../Project/Project.py" line="2968" />
       <source>Create main script</source>
       <translation>Hauptskript erzeugen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2982" />
+      <location filename="../Project/Project.py" line="2969" />
       <source>&lt;p&gt;The main script &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="3449" />
-      <location filename="../Project/Project.py" line="3006" />
+      <location filename="../Project/Project.py" line="3436" />
+      <location filename="../Project/Project.py" line="2993" />
       <source>Create Makefile</source>
       <translation>Makefile erzeugen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3450" />
-      <location filename="../Project/Project.py" line="3007" />
+      <location filename="../Project/Project.py" line="3437" />
+      <location filename="../Project/Project.py" line="2994" />
       <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="3698" />
-      <location filename="../Project/Project.py" line="3159" />
-      <location filename="../Project/Project.py" line="3130" />
-      <location filename="../Project/Project.py" line="3098" />
-      <location filename="../Project/Project.py" line="3080" />
-      <location filename="../Project/Project.py" line="3055" />
-      <location filename="../Project/Project.py" line="3017" />
+      <location filename="../Project/Project.py" line="3685" />
+      <location filename="../Project/Project.py" line="3146" />
+      <location filename="../Project/Project.py" line="3117" />
+      <location filename="../Project/Project.py" line="3085" />
+      <location filename="../Project/Project.py" line="3067" />
+      <location filename="../Project/Project.py" line="3042" />
+      <location filename="../Project/Project.py" line="3004" />
       <source>New Project</source>
       <translation>Neues Projekt</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3018" />
+      <location filename="../Project/Project.py" line="3005" />
       <source>Add existing files to the project?</source>
       <translation>Existierende Dateien dem Projekt hinzufügen?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3699" />
-      <location filename="../Project/Project.py" line="3056" />
+      <location filename="../Project/Project.py" line="3686" />
+      <location filename="../Project/Project.py" line="3043" />
       <source>Select Version Control System</source>
       <translation>Versionskontrollsystem auswählen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3160" />
-      <location filename="../Project/Project.py" line="3081" />
+      <location filename="../Project/Project.py" line="3147" />
+      <location filename="../Project/Project.py" line="3068" />
       <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="3099" />
+      <location filename="../Project/Project.py" line="3086" />
       <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="3136" />
-      <location filename="../Project/Project.py" line="3125" />
+      <location filename="../Project/Project.py" line="3123" />
+      <location filename="../Project/Project.py" line="3112" />
       <source>None</source>
       <translation>Keines</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3131" />
+      <location filename="../Project/Project.py" line="3118" />
       <source>Select version control system for the project</source>
       <translation>Wähle das Versionskontrollsystem für das Projekt</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3342" />
+      <location filename="../Project/Project.py" line="3329" />
       <source>Translation Pattern</source>
       <translation>Übersetzungsmuster</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3343" />
+      <location filename="../Project/Project.py" line="3330" />
       <source>Enter the path pattern for translation files (use '%language%' 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="3647" />
+      <location filename="../Project/Project.py" line="3634" />
       <source>Open Project</source>
       <translation>Projekt öffnen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8061" />
-      <location filename="../Project/Project.py" line="8055" />
-      <location filename="../Project/Project.py" line="8045" />
-      <location filename="../Project/Project.py" line="3880" />
-      <location filename="../Project/Project.py" line="3870" />
-      <location filename="../Project/Project.py" line="3649" />
+      <location filename="../Project/Project.py" line="8048" />
+      <location filename="../Project/Project.py" line="8042" />
+      <location filename="../Project/Project.py" line="8032" />
+      <location filename="../Project/Project.py" line="3867" />
+      <location filename="../Project/Project.py" line="3857" />
+      <location filename="../Project/Project.py" line="3636" />
       <source>Project Files (*.epj)</source>
       <translation>Projektdateien (*.epj)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3894" />
-      <location filename="../Project/Project.py" line="3878" />
+      <location filename="../Project/Project.py" line="3881" />
+      <location filename="../Project/Project.py" line="3865" />
       <source>Save Project</source>
       <translation>Projekt speichern</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3933" />
+      <location filename="../Project/Project.py" line="3920" />
       <source>Close Project</source>
       <translation>Projekt schließen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3934" />
+      <location filename="../Project/Project.py" line="3921" />
       <source>The current project has unsaved changes.</source>
       <translation>Das aktuelle Projekt hat ungesicherte Änderungen.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4134" />
-      <location filename="../Project/Project.py" line="4098" />
+      <location filename="../Project/Project.py" line="4121" />
+      <location filename="../Project/Project.py" line="4085" />
       <source>Syntax Errors Detected</source>
       <translation>Syntaxfehler gefunden</translation>
     </message>
     <message numerus="yes">
-      <location filename="../Project/Project.py" line="4135" />
-      <location filename="../Project/Project.py" line="4099" />
+      <location filename="../Project/Project.py" line="4122" />
+      <location filename="../Project/Project.py" line="4086" />
       <source>The project contains %n file(s) with syntax errors.</source>
       <translation>
         <numerusform>Das Projekt beinhaltet eine Datei mit Syntaxfehlern.</numerusform>
@@ -63596,1268 +63538,1268 @@
       </translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4793" />
+      <location filename="../Project/Project.py" line="4780" />
       <source>New project</source>
       <translation>Neues Projekt</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4795" />
+      <location filename="../Project/Project.py" line="4782" />
       <source>&amp;New...</source>
       <translation>&amp;Neu...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4801" />
+      <location filename="../Project/Project.py" line="4788" />
       <source>Generate a new project</source>
       <translation>Erstelle ein neues Projekt</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4803" />
+      <location filename="../Project/Project.py" line="4790" />
       <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="4813" />
+      <location filename="../Project/Project.py" line="4800" />
       <source>Open project</source>
       <translation>Projekt öffnen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4815" />
+      <location filename="../Project/Project.py" line="4802" />
       <source>&amp;Open...</source>
       <translation>&amp;Öffnen...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4821" />
+      <location filename="../Project/Project.py" line="4808" />
       <source>Open an existing project</source>
       <translation>Öffnet ein bestehendes Projekt</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4823" />
+      <location filename="../Project/Project.py" line="4810" />
       <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="4829" />
+      <location filename="../Project/Project.py" line="4816" />
       <source>Open remote project</source>
       <translation>Entferntes Projekt öffnen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4831" />
+      <location filename="../Project/Project.py" line="4818" />
       <source>Open (Remote)...</source>
       <translation>Öffnen (entfernt)...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4824" />
+      <source>Open an existing remote project</source>
+      <translation>Öffne ein bestehendes entferntes Projekt</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4826" />
+      <source>&lt;b&gt;Open (Remote)...&lt;/b&gt;&lt;p&gt;This opens an existing remote project.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Öffnen (entfernt)...&lt;/b&gt;&lt;p&gt;Dies öffnet ein bestehendes entferntes Projekt.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4835" />
+      <source>Reload project</source>
+      <translation>Projekt erneut laden</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4837" />
-      <source>Open an existing remote project</source>
-      <translation>Öffne ein bestehendes entferntes Projekt</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4839" />
-      <source>&lt;b&gt;Open (Remote)...&lt;/b&gt;&lt;p&gt;This opens an existing remote project.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Öffnen (entfernt)...&lt;/b&gt;&lt;p&gt;Dies öffnet ein bestehendes entferntes Projekt.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4848" />
-      <source>Reload project</source>
-      <translation>Projekt erneut laden</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4850" />
       <source>Re&amp;load</source>
       <translation>Erneut &amp;laden</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4856" />
+      <location filename="../Project/Project.py" line="4843" />
       <source>Reload the current project</source>
       <translation>Das aktuelle Projekt erneut laden</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4858" />
+      <location filename="../Project/Project.py" line="4845" />
       <source>&lt;b&gt;Reload&lt;/b&gt;&lt;p&gt;This reloads the current project.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Erneut laden&lt;/b&gt;&lt;p&gt;Dies lädt das Projekt erneut.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4864" />
+      <location filename="../Project/Project.py" line="4851" />
       <source>Close project</source>
       <translation>Projekt schließen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4866" />
+      <location filename="../Project/Project.py" line="4853" />
       <source>&amp;Close</source>
       <translation>Schl&amp;ießen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4872" />
+      <location filename="../Project/Project.py" line="4859" />
       <source>Close the current project</source>
       <translation>Schließt das aktuelle Projekt</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4874" />
+      <location filename="../Project/Project.py" line="4861" />
       <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="4880" />
+      <location filename="../Project/Project.py" line="4867" />
       <source>Save project</source>
       <translation>Projekt speichern</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5177" />
-      <location filename="../Project/Project.py" line="4882" />
+      <location filename="../Project/Project.py" line="5164" />
+      <location filename="../Project/Project.py" line="4869" />
       <source>&amp;Save</source>
       <translation>&amp;Speichern</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4888" />
+      <location filename="../Project/Project.py" line="4875" />
       <source>Save the current project</source>
       <translation>Speichert das aktuelle Projekt</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4890" />
+      <location filename="../Project/Project.py" line="4877" />
       <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="4896" />
+      <location filename="../Project/Project.py" line="4883" />
       <source>Save project as</source>
       <translation>Projekt speichern unter</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4898" />
+      <location filename="../Project/Project.py" line="4885" />
       <source>Save &amp;as...</source>
       <translation>Speichern &amp;unter...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4891" />
+      <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="4893" />
+      <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="4902" />
+      <source>Save project as (Remote)</source>
+      <translation>Projekt speichern unter (entfernt)</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4904" />
-      <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="4906" />
-      <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="4915" />
-      <source>Save project as (Remote)</source>
-      <translation>Projekt speichern unter (entfernt)</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4917" />
       <source>Save as (Remote)...</source>
       <translation>Speichern unter (entfernt)...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4924" />
+      <location filename="../Project/Project.py" line="4911" />
       <source>Save the current project to a new remote file</source>
       <translation>Speichert das aktuelle Projekt in eine neue entfernte Datei</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4927" />
+      <location filename="../Project/Project.py" line="4914" />
       <source>&lt;b&gt;Save as (Remote)&lt;/b&gt;&lt;p&gt;This saves the current project to a new remote file.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Speichern unter (entfernt)&lt;/b&gt;&lt;p&gt;Dies speichert das aktuelle Projekt in eine neue entfernte Datei.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4943" />
+      <location filename="../Project/Project.py" line="4930" />
       <source>Add files to project</source>
       <translation>Dateien zum Projekt hinzufügen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4945" />
+      <location filename="../Project/Project.py" line="4932" />
       <source>Add &amp;files...</source>
       <translation>&amp;Dateien hinzufügen...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4938" />
+      <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="4940" />
+      <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>
+    <message>
       <location filename="../Project/Project.py" line="4951" />
-      <source>Add files to the current project</source>
-      <translation>Fügt Dateien zum aktuellen Projekt hinzu</translation>
+      <source>Add directory to project</source>
+      <translation>Verzeichnis zum Projekt hinzufügen</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="4953" />
-      <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>
-    <message>
-      <location filename="../Project/Project.py" line="4964" />
-      <source>Add directory to project</source>
-      <translation>Verzeichnis zum Projekt hinzufügen</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4966" />
       <source>Add directory...</source>
       <translation>Verzeichnis hinzufügen...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4960" />
+      <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="4963" />
+      <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>
+    <message>
       <location filename="../Project/Project.py" line="4973" />
-      <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="4976" />
-      <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>
-    <message>
-      <location filename="../Project/Project.py" line="4986" />
       <source>Add translation to project</source>
       <translation>Übersetzung zum Projekt hinzufügen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4988" />
+      <location filename="../Project/Project.py" line="4975" />
       <source>Add &amp;translation...</source>
       <translation>&amp;Übersetzung hinzufügen...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4982" />
+      <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="4985" />
+      <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="4995" />
-      <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="4998" />
-      <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="5008" />
       <source>Search new files</source>
       <translation>Neue Dateien suchen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5009" />
+      <location filename="../Project/Project.py" line="4996" />
       <source>Searc&amp;h new files...</source>
       <translation>Neue &amp;Dateien suchen...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5002" />
+      <source>Search new files in the project directory.</source>
+      <translation>Sucht neue Dateien im Projektverzeichnis.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5004" />
+      <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, forms, ...) 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, Formulare, ...).&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5014" />
+      <source>Search Project File</source>
+      <translation>Projektdatei suchen</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5015" />
-      <source>Search new files in the project directory.</source>
-      <translation>Sucht neue Dateien im Projektverzeichnis.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5017" />
-      <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, forms, ...) 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, Formulare, ...).&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5027" />
-      <source>Search Project File</source>
-      <translation>Projektdatei suchen</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5028" />
       <source>Search Project File...</source>
       <translation>Projektdatei suchen...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5029" />
+      <location filename="../Project/Project.py" line="5016" />
       <source>Alt+Ctrl+P</source>
       <comment>Project|Search Project File</comment>
       <translation>Alt+Ctrl+P</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5021" />
+      <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="5023" />
+      <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="5032" />
+      <source>Project properties</source>
+      <translation>Projekteigenschaften</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5034" />
-      <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="5036" />
-      <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="5045" />
-      <source>Project properties</source>
-      <translation>Projekteigenschaften</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5047" />
       <source>&amp;Properties...</source>
       <translation>&amp;Eigenschaften...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5040" />
+      <source>Show the project properties</source>
+      <translation>Zeigt die Projekteigenschaften an</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5042" />
+      <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="5051" />
+      <source>User project properties</source>
+      <translation>Nutzer bezogene Projektdaten</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5053" />
-      <source>Show the project properties</source>
-      <translation>Zeigt die Projekteigenschaften an</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5055" />
-      <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="5064" />
-      <source>User project properties</source>
-      <translation>Nutzer bezogene Projektdaten</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5066" />
       <source>&amp;User Properties...</source>
       <translation>&amp;Nutzer bezogene Projektdaten...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5060" />
+      <source>Show the user specific project properties</source>
+      <translation>Zeigt die Nutzer bezogenen Projektdaten an</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5063" />
+      <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="5073" />
-      <source>Show the user specific project properties</source>
-      <translation>Zeigt die Nutzer bezogenen Projektdaten an</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5076" />
-      <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="5086" />
       <source>Filetype Associations</source>
       <translation>Dateitypzuordnungen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5087" />
+      <location filename="../Project/Project.py" line="5074" />
       <source>Filetype Associations...</source>
       <translation>Dateitypzuordnungen...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5094" />
+      <location filename="../Project/Project.py" line="5081" />
       <source>Show the project file type associations</source>
       <translation>Zeigt die Dateitypzuordnungen des Projektes</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5084" />
+      <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>
+    <message>
       <location filename="../Project/Project.py" line="5097" />
-      <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>
-    <message>
-      <location filename="../Project/Project.py" line="5110" />
       <source>Lexer Associations</source>
       <translation>Lexerzuordnungen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5111" />
+      <location filename="../Project/Project.py" line="5098" />
       <source>Lexer Associations...</source>
       <translation>Lexerzuordnungen...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5118" />
+      <location filename="../Project/Project.py" line="5105" />
       <source>Show the project lexer associations (overriding defaults)</source>
       <translation>Zeigt die projektspezifischen Lexerzuordnungen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5121" />
+      <location filename="../Project/Project.py" line="5108" />
       <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>
     <message>
-      <location filename="../Project/Project.py" line="5139" />
+      <location filename="../Project/Project.py" line="5126" />
       <source>Debugger Properties</source>
       <translation>Debugger-Eigenschaften</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5140" />
+      <location filename="../Project/Project.py" line="5127" />
       <source>Debugger &amp;Properties...</source>
       <translation>Debugger-&amp;Eigenschaften...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5133" />
+      <source>Show the debugger properties</source>
+      <translation>Debugger-Eigenschaften anzeigen</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5135" />
+      <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="5145" />
+      <source>Load</source>
+      <translation>Laden</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5146" />
-      <source>Show the debugger properties</source>
-      <translation>Debugger-Eigenschaften anzeigen</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5148" />
-      <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="5158" />
-      <source>Load</source>
-      <translation>Laden</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5159" />
       <source>&amp;Load</source>
       <translation>&amp;Laden</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5165" />
+      <location filename="../Project/Project.py" line="5152" />
       <source>Load the debugger properties</source>
       <translation>Debugger-Eigenschaften laden</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5167" />
+      <location filename="../Project/Project.py" line="5154" />
       <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="5176" />
+      <location filename="../Project/Project.py" line="5163" />
       <source>Save</source>
       <translation>Speichern</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5183" />
+      <location filename="../Project/Project.py" line="5170" />
       <source>Save the debugger properties</source>
       <translation>Debugger-Eigenschaften speichern</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5185" />
+      <location filename="../Project/Project.py" line="5172" />
       <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="5194" />
+      <location filename="../Project/Project.py" line="5181" />
       <source>Delete</source>
       <translation>Löschen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5195" />
+      <location filename="../Project/Project.py" line="5182" />
       <source>&amp;Delete</source>
       <translation>&amp;Löschen</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5188" />
+      <source>Delete the debugger properties</source>
+      <translation>Debugger-Eigenschaften löschen</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5190" />
+      <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="5200" />
+      <source>Reset</source>
+      <translation>Zurücksetzen</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5201" />
-      <source>Delete the debugger properties</source>
-      <translation>Debugger-Eigenschaften löschen</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5203" />
-      <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="5213" />
-      <source>Reset</source>
-      <translation>Zurücksetzen</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5214" />
       <source>&amp;Reset</source>
       <translation>&amp;Zurücksetzen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5220" />
+      <location filename="../Project/Project.py" line="5207" />
       <source>Reset the debugger properties</source>
       <translation>Debugger-Eigenschaften zurücksetzen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5222" />
+      <location filename="../Project/Project.py" line="5209" />
       <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="5238" />
-      <location filename="../Project/Project.py" line="5237" />
+      <location filename="../Project/Project.py" line="5225" />
+      <location filename="../Project/Project.py" line="5224" />
       <source>Load session</source>
       <translation>Sitzung laden</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5244" />
+      <location filename="../Project/Project.py" line="5231" />
       <source>Load the projects session file.</source>
       <translation>Laden der Projektsitzung.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5246" />
+      <location filename="../Project/Project.py" line="5233" />
       <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="5262" />
-      <location filename="../Project/Project.py" line="5261" />
+      <location filename="../Project/Project.py" line="5249" />
+      <location filename="../Project/Project.py" line="5248" />
       <source>Save session</source>
       <translation>Sitzung speichern</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5268" />
+      <location filename="../Project/Project.py" line="5255" />
       <source>Save the projects session file.</source>
       <translation>Speichern der Projektsitzung.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5270" />
+      <location filename="../Project/Project.py" line="5257" />
       <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="5286" />
-      <location filename="../Project/Project.py" line="5285" />
+      <location filename="../Project/Project.py" line="5273" />
+      <location filename="../Project/Project.py" line="5272" />
       <source>Delete session</source>
       <translation>Sitzung löschen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5292" />
+      <location filename="../Project/Project.py" line="5279" />
       <source>Delete the projects session file.</source>
       <translation>Löscht die Projektsitzungsdatei.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5294" />
+      <location filename="../Project/Project.py" line="5281" />
       <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>
     <message>
-      <location filename="../Project/Project.py" line="5309" />
+      <location filename="../Project/Project.py" line="5296" />
       <source>Code Metrics</source>
       <translation>Quelltextmetriken</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5310" />
+      <location filename="../Project/Project.py" line="5297" />
       <source>&amp;Code Metrics...</source>
       <translation>&amp;Quelltextmetriken...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5304" />
+      <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="5307" />
+      <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="5317" />
-      <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="5320" />
-      <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="5330" />
       <source>Python Code Coverage</source>
       <translation>Python-Quelltext-Abdeckung</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5331" />
+      <location filename="../Project/Project.py" line="5318" />
       <source>Code Co&amp;verage...</source>
       <translation>&amp;Quelltext Abdeckung...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5338" />
+      <location filename="../Project/Project.py" line="5325" />
       <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="5341" />
+      <location filename="../Project/Project.py" line="5328" />
       <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="6775" />
       <location filename="../Project/Project.py" line="6762" />
-      <location filename="../Project/Project.py" line="5351" />
+      <location filename="../Project/Project.py" line="6749" />
+      <location filename="../Project/Project.py" line="5338" />
       <source>Profile Data</source>
       <translation>Profildaten</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5352" />
+      <location filename="../Project/Project.py" line="5339" />
       <source>&amp;Profile Data...</source>
       <translation>&amp;Profildaten...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5359" />
+      <location filename="../Project/Project.py" line="5346" />
       <source>Show profiling data for the project.</source>
       <translation>Zeige Profildaten des aktuellen Projektes.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5362" />
+      <location filename="../Project/Project.py" line="5349" />
       <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="6827" />
-      <location filename="../Project/Project.py" line="5377" />
+      <location filename="../Project/Project.py" line="6814" />
+      <location filename="../Project/Project.py" line="5364" />
       <source>Application Diagram</source>
       <translation>Applikations-Diagramm</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5378" />
+      <location filename="../Project/Project.py" line="5365" />
       <source>&amp;Application Diagram...</source>
       <translation>&amp;Applikations-Diagramm...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5372" />
+      <source>Show a diagram of the project.</source>
+      <translation>Zeigt ein Diagramm des Projektes.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5375" />
+      <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="5384" />
+      <source>Load Diagram</source>
+      <translation>Diagramm laden</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5385" />
-      <source>Show a diagram of the project.</source>
-      <translation>Zeigt ein Diagramm des Projektes.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5388" />
-      <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="5397" />
-      <source>Load Diagram</source>
-      <translation>Diagramm laden</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5398" />
       <source>&amp;Load Diagram...</source>
       <translation>Diagramm &amp;laden...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5404" />
+      <location filename="../Project/Project.py" line="5391" />
       <source>Load a diagram from file.</source>
       <translation>Lade ein Diagramm aus einer Datei.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5406" />
+      <location filename="../Project/Project.py" line="5393" />
       <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>
     <message>
-      <location filename="../Project/Project.py" line="6995" />
-      <location filename="../Project/Project.py" line="6940" />
-      <location filename="../Project/Project.py" line="5421" />
+      <location filename="../Project/Project.py" line="6982" />
+      <location filename="../Project/Project.py" line="6927" />
+      <location filename="../Project/Project.py" line="5408" />
       <source>Create Package List</source>
       <translation>Erzeuge Paketliste</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5423" />
+      <location filename="../Project/Project.py" line="5410" />
       <source>Create &amp;Package List</source>
       <translation>Erzeuge &amp;Paketliste</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5430" />
+      <location filename="../Project/Project.py" line="5417" />
       <source>Create an initial PKGLIST file for an eric plugin.</source>
       <translation>Erzeugt eine erste PKGLIST-Datei für ein eric Plugin.</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5420" />
+      <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric 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 eric Pluginarchive einbezogen werden sollen. Die Liste wird aus der Projektdatei erzeugt.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7053" />
+      <location filename="../Project/Project.py" line="5431" />
+      <source>Create Plugin Archives</source>
+      <translation>Erzeuge Plugin Archive</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5433" />
-      <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric 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 eric Pluginarchive einbezogen werden sollen. Die Liste wird aus der Projektdatei erzeugt.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7066" />
-      <location filename="../Project/Project.py" line="5444" />
-      <source>Create Plugin Archives</source>
-      <translation>Erzeuge Plugin Archive</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5446" />
       <source>Create Plugin &amp;Archives</source>
       <translation>Erzeuge Plugin &amp;Archive</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5452" />
+      <location filename="../Project/Project.py" line="5439" />
       <source>Create eric plugin archive files.</source>
       <translation>Erzeugt eric Plugin Archivdateien.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5454" />
+      <location filename="../Project/Project.py" line="5441" />
       <source>&lt;b&gt;Create Plugin Archives&lt;/b&gt;&lt;p&gt;This creates eric 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 Plugin Archive&lt;/b&gt;&lt;p&gt;Dies erzeugt eric Plugin Archivdateien 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="5466" />
+      <location filename="../Project/Project.py" line="5453" />
       <source>Create Plugin Archives (Snapshot)</source>
       <translation>Erzeuge Plugin Archive (Snapshot)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5468" />
+      <location filename="../Project/Project.py" line="5455" />
       <source>Create Plugin Archives (&amp;Snapshot)</source>
       <translation>Erzeuge Plugin Archive (&amp;Snapshot)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5475" />
+      <location filename="../Project/Project.py" line="5462" />
       <source>Create eric plugin archive files (snapshot releases).</source>
       <translation>Erzeugt eric Plugin Archivdateien (Snapshot Releases).</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5478" />
+      <location filename="../Project/Project.py" line="5465" />
       <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric 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 Plugin Archive (Snapshot)&lt;/b&gt;&lt;p&gt;Dies erzeugt eric Plugin Archivdateien 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="7522" />
-      <location filename="../Project/Project.py" line="7493" />
-      <location filename="../Project/Project.py" line="7447" />
-      <location filename="../Project/Project.py" line="7399" />
-      <location filename="../Project/Project.py" line="5497" />
+      <location filename="../Project/Project.py" line="7509" />
+      <location filename="../Project/Project.py" line="7480" />
+      <location filename="../Project/Project.py" line="7434" />
+      <location filename="../Project/Project.py" line="7386" />
+      <location filename="../Project/Project.py" line="5484" />
       <source>Execute Make</source>
       <translation>Make ausführen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5498" />
+      <location filename="../Project/Project.py" line="5485" />
       <source>&amp;Execute Make</source>
       <translation>&amp;Make ausführen</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5491" />
+      <source>Perform a 'make' run.</source>
+      <translation>Führt eine 'make' Lauf aus.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5493" />
+      <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a 'make' 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 'make' Lauf aus, um das konfigurierte Ziel zu bauen.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7486" />
+      <location filename="../Project/Project.py" line="5503" />
+      <source>Test for Changes</source>
+      <translation>Auf Änderungen prüfen</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5504" />
-      <source>Perform a 'make' run.</source>
-      <translation>Führt eine 'make' Lauf aus.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5506" />
-      <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a 'make' 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 'make' Lauf aus, um das konfigurierte Ziel zu bauen.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7499" />
-      <location filename="../Project/Project.py" line="5516" />
-      <source>Test for Changes</source>
-      <translation>Auf Änderungen prüfen</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5517" />
       <source>&amp;Test for Changes</source>
       <translation>Auf Änderungen &amp;prüfen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5524" />
+      <location filename="../Project/Project.py" line="5511" />
       <source>Question 'make', if a rebuild is needed.</source>
       <translation>Fragt 'make', ob ein Neubau erforderlich ist.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5527" />
+      <location filename="../Project/Project.py" line="5514" />
       <source>&lt;b&gt;Test for Changes&lt;/b&gt;&lt;p&gt;This questions 'make', 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 'make', ob ein Neubau des konfigurierten Zieles erforderlich ist.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5545" />
+      <location filename="../Project/Project.py" line="5532" />
       <source>Create SBOM File</source>
       <translation>STL Datei erzeugen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5546" />
+      <location filename="../Project/Project.py" line="5533" />
       <source>Create &amp;SBOM File</source>
       <translation>&amp;STL Datei erzeugen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5553" />
+      <location filename="../Project/Project.py" line="5540" />
       <source>Create a SBOM file of the project dependencies.</source>
       <translation>Erzeuge eine STL Datei der Projektabhängigkeiten.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5556" />
+      <location filename="../Project/Project.py" line="5543" />
       <source>&lt;b&gt;Create SBOM File&lt;/b&gt;&lt;p&gt;This allows the creation of a SBOM file of the project dependencies. This may be based on various input sources and will be saved as a CycloneDX SBOM file.&lt;/p&gt;</source>
       <translation>&lt;b&gt;STL Datei erzeugen&lt;/b&gt;&lt;p&gt;Dies erlaubt die Erstellung einer STL Datei der Projektabhängigkeiten. Dies kann auf verschiedenen Eingaben aufgebaut werden und wird in eine CycloneDX STL Datei gesichert.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5567" />
+      <location filename="../Project/Project.py" line="5554" />
       <source>Clear Byte Code Caches</source>
       <translation>Byte Code Caches löschen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5568" />
+      <location filename="../Project/Project.py" line="5555" />
       <source>Clear Byte Code &amp;Caches</source>
       <translation>Byte Code &amp;Caches löschen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5575" />
+      <location filename="../Project/Project.py" line="5562" />
       <source>Clear the byte code caches of the project.</source>
       <translation>Löscht die Byte Code Caches des Projektes.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5578" />
+      <location filename="../Project/Project.py" line="5565" />
       <source>&lt;b&gt;Clear Byte Code Caches&lt;/b&gt;&lt;p&gt;This deletes all directories containing byte code cache files.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Byte Code Caches löschen&lt;/b&gt;&lt;p&gt;Dies löscht alle Verzeichnisse mit Byte Code Cachedateien.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5594" />
+      <location filename="../Project/Project.py" line="5581" />
       <source>About Black</source>
       <translation>Über Black</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5595" />
+      <location filename="../Project/Project.py" line="5582" />
       <source>&amp;Black</source>
       <translation>&amp;Black</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5601" />
+      <location filename="../Project/Project.py" line="5588" />
       <source>Show some information about 'Black'.</source>
       <translation>Gibt ein paar Informationen zu 'Black' aus.</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5590" />
+      <source>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'Black' tool.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;Dies gibt ein paar Informationen zum installierten 'Black' Werkzeug aus.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5602" />
+      <source>Format Code</source>
+      <translation>Code formatieren</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5603" />
-      <source>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'Black' tool.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;Dies gibt ein paar Informationen zum installierten 'Black' Werkzeug aus.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5615" />
-      <source>Format Code</source>
-      <translation>Code formatieren</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5616" />
       <source>&amp;Format Code</source>
       <translation>Code &amp;formatieren</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5623" />
+      <location filename="../Project/Project.py" line="5610" />
       <source>Format the project sources with 'Black'.</source>
       <translation>Formatiert die Projektquellen mit 'Black'.</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5613" />
+      <source>&lt;b&gt;Format Code&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the formatting run and reformats the project sources using 'Black'.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Code formatieren&lt;/b&gt;&lt;p&gt;Dies zeigt einen Dialog zur Konfiguration eines Formatierungslaufes an und formatiert die Quellen mit 'Black'.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5625" />
+      <source>Check Code Formatting</source>
+      <translation>Code Umformatierung prüfen</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5626" />
-      <source>&lt;b&gt;Format Code&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the formatting run and reformats the project sources using 'Black'.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Code formatieren&lt;/b&gt;&lt;p&gt;Dies zeigt einen Dialog zur Konfiguration eines Formatierungslaufes an und formatiert die Quellen mit 'Black'.&lt;/p&gt;</translation>
+      <source>&amp;Check Code Formatting</source>
+      <translation>&amp;Code Umformatierung prüfen</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5633" />
+      <source>Check, if the project sources need to be reformatted with 'Black'.</source>
+      <translation>Prüft, ob die Projektquellen mit 'Black' umformatiert werden müssen.</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5638" />
-      <source>Check Code Formatting</source>
-      <translation>Code Umformatierung prüfen</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5639" />
-      <source>&amp;Check Code Formatting</source>
-      <translation>&amp;Code Umformatierung prüfen</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5646" />
-      <source>Check, if the project sources need to be reformatted with 'Black'.</source>
-      <translation>Prüft, ob die Projektquellen mit 'Black' umformatiert werden müssen.</translation>
+      <source>&lt;b&gt;Check Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format check run and performs a check, if the project sources need to be reformatted using 'Black'.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Code Umformatierung prüfen&lt;/b&gt;&lt;p&gt;Dies zeigt einen Dialog zur Konfiguration eines Formatierungsprüflaufes an und prüft, ob die Projektquellen mit 'Black' umformatiert werden müssen.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5651" />
-      <source>&lt;b&gt;Check Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format check run and performs a check, if the project sources need to be reformatted using 'Black'.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Code Umformatierung prüfen&lt;/b&gt;&lt;p&gt;Dies zeigt einen Dialog zur Konfiguration eines Formatierungsprüflaufes an und prüft, ob die Projektquellen mit 'Black' umformatiert werden müssen.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5664" />
       <source>Code Formatting Diff</source>
       <translation>Diff Code Umformatierung</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5652" />
+      <source>Code Formatting &amp;Diff</source>
+      <translation>&amp;Diff Code Umformatierung</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5659" />
+      <source>Generate a unified diff of potential project source reformatting with 'Black'.</source>
+      <translation>Erzeugt ein Unified Diff potentieller Umformatierungen der Projektquellen mit 'Black'.</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5665" />
-      <source>Code Formatting &amp;Diff</source>
-      <translation>&amp;Diff Code Umformatierung</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5672" />
-      <source>Generate a unified diff of potential project source reformatting with 'Black'.</source>
-      <translation>Erzeugt ein Unified Diff potentieller Umformatierungen der Projektquellen mit 'Black'.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5678" />
       <source>&lt;b&gt;Diff Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format diff run and generates a unified diff of potential project source reformatting using 'Black'.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Diff Code Umformatierung&lt;/b&gt;&lt;p&gt;Dies zeigt einen Dialog zur Konfiguration der Erstellung eines Formatierungsdiff an und erstellt ein Unified Diff potentieller Umformatierungen der Projektquellen mit 'Black'.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5843" />
-      <location filename="../Project/Project.py" line="5793" />
-      <location filename="../Project/Project.py" line="5792" />
-      <location filename="../Project/Project.py" line="5692" />
-      <location filename="../Project/Project.py" line="5691" />
+      <location filename="../Project/Project.py" line="5830" />
+      <location filename="../Project/Project.py" line="5780" />
+      <location filename="../Project/Project.py" line="5779" />
+      <location filename="../Project/Project.py" line="5679" />
+      <location filename="../Project/Project.py" line="5678" />
       <source>Configure</source>
       <translation>Einstellungen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5699" />
+      <location filename="../Project/Project.py" line="5686" />
       <source>Enter the parameters for formatting the project sources with 'Black'.</source>
       <translation>Gib die Parameter zur Formatierung der Projektquellen mit 'Black' ein.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5704" />
+      <location filename="../Project/Project.py" line="5691" />
       <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This shows a dialog to enter the parameters for formatting the project sources with 'Black'.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Einstellungen&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog zur Eingabe der Parameter für Formatierung der Projektquellen mit 'Black'.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5720" />
+      <location filename="../Project/Project.py" line="5707" />
       <source>About isort</source>
       <translation>Über isort</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5721" />
+      <location filename="../Project/Project.py" line="5708" />
       <source>&amp;isort</source>
       <translation>&amp;isort</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5727" />
+      <location filename="../Project/Project.py" line="5714" />
       <source>Show some information about 'isort'.</source>
       <translation>Gibt ein paar Informationen zu 'isort' aus.</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5716" />
+      <source>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'isort' tool.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;Dies gibt ein paar Informationen zum installierten 'isort' Werkzeug aus.&lt;/p&gt;</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5729" />
-      <source>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'isort' tool.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;Dies gibt ein paar Informationen zum installierten 'isort' Werkzeug aus.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5742" />
-      <location filename="../Project/Project.py" line="5741" />
+      <location filename="../Project/Project.py" line="5728" />
       <source>Sort Imports</source>
       <translation>Imports Sortieren</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5749" />
+      <location filename="../Project/Project.py" line="5736" />
       <source>Sort the import statements of the project sources with 'isort'.</source>
       <translation>Sortiert die Importanweisungen der Projektquellen mit 'isort'.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5752" />
+      <location filename="../Project/Project.py" line="5739" />
       <source>&lt;b&gt;Sort Imports&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting run and sorts the import statements of the project sources using 'isort'.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Imports Sortieren&lt;/b&gt;&lt;p&gt;Dies zeigt einen Dialog zur Eingabe der Parameter eines Sortierungslaufes an und sortiert die Importanweisungen der Projektquellen mit 'isort'.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5753" />
+      <location filename="../Project/Project.py" line="5752" />
+      <source>Imports Sorting Diff</source>
+      <translation>Diff der Imports Sortierung</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5760" />
+      <source>Generate a unified diff of potential project source imports resorting with 'isort'.</source>
+      <translation>Erzeugt ein Unified Diff potentieller Umsortierungen der Importanweisungen der Projektquellen mit 'isort'.</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5766" />
-      <location filename="../Project/Project.py" line="5765" />
-      <source>Imports Sorting Diff</source>
-      <translation>Diff der Imports Sortierung</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5773" />
-      <source>Generate a unified diff of potential project source imports resorting with 'isort'.</source>
-      <translation>Erzeugt ein Unified Diff potentieller Umsortierungen der Importanweisungen der Projektquellen mit 'isort'.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5779" />
       <source>&lt;b&gt;Imports Sorting Diff&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting diff run and generates a unified diff of potential project source changes using 'isort'.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Diff der Imports Sortierung&lt;/b&gt;&lt;p&gt;Dies zeigt einen Dialog zur Eingabe der Parameter eines Sortierungslaufes an und erzeugt ein Unified Diff potentieller Umsortierungen der Importanweisungen der Projektquellen mit 'isort'.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5800" />
+      <location filename="../Project/Project.py" line="5787" />
       <source>Enter the parameters for resorting the project sources import statements with 'isort'.</source>
       <translation>Gib die Parameter für die Umsortierung der Importanweisungen der Projektquellen mit 'isort' ein.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5806" />
+      <location filename="../Project/Project.py" line="5793" />
       <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This shows a dialog to enter the parameters for resorting the import statements of the project sources with 'isort'.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Einstellungen&lt;/b&gt;&lt;p&gt;Dies zeigt einen Dialog zur Eingabe der Parameter für die Umsortierung der Importanweisungen der Projektquellen mit 'isort' an.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5822" />
+      <location filename="../Project/Project.py" line="5809" />
       <source>Install Project</source>
       <translation>Projekt installieren</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5823" />
+      <location filename="../Project/Project.py" line="5810" />
       <source>&amp;Install Project</source>
       <translation>Projekt &amp;installieren</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5830" />
+      <location filename="../Project/Project.py" line="5817" />
       <source>Install the project into the embedded environment.</source>
       <translation>Installiert das Projekt in die eingebettete Umgebung.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5833" />
+      <location filename="../Project/Project.py" line="5820" />
       <source>&lt;b&gt;Install Project&lt;/b&gt;&lt;p&gt;This installs the project into the embedded virtual environment in editable mode (i.e. development mode).&lt;/p&gt;</source>
       <translation>&lt;b&gt;Projekt insttallieren&lt;/b&gt;&lt;p&gt;Die installiert das Projekt im editierbaren Modus (d.h. Entwicklungsmodus) in die eingebettete Umgebung.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5844" />
+      <location filename="../Project/Project.py" line="5831" />
       <source>&amp;Configure</source>
       <translation>&amp;Einstellungen</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5838" />
+      <source>Configure the embedded environment.</source>
+      <translation>Konfiguriert die eingebettete Umgebung.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5841" />
+      <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This opens a dialog to configure the embedded virtual environment of the project.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Einstellungen&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog zur Konfiguration der einebetteten virtuellen Umgebung des Projektes.&lt;/p&gt;</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5851" />
-      <source>Configure the embedded environment.</source>
-      <translation>Konfiguriert die eingebettete Umgebung.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5854" />
-      <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This opens a dialog to configure the embedded virtual environment of the project.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Einstellungen&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog zur Konfiguration der einebetteten virtuellen Umgebung des Projektes.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5864" />
       <source>Upgrade</source>
       <translation>Aktualisieren</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5865" />
+      <location filename="../Project/Project.py" line="5852" />
       <source>&amp;Upgrade</source>
       <translation>&amp;Aktualisieren</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5871" />
+      <location filename="../Project/Project.py" line="5858" />
       <source>Upgrade the embedded environment.</source>
       <translation>Aktualisiert die eingebettete Umgebung.</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5860" />
+      <source>&lt;b&gt;Upgrade&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to upgrade the embedded virtual environment of the project.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Aktualisieren&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog zur Eingabe der Parameter für die Aktualisierung der einebetteten virtuellen Umgebung des Projektes.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5872" />
+      <source>Recreate</source>
+      <translation>Neu erzeugen</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5873" />
-      <source>&lt;b&gt;Upgrade&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to upgrade the embedded virtual environment of the project.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Aktualisieren&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog zur Eingabe der Parameter für die Aktualisierung der einebetteten virtuellen Umgebung des Projektes.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5885" />
-      <source>Recreate</source>
-      <translation>Neu erzeugen</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5886" />
       <source>&amp;Recreate</source>
       <translation>&amp;Neu erzeugen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5892" />
+      <location filename="../Project/Project.py" line="5879" />
       <source>Recreate the embedded environment.</source>
       <translation>Erzeugt die eingebettete Umgebung neu.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5894" />
+      <location filename="../Project/Project.py" line="5881" />
       <source>&lt;b&gt;Recreate&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to recreate the embedded virtual environment of the project. The existing environment is cleared first.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Neu erzeugen&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog zur Eingabe der Parameter für die Neuerzeugung der einebetteten virtuellen Umgebung des Projektes. Die existierende Umgebung wird zunächst gelöscht.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5926" />
+      <location filename="../Project/Project.py" line="5913" />
       <source>&amp;Project</source>
       <translation>&amp;Projekt</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5914" />
+      <source>Open &amp;Recent Projects</source>
+      <translation>Zu&amp;letzt geöffnete Projekte</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5916" />
+      <source>Session</source>
+      <translation>Sitzung</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5917" />
+      <source>Debugger</source>
+      <translation>Debugger</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5918" />
+      <source>Embedded Environment</source>
+      <translation>Eingebettete Umgebung</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5920" />
+      <source>Project-T&amp;ools</source>
+      <translation>Projekt&amp;werkzeuge</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5921" />
+      <source>&amp;Version Control</source>
+      <translation>&amp;Versionskontrolle</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5925" />
+      <source>Chec&amp;k</source>
+      <translation>&amp;Prüfen</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5927" />
-      <source>Open &amp;Recent Projects</source>
-      <translation>Zu&amp;letzt geöffnete Projekte</translation>
+      <source>Code &amp;Formatting</source>
+      <translation>Code &amp;Formatierung</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5929" />
-      <source>Session</source>
-      <translation>Sitzung</translation>
+      <source>Sho&amp;w</source>
+      <translation>&amp;Zeige</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5930" />
-      <source>Debugger</source>
-      <translation>Debugger</translation>
+      <source>&amp;Diagrams</source>
+      <translation>&amp;Diagramme</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5931" />
-      <source>Embedded Environment</source>
-      <translation>Eingebettete Umgebung</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5933" />
-      <source>Project-T&amp;ools</source>
-      <translation>Projekt&amp;werkzeuge</translation>
+      <source>Pac&amp;kagers</source>
+      <translation>Pa&amp;ketierer</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5932" />
+      <source>Source &amp;Documentation</source>
+      <translation>&amp;Quelltextdokumentation</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5934" />
-      <source>&amp;Version Control</source>
-      <translation>&amp;Versionskontrolle</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5938" />
-      <source>Chec&amp;k</source>
-      <translation>&amp;Prüfen</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5940" />
-      <source>Code &amp;Formatting</source>
-      <translation>Code &amp;Formatierung</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5942" />
-      <source>Sho&amp;w</source>
-      <translation>&amp;Zeige</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5943" />
-      <source>&amp;Diagrams</source>
-      <translation>&amp;Diagramme</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5944" />
-      <source>Pac&amp;kagers</source>
-      <translation>Pa&amp;ketierer</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5945" />
-      <source>Source &amp;Documentation</source>
-      <translation>&amp;Quelltextdokumentation</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5947" />
       <source>Make</source>
       <translation>Make</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5948" />
+      <location filename="../Project/Project.py" line="5935" />
       <source>Other Tools</source>
       <translation>Weitere Werkzeuge</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6110" />
-      <location filename="../Project/Project.py" line="6108" />
+      <location filename="../Project/Project.py" line="6097" />
+      <location filename="../Project/Project.py" line="6095" />
       <source>Project</source>
       <translation>Projekt</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6192" />
+      <location filename="../Project/Project.py" line="6179" />
       <source>&amp;Clear</source>
       <translation>&amp;Löschen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6389" />
+      <location filename="../Project/Project.py" line="6376" />
       <source>Search New Files</source>
       <translation>Neue Dateien suchen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6390" />
+      <location filename="../Project/Project.py" line="6377" />
       <source>There were no new files found to be added.</source>
       <translation>Es wurden keine neuen Dateien gefunden.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6551" />
       <location filename="../Project/Project.py" line="6538" />
+      <location filename="../Project/Project.py" line="6525" />
       <source>Version Control System</source>
       <translation>Versionskontrollsystem</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="6526" />
+      <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="6539" />
-      <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="6552" />
       <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="6696" />
+      <source>Coverage Data</source>
+      <translation>Quelltext Abdeckungsdaten</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6750" />
+      <location filename="../Project/Project.py" line="6697" />
+      <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="6709" />
-      <source>Coverage Data</source>
-      <translation>Quelltext Abdeckungsdaten</translation>
+      <source>Code Coverage</source>
+      <translation>Quelltext Abdeckung</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6710" />
+      <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="6763" />
-      <location filename="../Project/Project.py" line="6710" />
-      <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="6722" />
-      <source>Code Coverage</source>
-      <translation>Quelltext Abdeckung</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6723" />
-      <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="6776" />
       <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="6828" />
+      <location filename="../Project/Project.py" line="6815" />
       <source>Include module names?</source>
       <translation>Modulnamen anzeigen?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6941" />
+      <location filename="../Project/Project.py" line="6928" />
       <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="6996" />
+      <location filename="../Project/Project.py" line="6983" />
       <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="7307" />
-      <location filename="../Project/Project.py" line="7263" />
-      <location filename="../Project/Project.py" line="7213" />
-      <location filename="../Project/Project.py" line="7202" />
-      <location filename="../Project/Project.py" line="7184" />
-      <location filename="../Project/Project.py" line="7137" />
-      <location filename="../Project/Project.py" line="7107" />
-      <location filename="../Project/Project.py" line="7079" />
-      <location filename="../Project/Project.py" line="7049" />
-      <location filename="../Project/Project.py" line="7034" />
-      <location filename="../Project/Project.py" line="7017" />
+      <location filename="../Project/Project.py" line="7294" />
+      <location filename="../Project/Project.py" line="7250" />
+      <location filename="../Project/Project.py" line="7200" />
+      <location filename="../Project/Project.py" line="7189" />
+      <location filename="../Project/Project.py" line="7171" />
+      <location filename="../Project/Project.py" line="7124" />
+      <location filename="../Project/Project.py" line="7094" />
+      <location filename="../Project/Project.py" line="7066" />
+      <location filename="../Project/Project.py" line="7036" />
+      <location filename="../Project/Project.py" line="7021" />
+      <location filename="../Project/Project.py" line="7004" />
       <source>Create Plugin Archive</source>
       <translation>Erzeuge Plugin Archiv</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7018" />
+      <location filename="../Project/Project.py" line="7005" />
       <source>The project does not have a main script defined. Aborting...</source>
       <translation>Für das Projekt wurde kein Hauptskript angegeben. Abbruch...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7035" />
+      <location filename="../Project/Project.py" line="7022" />
       <source>Select package lists:</source>
       <translation>Wähle Paketlisten:</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7050" />
+      <location filename="../Project/Project.py" line="7037" />
       <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="7058" />
+      <location filename="../Project/Project.py" line="7045" />
       <source>Creating plugin archives...</source>
       <translation>Erzeuge Plugin Archive...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7059" />
+      <location filename="../Project/Project.py" line="7046" />
       <source>Abort</source>
       <translation>Abbruch</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7062" />
+      <location filename="../Project/Project.py" line="7049" />
       <source>%v/%m Archives</source>
       <translation>%v/%m Archive</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7080" />
+      <location filename="../Project/Project.py" line="7067" />
       <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="7108" />
+      <location filename="../Project/Project.py" line="7095" />
       <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'; initial_list' 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 '; initial_list' des Dateikopfes.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7138" />
+      <location filename="../Project/Project.py" line="7125" />
       <source>&lt;p&gt;The eric 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 eric 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>
     <message>
-      <location filename="../Project/Project.py" line="7185" />
+      <location filename="../Project/Project.py" line="7172" />
       <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="7203" />
+      <location filename="../Project/Project.py" line="7190" />
       <source>&lt;p&gt;The eric plugin archive files were created with some errors.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die eric Plugin Archivdateien wurden mit einigen Fehlern erzeugt.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7214" />
+      <location filename="../Project/Project.py" line="7201" />
       <source>&lt;p&gt;The eric plugin archive files were created successfully.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die eric Plugin Archivdateien wurden erfolgreich erzeugt.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7264" />
+      <location filename="../Project/Project.py" line="7251" />
       <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>
     <message>
-      <location filename="../Project/Project.py" line="7308" />
+      <location filename="../Project/Project.py" line="7295" />
       <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="7400" />
+      <location filename="../Project/Project.py" line="7387" />
       <source>'Make' is not supported for remote projects. Aborting...</source>
       <translation>'Make' wird für entfernte Projekte nicht unterstützt. Abbruch...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7448" />
+      <location filename="../Project/Project.py" line="7435" />
       <source>The make process did not start.</source>
       <translation>Der make Prozess ist nicht gestartet.</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="7481" />
+      <source>The make process crashed.</source>
+      <translation>Der make Prozess ist abgestürzt.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7489" />
+      <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="7494" />
-      <source>The make process crashed.</source>
-      <translation>Der make Prozess ist abgestürzt.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7502" />
-      <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="7507" />
       <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="7523" />
+      <location filename="../Project/Project.py" line="7510" />
       <source>The makefile contains errors.</source>
       <translation>Die make Datei enthält Fehler.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7961" />
+      <location filename="../Project/Project.py" line="7948" />
       <source>Interpreter Missing</source>
       <translation>Interpreter fehlt</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7962" />
+      <location filename="../Project/Project.py" line="7949" />
       <source>The configured interpreter of the embedded environment does not exist anymore. Shall the environment be upgraded?</source>
       <translation>Der konfigurierte Interpreter der eingebetteten Umgebung ist nicht mehr vorhanden. Soll die Umgebung aktualisiert werden?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8043" />
+      <location filename="../Project/Project.py" line="8030" />
       <source>Open Remote Project</source>
       <translation>Entferntes Projekt öffnen</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8074" />
-      <location filename="../Project/Project.py" line="8059" />
+      <location filename="../Project/Project.py" line="8061" />
+      <location filename="../Project/Project.py" line="8046" />
       <source>Save Remote Project</source>
       <translation>Entferntes Projekt speichern</translation>
     </message>
@@ -65106,9 +65048,9 @@
   <context>
     <name>ProjectFormsBrowser</name>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1131" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1083" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1046" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1110" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1063" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1026" />
       <location filename="../Project/ProjectFormsBrowser.py" line="142" />
       <location filename="../Project/ProjectFormsBrowser.py" line="77" />
       <source>Forms</source>
@@ -65381,102 +65323,112 @@
       <translation>Formulare übersetzen</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="732" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="719" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="700" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="683" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="731" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="718" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="699" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="682" />
       <source>New Form</source>
       <translation>Neues Formular</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="684" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="683" />
       <source>Select a form type:</source>
       <translation>Wähle einen Formulartyp:</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="702" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="701" />
       <source>Qt User-Interface Files (*.ui);;All Files (*)</source>
       <translation>Qt-Formulare (*.ui);;Alle Dateien (*)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="720" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="719" />
       <source>The file already exists! Overwrite it?</source>
       <translation>Die Datei existiert bereits. Überschreiben?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="733" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="732" />
       <source>&lt;p&gt;The new form file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br&gt;Problem: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die neue Formulardatei &lt;b&gt;{0}&lt;/b&gt; konnte nicht erzeugt werden.&lt;br&gt;Problem: {1}&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="758" />
+      <source>Delete forms</source>
+      <translation>Formulare löschen</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectFormsBrowser.py" line="759" />
-      <source>Delete forms</source>
-      <translation>Formulare löschen</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="760" />
       <source>Do you really want to delete these forms from the project?</source>
       <translation>Wollen Sie wirklich diese Formulare aus dem Projekt löschen?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="888" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="877" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="870" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="883" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="872" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="865" />
       <source>Form Compilation</source>
       <translation>Formular übersetzen</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="871" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="866" />
       <source>The compilation of the form file was successful.</source>
       <translation>Die Übersetzung des Formulars war erfolgreich.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="878" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="873" />
       <source>&lt;p&gt;The compilation of the form file failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die Übersetzung des Formulars ist fehlgeschlagen.&lt;/p&lt;p&gt;Grund: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="889" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="884" />
       <source>The compilation of the form file failed.</source>
       <translation>Die Übersetzung des Formulars ist fehlgeschlagen.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="977" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="931" />
+      <source>Error Compiling Form</source>
+      <translation>Fehler beim Übersetzen des Formulars</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="932" />
+      <source>The project type &lt;b&gt;{0}&lt;/b&gt; is not supported.</source>
+      <translation>Der Projekttyp &lt;b&gt;{0}&lt;/b&gt; wird nicht unterstützt.</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="957" />
       <source>Process Generation Error</source>
       <translation>Fehler beim Prozessstart</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="978" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="958" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation>{0} konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass es sich im Suchpfad befindet.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1074" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1037" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1054" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1017" />
       <source>Compiling forms...</source>
       <translation>Formular übersetzen...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1124" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1075" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1038" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1103" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1055" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1018" />
       <source>Abort</source>
       <translation>Abbrechen</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1127" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1078" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1041" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1106" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1058" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1021" />
       <source>%v/%m Forms</source>
       <translation>%v/%m Formulare</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1123" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1102" />
       <source>Determining changed forms...</source>
       <translation>Ermittle veränderte Formulare...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1153" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1132" />
       <source>Compiling changed forms...</source>
       <translation>Übersetze veränderte Formulare...</translation>
     </message>
@@ -65928,9 +65880,9 @@
   <context>
     <name>ProjectResourcesBrowser</name>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="940" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="864" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="828" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="926" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="850" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="814" />
       <location filename="../Project/ProjectResourcesBrowser.py" line="87" />
       <location filename="../Project/ProjectResourcesBrowser.py" line="68" />
       <source>Resources</source>
@@ -65957,219 +65909,219 @@
       <translation>Ressourcenbrowser</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="163" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="150" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="161" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="148" />
       <source>Compile resource</source>
       <translation>Ressourcendatei übersetzen</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="384" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="373" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="334" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="323" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="241" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="229" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="170" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="152" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="372" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="361" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="324" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="313" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="235" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="223" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="168" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="150" />
       <source>Compile all resources</source>
       <translation>Alle Ressourcendateien übersetzen</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="377" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="327" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="288" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="233" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="156" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="365" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="317" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="280" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="227" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="154" />
       <source>Configure rcc Compiler</source>
       <translation>rcc Compiler konfigurieren</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="300" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="179" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="292" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="177" />
       <source>Open</source>
       <translation>Öffnen</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="181" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="179" />
       <source>Rename file</source>
       <translation>Datei umbenennen</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="339" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="302" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="183" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="329" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="294" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="181" />
       <source>Remove from project</source>
       <translation>Aus dem Projekt entfernen</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="341" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="304" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="185" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="331" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="296" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="183" />
       <source>Delete</source>
       <translation>Löschen</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="335" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="243" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="230" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="196" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="191" />
+      <source>New resource...</source>
+      <translation>Neue Ressource...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="378" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="336" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="248" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="200" />
+      <source>Add resources...</source>
+      <translation>Ressourcen hinzufügen...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="381" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="338" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="251" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="202" />
+      <source>Add resources directory...</source>
+      <translation>Ressourcenverzeichnis hinzufügen...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="343" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="257" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="207" />
+      <source>Show in File Manager</source>
+      <translation>In Dateimanager anzeigen</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectResourcesBrowser.py" line="345" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="249" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="236" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="200" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="195" />
-      <source>New resource...</source>
-      <translation>Neue Ressource...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="390" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="346" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="254" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="204" />
-      <source>Add resources...</source>
-      <translation>Ressourcen hinzufügen...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="393" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="348" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="257" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="206" />
-      <source>Add resources directory...</source>
-      <translation>Ressourcenverzeichnis hinzufügen...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="353" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="263" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="211" />
-      <source>Show in File Manager</source>
-      <translation>In Dateimanager anzeigen</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="355" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="213" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="209" />
       <source>Copy Path to Clipboard</source>
       <translation>Pfad in die Zwischenablage kopieren</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="398" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="357" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="307" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="266" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="215" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="386" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="347" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="299" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="260" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="211" />
       <source>Expand all directories</source>
       <translation>Alle Verzeichnisse aufklappen</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="401" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="359" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="309" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="268" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="216" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="389" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="349" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="301" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="262" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="212" />
       <source>Collapse all directories</source>
       <translation>Alle Verzeichnisse einklappen</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="404" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="362" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="312" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="271" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="218" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="392" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="352" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="304" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="265" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="214" />
       <source>Configure...</source>
       <translation>Einstellungen...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="295" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="284" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="287" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="276" />
       <source>Compile resources</source>
       <translation>Ressourcendateien übersetzen</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="583" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="562" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="543" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="571" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="550" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="531" />
       <source>New Resource</source>
       <translation>Neue Ressource</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="545" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="533" />
       <source>Qt Resource Files (*.qrc)</source>
       <translation>Qt-Ressourcendateien (*.qrc)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="563" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="551" />
       <source>The file already exists! Overwrite it?</source>
       <translation>Die Datei existiert bereits. Überschreiben?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="584" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="572" />
       <source>&lt;p&gt;The new resource file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br&gt;Problem: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die neue Ressourcendatei &lt;b&gt;{0}&lt;/b&gt; konnte nicht erzeugt werden.&lt;br&gt;Problem: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="610" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="598" />
       <source>Delete resources</source>
       <translation>Ressourcen löschen</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="611" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="599" />
       <source>Do you really want to delete these resources from the project?</source>
       <translation>Wollen Sie wirklich diese Ressourcendateien aus dem Projekt löschen?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="705" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="696" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="689" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="693" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="684" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="677" />
       <source>Resource Compilation</source>
       <translation>Ressourcenübersetzung</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="690" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="678" />
       <source>The compilation of the resource file was successful.</source>
       <translation>Die Übersetzung der Ressourcendatei war erfolgreich.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="697" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="685" />
       <source>&lt;p&gt;The compilation of the resource file failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die Übersetzung der Ressourcendatei ist fehlgeschlagen.&lt;/p&lt;p&gt;Grund: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="706" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="694" />
       <source>The compilation of the resource file failed.</source>
       <translation>Die Übersetzung der Ressourcendatei ist fehlgeschlagen.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="789" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="775" />
       <source>Process Generation Error</source>
       <translation>Fehler beim Prozessstart</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="790" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="776" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation>{0} konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass es sich im Suchpfad befindet.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="855" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="819" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="841" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="805" />
       <source>Compiling resources...</source>
       <translation>Übersetze Ressourcendateien...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="933" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="856" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="820" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="919" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="842" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="806" />
       <source>Abort</source>
       <translation>Abbrechen</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="936" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="859" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="823" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="922" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="845" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="809" />
       <source>%v/%m Resources</source>
       <translation>%v/%m Resourcen</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="932" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="918" />
       <source>Determining changed resources...</source>
       <translation>Ermittle veränderte Ressourcen...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="970" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="956" />
       <source>Compiling changed resources...</source>
       <translation>Übersetze veränderte Ressourcen...</translation>
     </message>
@@ -66705,250 +66657,250 @@
       <translation>Übersetzungenbrowser</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="508" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="467" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="450" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="428" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="294" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="236" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="211" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="180" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="502" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="461" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="444" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="422" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="292" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="234" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="209" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="178" />
       <source>Open in Editor</source>
       <translation>Mit Editor öffnen</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="253" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="186" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="251" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="184" />
       <source>Generate translation</source>
       <translation>Übersetzung erzeugen</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="263" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="191" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="261" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="189" />
       <source>Generate translation (with obsolete)</source>
       <translation>Übersetzung erzeugen (mit überholten Texten)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="572" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="543" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="378" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="350" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="272" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="197" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="564" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="535" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="374" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="346" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="270" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="195" />
       <source>Generate all translations</source>
       <translation>Alle Übersetzungen erzeugen</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="573" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="539" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="383" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="350" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="279" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="199" />
+      <source>Generate all translations (with obsolete)</source>
+      <translation>Alle Übersetzungen erzeugen (mit überholten Texten)</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="440" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="205" />
+      <source>Open in Qt-Linguist</source>
+      <translation>Mit Qt Linguist öffnen</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="299" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="214" />
+      <source>Release translation</source>
+      <translation>Übersetzung freigeben</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="581" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="547" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="387" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="354" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="281" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="201" />
-      <source>Generate all translations (with obsolete)</source>
-      <translation>Alle Übersetzungen erzeugen (mit überholten Texten)</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="446" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="207" />
-      <source>Open in Qt-Linguist</source>
-      <translation>Mit Qt Linguist öffnen</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="301" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="216" />
-      <source>Release translation</source>
-      <translation>Übersetzung freigeben</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="589" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="552" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="395" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="359" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="310" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="221" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="544" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="391" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="355" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="308" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="219" />
       <source>Release all translations</source>
       <translation>Alle Übersetzungen freigeben</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="226" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="224" />
       <source>Preview translation</source>
       <translation>Übersetzungsvorschau</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="557" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="364" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="230" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="549" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="360" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="228" />
       <source>Preview all translations</source>
       <translation>Übersetzungsvorschau (alle)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="563" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="475" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="370" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="244" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="555" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="469" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="366" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="242" />
       <source>Extract messages</source>
       <translation>Texte extrahieren</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="503" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="289" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="497" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="287" />
       <source>Open</source>
       <translation>Öffnen</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="523" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="317" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="517" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="315" />
       <source>Remove from project</source>
       <translation>Aus dem Projekt entfernen</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="587" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="520" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="318" />
+      <source>Delete</source>
+      <translation>Löschen</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="592" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="398" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="322" />
+      <source>New translation...</source>
+      <translation>Neue Übersetzung...</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="595" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="526" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="320" />
-      <source>Delete</source>
-      <translation>Löschen</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="600" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="402" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="324" />
-      <source>New translation...</source>
-      <translation>Neue Übersetzung...</translation>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="401" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="325" />
+      <source>Add translation files...</source>
+      <translation>Übersetzungsdateien hinzufügen...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="599" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="405" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="330" />
+      <source>Show in File Manager</source>
+      <translation>In Dateimanager anzeigen</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="601" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="332" />
+      <source>Copy Path to Clipboard</source>
+      <translation>Pfad in die Zwischenablage kopieren</translation>
     </message>
     <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="603" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="405" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="327" />
-      <source>Add translation files...</source>
-      <translation>Übersetzungsdateien hinzufügen...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="607" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="409" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="332" />
-      <source>Show in File Manager</source>
-      <translation>In Dateimanager anzeigen</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="609" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="523" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="408" />
       <location filename="../Project/ProjectTranslationsBrowser.py" line="334" />
-      <source>Copy Path to Clipboard</source>
-      <translation>Pfad in die Zwischenablage kopieren</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="611" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="529" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="412" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="336" />
       <source>Configure...</source>
       <translation>Einstellungen...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="484" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="434" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="478" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="428" />
       <source>Generate translations</source>
       <translation>Übersetzungen erzeugen</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="494" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="439" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="488" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="433" />
       <source>Generate translations (with obsolete)</source>
       <translation>Übersetzungen erzeugen (mit überholten Texten)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="515" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="455" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="509" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="449" />
       <source>Release translations</source>
       <translation>Übersetzungen freigeben</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="461" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="455" />
       <source>Preview translations</source>
       <translation>Übersetzungsvorschau</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="866" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="850" />
       <source>Delete translation files</source>
       <translation>Übersetzungsdateien löschen</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="867" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="851" />
       <source>Do you really want to delete these translation files from the project?</source>
       <translation>Wollen Sie wirklich diese Übersetzungsdateien aus dem Projekt löschen?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1560" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1035" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="995" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1540" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1019" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="979" />
       <source>Write temporary project file</source>
       <translation>Temporäre Projektdatei schreiben</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1561" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1287" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="996" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1541" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1269" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="980" />
       <source>No translation files (*.ts) selected.</source>
       <translation>Keine Überstzungsdateien (*.ts) ausgewählt.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1036" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1020" />
       <source>&lt;p&gt;The temporary project file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die temporäre Projektdatei &lt;b&gt;{0}&lt;/b&gt; konnte nicht geschrieben werden.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1286" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1173" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1161" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1268" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1157" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1145" />
       <source>Translation file generation</source>
       <translation>Übersetzungsdatei erzeugen</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1162" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1146" />
       <source>The generation of the translation files (*.ts) was successful.</source>
       <translation>Das Erzeugen der Übersetzungsdateien (*.ts) war erfolgreich.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1168" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1152" />
       <source> The process has crashed.</source>
       <translation> Der Prouess ist abgestürzt.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1174" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1158" />
       <source>The generation of the translation files (*.ts) has failed.{0}</source>
       <translation>Das Erzeugen der Übersetzungsdateien (*.ts) ist fehlgeschlagen.{0}</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1590" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1388" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1340" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1570" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1370" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1322" />
       <source>Process Generation Error</source>
       <translation>Fehler beim Prozessstart</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1389" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1341" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1371" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1323" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation>{0} konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass es sich im Suchpfad befindet.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1477" />
       <location filename="../Project/ProjectTranslationsBrowser.py" line="1459" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1441" />
       <source>Translation file release</source>
       <translation>Übersetzungsdatei freigeben</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1442" />
+      <source>The release of the translation files (*.qm) was successful.</source>
+      <translation>Die Freigabe der Übersetzungsdatei (*.qm) war erfolgreich.</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="1460" />
-      <source>The release of the translation files (*.qm) was successful.</source>
-      <translation>Die Freigabe der Übersetzungsdatei (*.qm) war erfolgreich.</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1478" />
       <source>The release of the translation files (*.qm) has failed.</source>
       <translation>Die Freigabe der Übersetzungsdatei (*.qm) ist fehlgeschlagen.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1591" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1571" />
       <source>&lt;p&gt;Could not start lrelease.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;lrelease 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>
@@ -71723,7 +71675,7 @@
   <context>
     <name>QtPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.py" line="139" />
+      <location filename="../Preferences/ConfigurationPages/QtPage.py" line="124" />
       <source>Sample: {0}designer{1}</source>
       <translation>Beispiel: {0}designer{1}</translation>
     </message>
@@ -71766,7 +71718,6 @@
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Tools Directory:</source>
       <translation>Verzeichnis:</translation>
     </message>
@@ -71841,16 +71792,10 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt</source>
-      <translation>PyQt</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt 5</source>
-      <translation>PyQt 5</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>PyQt 6</source>
+      <translation>PyQt 6</translation>
+    </message>
+    <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Virtual Environment:</source>
@@ -71859,71 +71804,23 @@
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Select the virtual environment to be used</source>
       <translation>Wähle die zu verwendende virtuelle Umgebung</translation>
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Press to open the virtual environment manager dialog</source>
       <translation>Drücken, um den Dialog zur Verwaltung der virtuellen Umgebungen zu öffnen</translation>
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Press to refresh the list of vitual environments</source>
       <translation>Drücken, um die Liste der Virtuellen Umgebungen zu aktualisieren</translation>
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Enter the path of the PyQt 5 tools directory, if they are not found.</source>
-      <translation>Gib den Pfad des Verzeichnisses mit den PyQt 5-Werkzeugen ein, falls sie nicht automatisch gefunden werden.</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>pyuic5 Options</source>
-      <translation>pyuic5 Optionen</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Indent Width:</source>
-      <translation>Einrückungstiefe:</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Select the indent width (default: 4)</source>
-      <translation>Wähle die Einrücktiefe (Standard: 4)</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Generate imports relative to '.'</source>
-      <translation>Erzeuge Imports relativ zu '.'</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Select to generate extra code to test and display the form</source>
-      <translation>Auswählen, um zusätzlichen Code zum Testen und Anzeigen des Formulars zu erzeugen</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Generate Extra Test Code</source>
-      <translation>Zusätzlichen Testcode erzeugen</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt 6</source>
-      <translation>PyQt 6</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Enter the path of the PyQt 6 tools directory, if they are not found.</source>
       <translation>Gib den Pfad des Verzeichnisses mit den PyQt 6-Werkzeugen ein, falls sie nicht automatisch gefunden werden.</translation>
     </message>
@@ -71934,6 +71831,26 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Select to generate extra code to test and display the form</source>
+      <translation>Auswählen, um zusätzlichen Code zum Testen und Anzeigen des Formulars zu erzeugen</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Generate Extra Test Code</source>
+      <translation>Zusätzlichen Testcode erzeugen</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Select the indent width (default: 4)</source>
+      <translation>Wähle die Einrücktiefe (Standard: 4)</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Indent Width:</source>
+      <translation>Einrückungstiefe:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>PySide6</source>
       <translation>PySide6</translation>
     </message>
@@ -71947,6 +71864,11 @@
       <source>pyside6-uic Options</source>
       <translation>pyside6-uic Optionen</translation>
     </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Generate imports relative to '.'</source>
+      <translation>Erzeuge Imports relativ zu '.'</translation>
+    </message>
   </context>
   <context>
     <name>Queues</name>
@@ -91750,7 +91672,7 @@
       <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="7866" />
+      <location filename="../UI/UserInterface.py" line="7822" />
       <location filename="../UI/UserInterface.py" line="1956" />
       <location filename="../UI/UserInterface.py" line="1949" />
       <source>Load session</source>
@@ -92467,7 +92389,7 @@
       <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>
     <message>
-      <location filename="../UI/UserInterface.py" line="4712" />
+      <location filename="../UI/UserInterface.py" line="4668" />
       <location filename="../UI/UserInterface.py" line="2813" />
       <source>Report Bug</source>
       <translation>Fehler berichten</translation>
@@ -92508,7 +92430,7 @@
       <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="4148" />
+      <location filename="../UI/UserInterface.py" line="4104" />
       <location filename="../UI/UserInterface.py" line="2843" />
       <source>Testing</source>
       <translation>Modultest</translation>
@@ -92841,7 +92763,7 @@
       <translation>&lt;b&gt;Symbol-Editor&lt;/b&gt;&lt;p&gt;Startet den eric Symbol-Editor zum Editieren einfacher Icons.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6605" />
+      <location filename="../UI/UserInterface.py" line="6561" />
       <location filename="../UI/UserInterface.py" line="3173" />
       <source>Snapshot</source>
       <translation>Bildschirmfoto</translation>
@@ -93078,8 +93000,8 @@
       <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="7574" />
-      <location filename="../UI/UserInterface.py" line="7555" />
+      <location filename="../UI/UserInterface.py" line="7530" />
+      <location filename="../UI/UserInterface.py" line="7511" />
       <location filename="../UI/UserInterface.py" line="3403" />
       <source>Export Keyboard Shortcuts</source>
       <translation>Tastaturkurzbefehle exportieren</translation>
@@ -93100,7 +93022,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="../UI/UserInterface.py" line="7593" />
+      <location filename="../UI/UserInterface.py" line="7549" />
       <location filename="../UI/UserInterface.py" line="3422" />
       <source>Import Keyboard Shortcuts</source>
       <translation>Tastaturkurzbefehle importieren</translation>
@@ -93286,314 +93208,282 @@
     <message>
       <location filename="../UI/UserInterface.py" line="3653" />
       <location filename="../UI/UserInterface.py" line="3652" />
-      <source>Qt5 Documentation</source>
-      <translation>Qt5 Dokumentation</translation>
+      <source>Qt6 Documentation</source>
+      <translation>Qt6 Dokumentation</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3659" />
-      <source>Open Qt5 Documentation</source>
-      <translation>Öffne die Qt5 Dokumentation</translation>
+      <source>Open Qt6 Documentation</source>
+      <translation>Öffne die Qt6 Dokumentation</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3661" />
-      <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'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/Web Browser, ein externer Web Browser oder Qt Assistant verwendet.&lt;/p&gt;</translation>
+      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+      <translation>&lt;b&gt;Qt6-Dokumentation&lt;/b&gt;&lt;p&gt;Zeige die Qt6-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Web Browser, ein externer Web Browser oder Qt Assistant verwendet.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3674" />
       <location filename="../UI/UserInterface.py" line="3673" />
-      <source>Qt6 Documentation</source>
-      <translation>Qt6 Dokumentation</translation>
+      <source>PyQt6 Documentation</source>
+      <translation>PyQt6-Dokumentation</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3680" />
-      <source>Open Qt6 Documentation</source>
-      <translation>Öffne die Qt6 Dokumentation</translation>
+      <source>Open PyQt6 Documentation</source>
+      <translation>Öffne die PyQt6-Dokumentation</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3682" />
-      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-      <translation>&lt;b&gt;Qt6-Dokumentation&lt;/b&gt;&lt;p&gt;Zeige die Qt6-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Web Browser, ein externer Web Browser oder Qt Assistant verwendet.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3695" />
-      <location filename="../UI/UserInterface.py" line="3694" />
-      <source>PyQt5 Documentation</source>
-      <translation>PyQt5-Dokumentation</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3701" />
-      <source>Open PyQt5 Documentation</source>
-      <translation>Öffne die PyQt5-Dokumentation</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3703" />
-      <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'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/Web Browser, ein externer Web Browser oder Qt Assistant verwendet.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3716" />
-      <location filename="../UI/UserInterface.py" line="3715" />
-      <source>PyQt6 Documentation</source>
-      <translation>PyQt6-Dokumentation</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3722" />
-      <source>Open PyQt6 Documentation</source>
-      <translation>Öffne die PyQt6-Dokumentation</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3724" />
       <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation>&lt;b&gt;PyQt6-Dokumentation&lt;/b&gt;&lt;p&gt;Zeige die PyQt6-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Web Browser, ein externer Web Browser oder Qt Assistant verwendet.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3742" />
-      <location filename="../UI/UserInterface.py" line="3741" />
+      <location filename="../UI/UserInterface.py" line="3700" />
+      <location filename="../UI/UserInterface.py" line="3699" />
       <source>Python 3 Documentation</source>
       <translation>Python 3-Dokumentation</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3748" />
+      <location filename="../UI/UserInterface.py" line="3706" />
       <source>Open Python 3 Documentation</source>
       <translation>Öffne die Python 3-Dokumentation</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3750" />
+      <location filename="../UI/UserInterface.py" line="3708" />
       <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="3769" />
-      <location filename="../UI/UserInterface.py" line="3768" />
+      <location filename="../UI/UserInterface.py" line="3727" />
+      <location filename="../UI/UserInterface.py" line="3726" />
       <source>eric API Documentation</source>
       <translation>eric-API-Dokumentation</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3775" />
+      <location filename="../UI/UserInterface.py" line="3733" />
       <source>Open eric API Documentation</source>
       <translation>Öffne die eric-API-Dokumentation</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3777" />
+      <location filename="../UI/UserInterface.py" line="3735" />
       <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 eric 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 eric Installationverzeichnis.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3795" />
-      <location filename="../UI/UserInterface.py" line="3794" />
+      <location filename="../UI/UserInterface.py" line="3753" />
+      <location filename="../UI/UserInterface.py" line="3752" />
       <source>PySide6 Documentation</source>
       <translation>PySide6-Dokumentation</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3801" />
+      <location filename="../UI/UserInterface.py" line="3759" />
       <source>Open PySide6 Documentation</source>
       <translation>Öffne die PySide6-Dokumentation</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3803" />
+      <location filename="../UI/UserInterface.py" line="3761" />
       <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation>&lt;b&gt;PySide6-Dokumentation&lt;/b&gt;&lt;p&gt;Zeige die PySide6-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Web Browser, ein externer Web Browser oder Qt Assistant verwendet.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3839" />
+      <location filename="../UI/UserInterface.py" line="3797" />
       <source>Sessions</source>
       <translation>Sitzungen</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3920" />
+      <location filename="../UI/UserInterface.py" line="3878" />
       <source>E&amp;xtras</source>
       <translation>E&amp;xtras</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3930" />
+      <location filename="../UI/UserInterface.py" line="3888" />
       <source>Wi&amp;zards</source>
       <translation>&amp;Assistenten</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3948" />
+      <location filename="../UI/UserInterface.py" line="3906" />
       <source>P&amp;lugins</source>
       <translation>Plugi&amp;ns</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3957" />
+      <location filename="../UI/UserInterface.py" line="3915" />
       <source>Configure...</source>
       <translation>Einstellungen...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3966" />
+      <location filename="../UI/UserInterface.py" line="3924" />
       <source>&amp;Testing</source>
       <translation>Modul&amp;tests</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3983" />
+      <location filename="../UI/UserInterface.py" line="3941" />
       <source>Select Tool Group</source>
       <translation>Werkzeuggruppe wählen</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3952" />
+      <source>Se&amp;ttings</source>
+      <translation>&amp;Einstellungen</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3985" />
+      <source>&amp;Window</source>
+      <translation>&amp;Fenster</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3994" />
-      <source>Se&amp;ttings</source>
-      <translation>&amp;Einstellungen</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4027" />
-      <source>&amp;Window</source>
-      <translation>&amp;Fenster</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4036" />
       <source>&amp;Windows</source>
       <translation>&amp;Fenster</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3998" />
+      <source>Central Park</source>
+      <translation>Mittelbereich</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4002" />
+      <source>Left Side</source>
+      <translation>Linke Seite</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4021" />
+      <source>Right Side</source>
+      <translation>Rechte Seite</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="4040" />
-      <source>Central Park</source>
-      <translation>Mittelbereich</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4044" />
-      <source>Left Side</source>
-      <translation>Linke Seite</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4063" />
-      <source>Right Side</source>
-      <translation>Rechte Seite</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4082" />
       <source>Bottom Side</source>
       <translation>Unterer Rand</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4090" />
+      <location filename="../UI/UserInterface.py" line="4048" />
       <source>Plug-ins</source>
       <translation>Plugins</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4096" />
+      <location filename="../UI/UserInterface.py" line="4054" />
       <source>&amp;Toolbars</source>
       <translation>&amp;Werkzeugleisten</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4109" />
+      <location filename="../UI/UserInterface.py" line="4067" />
       <source>&amp;Help</source>
       <translation>&amp;Hilfe</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4164" />
-      <location filename="../UI/UserInterface.py" line="4147" />
+      <location filename="../UI/UserInterface.py" line="4120" />
+      <location filename="../UI/UserInterface.py" line="4103" />
       <source>Tools</source>
       <translation>Werkzeuge</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4166" />
-      <location filename="../UI/UserInterface.py" line="4151" />
+      <location filename="../UI/UserInterface.py" line="4122" />
+      <location filename="../UI/UserInterface.py" line="4107" />
       <source>Settings</source>
       <translation>Einstellungen</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6335" />
-      <location filename="../UI/UserInterface.py" line="4167" />
-      <location filename="../UI/UserInterface.py" line="4152" />
+      <location filename="../UI/UserInterface.py" line="6291" />
+      <location filename="../UI/UserInterface.py" line="4123" />
+      <location filename="../UI/UserInterface.py" line="4108" />
       <source>Help</source>
       <translation>Hilfe</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4168" />
-      <location filename="../UI/UserInterface.py" line="4153" />
+      <location filename="../UI/UserInterface.py" line="4124" />
+      <location filename="../UI/UserInterface.py" line="4109" />
       <source>Profiles</source>
       <translation>Profile</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4169" />
-      <location filename="../UI/UserInterface.py" line="4154" />
+      <location filename="../UI/UserInterface.py" line="4125" />
+      <location filename="../UI/UserInterface.py" line="4110" />
       <source>Plugins</source>
       <translation>Plugins</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4165" />
+      <location filename="../UI/UserInterface.py" line="4121" />
       <source>Unittest</source>
       <translation>Modultests</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4342" />
+      <location filename="../UI/UserInterface.py" line="4298" />
       <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="4351" />
+      <location filename="../UI/UserInterface.py" line="4307" />
       <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="4360" />
+      <location filename="../UI/UserInterface.py" line="4316" />
       <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="4369" />
+      <location filename="../UI/UserInterface.py" line="4325" />
       <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="4378" />
+      <location filename="../UI/UserInterface.py" line="4334" />
       <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="4387" />
+      <location filename="../UI/UserInterface.py" line="4343" />
       <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="4401" />
+      <location filename="../UI/UserInterface.py" line="4357" />
       <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="4475" />
-      <location filename="../UI/UserInterface.py" line="4434" />
+      <location filename="../UI/UserInterface.py" line="4431" />
+      <location filename="../UI/UserInterface.py" line="4390" />
       <source>External Tools/{0}</source>
       <translation>Externe Werkzeuge/{0}</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4583" />
+      <location filename="../UI/UserInterface.py" line="4539" />
       <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="4653" />
+      <location filename="../UI/UserInterface.py" line="4609" />
       <source>Desktop</source>
       <translation>Arbeitsumgebung</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4657" />
+      <location filename="../UI/UserInterface.py" line="4613" />
       <source>Session Type</source>
       <translation>Sitzungstyp</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4713" />
+      <location filename="../UI/UserInterface.py" line="4669" />
       <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="5048" />
+      <location filename="../UI/UserInterface.py" line="5004" />
       <source>Restart application</source>
       <translation>Anwendung neu starten</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5049" />
+      <location filename="../UI/UserInterface.py" line="5005" />
       <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="5073" />
+      <location filename="../UI/UserInterface.py" line="5029" />
       <source>Upgrade PyQt</source>
       <translation>PyQt aktualisieren</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5074" />
+      <location filename="../UI/UserInterface.py" line="5030" />
       <source>eric needs to be closed in order to upgrade PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
@@ -93602,12 +93492,12 @@
 Soll die Aktualisierung jetzt durchgeführt werden?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5098" />
+      <location filename="../UI/UserInterface.py" line="5054" />
       <source>Upgrade Eric</source>
       <translation>Eric aktualisieren</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5099" />
+      <location filename="../UI/UserInterface.py" line="5055" />
       <source>eric needs to be closed in order to be upgraded. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
@@ -93616,12 +93506,12 @@
 Soll die Aktualisierung jetzt durchgeführt werden?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5124" />
+      <location filename="../UI/UserInterface.py" line="5080" />
       <source>Upgrade Eric and PyQt6</source>
       <translation>Eric und PyQt6 aktualisieren</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5125" />
+      <location filename="../UI/UserInterface.py" line="5081" />
       <source>eric needs to be closed in order to upgrade eric and PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
  Shall the upgrade be done now?</source>
@@ -93630,336 +93520,336 @@
 Soll die Aktualisierung jetzt durchgeführt werden?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5187" />
+      <location filename="../UI/UserInterface.py" line="5143" />
       <source>&amp;Builtin Tools</source>
       <translation>&amp;Eingebaute Werkzeuge</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5207" />
+      <location filename="../UI/UserInterface.py" line="5163" />
       <source>&amp;Plugin Tools</source>
       <translation>&amp;Pluginwerkzeuge</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5210" />
+      <location filename="../UI/UserInterface.py" line="5166" />
       <source>&amp;User Tools</source>
       <translation>&amp;Benutzerwerkzeuge</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5236" />
+      <location filename="../UI/UserInterface.py" line="5192" />
       <source>Configure Tool Groups ...</source>
       <translation>Konfiguriere Werkzeuggruppen...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5240" />
+      <location filename="../UI/UserInterface.py" line="5196" />
       <source>Configure current Tool Group ...</source>
       <translation>Konfiguriere aktuelle Werkzeuggruppe...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5279" />
-      <location filename="../UI/UserInterface.py" line="5259" />
+      <location filename="../UI/UserInterface.py" line="5235" />
+      <location filename="../UI/UserInterface.py" line="5215" />
       <source>No User Tools Configured</source>
       <translation>Keine Benutzerwerkzeuge konfiguriert</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5355" />
+      <location filename="../UI/UserInterface.py" line="5311" />
       <source>&amp;Show all</source>
       <translation>Alle an&amp;zeigen</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5357" />
+      <location filename="../UI/UserInterface.py" line="5313" />
       <source>&amp;Hide all</source>
       <translation>Alle &amp;ausblenden</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6472" />
-      <location filename="../UI/UserInterface.py" line="6461" />
-      <location filename="../UI/UserInterface.py" line="6413" />
-      <location filename="../UI/UserInterface.py" line="6403" />
-      <location filename="../UI/UserInterface.py" line="6226" />
-      <location filename="../UI/UserInterface.py" line="6216" />
-      <location filename="../UI/UserInterface.py" line="6158" />
-      <location filename="../UI/UserInterface.py" line="6148" />
+      <location filename="../UI/UserInterface.py" line="6428" />
+      <location filename="../UI/UserInterface.py" line="6417" />
+      <location filename="../UI/UserInterface.py" line="6369" />
+      <location filename="../UI/UserInterface.py" line="6359" />
+      <location filename="../UI/UserInterface.py" line="6182" />
+      <location filename="../UI/UserInterface.py" line="6172" />
+      <location filename="../UI/UserInterface.py" line="6114" />
+      <location filename="../UI/UserInterface.py" line="6104" />
       <source>Problem</source>
       <translation>Problem</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6473" />
-      <location filename="../UI/UserInterface.py" line="6462" />
-      <location filename="../UI/UserInterface.py" line="6414" />
-      <location filename="../UI/UserInterface.py" line="6404" />
-      <location filename="../UI/UserInterface.py" line="6227" />
-      <location filename="../UI/UserInterface.py" line="6217" />
-      <location filename="../UI/UserInterface.py" line="6159" />
-      <location filename="../UI/UserInterface.py" line="6149" />
+      <location filename="../UI/UserInterface.py" line="6429" />
+      <location filename="../UI/UserInterface.py" line="6418" />
+      <location filename="../UI/UserInterface.py" line="6370" />
+      <location filename="../UI/UserInterface.py" line="6360" />
+      <location filename="../UI/UserInterface.py" line="6183" />
+      <location filename="../UI/UserInterface.py" line="6173" />
+      <location filename="../UI/UserInterface.py" line="6115" />
+      <location filename="../UI/UserInterface.py" line="6105" />
       <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="6714" />
-      <location filename="../UI/UserInterface.py" line="6625" />
-      <location filename="../UI/UserInterface.py" line="6508" />
-      <location filename="../UI/UserInterface.py" line="6485" />
-      <location filename="../UI/UserInterface.py" line="6426" />
-      <location filename="../UI/UserInterface.py" line="6373" />
-      <location filename="../UI/UserInterface.py" line="6351" />
-      <location filename="../UI/UserInterface.py" line="6302" />
-      <location filename="../UI/UserInterface.py" line="6293" />
+      <location filename="../UI/UserInterface.py" line="6670" />
+      <location filename="../UI/UserInterface.py" line="6581" />
+      <location filename="../UI/UserInterface.py" line="6464" />
+      <location filename="../UI/UserInterface.py" line="6441" />
+      <location filename="../UI/UserInterface.py" line="6382" />
+      <location filename="../UI/UserInterface.py" line="6329" />
+      <location filename="../UI/UserInterface.py" line="6307" />
       <location filename="../UI/UserInterface.py" line="6258" />
       <location filename="../UI/UserInterface.py" line="6249" />
-      <location filename="../UI/UserInterface.py" line="6190" />
-      <location filename="../UI/UserInterface.py" line="6181" />
+      <location filename="../UI/UserInterface.py" line="6214" />
+      <location filename="../UI/UserInterface.py" line="6205" />
+      <location filename="../UI/UserInterface.py" line="6146" />
+      <location filename="../UI/UserInterface.py" line="6137" />
       <source>Process Generation Error</source>
       <translation>Fehler beim Prozessstart</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6182" />
+      <location filename="../UI/UserInterface.py" line="6138" />
       <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="6191" />
+      <location filename="../UI/UserInterface.py" line="6147" />
       <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="6206" />
+      <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="6215" />
+      <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="6250" />
-      <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>
+      <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="6259" />
-      <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="6294" />
-      <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="6303" />
       <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="6336" />
+      <location filename="../UI/UserInterface.py" line="6292" />
       <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="6352" />
+      <location filename="../UI/UserInterface.py" line="6308" />
       <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="6374" />
+      <location filename="../UI/UserInterface.py" line="6330" />
       <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="6427" />
+      <location filename="../UI/UserInterface.py" line="6383" />
       <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="6486" />
+      <location filename="../UI/UserInterface.py" line="6442" />
       <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="6509" />
+      <location filename="../UI/UserInterface.py" line="6465" />
       <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="6562" />
+      <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Die Bildschirmfotofunktion steht für Wayland basierte Desktop-Umgebungen nicht zur Verfügung.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6582" />
+      <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="6615" />
+      <location filename="../UI/UserInterface.py" line="6605" />
+      <source>External Tools</source>
+      <translation>Externe Werkzeuge</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6606" />
-      <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Die Bildschirmfotofunktion steht für Wayland basierte Desktop-Umgebungen nicht zur Verfügung.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6626" />
-      <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="6659" />
-      <location filename="../UI/UserInterface.py" line="6649" />
-      <source>External Tools</source>
-      <translation>Externe Werkzeuge</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6650" />
       <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
       <translation>Kein Eintrag für das externe Werkzeug „{0}“ in der Gruppe „{1}“ gefunden.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6660" />
+      <location filename="../UI/UserInterface.py" line="6616" />
       <source>No toolgroup entry '{0}' found.</source>
       <translation>Kein Werkzeuggruppeneintrag „{0}“ gefunden.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6697" />
+      <location filename="../UI/UserInterface.py" line="6653" />
       <source>Starting process '{0} {1}'.
 </source>
       <translation>Starte Prozess „{0} {1}“.
 </translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6715" />
+      <location filename="../UI/UserInterface.py" line="6671" />
       <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="6794" />
+      <location filename="../UI/UserInterface.py" line="6750" />
       <source>Process '{0}' has exited.
 </source>
       <translation>Prozess „{0}“ ist beendet.
 </translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7082" />
-      <location filename="../UI/UserInterface.py" line="7020" />
+      <location filename="../UI/UserInterface.py" line="7038" />
       <location filename="../UI/UserInterface.py" line="6976" />
-      <location filename="../UI/UserInterface.py" line="6902" />
-      <location filename="../UI/UserInterface.py" line="6838" />
+      <location filename="../UI/UserInterface.py" line="6932" />
+      <location filename="../UI/UserInterface.py" line="6858" />
+      <location filename="../UI/UserInterface.py" line="6794" />
       <source>Documentation Missing</source>
       <translation>Dokumentation fehlt</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7083" />
-      <location filename="../UI/UserInterface.py" line="7021" />
+      <location filename="../UI/UserInterface.py" line="7039" />
       <location filename="../UI/UserInterface.py" line="6977" />
-      <location filename="../UI/UserInterface.py" line="6903" />
-      <location filename="../UI/UserInterface.py" line="6839" />
+      <location filename="../UI/UserInterface.py" line="6933" />
+      <location filename="../UI/UserInterface.py" line="6859" />
+      <location filename="../UI/UserInterface.py" line="6795" />
       <source>&lt;p&gt;The documentation starting point "&lt;b&gt;{0}&lt;/b&gt;" 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="7064" />
-      <location filename="../UI/UserInterface.py" line="6946" />
+      <location filename="../UI/UserInterface.py" line="7020" />
+      <location filename="../UI/UserInterface.py" line="6902" />
       <source>Documentation</source>
       <translation>Dokumentation</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6947" />
+      <location filename="../UI/UserInterface.py" line="6903" />
       <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Der PyQt{0}-Dokumentations-Startpunkt ist nicht konfiguriert.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7065" />
+      <location filename="../UI/UserInterface.py" line="7021" />
       <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="7244" />
-      <location filename="../UI/UserInterface.py" line="7180" />
+      <location filename="../UI/UserInterface.py" line="7200" />
+      <location filename="../UI/UserInterface.py" line="7136" />
       <source>Start Web Browser</source>
       <translation>Web Browser starten</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7181" />
+      <location filename="../UI/UserInterface.py" line="7137" />
       <source>The eric web browser could not be started.</source>
       <translation>Der eric Web Browser konnte nicht gestartet werden.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7245" />
+      <location filename="../UI/UserInterface.py" line="7201" />
       <source>&lt;p&gt;The eric web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Der eric Web Browser ist nicht gestartet.&lt;/p&gt;&lt;p&gt;Ursache: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7291" />
+      <location filename="../UI/UserInterface.py" line="7247" />
       <source>Open Browser</source>
       <translation>Browser starten</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7291" />
+      <location filename="../UI/UserInterface.py" line="7247" />
       <source>Could not start a web browser</source>
       <translation>Der System Web Browser konnte nicht gestartet werden</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7595" />
-      <location filename="../UI/UserInterface.py" line="7557" />
+      <location filename="../UI/UserInterface.py" line="7551" />
+      <location filename="../UI/UserInterface.py" line="7513" />
       <source>Keyboard Shortcuts File (*.ekj)</source>
       <translation>Tastaturkurzbefehlsdatei (*.ekj)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7575" />
+      <location filename="../UI/UserInterface.py" line="7531" />
       <source>&lt;p&gt;The keyboard shortcuts file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die Tastaturkurzbefehlsdatei &lt;b&gt;{0}&lt;/b&gt; existiert bereits. Überschreiben?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7779" />
+      <location filename="../UI/UserInterface.py" line="7735" />
       <source>Load crash session...</source>
       <translation>Absturzsicherung laden...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7782" />
+      <location filename="../UI/UserInterface.py" line="7738" />
       <source>Clean crash sessions...</source>
       <translation>Absturzsicherungen bereinigen...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7819" />
+      <location filename="../UI/UserInterface.py" line="7775" />
       <source>Read Session</source>
       <translation>Sitzung lesen</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7820" />
+      <location filename="../UI/UserInterface.py" line="7776" />
       <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="7843" />
+      <location filename="../UI/UserInterface.py" line="7799" />
       <source>Save Session</source>
       <translation>Sitzung speichern</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7868" />
-      <location filename="../UI/UserInterface.py" line="7845" />
+      <location filename="../UI/UserInterface.py" line="7824" />
+      <location filename="../UI/UserInterface.py" line="7801" />
       <source>eric Session Files (*.esj)</source>
       <translation>eric Sitzungsdateien (*.esj)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8374" />
+      <location filename="../UI/UserInterface.py" line="8330" />
       <source>Drop Error</source>
       <translation>Drop-Fehler</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8375" />
+      <location filename="../UI/UserInterface.py" line="8331" />
       <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="8550" />
+      <location filename="../UI/UserInterface.py" line="8506" />
       <source>Upgrade available</source>
       <translation>Aktualisierung verfügbar</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8551" />
+      <location filename="../UI/UserInterface.py" line="8507" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation>&lt;p&gt;Eine neuere Version des &lt;b&gt;eric-ide&lt;/b&gt; Paketes ist auf &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt; verfügbar.&lt;/p&gt;&lt;p&gt;Installiert: {1}&lt;br/&gt;Verfügbar: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Soll &lt;b&gt;eric-ide&lt;/b&gt; aktualisiert werden?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8599" />
+      <location filename="../UI/UserInterface.py" line="8555" />
       <source>First time usage</source>
       <translation>Erstmalige Nutzung</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8600" />
+      <location filename="../UI/UserInterface.py" line="8556" />
       <source>eric has not been configured yet. The configuration dialog will be started.</source>
       <translation>eric wurde noch nicht konfiguriert. Der Konfigurationsdialog wird nun gestartet.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8622" />
+      <location filename="../UI/UserInterface.py" line="8578" />
       <source>Select Workspace Directory</source>
       <translation>Wähle Arbeitsverzeichnis</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8790" />
+      <location filename="../UI/UserInterface.py" line="8746" />
       <source>Unsaved Data Detected</source>
       <translation>Nicht gespeicherte Daten gefunden</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8791" />
+      <location filename="../UI/UserInterface.py" line="8747" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation>Einige Editoren haben nicht gespeicherte Inhalte. Sollen diese gespeichert werden?</translation>
     </message>
--- a/src/eric7/i18n/eric7_empty.ts	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/i18n/eric7_empty.ts	Sun Apr 13 15:53:14 2025 +0200
@@ -8730,62 +8730,62 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="252" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="243" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="248" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="239" />
       <source>uic error</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="244" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="240" />
       <source>&lt;p&gt;There was an error loading the form &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="253" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="249" />
       <source>&lt;p&gt;The project specific Python interpreter &lt;b&gt;{0}&lt;/b&gt; could not be started or did not finish within 30 seconds.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="405" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="401" />
       <source>Update Slots List</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="406" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="402" />
       <source>&lt;p&gt;The update of the slots list failed because invalid data was received.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Data: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="604" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="501" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="463" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="451" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="419" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="596" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="493" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="455" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="443" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="415" />
       <source>Code Generation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="420" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="416" />
       <source>&lt;p&gt;Code generation for project language "{0}" is not supported.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="452" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="444" />
       <source>&lt;p&gt;No code template file available for project type "{0}".&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="464" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="456" />
       <source>&lt;p&gt;Could not open the code template file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="502" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="494" />
       <source>&lt;p&gt;Could not open the source file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="605" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="597" />
       <source>&lt;p&gt;Could not write the source file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -24038,18 +24038,18 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="81" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="80" />
       <source>EricFileDialog Wizard</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="91" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="90" />
       <source>QFileDialog Wizard</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="109" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="108" />
       <source>Test</source>
       <translation type="unfinished" />
     </message>
@@ -33292,8 +33292,7 @@
   <context>
     <name>HelpDocsInstaller</name>
     <message>
-      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="319" />
-      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="248" />
+      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="128" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be registered. &lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -33301,8 +33300,6 @@
   <context>
     <name>HelpDocumentationPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="60" />
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="56" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="52" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="48" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="44" />
@@ -33367,21 +33364,6 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Qt5 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Enter the Qt5 documentation directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the QT5DOCDIR environment variable, if set.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
       <source>Qt6 Documentation</source>
       <translation type="unfinished" />
     </message>
@@ -33397,21 +33379,6 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>PyQt5 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Enter the PyQt5 documentation directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
       <source>PyQt6 Documentation</source>
       <translation type="unfinished" />
     </message>
@@ -50519,7 +50486,7 @@
     </message>
     <message>
       <location filename="../QScintilla/Lexers/LexerPython.py" line="94" />
-      <source>PyQt5/6 Modules</source>
+      <source>PyQt6 Modules</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -62259,18 +62226,18 @@
   <context>
     <name>Preferences</name>
     <message>
-      <location filename="../Preferences/__init__.py" line="1891" />
+      <location filename="../Preferences/__init__.py" line="1866" />
       <source>Export Preferences</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1920" />
-      <location filename="../Preferences/__init__.py" line="1893" />
+      <location filename="../Preferences/__init__.py" line="1895" />
+      <location filename="../Preferences/__init__.py" line="1868" />
       <source>Properties File (*.ini);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1918" />
+      <location filename="../Preferences/__init__.py" line="1893" />
       <source>Import Preferences</source>
       <translation type="unfinished" />
     </message>
@@ -62769,123 +62736,108 @@
     </message>
     <message>
       <location filename="../Preferences/ProgramsDialog.py" line="160" />
-      <source>Translation Extractor (Python, PyQt5)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="168" />
-      <source>Forms Compiler (Python, PyQt5)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="176" />
-      <source>Resource Compiler (Python, PyQt5)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="187" />
       <source>Translation Extractor (Python, PyQt6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="194" />
+      <location filename="../Preferences/ProgramsDialog.py" line="167" />
       <source>Forms Compiler (Python, PyQt6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="204" />
+      <location filename="../Preferences/ProgramsDialog.py" line="177" />
       <source>Translation Extractor (Python, PySide6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="213" />
+      <location filename="../Preferences/ProgramsDialog.py" line="186" />
       <source>Forms Compiler (Python, PySide6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="222" />
+      <location filename="../Preferences/ProgramsDialog.py" line="195" />
       <source>Resource Compiler (Python, PySide6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="237" />
+      <location filename="../Preferences/ProgramsDialog.py" line="210" />
       <source>conda Manager</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="247" />
+      <location filename="../Preferences/ProgramsDialog.py" line="220" />
       <source>PyPI Package Management</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="499" />
-      <location filename="../Preferences/ProgramsDialog.py" line="496" />
-      <location filename="../Preferences/ProgramsDialog.py" line="480" />
-      <location filename="../Preferences/ProgramsDialog.py" line="350" />
-      <location filename="../Preferences/ProgramsDialog.py" line="283" />
-      <location filename="../Preferences/ProgramsDialog.py" line="266" />
+      <location filename="../Preferences/ProgramsDialog.py" line="472" />
+      <location filename="../Preferences/ProgramsDialog.py" line="469" />
+      <location filename="../Preferences/ProgramsDialog.py" line="453" />
+      <location filename="../Preferences/ProgramsDialog.py" line="323" />
+      <location filename="../Preferences/ProgramsDialog.py" line="256" />
+      <location filename="../Preferences/ProgramsDialog.py" line="239" />
       <source>(unknown)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="270" />
+      <location filename="../Preferences/ProgramsDialog.py" line="243" />
       <source>Spell Checker - PyEnchant</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="287" />
+      <location filename="../Preferences/ProgramsDialog.py" line="260" />
       <source>Source Highlighter - Pygments</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="294" />
+      <location filename="../Preferences/ProgramsDialog.py" line="267" />
       <source>MicroPython - MPY Cross Compiler</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="301" />
+      <location filename="../Preferences/ProgramsDialog.py" line="274" />
       <source>MicroPython - ESP Tool</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="312" />
+      <location filename="../Preferences/ProgramsDialog.py" line="285" />
       <source>MicroPython - PyBoard Flasher</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="322" />
+      <location filename="../Preferences/ProgramsDialog.py" line="295" />
       <source>MicroPython - STLink Info</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="332" />
+      <location filename="../Preferences/ProgramsDialog.py" line="305" />
       <source>MicroPython - STLink Flasher</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="354" />
+      <location filename="../Preferences/ProgramsDialog.py" line="327" />
       <source>Code Assistant - Jedi</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="434" />
+      <location filename="../Preferences/ProgramsDialog.py" line="407" />
       <source>(not configured)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="469" />
+      <location filename="../Preferences/ProgramsDialog.py" line="442" />
       <source>(module not found)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="502" />
+      <location filename="../Preferences/ProgramsDialog.py" line="475" />
       <source>(not executable)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="548" />
-      <location filename="../Preferences/ProgramsDialog.py" line="516" />
-      <location filename="../Preferences/ProgramsDialog.py" line="514" />
+      <location filename="../Preferences/ProgramsDialog.py" line="521" />
+      <location filename="../Preferences/ProgramsDialog.py" line="489" />
+      <location filename="../Preferences/ProgramsDialog.py" line="487" />
       <source>(not found)</source>
       <translation type="unfinished" />
     </message>
@@ -62909,1672 +62861,1662 @@
     </message>
     <message>
       <location filename="../Project/Project.py" line="337" />
-      <source>PyQt5 GUI</source>
+      <source>PyQt6 GUI</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="338" />
-      <source>PyQt5 Console</source>
+      <source>PyQt6 Console</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="339" />
-      <source>PyQt6 GUI</source>
+      <source>Eric7 Plugin</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="340" />
-      <source>PyQt6 Console</source>
+      <source>Console</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="341" />
-      <source>Eric7 Plugin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="342" />
-      <source>Console</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="343" />
       <source>Other</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="362" />
+      <location filename="../Project/Project.py" line="358" />
       <source>PySide6 GUI</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="363" />
+      <location filename="../Project/Project.py" line="359" />
       <source>PySide6 Console</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="461" />
-      <location filename="../Project/Project.py" line="449" />
-      <location filename="../Project/Project.py" line="438" />
+      <location filename="../Project/Project.py" line="457" />
+      <location filename="../Project/Project.py" line="445" />
+      <location filename="../Project/Project.py" line="434" />
       <source>Registering Project Type</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="439" />
+      <location filename="../Project/Project.py" line="435" />
       <source>&lt;p&gt;The Programming Language &lt;b&gt;{0}&lt;/b&gt; is not supported (project type: {1}).&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="450" />
+      <location filename="../Project/Project.py" line="446" />
       <source>&lt;p&gt;The Project type &lt;b&gt;{0}&lt;/b&gt; is already registered with Programming Language &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="462" />
+      <location filename="../Project/Project.py" line="458" />
       <source>&lt;p&gt;The Project type &lt;b&gt;{0}&lt;/b&gt; is already registered.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="767" />
+      <location filename="../Project/Project.py" line="763" />
       <source>All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1321" />
+      <location filename="../Project/Project.py" line="1310" />
       <source>Read Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1567" />
-      <location filename="../Project/Project.py" line="1541" />
-      <location filename="../Project/Project.py" line="1505" />
-      <location filename="../Project/Project.py" line="1423" />
-      <location filename="../Project/Project.py" line="1384" />
-      <location filename="../Project/Project.py" line="1359" />
-      <location filename="../Project/Project.py" line="1322" />
+      <location filename="../Project/Project.py" line="1556" />
+      <location filename="../Project/Project.py" line="1530" />
+      <location filename="../Project/Project.py" line="1494" />
+      <location filename="../Project/Project.py" line="1412" />
+      <location filename="../Project/Project.py" line="1373" />
+      <location filename="../Project/Project.py" line="1348" />
+      <location filename="../Project/Project.py" line="1311" />
       <source>Please save the project first.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1358" />
+      <location filename="../Project/Project.py" line="1347" />
       <source>Save Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1400" />
-      <location filename="../Project/Project.py" line="1383" />
+      <location filename="../Project/Project.py" line="1389" />
+      <location filename="../Project/Project.py" line="1372" />
       <source>Delete Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1390" />
+      <location filename="../Project/Project.py" line="1379" />
       <source>Delete Remote Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1409" />
+      <location filename="../Project/Project.py" line="1398" />
       <source>&lt;p&gt;The project session file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1422" />
+      <location filename="../Project/Project.py" line="1411" />
       <source>Read Tasks</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1504" />
+      <location filename="../Project/Project.py" line="1493" />
       <source>Read Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1540" />
+      <location filename="../Project/Project.py" line="1529" />
       <source>Save Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1583" />
-      <location filename="../Project/Project.py" line="1566" />
+      <location filename="../Project/Project.py" line="1572" />
+      <location filename="../Project/Project.py" line="1555" />
       <source>Delete Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1573" />
+      <location filename="../Project/Project.py" line="1562" />
       <source>Delete Remote Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1592" />
+      <location filename="../Project/Project.py" line="1581" />
       <source>&lt;p&gt;The project debugger properties file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1765" />
+      <location filename="../Project/Project.py" line="1754" />
       <source>Add Language</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1766" />
+      <location filename="../Project/Project.py" line="1755" />
       <source>You have to specify a translation pattern first.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1905" />
+      <location filename="../Project/Project.py" line="1892" />
       <source>Delete Translation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1932" />
-      <location filename="../Project/Project.py" line="1906" />
+      <location filename="../Project/Project.py" line="1919" />
+      <location filename="../Project/Project.py" line="1893" />
       <source>&lt;p&gt;The selected translation file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1931" />
+      <location filename="../Project/Project.py" line="1918" />
       <source>Delete translation</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="2071" />
+      <location filename="../Project/Project.py" line="2054" />
+      <source>Add File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="2173" />
+      <location filename="../Project/Project.py" line="2055" />
+      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists.&lt;/p&gt;&lt;p&gt;Overwrite it?&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="2072" />
+      <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be added to &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {2}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="2084" />
-      <location filename="../Project/Project.py" line="2067" />
-      <source>Add File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2186" />
-      <location filename="../Project/Project.py" line="2068" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists.&lt;/p&gt;&lt;p&gt;Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
+      <source>Add file</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="2269" />
       <location filename="../Project/Project.py" line="2085" />
-      <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be added to &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {2}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2097" />
-      <source>Add file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2282" />
-      <location filename="../Project/Project.py" line="2098" />
       <source>The target directory must not be empty.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2185" />
-      <location filename="../Project/Project.py" line="2158" />
-      <location filename="../Project/Project.py" line="2138" />
+      <location filename="../Project/Project.py" line="2172" />
+      <location filename="../Project/Project.py" line="2145" />
+      <location filename="../Project/Project.py" line="2125" />
       <source>Add Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2139" />
+      <location filename="../Project/Project.py" line="2126" />
       <source>&lt;p&gt;The source directory doesn't contain any files belonging to the selected category.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2159" />
+      <location filename="../Project/Project.py" line="2146" />
       <source>&lt;p&gt;The target directory &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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2293" />
-      <location filename="../Project/Project.py" line="2281" />
+      <location filename="../Project/Project.py" line="2280" />
+      <location filename="../Project/Project.py" line="2268" />
       <source>Add directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2294" />
+      <location filename="../Project/Project.py" line="2281" />
       <source>The source directory must not be empty.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2408" />
-      <location filename="../Project/Project.py" line="2390" />
-      <location filename="../Project/Project.py" line="2374" />
-      <location filename="../Project/Project.py" line="2367" />
+      <location filename="../Project/Project.py" line="2395" />
+      <location filename="../Project/Project.py" line="2377" />
+      <location filename="../Project/Project.py" line="2361" />
+      <location filename="../Project/Project.py" line="2354" />
       <source>Rename File</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8075" />
-      <location filename="../Project/Project.py" line="3895" />
-      <location filename="../Project/Project.py" line="2391" />
+      <location filename="../Project/Project.py" line="8062" />
+      <location filename="../Project/Project.py" line="3882" />
+      <location filename="../Project/Project.py" line="2378" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2409" />
+      <location filename="../Project/Project.py" line="2396" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be renamed.&lt;br /&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2676" />
+      <location filename="../Project/Project.py" line="2663" />
       <source>Delete File</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2677" />
+      <location filename="../Project/Project.py" line="2664" />
       <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2705" />
+      <location filename="../Project/Project.py" line="2692" />
       <source>Delete Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2706" />
+      <location filename="../Project/Project.py" line="2693" />
       <source>&lt;p&gt;The selected directory &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2839" />
+      <location filename="../Project/Project.py" line="2826" />
       <source>Create project directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2840" />
+      <location filename="../Project/Project.py" line="2827" />
       <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3668" />
-      <location filename="../Project/Project.py" line="2940" />
+      <location filename="../Project/Project.py" line="3655" />
+      <location filename="../Project/Project.py" line="2927" />
       <source>Create project management directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3669" />
-      <location filename="../Project/Project.py" line="2941" />
+      <location filename="../Project/Project.py" line="3656" />
+      <location filename="../Project/Project.py" line="2928" />
       <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; is not writable.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2981" />
+      <location filename="../Project/Project.py" line="2968" />
       <source>Create main script</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2982" />
+      <location filename="../Project/Project.py" line="2969" />
       <source>&lt;p&gt;The main script &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3449" />
-      <location filename="../Project/Project.py" line="3006" />
+      <location filename="../Project/Project.py" line="3436" />
+      <location filename="../Project/Project.py" line="2993" />
       <source>Create Makefile</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3450" />
-      <location filename="../Project/Project.py" line="3007" />
+      <location filename="../Project/Project.py" line="3437" />
+      <location filename="../Project/Project.py" line="2994" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3698" />
-      <location filename="../Project/Project.py" line="3159" />
-      <location filename="../Project/Project.py" line="3130" />
-      <location filename="../Project/Project.py" line="3098" />
-      <location filename="../Project/Project.py" line="3080" />
-      <location filename="../Project/Project.py" line="3055" />
-      <location filename="../Project/Project.py" line="3017" />
+      <location filename="../Project/Project.py" line="3685" />
+      <location filename="../Project/Project.py" line="3146" />
+      <location filename="../Project/Project.py" line="3117" />
+      <location filename="../Project/Project.py" line="3085" />
+      <location filename="../Project/Project.py" line="3067" />
+      <location filename="../Project/Project.py" line="3042" />
+      <location filename="../Project/Project.py" line="3004" />
       <source>New Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3018" />
+      <location filename="../Project/Project.py" line="3005" />
       <source>Add existing files to the project?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3699" />
-      <location filename="../Project/Project.py" line="3056" />
+      <location filename="../Project/Project.py" line="3686" />
+      <location filename="../Project/Project.py" line="3043" />
       <source>Select Version Control System</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3160" />
-      <location filename="../Project/Project.py" line="3081" />
+      <location filename="../Project/Project.py" line="3147" />
+      <location filename="../Project/Project.py" line="3068" />
       <source>Would you like to edit the VCS command options?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3099" />
+      <location filename="../Project/Project.py" line="3086" />
       <source>Shall the project file be added to the repository?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3136" />
-      <location filename="../Project/Project.py" line="3125" />
+      <location filename="../Project/Project.py" line="3123" />
+      <location filename="../Project/Project.py" line="3112" />
       <source>None</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3131" />
+      <location filename="../Project/Project.py" line="3118" />
       <source>Select version control system for the project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3342" />
+      <location filename="../Project/Project.py" line="3329" />
       <source>Translation Pattern</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3343" />
+      <location filename="../Project/Project.py" line="3330" />
       <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3647" />
+      <location filename="../Project/Project.py" line="3634" />
       <source>Open Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8061" />
-      <location filename="../Project/Project.py" line="8055" />
-      <location filename="../Project/Project.py" line="8045" />
-      <location filename="../Project/Project.py" line="3880" />
-      <location filename="../Project/Project.py" line="3870" />
-      <location filename="../Project/Project.py" line="3649" />
+      <location filename="../Project/Project.py" line="8048" />
+      <location filename="../Project/Project.py" line="8042" />
+      <location filename="../Project/Project.py" line="8032" />
+      <location filename="../Project/Project.py" line="3867" />
+      <location filename="../Project/Project.py" line="3857" />
+      <location filename="../Project/Project.py" line="3636" />
       <source>Project Files (*.epj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3894" />
-      <location filename="../Project/Project.py" line="3878" />
+      <location filename="../Project/Project.py" line="3881" />
+      <location filename="../Project/Project.py" line="3865" />
       <source>Save Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3933" />
+      <location filename="../Project/Project.py" line="3920" />
       <source>Close Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3934" />
+      <location filename="../Project/Project.py" line="3921" />
       <source>The current project has unsaved changes.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4134" />
-      <location filename="../Project/Project.py" line="4098" />
+      <location filename="../Project/Project.py" line="4121" />
+      <location filename="../Project/Project.py" line="4085" />
       <source>Syntax Errors Detected</source>
       <translation type="unfinished" />
     </message>
     <message numerus="yes">
-      <location filename="../Project/Project.py" line="4135" />
-      <location filename="../Project/Project.py" line="4099" />
+      <location filename="../Project/Project.py" line="4122" />
+      <location filename="../Project/Project.py" line="4086" />
       <source>The project contains %n file(s) with syntax errors.</source>
       <translation type="unfinished">
         <numerusform />
       </translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4793" />
+      <location filename="../Project/Project.py" line="4780" />
       <source>New project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4795" />
+      <location filename="../Project/Project.py" line="4782" />
       <source>&amp;New...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4801" />
+      <location filename="../Project/Project.py" line="4788" />
       <source>Generate a new project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4803" />
+      <location filename="../Project/Project.py" line="4790" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4813" />
+      <location filename="../Project/Project.py" line="4800" />
       <source>Open project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4815" />
+      <location filename="../Project/Project.py" line="4802" />
       <source>&amp;Open...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4821" />
+      <location filename="../Project/Project.py" line="4808" />
       <source>Open an existing project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4823" />
+      <location filename="../Project/Project.py" line="4810" />
       <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing project.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4829" />
+      <location filename="../Project/Project.py" line="4816" />
       <source>Open remote project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4831" />
+      <location filename="../Project/Project.py" line="4818" />
       <source>Open (Remote)...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4824" />
+      <source>Open an existing remote project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4826" />
+      <source>&lt;b&gt;Open (Remote)...&lt;/b&gt;&lt;p&gt;This opens an existing remote project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4835" />
+      <source>Reload project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4837" />
-      <source>Open an existing remote project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4839" />
-      <source>&lt;b&gt;Open (Remote)...&lt;/b&gt;&lt;p&gt;This opens an existing remote project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4848" />
-      <source>Reload project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4850" />
       <source>Re&amp;load</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4856" />
+      <location filename="../Project/Project.py" line="4843" />
       <source>Reload the current project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4858" />
+      <location filename="../Project/Project.py" line="4845" />
       <source>&lt;b&gt;Reload&lt;/b&gt;&lt;p&gt;This reloads the current project.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4864" />
+      <location filename="../Project/Project.py" line="4851" />
       <source>Close project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4866" />
+      <location filename="../Project/Project.py" line="4853" />
       <source>&amp;Close</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4872" />
+      <location filename="../Project/Project.py" line="4859" />
       <source>Close the current project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4874" />
+      <location filename="../Project/Project.py" line="4861" />
       <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current project.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4880" />
+      <location filename="../Project/Project.py" line="4867" />
       <source>Save project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5177" />
-      <location filename="../Project/Project.py" line="4882" />
+      <location filename="../Project/Project.py" line="5164" />
+      <location filename="../Project/Project.py" line="4869" />
       <source>&amp;Save</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4888" />
+      <location filename="../Project/Project.py" line="4875" />
       <source>Save the current project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4890" />
+      <location filename="../Project/Project.py" line="4877" />
       <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current project.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4896" />
+      <location filename="../Project/Project.py" line="4883" />
       <source>Save project as</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4898" />
+      <location filename="../Project/Project.py" line="4885" />
       <source>Save &amp;as...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4891" />
+      <source>Save the current project to a new file</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4893" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4902" />
+      <source>Save project as (Remote)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4904" />
-      <source>Save the current project to a new file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4906" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4915" />
-      <source>Save project as (Remote)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4917" />
       <source>Save as (Remote)...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4924" />
+      <location filename="../Project/Project.py" line="4911" />
       <source>Save the current project to a new remote file</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4927" />
+      <location filename="../Project/Project.py" line="4914" />
       <source>&lt;b&gt;Save as (Remote)&lt;/b&gt;&lt;p&gt;This saves the current project to a new remote file.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4943" />
+      <location filename="../Project/Project.py" line="4930" />
       <source>Add files to project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4945" />
+      <location filename="../Project/Project.py" line="4932" />
       <source>Add &amp;files...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4938" />
+      <source>Add files to the current project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4940" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4951" />
-      <source>Add files to the current project</source>
+      <source>Add directory to project</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="4953" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4964" />
-      <source>Add directory to project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4966" />
       <source>Add directory...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4960" />
+      <source>Add a directory to the current project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4963" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4973" />
-      <source>Add a directory to the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4976" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4986" />
       <source>Add translation to project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4988" />
+      <location filename="../Project/Project.py" line="4975" />
       <source>Add &amp;translation...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4982" />
+      <source>Add a translation to the current project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4985" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4995" />
-      <source>Add a translation to the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4998" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5008" />
       <source>Search new files</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5009" />
+      <location filename="../Project/Project.py" line="4996" />
       <source>Searc&amp;h new files...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5002" />
+      <source>Search new files in the project directory.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5004" />
+      <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, forms, ...) in the project directory and registered subdirectories.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5014" />
+      <source>Search Project File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5015" />
-      <source>Search new files in the project directory.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5017" />
-      <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, forms, ...) in the project directory and registered subdirectories.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5027" />
-      <source>Search Project File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5028" />
       <source>Search Project File...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5029" />
+      <location filename="../Project/Project.py" line="5016" />
       <source>Alt+Ctrl+P</source>
       <comment>Project|Search Project File</comment>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5021" />
+      <source>Search for a file in the project list of files.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5023" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5032" />
+      <source>Project properties</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5034" />
-      <source>Search for a file in the project list of files.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5036" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5045" />
-      <source>Project properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5047" />
       <source>&amp;Properties...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5040" />
+      <source>Show the project properties</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5042" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5051" />
+      <source>User project properties</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5053" />
-      <source>Show the project properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5055" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5064" />
-      <source>User project properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5066" />
       <source>&amp;User Properties...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5060" />
+      <source>Show the user specific project properties</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5063" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5073" />
-      <source>Show the user specific project properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5076" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5086" />
       <source>Filetype Associations</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5087" />
+      <location filename="../Project/Project.py" line="5074" />
       <source>Filetype Associations...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5094" />
+      <location filename="../Project/Project.py" line="5081" />
       <source>Show the project file type associations</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5084" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5097" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5110" />
       <source>Lexer Associations</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5111" />
+      <location filename="../Project/Project.py" line="5098" />
       <source>Lexer Associations...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5118" />
+      <location filename="../Project/Project.py" line="5105" />
       <source>Show the project lexer associations (overriding defaults)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5121" />
+      <location filename="../Project/Project.py" line="5108" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5139" />
+      <location filename="../Project/Project.py" line="5126" />
       <source>Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5140" />
+      <location filename="../Project/Project.py" line="5127" />
       <source>Debugger &amp;Properties...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5133" />
+      <source>Show the debugger properties</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5135" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5145" />
+      <source>Load</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5146" />
-      <source>Show the debugger properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5148" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5158" />
-      <source>Load</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5159" />
       <source>&amp;Load</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5165" />
+      <location filename="../Project/Project.py" line="5152" />
       <source>Load the debugger properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5167" />
+      <location filename="../Project/Project.py" line="5154" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5176" />
+      <location filename="../Project/Project.py" line="5163" />
       <source>Save</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5183" />
+      <location filename="../Project/Project.py" line="5170" />
       <source>Save the debugger properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5185" />
+      <location filename="../Project/Project.py" line="5172" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5194" />
+      <location filename="../Project/Project.py" line="5181" />
       <source>Delete</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5195" />
+      <location filename="../Project/Project.py" line="5182" />
       <source>&amp;Delete</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5188" />
+      <source>Delete the debugger properties</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5190" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5200" />
+      <source>Reset</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5201" />
-      <source>Delete the debugger properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5203" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5213" />
-      <source>Reset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5214" />
       <source>&amp;Reset</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5220" />
+      <location filename="../Project/Project.py" line="5207" />
       <source>Reset the debugger properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5222" />
+      <location filename="../Project/Project.py" line="5209" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5238" />
-      <location filename="../Project/Project.py" line="5237" />
+      <location filename="../Project/Project.py" line="5225" />
+      <location filename="../Project/Project.py" line="5224" />
       <source>Load session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5244" />
+      <location filename="../Project/Project.py" line="5231" />
       <source>Load the projects session file.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5246" />
+      <location filename="../Project/Project.py" line="5233" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5262" />
-      <location filename="../Project/Project.py" line="5261" />
+      <location filename="../Project/Project.py" line="5249" />
+      <location filename="../Project/Project.py" line="5248" />
       <source>Save session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5268" />
+      <location filename="../Project/Project.py" line="5255" />
       <source>Save the projects session file.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5270" />
+      <location filename="../Project/Project.py" line="5257" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5286" />
-      <location filename="../Project/Project.py" line="5285" />
+      <location filename="../Project/Project.py" line="5273" />
+      <location filename="../Project/Project.py" line="5272" />
       <source>Delete session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5292" />
+      <location filename="../Project/Project.py" line="5279" />
       <source>Delete the projects session file.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5294" />
+      <location filename="../Project/Project.py" line="5281" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5309" />
+      <location filename="../Project/Project.py" line="5296" />
       <source>Code Metrics</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5310" />
+      <location filename="../Project/Project.py" line="5297" />
       <source>&amp;Code Metrics...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5304" />
+      <source>Show some code metrics for the project.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5307" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5317" />
-      <source>Show some code metrics for the project.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5320" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5330" />
       <source>Python Code Coverage</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5331" />
+      <location filename="../Project/Project.py" line="5318" />
       <source>Code Co&amp;verage...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5338" />
+      <location filename="../Project/Project.py" line="5325" />
       <source>Show code coverage information for the project.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5341" />
+      <location filename="../Project/Project.py" line="5328" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6775" />
       <location filename="../Project/Project.py" line="6762" />
-      <location filename="../Project/Project.py" line="5351" />
+      <location filename="../Project/Project.py" line="6749" />
+      <location filename="../Project/Project.py" line="5338" />
       <source>Profile Data</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5352" />
+      <location filename="../Project/Project.py" line="5339" />
       <source>&amp;Profile Data...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5359" />
+      <location filename="../Project/Project.py" line="5346" />
       <source>Show profiling data for the project.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5362" />
+      <location filename="../Project/Project.py" line="5349" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6827" />
-      <location filename="../Project/Project.py" line="5377" />
+      <location filename="../Project/Project.py" line="6814" />
+      <location filename="../Project/Project.py" line="5364" />
       <source>Application Diagram</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5378" />
+      <location filename="../Project/Project.py" line="5365" />
       <source>&amp;Application Diagram...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5372" />
+      <source>Show a diagram of the project.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5375" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5384" />
+      <source>Load Diagram</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5385" />
-      <source>Show a diagram of the project.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5388" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5397" />
-      <source>Load Diagram</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5398" />
       <source>&amp;Load Diagram...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5404" />
+      <location filename="../Project/Project.py" line="5391" />
       <source>Load a diagram from file.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5406" />
+      <location filename="../Project/Project.py" line="5393" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6995" />
-      <location filename="../Project/Project.py" line="6940" />
-      <location filename="../Project/Project.py" line="5421" />
+      <location filename="../Project/Project.py" line="6982" />
+      <location filename="../Project/Project.py" line="6927" />
+      <location filename="../Project/Project.py" line="5408" />
       <source>Create Package List</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5423" />
+      <location filename="../Project/Project.py" line="5410" />
       <source>Create &amp;Package List</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5430" />
+      <location filename="../Project/Project.py" line="5417" />
       <source>Create an initial PKGLIST file for an eric plugin.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5420" />
+      <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric plugin archive. The list is created from the project file.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7053" />
+      <location filename="../Project/Project.py" line="5431" />
+      <source>Create Plugin Archives</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5433" />
-      <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric plugin archive. The list is created from the project file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7066" />
-      <location filename="../Project/Project.py" line="5444" />
-      <source>Create Plugin Archives</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5446" />
       <source>Create Plugin &amp;Archives</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5452" />
+      <location filename="../Project/Project.py" line="5439" />
       <source>Create eric plugin archive files.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5454" />
+      <location filename="../Project/Project.py" line="5441" />
       <source>&lt;b&gt;Create Plugin Archives&lt;/b&gt;&lt;p&gt;This creates eric 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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5466" />
+      <location filename="../Project/Project.py" line="5453" />
       <source>Create Plugin Archives (Snapshot)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5468" />
+      <location filename="../Project/Project.py" line="5455" />
       <source>Create Plugin Archives (&amp;Snapshot)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5475" />
+      <location filename="../Project/Project.py" line="5462" />
       <source>Create eric plugin archive files (snapshot releases).</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5478" />
+      <location filename="../Project/Project.py" line="5465" />
       <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric 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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7522" />
-      <location filename="../Project/Project.py" line="7493" />
-      <location filename="../Project/Project.py" line="7447" />
-      <location filename="../Project/Project.py" line="7399" />
-      <location filename="../Project/Project.py" line="5497" />
+      <location filename="../Project/Project.py" line="7509" />
+      <location filename="../Project/Project.py" line="7480" />
+      <location filename="../Project/Project.py" line="7434" />
+      <location filename="../Project/Project.py" line="7386" />
+      <location filename="../Project/Project.py" line="5484" />
       <source>Execute Make</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5498" />
+      <location filename="../Project/Project.py" line="5485" />
       <source>&amp;Execute Make</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5491" />
+      <source>Perform a 'make' run.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5493" />
+      <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a 'make' run to rebuild the configured target.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7486" />
+      <location filename="../Project/Project.py" line="5503" />
+      <source>Test for Changes</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5504" />
-      <source>Perform a 'make' run.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5506" />
-      <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a 'make' run to rebuild the configured target.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7499" />
-      <location filename="../Project/Project.py" line="5516" />
-      <source>Test for Changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5517" />
       <source>&amp;Test for Changes</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5524" />
+      <location filename="../Project/Project.py" line="5511" />
       <source>Question 'make', if a rebuild is needed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5527" />
+      <location filename="../Project/Project.py" line="5514" />
       <source>&lt;b&gt;Test for Changes&lt;/b&gt;&lt;p&gt;This questions 'make', if a rebuild of the configured target is necessary.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5545" />
+      <location filename="../Project/Project.py" line="5532" />
       <source>Create SBOM File</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5546" />
+      <location filename="../Project/Project.py" line="5533" />
       <source>Create &amp;SBOM File</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5553" />
+      <location filename="../Project/Project.py" line="5540" />
       <source>Create a SBOM file of the project dependencies.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5556" />
+      <location filename="../Project/Project.py" line="5543" />
       <source>&lt;b&gt;Create SBOM File&lt;/b&gt;&lt;p&gt;This allows the creation of a SBOM file of the project dependencies. This may be based on various input sources and will be saved as a CycloneDX SBOM file.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5567" />
+      <location filename="../Project/Project.py" line="5554" />
       <source>Clear Byte Code Caches</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5568" />
+      <location filename="../Project/Project.py" line="5555" />
       <source>Clear Byte Code &amp;Caches</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5575" />
+      <location filename="../Project/Project.py" line="5562" />
       <source>Clear the byte code caches of the project.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5578" />
+      <location filename="../Project/Project.py" line="5565" />
       <source>&lt;b&gt;Clear Byte Code Caches&lt;/b&gt;&lt;p&gt;This deletes all directories containing byte code cache files.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5594" />
+      <location filename="../Project/Project.py" line="5581" />
       <source>About Black</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5595" />
+      <location filename="../Project/Project.py" line="5582" />
       <source>&amp;Black</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5601" />
+      <location filename="../Project/Project.py" line="5588" />
       <source>Show some information about 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5590" />
+      <source>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'Black' tool.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5602" />
+      <source>Format Code</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5603" />
-      <source>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'Black' tool.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5615" />
-      <source>Format Code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5616" />
       <source>&amp;Format Code</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5623" />
+      <location filename="../Project/Project.py" line="5610" />
       <source>Format the project sources with 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5613" />
+      <source>&lt;b&gt;Format Code&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the formatting run and reformats the project sources using 'Black'.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5625" />
+      <source>Check Code Formatting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5626" />
-      <source>&lt;b&gt;Format Code&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the formatting run and reformats the project sources using 'Black'.&lt;/p&gt;</source>
+      <source>&amp;Check Code Formatting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5633" />
+      <source>Check, if the project sources need to be reformatted with 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5638" />
-      <source>Check Code Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5639" />
-      <source>&amp;Check Code Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5646" />
-      <source>Check, if the project sources need to be reformatted with 'Black'.</source>
+      <source>&lt;b&gt;Check Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format check run and performs a check, if the project sources need to be reformatted using 'Black'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5651" />
-      <source>&lt;b&gt;Check Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format check run and performs a check, if the project sources need to be reformatted using 'Black'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5664" />
       <source>Code Formatting Diff</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5652" />
+      <source>Code Formatting &amp;Diff</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5659" />
+      <source>Generate a unified diff of potential project source reformatting with 'Black'.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5665" />
-      <source>Code Formatting &amp;Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5672" />
-      <source>Generate a unified diff of potential project source reformatting with 'Black'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
+      <source>&lt;b&gt;Diff Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format diff run and generates a unified diff of potential project source reformatting using 'Black'.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5830" />
+      <location filename="../Project/Project.py" line="5780" />
+      <location filename="../Project/Project.py" line="5779" />
+      <location filename="../Project/Project.py" line="5679" />
       <location filename="../Project/Project.py" line="5678" />
-      <source>&lt;b&gt;Diff Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format diff run and generates a unified diff of potential project source reformatting using 'Black'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5843" />
-      <location filename="../Project/Project.py" line="5793" />
-      <location filename="../Project/Project.py" line="5792" />
-      <location filename="../Project/Project.py" line="5692" />
-      <location filename="../Project/Project.py" line="5691" />
       <source>Configure</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5699" />
+      <location filename="../Project/Project.py" line="5686" />
       <source>Enter the parameters for formatting the project sources with 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5704" />
+      <location filename="../Project/Project.py" line="5691" />
       <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This shows a dialog to enter the parameters for formatting the project sources with 'Black'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5720" />
+      <location filename="../Project/Project.py" line="5707" />
       <source>About isort</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5721" />
+      <location filename="../Project/Project.py" line="5708" />
       <source>&amp;isort</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5727" />
+      <location filename="../Project/Project.py" line="5714" />
       <source>Show some information about 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5716" />
+      <source>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'isort' tool.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5729" />
-      <source>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'isort' tool.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5742" />
-      <location filename="../Project/Project.py" line="5741" />
+      <location filename="../Project/Project.py" line="5728" />
       <source>Sort Imports</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5749" />
+      <location filename="../Project/Project.py" line="5736" />
       <source>Sort the import statements of the project sources with 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5739" />
+      <source>&lt;b&gt;Sort Imports&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting run and sorts the import statements of the project sources using 'isort'.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5753" />
       <location filename="../Project/Project.py" line="5752" />
-      <source>&lt;b&gt;Sort Imports&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting run and sorts the import statements of the project sources using 'isort'.&lt;/p&gt;</source>
+      <source>Imports Sorting Diff</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5760" />
+      <source>Generate a unified diff of potential project source imports resorting with 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5766" />
-      <location filename="../Project/Project.py" line="5765" />
-      <source>Imports Sorting Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5773" />
-      <source>Generate a unified diff of potential project source imports resorting with 'isort'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5779" />
       <source>&lt;b&gt;Imports Sorting Diff&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting diff run and generates a unified diff of potential project source changes using 'isort'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5800" />
+      <location filename="../Project/Project.py" line="5787" />
       <source>Enter the parameters for resorting the project sources import statements with 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5806" />
+      <location filename="../Project/Project.py" line="5793" />
       <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This shows a dialog to enter the parameters for resorting the import statements of the project sources with 'isort'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5822" />
+      <location filename="../Project/Project.py" line="5809" />
       <source>Install Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5823" />
+      <location filename="../Project/Project.py" line="5810" />
       <source>&amp;Install Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5830" />
+      <location filename="../Project/Project.py" line="5817" />
       <source>Install the project into the embedded environment.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5833" />
+      <location filename="../Project/Project.py" line="5820" />
       <source>&lt;b&gt;Install Project&lt;/b&gt;&lt;p&gt;This installs the project into the embedded virtual environment in editable mode (i.e. development mode).&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5844" />
+      <location filename="../Project/Project.py" line="5831" />
       <source>&amp;Configure</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5838" />
+      <source>Configure the embedded environment.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5841" />
+      <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This opens a dialog to configure the embedded virtual environment of the project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5851" />
-      <source>Configure the embedded environment.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5854" />
-      <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This opens a dialog to configure the embedded virtual environment of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5864" />
       <source>Upgrade</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5865" />
+      <location filename="../Project/Project.py" line="5852" />
       <source>&amp;Upgrade</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5871" />
+      <location filename="../Project/Project.py" line="5858" />
       <source>Upgrade the embedded environment.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5860" />
+      <source>&lt;b&gt;Upgrade&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to upgrade the embedded virtual environment of the project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5872" />
+      <source>Recreate</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5873" />
-      <source>&lt;b&gt;Upgrade&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to upgrade the embedded virtual environment of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5885" />
-      <source>Recreate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5886" />
       <source>&amp;Recreate</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5892" />
+      <location filename="../Project/Project.py" line="5879" />
       <source>Recreate the embedded environment.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5894" />
+      <location filename="../Project/Project.py" line="5881" />
       <source>&lt;b&gt;Recreate&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to recreate the embedded virtual environment of the project. The existing environment is cleared first.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5926" />
+      <location filename="../Project/Project.py" line="5913" />
       <source>&amp;Project</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5914" />
+      <source>Open &amp;Recent Projects</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5916" />
+      <source>Session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5917" />
+      <source>Debugger</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5918" />
+      <source>Embedded Environment</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5920" />
+      <source>Project-T&amp;ools</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5921" />
+      <source>&amp;Version Control</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5925" />
+      <source>Chec&amp;k</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5927" />
-      <source>Open &amp;Recent Projects</source>
+      <source>Code &amp;Formatting</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5929" />
-      <source>Session</source>
+      <source>Sho&amp;w</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5930" />
-      <source>Debugger</source>
+      <source>&amp;Diagrams</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5931" />
-      <source>Embedded Environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5933" />
-      <source>Project-T&amp;ools</source>
+      <source>Pac&amp;kagers</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5932" />
+      <source>Source &amp;Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5934" />
-      <source>&amp;Version Control</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5938" />
-      <source>Chec&amp;k</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5940" />
-      <source>Code &amp;Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5942" />
-      <source>Sho&amp;w</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5943" />
-      <source>&amp;Diagrams</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5944" />
-      <source>Pac&amp;kagers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5945" />
-      <source>Source &amp;Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5947" />
       <source>Make</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5948" />
+      <location filename="../Project/Project.py" line="5935" />
       <source>Other Tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6110" />
-      <location filename="../Project/Project.py" line="6108" />
+      <location filename="../Project/Project.py" line="6097" />
+      <location filename="../Project/Project.py" line="6095" />
       <source>Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6192" />
+      <location filename="../Project/Project.py" line="6179" />
       <source>&amp;Clear</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6389" />
+      <location filename="../Project/Project.py" line="6376" />
       <source>Search New Files</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6390" />
+      <location filename="../Project/Project.py" line="6377" />
       <source>There were no new files found to be added.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6551" />
       <location filename="../Project/Project.py" line="6538" />
+      <location filename="../Project/Project.py" line="6525" />
       <source>Version Control System</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="6526" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="6539" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6552" />
       <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" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="6696" />
+      <source>Coverage Data</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6750" />
+      <location filename="../Project/Project.py" line="6697" />
+      <source>There is no main script defined for the current project. Aborting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="6709" />
-      <source>Coverage Data</source>
+      <source>Code Coverage</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6710" />
+      <source>Please select a coverage file</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="6763" />
-      <location filename="../Project/Project.py" line="6710" />
-      <source>There is no main script defined for the current project. Aborting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6722" />
-      <source>Code Coverage</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6723" />
-      <source>Please select a coverage file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6776" />
       <source>Please select a profile file</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6828" />
+      <location filename="../Project/Project.py" line="6815" />
       <source>Include module names?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6941" />
+      <location filename="../Project/Project.py" line="6928" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6996" />
+      <location filename="../Project/Project.py" line="6983" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7307" />
-      <location filename="../Project/Project.py" line="7263" />
-      <location filename="../Project/Project.py" line="7213" />
-      <location filename="../Project/Project.py" line="7202" />
-      <location filename="../Project/Project.py" line="7184" />
-      <location filename="../Project/Project.py" line="7137" />
-      <location filename="../Project/Project.py" line="7107" />
-      <location filename="../Project/Project.py" line="7079" />
-      <location filename="../Project/Project.py" line="7049" />
-      <location filename="../Project/Project.py" line="7034" />
-      <location filename="../Project/Project.py" line="7017" />
+      <location filename="../Project/Project.py" line="7294" />
+      <location filename="../Project/Project.py" line="7250" />
+      <location filename="../Project/Project.py" line="7200" />
+      <location filename="../Project/Project.py" line="7189" />
+      <location filename="../Project/Project.py" line="7171" />
+      <location filename="../Project/Project.py" line="7124" />
+      <location filename="../Project/Project.py" line="7094" />
+      <location filename="../Project/Project.py" line="7066" />
+      <location filename="../Project/Project.py" line="7036" />
+      <location filename="../Project/Project.py" line="7021" />
+      <location filename="../Project/Project.py" line="7004" />
       <source>Create Plugin Archive</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7018" />
+      <location filename="../Project/Project.py" line="7005" />
       <source>The project does not have a main script defined. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7035" />
+      <location filename="../Project/Project.py" line="7022" />
       <source>Select package lists:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7050" />
+      <location filename="../Project/Project.py" line="7037" />
       <source>&lt;p&gt;No package list files (PKGLIST*) available or selected. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7058" />
+      <location filename="../Project/Project.py" line="7045" />
       <source>Creating plugin archives...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7059" />
+      <location filename="../Project/Project.py" line="7046" />
       <source>Abort</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7062" />
+      <location filename="../Project/Project.py" line="7049" />
       <source>%v/%m Archives</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7080" />
+      <location filename="../Project/Project.py" line="7067" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7108" />
+      <location filename="../Project/Project.py" line="7095" />
       <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'; initial_list' line of the header.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7138" />
+      <location filename="../Project/Project.py" line="7125" />
       <source>&lt;p&gt;The eric 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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7185" />
+      <location filename="../Project/Project.py" line="7172" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7203" />
+      <location filename="../Project/Project.py" line="7190" />
       <source>&lt;p&gt;The eric plugin archive files were created with some errors.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7214" />
+      <location filename="../Project/Project.py" line="7201" />
       <source>&lt;p&gt;The eric plugin archive files were created successfully.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7264" />
+      <location filename="../Project/Project.py" line="7251" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7308" />
+      <location filename="../Project/Project.py" line="7295" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7400" />
+      <location filename="../Project/Project.py" line="7387" />
       <source>'Make' is not supported for remote projects. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7448" />
+      <location filename="../Project/Project.py" line="7435" />
       <source>The make process did not start.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="7481" />
+      <source>The make process crashed.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7489" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="7494" />
-      <source>The make process crashed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7502" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7507" />
       <source>&lt;p&gt;There are changes that require the default make target to be rebuilt.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7523" />
+      <location filename="../Project/Project.py" line="7510" />
       <source>The makefile contains errors.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7961" />
+      <location filename="../Project/Project.py" line="7948" />
       <source>Interpreter Missing</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7962" />
+      <location filename="../Project/Project.py" line="7949" />
       <source>The configured interpreter of the embedded environment does not exist anymore. Shall the environment be upgraded?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8043" />
+      <location filename="../Project/Project.py" line="8030" />
       <source>Open Remote Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8074" />
-      <location filename="../Project/Project.py" line="8059" />
+      <location filename="../Project/Project.py" line="8061" />
+      <location filename="../Project/Project.py" line="8046" />
       <source>Save Remote Project</source>
       <translation type="unfinished" />
     </message>
@@ -64823,9 +64765,9 @@
   <context>
     <name>ProjectFormsBrowser</name>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1131" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1083" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1046" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1110" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1063" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1026" />
       <location filename="../Project/ProjectFormsBrowser.py" line="142" />
       <location filename="../Project/ProjectFormsBrowser.py" line="77" />
       <source>Forms</source>
@@ -65098,102 +65040,112 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="732" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="719" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="700" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="683" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="731" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="718" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="699" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="682" />
       <source>New Form</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="684" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="683" />
       <source>Select a form type:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="702" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="701" />
       <source>Qt User-Interface Files (*.ui);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="720" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="719" />
       <source>The file already exists! Overwrite it?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="733" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="732" />
       <source>&lt;p&gt;The new form file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br&gt;Problem: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="758" />
+      <source>Delete forms</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/ProjectFormsBrowser.py" line="759" />
-      <source>Delete forms</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="760" />
       <source>Do you really want to delete these forms from the project?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="888" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="877" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="870" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="883" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="872" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="865" />
       <source>Form Compilation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="871" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="866" />
       <source>The compilation of the form file was successful.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="878" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="873" />
       <source>&lt;p&gt;The compilation of the form file failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="889" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="884" />
       <source>The compilation of the form file failed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="977" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="931" />
+      <source>Error Compiling Form</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="932" />
+      <source>The project type &lt;b&gt;{0}&lt;/b&gt; is not supported.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="957" />
       <source>Process Generation Error</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="978" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="958" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1074" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1037" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1054" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1017" />
       <source>Compiling forms...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1124" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1075" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1038" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1103" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1055" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1018" />
       <source>Abort</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1127" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1078" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1041" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1106" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1058" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1021" />
       <source>%v/%m Forms</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1123" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1102" />
       <source>Determining changed forms...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1153" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1132" />
       <source>Compiling changed forms...</source>
       <translation type="unfinished" />
     </message>
@@ -65645,9 +65597,9 @@
   <context>
     <name>ProjectResourcesBrowser</name>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="940" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="864" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="828" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="926" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="850" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="814" />
       <location filename="../Project/ProjectResourcesBrowser.py" line="87" />
       <location filename="../Project/ProjectResourcesBrowser.py" line="68" />
       <source>Resources</source>
@@ -65674,219 +65626,219 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="163" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="150" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="161" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="148" />
       <source>Compile resource</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="384" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="373" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="334" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="323" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="241" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="229" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="170" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="152" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="372" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="361" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="324" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="313" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="235" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="223" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="168" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="150" />
       <source>Compile all resources</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="377" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="327" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="288" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="233" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="156" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="365" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="317" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="280" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="227" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="154" />
       <source>Configure rcc Compiler</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="300" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="179" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="292" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="177" />
       <source>Open</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="181" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="179" />
       <source>Rename file</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="339" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="302" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="183" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="329" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="294" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="181" />
       <source>Remove from project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="341" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="304" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="185" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="331" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="296" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="183" />
       <source>Delete</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="335" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="243" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="230" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="196" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="191" />
+      <source>New resource...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="378" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="336" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="248" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="200" />
+      <source>Add resources...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="381" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="338" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="251" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="202" />
+      <source>Add resources directory...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="343" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="257" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="207" />
+      <source>Show in File Manager</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/ProjectResourcesBrowser.py" line="345" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="249" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="236" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="200" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="195" />
-      <source>New resource...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="390" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="346" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="254" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="204" />
-      <source>Add resources...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="393" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="348" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="257" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="206" />
-      <source>Add resources directory...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="353" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="263" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="211" />
-      <source>Show in File Manager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="355" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="213" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="209" />
       <source>Copy Path to Clipboard</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="398" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="357" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="307" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="266" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="215" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="386" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="347" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="299" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="260" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="211" />
       <source>Expand all directories</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="401" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="359" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="309" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="268" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="216" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="389" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="349" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="301" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="262" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="212" />
       <source>Collapse all directories</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="404" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="362" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="312" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="271" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="218" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="392" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="352" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="304" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="265" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="214" />
       <source>Configure...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="295" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="284" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="287" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="276" />
       <source>Compile resources</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="583" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="562" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="543" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="571" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="550" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="531" />
       <source>New Resource</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="545" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="533" />
       <source>Qt Resource Files (*.qrc)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="563" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="551" />
       <source>The file already exists! Overwrite it?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="584" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="572" />
       <source>&lt;p&gt;The new resource file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br&gt;Problem: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="610" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="598" />
       <source>Delete resources</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="611" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="599" />
       <source>Do you really want to delete these resources from the project?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="705" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="696" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="689" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="693" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="684" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="677" />
       <source>Resource Compilation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="690" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="678" />
       <source>The compilation of the resource file was successful.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="697" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="685" />
       <source>&lt;p&gt;The compilation of the resource file failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="706" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="694" />
       <source>The compilation of the resource file failed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="789" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="775" />
       <source>Process Generation Error</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="790" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="776" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="855" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="819" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="841" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="805" />
       <source>Compiling resources...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="933" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="856" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="820" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="919" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="842" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="806" />
       <source>Abort</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="936" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="859" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="823" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="922" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="845" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="809" />
       <source>%v/%m Resources</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="932" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="918" />
       <source>Determining changed resources...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="970" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="956" />
       <source>Compiling changed resources...</source>
       <translation type="unfinished" />
     </message>
@@ -66422,250 +66374,250 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="508" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="467" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="450" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="428" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="294" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="236" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="211" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="180" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="502" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="461" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="444" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="422" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="292" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="234" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="209" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="178" />
       <source>Open in Editor</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="253" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="186" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="251" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="184" />
       <source>Generate translation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="263" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="191" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="261" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="189" />
       <source>Generate translation (with obsolete)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="572" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="543" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="378" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="564" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="535" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="374" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="346" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="270" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="195" />
+      <source>Generate all translations</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="573" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="539" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="383" />
       <location filename="../Project/ProjectTranslationsBrowser.py" line="350" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="272" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="197" />
-      <source>Generate all translations</source>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="279" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="199" />
+      <source>Generate all translations (with obsolete)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="440" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="205" />
+      <source>Open in Qt-Linguist</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="299" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="214" />
+      <source>Release translation</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="581" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="547" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="387" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="354" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="281" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="201" />
-      <source>Generate all translations (with obsolete)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="446" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="207" />
-      <source>Open in Qt-Linguist</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="301" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="216" />
-      <source>Release translation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="589" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="552" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="395" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="359" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="310" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="221" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="544" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="391" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="355" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="308" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="219" />
       <source>Release all translations</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="226" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="224" />
       <source>Preview translation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="557" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="364" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="230" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="549" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="360" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="228" />
       <source>Preview all translations</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="563" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="475" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="370" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="244" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="555" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="469" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="366" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="242" />
       <source>Extract messages</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="503" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="289" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="497" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="287" />
       <source>Open</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="523" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="317" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="517" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="315" />
       <source>Remove from project</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="587" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="520" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="318" />
+      <source>Delete</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="592" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="398" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="322" />
+      <source>New translation...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="595" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="526" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="320" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="600" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="402" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="324" />
-      <source>New translation...</source>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="401" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="325" />
+      <source>Add translation files...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="599" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="405" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="330" />
+      <source>Show in File Manager</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="601" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="332" />
+      <source>Copy Path to Clipboard</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="603" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="405" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="327" />
-      <source>Add translation files...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="607" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="409" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="332" />
-      <source>Show in File Manager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="609" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="523" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="408" />
       <location filename="../Project/ProjectTranslationsBrowser.py" line="334" />
-      <source>Copy Path to Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="611" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="529" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="412" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="336" />
       <source>Configure...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="484" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="434" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="478" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="428" />
       <source>Generate translations</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="494" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="439" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="488" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="433" />
       <source>Generate translations (with obsolete)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="515" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="455" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="509" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="449" />
       <source>Release translations</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="461" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="455" />
       <source>Preview translations</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="866" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="850" />
       <source>Delete translation files</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="867" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="851" />
       <source>Do you really want to delete these translation files from the project?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1560" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1035" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="995" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1540" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1019" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="979" />
       <source>Write temporary project file</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1561" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1287" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="996" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1541" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1269" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="980" />
       <source>No translation files (*.ts) selected.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1036" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1020" />
       <source>&lt;p&gt;The temporary project file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1286" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1173" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1161" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1268" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1157" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1145" />
       <source>Translation file generation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1162" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1146" />
       <source>The generation of the translation files (*.ts) was successful.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1168" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1152" />
       <source> The process has crashed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1174" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1158" />
       <source>The generation of the translation files (*.ts) has failed.{0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1590" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1388" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1340" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1570" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1370" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1322" />
       <source>Process Generation Error</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1389" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1341" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1371" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1323" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1477" />
       <location filename="../Project/ProjectTranslationsBrowser.py" line="1459" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1441" />
       <source>Translation file release</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1442" />
+      <source>The release of the translation files (*.qm) was successful.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="1460" />
-      <source>The release of the translation files (*.qm) was successful.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1478" />
       <source>The release of the translation files (*.qm) has failed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1591" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1571" />
       <source>&lt;p&gt;Could not start lrelease.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -71298,7 +71250,7 @@
   <context>
     <name>QtPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.py" line="139" />
+      <location filename="../Preferences/ConfigurationPages/QtPage.py" line="124" />
       <source>Sample: {0}designer{1}</source>
       <translation type="unfinished" />
     </message>
@@ -71341,7 +71293,6 @@
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Tools Directory:</source>
       <translation type="unfinished" />
     </message>
@@ -71414,16 +71365,10 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt 5</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>PyQt 6</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Virtual Environment:</source>
@@ -71432,71 +71377,23 @@
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Select the virtual environment to be used</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Press to open the virtual environment manager dialog</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Press to refresh the list of vitual environments</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Enter the path of the PyQt 5 tools directory, if they are not found.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>pyuic5 Options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Indent Width:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Select the indent width (default: 4)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Generate imports relative to '.'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Select to generate extra code to test and display the form</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Generate Extra Test Code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt 6</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Enter the path of the PyQt 6 tools directory, if they are not found.</source>
       <translation type="unfinished" />
     </message>
@@ -71507,6 +71404,26 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Select to generate extra code to test and display the form</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Generate Extra Test Code</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Select the indent width (default: 4)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Indent Width:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>PySide6</source>
       <translation type="unfinished" />
     </message>
@@ -71520,6 +71437,11 @@
       <source>pyside6-uic Options</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Generate imports relative to '.'</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>Queues</name>
@@ -91175,7 +91097,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7866" />
+      <location filename="../UI/UserInterface.py" line="7822" />
       <location filename="../UI/UserInterface.py" line="1956" />
       <location filename="../UI/UserInterface.py" line="1949" />
       <source>Load session</source>
@@ -91892,7 +91814,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4712" />
+      <location filename="../UI/UserInterface.py" line="4668" />
       <location filename="../UI/UserInterface.py" line="2813" />
       <source>Report Bug</source>
       <translation type="unfinished" />
@@ -91933,7 +91855,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4148" />
+      <location filename="../UI/UserInterface.py" line="4104" />
       <location filename="../UI/UserInterface.py" line="2843" />
       <source>Testing</source>
       <translation type="unfinished" />
@@ -92266,7 +92188,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6605" />
+      <location filename="../UI/UserInterface.py" line="6561" />
       <location filename="../UI/UserInterface.py" line="3173" />
       <source>Snapshot</source>
       <translation type="unfinished" />
@@ -92503,8 +92425,8 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7574" />
-      <location filename="../UI/UserInterface.py" line="7555" />
+      <location filename="../UI/UserInterface.py" line="7530" />
+      <location filename="../UI/UserInterface.py" line="7511" />
       <location filename="../UI/UserInterface.py" line="3403" />
       <source>Export Keyboard Shortcuts</source>
       <translation type="unfinished" />
@@ -92525,7 +92447,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7593" />
+      <location filename="../UI/UserInterface.py" line="7549" />
       <location filename="../UI/UserInterface.py" line="3422" />
       <source>Import Keyboard Shortcuts</source>
       <translation type="unfinished" />
@@ -92711,672 +92633,640 @@
     <message>
       <location filename="../UI/UserInterface.py" line="3653" />
       <location filename="../UI/UserInterface.py" line="3652" />
-      <source>Qt5 Documentation</source>
+      <source>Qt6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3659" />
-      <source>Open Qt5 Documentation</source>
+      <source>Open Qt6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3661" />
-      <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's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3674" />
       <location filename="../UI/UserInterface.py" line="3673" />
-      <source>Qt6 Documentation</source>
+      <source>PyQt6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3680" />
-      <source>Open Qt6 Documentation</source>
+      <source>Open PyQt6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3682" />
-      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3695" />
-      <location filename="../UI/UserInterface.py" line="3694" />
-      <source>PyQt5 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3701" />
-      <source>Open PyQt5 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3703" />
-      <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's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3716" />
-      <location filename="../UI/UserInterface.py" line="3715" />
-      <source>PyQt6 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3722" />
-      <source>Open PyQt6 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3724" />
       <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3742" />
-      <location filename="../UI/UserInterface.py" line="3741" />
+      <location filename="../UI/UserInterface.py" line="3700" />
+      <location filename="../UI/UserInterface.py" line="3699" />
       <source>Python 3 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3748" />
+      <location filename="../UI/UserInterface.py" line="3706" />
       <source>Open Python 3 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3750" />
+      <location filename="../UI/UserInterface.py" line="3708" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3769" />
-      <location filename="../UI/UserInterface.py" line="3768" />
+      <location filename="../UI/UserInterface.py" line="3727" />
+      <location filename="../UI/UserInterface.py" line="3726" />
       <source>eric API Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3775" />
+      <location filename="../UI/UserInterface.py" line="3733" />
       <source>Open eric API Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3777" />
+      <location filename="../UI/UserInterface.py" line="3735" />
       <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 eric installation directory.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3795" />
-      <location filename="../UI/UserInterface.py" line="3794" />
+      <location filename="../UI/UserInterface.py" line="3753" />
+      <location filename="../UI/UserInterface.py" line="3752" />
       <source>PySide6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3801" />
+      <location filename="../UI/UserInterface.py" line="3759" />
       <source>Open PySide6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3803" />
+      <location filename="../UI/UserInterface.py" line="3761" />
       <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3839" />
+      <location filename="../UI/UserInterface.py" line="3797" />
       <source>Sessions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3920" />
+      <location filename="../UI/UserInterface.py" line="3878" />
       <source>E&amp;xtras</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3930" />
+      <location filename="../UI/UserInterface.py" line="3888" />
       <source>Wi&amp;zards</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3948" />
+      <location filename="../UI/UserInterface.py" line="3906" />
       <source>P&amp;lugins</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3957" />
+      <location filename="../UI/UserInterface.py" line="3915" />
       <source>Configure...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3966" />
+      <location filename="../UI/UserInterface.py" line="3924" />
       <source>&amp;Testing</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3983" />
+      <location filename="../UI/UserInterface.py" line="3941" />
       <source>Select Tool Group</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3952" />
+      <source>Se&amp;ttings</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3985" />
+      <source>&amp;Window</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3994" />
-      <source>Se&amp;ttings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4027" />
-      <source>&amp;Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4036" />
       <source>&amp;Windows</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3998" />
+      <source>Central Park</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4002" />
+      <source>Left Side</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4021" />
+      <source>Right Side</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="4040" />
-      <source>Central Park</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4044" />
-      <source>Left Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4063" />
-      <source>Right Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4082" />
       <source>Bottom Side</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4090" />
+      <location filename="../UI/UserInterface.py" line="4048" />
       <source>Plug-ins</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4096" />
+      <location filename="../UI/UserInterface.py" line="4054" />
       <source>&amp;Toolbars</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4109" />
+      <location filename="../UI/UserInterface.py" line="4067" />
       <source>&amp;Help</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4164" />
-      <location filename="../UI/UserInterface.py" line="4147" />
+      <location filename="../UI/UserInterface.py" line="4120" />
+      <location filename="../UI/UserInterface.py" line="4103" />
       <source>Tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4166" />
-      <location filename="../UI/UserInterface.py" line="4151" />
+      <location filename="../UI/UserInterface.py" line="4122" />
+      <location filename="../UI/UserInterface.py" line="4107" />
       <source>Settings</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6335" />
-      <location filename="../UI/UserInterface.py" line="4167" />
-      <location filename="../UI/UserInterface.py" line="4152" />
+      <location filename="../UI/UserInterface.py" line="6291" />
+      <location filename="../UI/UserInterface.py" line="4123" />
+      <location filename="../UI/UserInterface.py" line="4108" />
       <source>Help</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4168" />
-      <location filename="../UI/UserInterface.py" line="4153" />
+      <location filename="../UI/UserInterface.py" line="4124" />
+      <location filename="../UI/UserInterface.py" line="4109" />
       <source>Profiles</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4169" />
-      <location filename="../UI/UserInterface.py" line="4154" />
+      <location filename="../UI/UserInterface.py" line="4125" />
+      <location filename="../UI/UserInterface.py" line="4110" />
       <source>Plugins</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4165" />
+      <location filename="../UI/UserInterface.py" line="4121" />
       <source>Unittest</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4342" />
+      <location filename="../UI/UserInterface.py" line="4298" />
       <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4351" />
+      <location filename="../UI/UserInterface.py" line="4307" />
       <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4360" />
+      <location filename="../UI/UserInterface.py" line="4316" />
       <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4369" />
+      <location filename="../UI/UserInterface.py" line="4325" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4378" />
+      <location filename="../UI/UserInterface.py" line="4334" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4387" />
+      <location filename="../UI/UserInterface.py" line="4343" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4401" />
+      <location filename="../UI/UserInterface.py" line="4357" />
       <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4475" />
-      <location filename="../UI/UserInterface.py" line="4434" />
+      <location filename="../UI/UserInterface.py" line="4431" />
+      <location filename="../UI/UserInterface.py" line="4390" />
       <source>External Tools/{0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4583" />
+      <location filename="../UI/UserInterface.py" line="4539" />
       <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4653" />
+      <location filename="../UI/UserInterface.py" line="4609" />
       <source>Desktop</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4657" />
+      <location filename="../UI/UserInterface.py" line="4613" />
       <source>Session Type</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4713" />
+      <location filename="../UI/UserInterface.py" line="4669" />
       <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5048" />
+      <location filename="../UI/UserInterface.py" line="5004" />
       <source>Restart application</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5049" />
+      <location filename="../UI/UserInterface.py" line="5005" />
       <source>The application needs to be restarted. Do it now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5073" />
+      <location filename="../UI/UserInterface.py" line="5029" />
       <source>Upgrade PyQt</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5074" />
+      <location filename="../UI/UserInterface.py" line="5030" />
       <source>eric needs to be closed in order to upgrade PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5098" />
+      <location filename="../UI/UserInterface.py" line="5054" />
       <source>Upgrade Eric</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5099" />
+      <location filename="../UI/UserInterface.py" line="5055" />
       <source>eric needs to be closed in order to be upgraded. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5124" />
+      <location filename="../UI/UserInterface.py" line="5080" />
       <source>Upgrade Eric and PyQt6</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5125" />
+      <location filename="../UI/UserInterface.py" line="5081" />
       <source>eric needs to be closed in order to upgrade eric and PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
  Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5187" />
+      <location filename="../UI/UserInterface.py" line="5143" />
       <source>&amp;Builtin Tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5207" />
+      <location filename="../UI/UserInterface.py" line="5163" />
       <source>&amp;Plugin Tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5210" />
+      <location filename="../UI/UserInterface.py" line="5166" />
       <source>&amp;User Tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5236" />
+      <location filename="../UI/UserInterface.py" line="5192" />
       <source>Configure Tool Groups ...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5240" />
+      <location filename="../UI/UserInterface.py" line="5196" />
       <source>Configure current Tool Group ...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5279" />
-      <location filename="../UI/UserInterface.py" line="5259" />
+      <location filename="../UI/UserInterface.py" line="5235" />
+      <location filename="../UI/UserInterface.py" line="5215" />
       <source>No User Tools Configured</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5355" />
+      <location filename="../UI/UserInterface.py" line="5311" />
       <source>&amp;Show all</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5357" />
+      <location filename="../UI/UserInterface.py" line="5313" />
       <source>&amp;Hide all</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6472" />
-      <location filename="../UI/UserInterface.py" line="6461" />
-      <location filename="../UI/UserInterface.py" line="6413" />
-      <location filename="../UI/UserInterface.py" line="6403" />
-      <location filename="../UI/UserInterface.py" line="6226" />
-      <location filename="../UI/UserInterface.py" line="6216" />
-      <location filename="../UI/UserInterface.py" line="6158" />
-      <location filename="../UI/UserInterface.py" line="6148" />
+      <location filename="../UI/UserInterface.py" line="6428" />
+      <location filename="../UI/UserInterface.py" line="6417" />
+      <location filename="../UI/UserInterface.py" line="6369" />
+      <location filename="../UI/UserInterface.py" line="6359" />
+      <location filename="../UI/UserInterface.py" line="6182" />
+      <location filename="../UI/UserInterface.py" line="6172" />
+      <location filename="../UI/UserInterface.py" line="6114" />
+      <location filename="../UI/UserInterface.py" line="6104" />
       <source>Problem</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6473" />
-      <location filename="../UI/UserInterface.py" line="6462" />
-      <location filename="../UI/UserInterface.py" line="6414" />
-      <location filename="../UI/UserInterface.py" line="6404" />
-      <location filename="../UI/UserInterface.py" line="6227" />
-      <location filename="../UI/UserInterface.py" line="6217" />
-      <location filename="../UI/UserInterface.py" line="6159" />
-      <location filename="../UI/UserInterface.py" line="6149" />
+      <location filename="../UI/UserInterface.py" line="6429" />
+      <location filename="../UI/UserInterface.py" line="6418" />
+      <location filename="../UI/UserInterface.py" line="6370" />
+      <location filename="../UI/UserInterface.py" line="6360" />
+      <location filename="../UI/UserInterface.py" line="6183" />
+      <location filename="../UI/UserInterface.py" line="6173" />
+      <location filename="../UI/UserInterface.py" line="6115" />
+      <location filename="../UI/UserInterface.py" line="6105" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6714" />
-      <location filename="../UI/UserInterface.py" line="6625" />
-      <location filename="../UI/UserInterface.py" line="6508" />
-      <location filename="../UI/UserInterface.py" line="6485" />
-      <location filename="../UI/UserInterface.py" line="6426" />
-      <location filename="../UI/UserInterface.py" line="6373" />
-      <location filename="../UI/UserInterface.py" line="6351" />
-      <location filename="../UI/UserInterface.py" line="6302" />
-      <location filename="../UI/UserInterface.py" line="6293" />
+      <location filename="../UI/UserInterface.py" line="6670" />
+      <location filename="../UI/UserInterface.py" line="6581" />
+      <location filename="../UI/UserInterface.py" line="6464" />
+      <location filename="../UI/UserInterface.py" line="6441" />
+      <location filename="../UI/UserInterface.py" line="6382" />
+      <location filename="../UI/UserInterface.py" line="6329" />
+      <location filename="../UI/UserInterface.py" line="6307" />
       <location filename="../UI/UserInterface.py" line="6258" />
       <location filename="../UI/UserInterface.py" line="6249" />
-      <location filename="../UI/UserInterface.py" line="6190" />
-      <location filename="../UI/UserInterface.py" line="6181" />
+      <location filename="../UI/UserInterface.py" line="6214" />
+      <location filename="../UI/UserInterface.py" line="6205" />
+      <location filename="../UI/UserInterface.py" line="6146" />
+      <location filename="../UI/UserInterface.py" line="6137" />
       <source>Process Generation Error</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6182" />
+      <location filename="../UI/UserInterface.py" line="6138" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6191" />
+      <location filename="../UI/UserInterface.py" line="6147" />
       <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" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6206" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6215" />
+      <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" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6250" />
-      <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>
+      <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" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="6259" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6294" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6303" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6336" />
+      <location filename="../UI/UserInterface.py" line="6292" />
       <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6352" />
+      <location filename="../UI/UserInterface.py" line="6308" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6374" />
+      <location filename="../UI/UserInterface.py" line="6330" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6427" />
+      <location filename="../UI/UserInterface.py" line="6383" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6486" />
+      <location filename="../UI/UserInterface.py" line="6442" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6509" />
+      <location filename="../UI/UserInterface.py" line="6465" />
       <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" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6562" />
+      <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6582" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6615" />
+      <location filename="../UI/UserInterface.py" line="6605" />
+      <source>External Tools</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6606" />
-      <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6626" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6659" />
-      <location filename="../UI/UserInterface.py" line="6649" />
-      <source>External Tools</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6650" />
       <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6660" />
+      <location filename="../UI/UserInterface.py" line="6616" />
       <source>No toolgroup entry '{0}' found.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6697" />
+      <location filename="../UI/UserInterface.py" line="6653" />
       <source>Starting process '{0} {1}'.
 </source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6715" />
+      <location filename="../UI/UserInterface.py" line="6671" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6794" />
+      <location filename="../UI/UserInterface.py" line="6750" />
       <source>Process '{0}' has exited.
 </source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7082" />
-      <location filename="../UI/UserInterface.py" line="7020" />
+      <location filename="../UI/UserInterface.py" line="7038" />
       <location filename="../UI/UserInterface.py" line="6976" />
-      <location filename="../UI/UserInterface.py" line="6902" />
-      <location filename="../UI/UserInterface.py" line="6838" />
+      <location filename="../UI/UserInterface.py" line="6932" />
+      <location filename="../UI/UserInterface.py" line="6858" />
+      <location filename="../UI/UserInterface.py" line="6794" />
       <source>Documentation Missing</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7083" />
-      <location filename="../UI/UserInterface.py" line="7021" />
+      <location filename="../UI/UserInterface.py" line="7039" />
       <location filename="../UI/UserInterface.py" line="6977" />
-      <location filename="../UI/UserInterface.py" line="6903" />
-      <location filename="../UI/UserInterface.py" line="6839" />
+      <location filename="../UI/UserInterface.py" line="6933" />
+      <location filename="../UI/UserInterface.py" line="6859" />
+      <location filename="../UI/UserInterface.py" line="6795" />
       <source>&lt;p&gt;The documentation starting point "&lt;b&gt;{0}&lt;/b&gt;" could not be found.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7064" />
-      <location filename="../UI/UserInterface.py" line="6946" />
+      <location filename="../UI/UserInterface.py" line="7020" />
+      <location filename="../UI/UserInterface.py" line="6902" />
       <source>Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6947" />
+      <location filename="../UI/UserInterface.py" line="6903" />
       <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7065" />
+      <location filename="../UI/UserInterface.py" line="7021" />
       <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7244" />
-      <location filename="../UI/UserInterface.py" line="7180" />
+      <location filename="../UI/UserInterface.py" line="7200" />
+      <location filename="../UI/UserInterface.py" line="7136" />
       <source>Start Web Browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7181" />
+      <location filename="../UI/UserInterface.py" line="7137" />
       <source>The eric web browser could not be started.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7245" />
+      <location filename="../UI/UserInterface.py" line="7201" />
       <source>&lt;p&gt;The eric web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7291" />
+      <location filename="../UI/UserInterface.py" line="7247" />
       <source>Open Browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7291" />
+      <location filename="../UI/UserInterface.py" line="7247" />
       <source>Could not start a web browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7595" />
-      <location filename="../UI/UserInterface.py" line="7557" />
+      <location filename="../UI/UserInterface.py" line="7551" />
+      <location filename="../UI/UserInterface.py" line="7513" />
       <source>Keyboard Shortcuts File (*.ekj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7575" />
+      <location filename="../UI/UserInterface.py" line="7531" />
       <source>&lt;p&gt;The keyboard shortcuts file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7779" />
+      <location filename="../UI/UserInterface.py" line="7735" />
       <source>Load crash session...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7782" />
+      <location filename="../UI/UserInterface.py" line="7738" />
       <source>Clean crash sessions...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7819" />
+      <location filename="../UI/UserInterface.py" line="7775" />
       <source>Read Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7820" />
+      <location filename="../UI/UserInterface.py" line="7776" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7843" />
+      <location filename="../UI/UserInterface.py" line="7799" />
       <source>Save Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7868" />
-      <location filename="../UI/UserInterface.py" line="7845" />
+      <location filename="../UI/UserInterface.py" line="7824" />
+      <location filename="../UI/UserInterface.py" line="7801" />
       <source>eric Session Files (*.esj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8374" />
+      <location filename="../UI/UserInterface.py" line="8330" />
       <source>Drop Error</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8375" />
+      <location filename="../UI/UserInterface.py" line="8331" />
       <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8550" />
+      <location filename="../UI/UserInterface.py" line="8506" />
       <source>Upgrade available</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8551" />
+      <location filename="../UI/UserInterface.py" line="8507" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8599" />
+      <location filename="../UI/UserInterface.py" line="8555" />
       <source>First time usage</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8600" />
+      <location filename="../UI/UserInterface.py" line="8556" />
       <source>eric has not been configured yet. The configuration dialog will be started.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8622" />
+      <location filename="../UI/UserInterface.py" line="8578" />
       <source>Select Workspace Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8790" />
+      <location filename="../UI/UserInterface.py" line="8746" />
       <source>Unsaved Data Detected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8791" />
+      <location filename="../UI/UserInterface.py" line="8747" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation type="unfinished" />
     </message>
--- a/src/eric7/i18n/eric7_en.ts	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/i18n/eric7_en.ts	Sun Apr 13 15:53:14 2025 +0200
@@ -8739,62 +8739,62 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="252" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="243" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="248" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="239" />
       <source>uic error</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="244" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="240" />
       <source>&lt;p&gt;There was an error loading the form &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="253" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="249" />
       <source>&lt;p&gt;The project specific Python interpreter &lt;b&gt;{0}&lt;/b&gt; could not be started or did not finish within 30 seconds.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="405" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="401" />
       <source>Update Slots List</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="406" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="402" />
       <source>&lt;p&gt;The update of the slots list failed because invalid data was received.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Data: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="604" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="501" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="463" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="451" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="419" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="596" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="493" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="455" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="443" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="415" />
       <source>Code Generation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="420" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="416" />
       <source>&lt;p&gt;Code generation for project language "{0}" is not supported.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="452" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="444" />
       <source>&lt;p&gt;No code template file available for project type "{0}".&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="464" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="456" />
       <source>&lt;p&gt;Could not open the code template file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="502" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="494" />
       <source>&lt;p&gt;Could not open the source file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="605" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="597" />
       <source>&lt;p&gt;Could not write the source file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -24055,18 +24055,18 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="81" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="80" />
       <source>EricFileDialog Wizard</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="91" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="90" />
       <source>QFileDialog Wizard</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="109" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="108" />
       <source>Test</source>
       <translation type="unfinished" />
     </message>
@@ -33315,8 +33315,7 @@
   <context>
     <name>HelpDocsInstaller</name>
     <message>
-      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="319" />
-      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="248" />
+      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="128" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be registered. &lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -33324,8 +33323,6 @@
   <context>
     <name>HelpDocumentationPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="60" />
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="56" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="52" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="48" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="44" />
@@ -33390,21 +33387,6 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Qt5 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Enter the Qt5 documentation directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the QT5DOCDIR environment variable, if set.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
       <source>Qt6 Documentation</source>
       <translation type="unfinished" />
     </message>
@@ -33420,21 +33402,6 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>PyQt5 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Enter the PyQt5 documentation directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
       <source>PyQt6 Documentation</source>
       <translation type="unfinished" />
     </message>
@@ -50562,7 +50529,7 @@
     </message>
     <message>
       <location filename="../QScintilla/Lexers/LexerPython.py" line="94" />
-      <source>PyQt5/6 Modules</source>
+      <source>PyQt6 Modules</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -62311,18 +62278,18 @@
   <context>
     <name>Preferences</name>
     <message>
-      <location filename="../Preferences/__init__.py" line="1891" />
+      <location filename="../Preferences/__init__.py" line="1866" />
       <source>Export Preferences</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1920" />
-      <location filename="../Preferences/__init__.py" line="1893" />
+      <location filename="../Preferences/__init__.py" line="1895" />
+      <location filename="../Preferences/__init__.py" line="1868" />
       <source>Properties File (*.ini);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1918" />
+      <location filename="../Preferences/__init__.py" line="1893" />
       <source>Import Preferences</source>
       <translation type="unfinished" />
     </message>
@@ -62821,123 +62788,108 @@
     </message>
     <message>
       <location filename="../Preferences/ProgramsDialog.py" line="160" />
-      <source>Translation Extractor (Python, PyQt5)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="168" />
-      <source>Forms Compiler (Python, PyQt5)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="176" />
-      <source>Resource Compiler (Python, PyQt5)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="187" />
       <source>Translation Extractor (Python, PyQt6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="194" />
+      <location filename="../Preferences/ProgramsDialog.py" line="167" />
       <source>Forms Compiler (Python, PyQt6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="204" />
+      <location filename="../Preferences/ProgramsDialog.py" line="177" />
       <source>Translation Extractor (Python, PySide6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="213" />
+      <location filename="../Preferences/ProgramsDialog.py" line="186" />
       <source>Forms Compiler (Python, PySide6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="222" />
+      <location filename="../Preferences/ProgramsDialog.py" line="195" />
       <source>Resource Compiler (Python, PySide6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="237" />
+      <location filename="../Preferences/ProgramsDialog.py" line="210" />
       <source>conda Manager</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="247" />
+      <location filename="../Preferences/ProgramsDialog.py" line="220" />
       <source>PyPI Package Management</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="499" />
-      <location filename="../Preferences/ProgramsDialog.py" line="496" />
-      <location filename="../Preferences/ProgramsDialog.py" line="480" />
-      <location filename="../Preferences/ProgramsDialog.py" line="350" />
-      <location filename="../Preferences/ProgramsDialog.py" line="283" />
-      <location filename="../Preferences/ProgramsDialog.py" line="266" />
+      <location filename="../Preferences/ProgramsDialog.py" line="472" />
+      <location filename="../Preferences/ProgramsDialog.py" line="469" />
+      <location filename="../Preferences/ProgramsDialog.py" line="453" />
+      <location filename="../Preferences/ProgramsDialog.py" line="323" />
+      <location filename="../Preferences/ProgramsDialog.py" line="256" />
+      <location filename="../Preferences/ProgramsDialog.py" line="239" />
       <source>(unknown)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="270" />
+      <location filename="../Preferences/ProgramsDialog.py" line="243" />
       <source>Spell Checker - PyEnchant</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="287" />
+      <location filename="../Preferences/ProgramsDialog.py" line="260" />
       <source>Source Highlighter - Pygments</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="294" />
+      <location filename="../Preferences/ProgramsDialog.py" line="267" />
       <source>MicroPython - MPY Cross Compiler</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="301" />
+      <location filename="../Preferences/ProgramsDialog.py" line="274" />
       <source>MicroPython - ESP Tool</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="312" />
+      <location filename="../Preferences/ProgramsDialog.py" line="285" />
       <source>MicroPython - PyBoard Flasher</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="322" />
+      <location filename="../Preferences/ProgramsDialog.py" line="295" />
       <source>MicroPython - STLink Info</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="332" />
+      <location filename="../Preferences/ProgramsDialog.py" line="305" />
       <source>MicroPython - STLink Flasher</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="354" />
+      <location filename="../Preferences/ProgramsDialog.py" line="327" />
       <source>Code Assistant - Jedi</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="434" />
+      <location filename="../Preferences/ProgramsDialog.py" line="407" />
       <source>(not configured)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="469" />
+      <location filename="../Preferences/ProgramsDialog.py" line="442" />
       <source>(module not found)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="502" />
+      <location filename="../Preferences/ProgramsDialog.py" line="475" />
       <source>(not executable)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="548" />
-      <location filename="../Preferences/ProgramsDialog.py" line="516" />
-      <location filename="../Preferences/ProgramsDialog.py" line="514" />
+      <location filename="../Preferences/ProgramsDialog.py" line="521" />
+      <location filename="../Preferences/ProgramsDialog.py" line="489" />
+      <location filename="../Preferences/ProgramsDialog.py" line="487" />
       <source>(not found)</source>
       <translation type="unfinished" />
     </message>
@@ -62961,404 +62913,394 @@
     </message>
     <message>
       <location filename="../Project/Project.py" line="337" />
-      <source>PyQt5 GUI</source>
+      <source>PyQt6 GUI</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="338" />
-      <source>PyQt5 Console</source>
+      <source>PyQt6 Console</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="339" />
-      <source>PyQt6 GUI</source>
+      <source>Eric7 Plugin</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="340" />
-      <source>PyQt6 Console</source>
+      <source>Console</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="341" />
-      <source>Eric7 Plugin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="342" />
-      <source>Console</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="343" />
       <source>Other</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="362" />
+      <location filename="../Project/Project.py" line="358" />
       <source>PySide6 GUI</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="363" />
+      <location filename="../Project/Project.py" line="359" />
       <source>PySide6 Console</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="461" />
-      <location filename="../Project/Project.py" line="449" />
-      <location filename="../Project/Project.py" line="438" />
+      <location filename="../Project/Project.py" line="457" />
+      <location filename="../Project/Project.py" line="445" />
+      <location filename="../Project/Project.py" line="434" />
       <source>Registering Project Type</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="439" />
+      <location filename="../Project/Project.py" line="435" />
       <source>&lt;p&gt;The Programming Language &lt;b&gt;{0}&lt;/b&gt; is not supported (project type: {1}).&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="450" />
+      <location filename="../Project/Project.py" line="446" />
       <source>&lt;p&gt;The Project type &lt;b&gt;{0}&lt;/b&gt; is already registered with Programming Language &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="462" />
+      <location filename="../Project/Project.py" line="458" />
       <source>&lt;p&gt;The Project type &lt;b&gt;{0}&lt;/b&gt; is already registered.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="767" />
+      <location filename="../Project/Project.py" line="763" />
       <source>All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1321" />
+      <location filename="../Project/Project.py" line="1310" />
       <source>Read Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1567" />
-      <location filename="../Project/Project.py" line="1541" />
-      <location filename="../Project/Project.py" line="1505" />
-      <location filename="../Project/Project.py" line="1423" />
-      <location filename="../Project/Project.py" line="1384" />
-      <location filename="../Project/Project.py" line="1359" />
-      <location filename="../Project/Project.py" line="1322" />
+      <location filename="../Project/Project.py" line="1556" />
+      <location filename="../Project/Project.py" line="1530" />
+      <location filename="../Project/Project.py" line="1494" />
+      <location filename="../Project/Project.py" line="1412" />
+      <location filename="../Project/Project.py" line="1373" />
+      <location filename="../Project/Project.py" line="1348" />
+      <location filename="../Project/Project.py" line="1311" />
       <source>Please save the project first.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1358" />
+      <location filename="../Project/Project.py" line="1347" />
       <source>Save Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1400" />
-      <location filename="../Project/Project.py" line="1383" />
+      <location filename="../Project/Project.py" line="1389" />
+      <location filename="../Project/Project.py" line="1372" />
       <source>Delete Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1390" />
+      <location filename="../Project/Project.py" line="1379" />
       <source>Delete Remote Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1409" />
+      <location filename="../Project/Project.py" line="1398" />
       <source>&lt;p&gt;The project session file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1422" />
+      <location filename="../Project/Project.py" line="1411" />
       <source>Read Tasks</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1504" />
+      <location filename="../Project/Project.py" line="1493" />
       <source>Read Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1540" />
+      <location filename="../Project/Project.py" line="1529" />
       <source>Save Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1583" />
-      <location filename="../Project/Project.py" line="1566" />
+      <location filename="../Project/Project.py" line="1572" />
+      <location filename="../Project/Project.py" line="1555" />
       <source>Delete Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1573" />
+      <location filename="../Project/Project.py" line="1562" />
       <source>Delete Remote Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1592" />
+      <location filename="../Project/Project.py" line="1581" />
       <source>&lt;p&gt;The project debugger properties file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1765" />
+      <location filename="../Project/Project.py" line="1754" />
       <source>Add Language</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1766" />
+      <location filename="../Project/Project.py" line="1755" />
       <source>You have to specify a translation pattern first.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1905" />
+      <location filename="../Project/Project.py" line="1892" />
       <source>Delete Translation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1932" />
-      <location filename="../Project/Project.py" line="1906" />
+      <location filename="../Project/Project.py" line="1919" />
+      <location filename="../Project/Project.py" line="1893" />
       <source>&lt;p&gt;The selected translation file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1931" />
+      <location filename="../Project/Project.py" line="1918" />
       <source>Delete translation</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="2071" />
+      <location filename="../Project/Project.py" line="2054" />
+      <source>Add File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="2173" />
+      <location filename="../Project/Project.py" line="2055" />
+      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists.&lt;/p&gt;&lt;p&gt;Overwrite it?&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="2072" />
+      <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be added to &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {2}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="2084" />
-      <location filename="../Project/Project.py" line="2067" />
-      <source>Add File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2186" />
-      <location filename="../Project/Project.py" line="2068" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists.&lt;/p&gt;&lt;p&gt;Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
+      <source>Add file</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="2269" />
       <location filename="../Project/Project.py" line="2085" />
-      <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be added to &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {2}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2097" />
-      <source>Add file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2282" />
-      <location filename="../Project/Project.py" line="2098" />
       <source>The target directory must not be empty.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2185" />
-      <location filename="../Project/Project.py" line="2158" />
-      <location filename="../Project/Project.py" line="2138" />
+      <location filename="../Project/Project.py" line="2172" />
+      <location filename="../Project/Project.py" line="2145" />
+      <location filename="../Project/Project.py" line="2125" />
       <source>Add Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2139" />
+      <location filename="../Project/Project.py" line="2126" />
       <source>&lt;p&gt;The source directory doesn't contain any files belonging to the selected category.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2159" />
+      <location filename="../Project/Project.py" line="2146" />
       <source>&lt;p&gt;The target directory &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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2293" />
-      <location filename="../Project/Project.py" line="2281" />
+      <location filename="../Project/Project.py" line="2280" />
+      <location filename="../Project/Project.py" line="2268" />
       <source>Add directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2294" />
+      <location filename="../Project/Project.py" line="2281" />
       <source>The source directory must not be empty.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2408" />
-      <location filename="../Project/Project.py" line="2390" />
-      <location filename="../Project/Project.py" line="2374" />
-      <location filename="../Project/Project.py" line="2367" />
+      <location filename="../Project/Project.py" line="2395" />
+      <location filename="../Project/Project.py" line="2377" />
+      <location filename="../Project/Project.py" line="2361" />
+      <location filename="../Project/Project.py" line="2354" />
       <source>Rename File</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8075" />
-      <location filename="../Project/Project.py" line="3895" />
-      <location filename="../Project/Project.py" line="2391" />
+      <location filename="../Project/Project.py" line="8062" />
+      <location filename="../Project/Project.py" line="3882" />
+      <location filename="../Project/Project.py" line="2378" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2409" />
+      <location filename="../Project/Project.py" line="2396" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be renamed.&lt;br /&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2676" />
+      <location filename="../Project/Project.py" line="2663" />
       <source>Delete File</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2677" />
+      <location filename="../Project/Project.py" line="2664" />
       <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2705" />
+      <location filename="../Project/Project.py" line="2692" />
       <source>Delete Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2706" />
+      <location filename="../Project/Project.py" line="2693" />
       <source>&lt;p&gt;The selected directory &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2839" />
+      <location filename="../Project/Project.py" line="2826" />
       <source>Create project directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2840" />
+      <location filename="../Project/Project.py" line="2827" />
       <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3668" />
-      <location filename="../Project/Project.py" line="2940" />
+      <location filename="../Project/Project.py" line="3655" />
+      <location filename="../Project/Project.py" line="2927" />
       <source>Create project management directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3669" />
-      <location filename="../Project/Project.py" line="2941" />
+      <location filename="../Project/Project.py" line="3656" />
+      <location filename="../Project/Project.py" line="2928" />
       <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; is not writable.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2981" />
+      <location filename="../Project/Project.py" line="2968" />
       <source>Create main script</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2982" />
+      <location filename="../Project/Project.py" line="2969" />
       <source>&lt;p&gt;The main script &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3449" />
-      <location filename="../Project/Project.py" line="3006" />
+      <location filename="../Project/Project.py" line="3436" />
+      <location filename="../Project/Project.py" line="2993" />
       <source>Create Makefile</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3450" />
-      <location filename="../Project/Project.py" line="3007" />
+      <location filename="../Project/Project.py" line="3437" />
+      <location filename="../Project/Project.py" line="2994" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3698" />
-      <location filename="../Project/Project.py" line="3159" />
-      <location filename="../Project/Project.py" line="3130" />
-      <location filename="../Project/Project.py" line="3098" />
-      <location filename="../Project/Project.py" line="3080" />
-      <location filename="../Project/Project.py" line="3055" />
-      <location filename="../Project/Project.py" line="3017" />
+      <location filename="../Project/Project.py" line="3685" />
+      <location filename="../Project/Project.py" line="3146" />
+      <location filename="../Project/Project.py" line="3117" />
+      <location filename="../Project/Project.py" line="3085" />
+      <location filename="../Project/Project.py" line="3067" />
+      <location filename="../Project/Project.py" line="3042" />
+      <location filename="../Project/Project.py" line="3004" />
       <source>New Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3018" />
+      <location filename="../Project/Project.py" line="3005" />
       <source>Add existing files to the project?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3699" />
-      <location filename="../Project/Project.py" line="3056" />
+      <location filename="../Project/Project.py" line="3686" />
+      <location filename="../Project/Project.py" line="3043" />
       <source>Select Version Control System</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3160" />
-      <location filename="../Project/Project.py" line="3081" />
+      <location filename="../Project/Project.py" line="3147" />
+      <location filename="../Project/Project.py" line="3068" />
       <source>Would you like to edit the VCS command options?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3099" />
+      <location filename="../Project/Project.py" line="3086" />
       <source>Shall the project file be added to the repository?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3136" />
-      <location filename="../Project/Project.py" line="3125" />
+      <location filename="../Project/Project.py" line="3123" />
+      <location filename="../Project/Project.py" line="3112" />
       <source>None</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3131" />
+      <location filename="../Project/Project.py" line="3118" />
       <source>Select version control system for the project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3342" />
+      <location filename="../Project/Project.py" line="3329" />
       <source>Translation Pattern</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3343" />
+      <location filename="../Project/Project.py" line="3330" />
       <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3647" />
+      <location filename="../Project/Project.py" line="3634" />
       <source>Open Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8061" />
-      <location filename="../Project/Project.py" line="8055" />
-      <location filename="../Project/Project.py" line="8045" />
-      <location filename="../Project/Project.py" line="3880" />
-      <location filename="../Project/Project.py" line="3870" />
-      <location filename="../Project/Project.py" line="3649" />
+      <location filename="../Project/Project.py" line="8048" />
+      <location filename="../Project/Project.py" line="8042" />
+      <location filename="../Project/Project.py" line="8032" />
+      <location filename="../Project/Project.py" line="3867" />
+      <location filename="../Project/Project.py" line="3857" />
+      <location filename="../Project/Project.py" line="3636" />
       <source>Project Files (*.epj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3894" />
-      <location filename="../Project/Project.py" line="3878" />
+      <location filename="../Project/Project.py" line="3881" />
+      <location filename="../Project/Project.py" line="3865" />
       <source>Save Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3933" />
+      <location filename="../Project/Project.py" line="3920" />
       <source>Close Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3934" />
+      <location filename="../Project/Project.py" line="3921" />
       <source>The current project has unsaved changes.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4134" />
-      <location filename="../Project/Project.py" line="4098" />
+      <location filename="../Project/Project.py" line="4121" />
+      <location filename="../Project/Project.py" line="4085" />
       <source>Syntax Errors Detected</source>
       <translation type="unfinished" />
     </message>
     <message numerus="yes">
-      <location filename="../Project/Project.py" line="4135" />
-      <location filename="../Project/Project.py" line="4099" />
+      <location filename="../Project/Project.py" line="4122" />
+      <location filename="../Project/Project.py" line="4086" />
       <source>The project contains %n file(s) with syntax errors.</source>
       <translation>
         <numerusform>The project contains one file with syntax errors.</numerusform>
@@ -63366,1268 +63308,1268 @@
       </translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4793" />
+      <location filename="../Project/Project.py" line="4780" />
       <source>New project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4795" />
+      <location filename="../Project/Project.py" line="4782" />
       <source>&amp;New...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4801" />
+      <location filename="../Project/Project.py" line="4788" />
       <source>Generate a new project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4803" />
+      <location filename="../Project/Project.py" line="4790" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4813" />
+      <location filename="../Project/Project.py" line="4800" />
       <source>Open project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4815" />
+      <location filename="../Project/Project.py" line="4802" />
       <source>&amp;Open...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4821" />
+      <location filename="../Project/Project.py" line="4808" />
       <source>Open an existing project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4823" />
+      <location filename="../Project/Project.py" line="4810" />
       <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing project.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4829" />
+      <location filename="../Project/Project.py" line="4816" />
       <source>Open remote project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4831" />
+      <location filename="../Project/Project.py" line="4818" />
       <source>Open (Remote)...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4824" />
+      <source>Open an existing remote project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4826" />
+      <source>&lt;b&gt;Open (Remote)...&lt;/b&gt;&lt;p&gt;This opens an existing remote project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4835" />
+      <source>Reload project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4837" />
-      <source>Open an existing remote project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4839" />
-      <source>&lt;b&gt;Open (Remote)...&lt;/b&gt;&lt;p&gt;This opens an existing remote project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4848" />
-      <source>Reload project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4850" />
       <source>Re&amp;load</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4856" />
+      <location filename="../Project/Project.py" line="4843" />
       <source>Reload the current project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4858" />
+      <location filename="../Project/Project.py" line="4845" />
       <source>&lt;b&gt;Reload&lt;/b&gt;&lt;p&gt;This reloads the current project.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4864" />
+      <location filename="../Project/Project.py" line="4851" />
       <source>Close project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4866" />
+      <location filename="../Project/Project.py" line="4853" />
       <source>&amp;Close</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4872" />
+      <location filename="../Project/Project.py" line="4859" />
       <source>Close the current project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4874" />
+      <location filename="../Project/Project.py" line="4861" />
       <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current project.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4880" />
+      <location filename="../Project/Project.py" line="4867" />
       <source>Save project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5177" />
-      <location filename="../Project/Project.py" line="4882" />
+      <location filename="../Project/Project.py" line="5164" />
+      <location filename="../Project/Project.py" line="4869" />
       <source>&amp;Save</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4888" />
+      <location filename="../Project/Project.py" line="4875" />
       <source>Save the current project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4890" />
+      <location filename="../Project/Project.py" line="4877" />
       <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current project.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4896" />
+      <location filename="../Project/Project.py" line="4883" />
       <source>Save project as</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4898" />
+      <location filename="../Project/Project.py" line="4885" />
       <source>Save &amp;as...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4891" />
+      <source>Save the current project to a new file</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4893" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4902" />
+      <source>Save project as (Remote)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4904" />
-      <source>Save the current project to a new file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4906" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4915" />
-      <source>Save project as (Remote)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4917" />
       <source>Save as (Remote)...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4924" />
+      <location filename="../Project/Project.py" line="4911" />
       <source>Save the current project to a new remote file</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4927" />
+      <location filename="../Project/Project.py" line="4914" />
       <source>&lt;b&gt;Save as (Remote)&lt;/b&gt;&lt;p&gt;This saves the current project to a new remote file.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4943" />
+      <location filename="../Project/Project.py" line="4930" />
       <source>Add files to project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4945" />
+      <location filename="../Project/Project.py" line="4932" />
       <source>Add &amp;files...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4938" />
+      <source>Add files to the current project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4940" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4951" />
-      <source>Add files to the current project</source>
+      <source>Add directory to project</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="4953" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4964" />
-      <source>Add directory to project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4966" />
       <source>Add directory...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4960" />
+      <source>Add a directory to the current project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4963" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4973" />
-      <source>Add a directory to the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4976" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4986" />
       <source>Add translation to project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4988" />
+      <location filename="../Project/Project.py" line="4975" />
       <source>Add &amp;translation...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4982" />
+      <source>Add a translation to the current project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4985" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4995" />
-      <source>Add a translation to the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4998" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5008" />
       <source>Search new files</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5009" />
+      <location filename="../Project/Project.py" line="4996" />
       <source>Searc&amp;h new files...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5002" />
+      <source>Search new files in the project directory.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5004" />
+      <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, forms, ...) in the project directory and registered subdirectories.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5014" />
+      <source>Search Project File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5015" />
-      <source>Search new files in the project directory.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5017" />
-      <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, forms, ...) in the project directory and registered subdirectories.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5027" />
-      <source>Search Project File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5028" />
       <source>Search Project File...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5029" />
+      <location filename="../Project/Project.py" line="5016" />
       <source>Alt+Ctrl+P</source>
       <comment>Project|Search Project File</comment>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5021" />
+      <source>Search for a file in the project list of files.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5023" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5032" />
+      <source>Project properties</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5034" />
-      <source>Search for a file in the project list of files.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5036" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5045" />
-      <source>Project properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5047" />
       <source>&amp;Properties...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5040" />
+      <source>Show the project properties</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5042" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5051" />
+      <source>User project properties</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5053" />
-      <source>Show the project properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5055" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5064" />
-      <source>User project properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5066" />
       <source>&amp;User Properties...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5060" />
+      <source>Show the user specific project properties</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5063" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5073" />
-      <source>Show the user specific project properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5076" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5086" />
       <source>Filetype Associations</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5087" />
+      <location filename="../Project/Project.py" line="5074" />
       <source>Filetype Associations...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5094" />
+      <location filename="../Project/Project.py" line="5081" />
       <source>Show the project file type associations</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5084" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5097" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5110" />
       <source>Lexer Associations</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5111" />
+      <location filename="../Project/Project.py" line="5098" />
       <source>Lexer Associations...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5118" />
+      <location filename="../Project/Project.py" line="5105" />
       <source>Show the project lexer associations (overriding defaults)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5121" />
+      <location filename="../Project/Project.py" line="5108" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5139" />
+      <location filename="../Project/Project.py" line="5126" />
       <source>Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5140" />
+      <location filename="../Project/Project.py" line="5127" />
       <source>Debugger &amp;Properties...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5133" />
+      <source>Show the debugger properties</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5135" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5145" />
+      <source>Load</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5146" />
-      <source>Show the debugger properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5148" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5158" />
-      <source>Load</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5159" />
       <source>&amp;Load</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5165" />
+      <location filename="../Project/Project.py" line="5152" />
       <source>Load the debugger properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5167" />
+      <location filename="../Project/Project.py" line="5154" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5176" />
+      <location filename="../Project/Project.py" line="5163" />
       <source>Save</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5183" />
+      <location filename="../Project/Project.py" line="5170" />
       <source>Save the debugger properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5185" />
+      <location filename="../Project/Project.py" line="5172" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5194" />
+      <location filename="../Project/Project.py" line="5181" />
       <source>Delete</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5195" />
+      <location filename="../Project/Project.py" line="5182" />
       <source>&amp;Delete</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5188" />
+      <source>Delete the debugger properties</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5190" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5200" />
+      <source>Reset</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5201" />
-      <source>Delete the debugger properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5203" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5213" />
-      <source>Reset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5214" />
       <source>&amp;Reset</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5220" />
+      <location filename="../Project/Project.py" line="5207" />
       <source>Reset the debugger properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5222" />
+      <location filename="../Project/Project.py" line="5209" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5238" />
-      <location filename="../Project/Project.py" line="5237" />
+      <location filename="../Project/Project.py" line="5225" />
+      <location filename="../Project/Project.py" line="5224" />
       <source>Load session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5244" />
+      <location filename="../Project/Project.py" line="5231" />
       <source>Load the projects session file.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5246" />
+      <location filename="../Project/Project.py" line="5233" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5262" />
-      <location filename="../Project/Project.py" line="5261" />
+      <location filename="../Project/Project.py" line="5249" />
+      <location filename="../Project/Project.py" line="5248" />
       <source>Save session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5268" />
+      <location filename="../Project/Project.py" line="5255" />
       <source>Save the projects session file.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5270" />
+      <location filename="../Project/Project.py" line="5257" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5286" />
-      <location filename="../Project/Project.py" line="5285" />
+      <location filename="../Project/Project.py" line="5273" />
+      <location filename="../Project/Project.py" line="5272" />
       <source>Delete session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5292" />
+      <location filename="../Project/Project.py" line="5279" />
       <source>Delete the projects session file.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5294" />
+      <location filename="../Project/Project.py" line="5281" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5309" />
+      <location filename="../Project/Project.py" line="5296" />
       <source>Code Metrics</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5310" />
+      <location filename="../Project/Project.py" line="5297" />
       <source>&amp;Code Metrics...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5304" />
+      <source>Show some code metrics for the project.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5307" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5317" />
-      <source>Show some code metrics for the project.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5320" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5330" />
       <source>Python Code Coverage</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5331" />
+      <location filename="../Project/Project.py" line="5318" />
       <source>Code Co&amp;verage...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5338" />
+      <location filename="../Project/Project.py" line="5325" />
       <source>Show code coverage information for the project.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5341" />
+      <location filename="../Project/Project.py" line="5328" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6775" />
       <location filename="../Project/Project.py" line="6762" />
-      <location filename="../Project/Project.py" line="5351" />
+      <location filename="../Project/Project.py" line="6749" />
+      <location filename="../Project/Project.py" line="5338" />
       <source>Profile Data</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5352" />
+      <location filename="../Project/Project.py" line="5339" />
       <source>&amp;Profile Data...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5359" />
+      <location filename="../Project/Project.py" line="5346" />
       <source>Show profiling data for the project.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5362" />
+      <location filename="../Project/Project.py" line="5349" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6827" />
-      <location filename="../Project/Project.py" line="5377" />
+      <location filename="../Project/Project.py" line="6814" />
+      <location filename="../Project/Project.py" line="5364" />
       <source>Application Diagram</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5378" />
+      <location filename="../Project/Project.py" line="5365" />
       <source>&amp;Application Diagram...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5372" />
+      <source>Show a diagram of the project.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5375" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5384" />
+      <source>Load Diagram</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5385" />
-      <source>Show a diagram of the project.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5388" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5397" />
-      <source>Load Diagram</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5398" />
       <source>&amp;Load Diagram...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5404" />
+      <location filename="../Project/Project.py" line="5391" />
       <source>Load a diagram from file.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5406" />
+      <location filename="../Project/Project.py" line="5393" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6995" />
-      <location filename="../Project/Project.py" line="6940" />
-      <location filename="../Project/Project.py" line="5421" />
+      <location filename="../Project/Project.py" line="6982" />
+      <location filename="../Project/Project.py" line="6927" />
+      <location filename="../Project/Project.py" line="5408" />
       <source>Create Package List</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5423" />
+      <location filename="../Project/Project.py" line="5410" />
       <source>Create &amp;Package List</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5430" />
+      <location filename="../Project/Project.py" line="5417" />
       <source>Create an initial PKGLIST file for an eric plugin.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5420" />
+      <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric plugin archive. The list is created from the project file.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7053" />
+      <location filename="../Project/Project.py" line="5431" />
+      <source>Create Plugin Archives</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5433" />
-      <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric plugin archive. The list is created from the project file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7066" />
-      <location filename="../Project/Project.py" line="5444" />
-      <source>Create Plugin Archives</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5446" />
       <source>Create Plugin &amp;Archives</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5452" />
+      <location filename="../Project/Project.py" line="5439" />
       <source>Create eric plugin archive files.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5454" />
+      <location filename="../Project/Project.py" line="5441" />
       <source>&lt;b&gt;Create Plugin Archives&lt;/b&gt;&lt;p&gt;This creates eric 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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5466" />
+      <location filename="../Project/Project.py" line="5453" />
       <source>Create Plugin Archives (Snapshot)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5468" />
+      <location filename="../Project/Project.py" line="5455" />
       <source>Create Plugin Archives (&amp;Snapshot)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5475" />
+      <location filename="../Project/Project.py" line="5462" />
       <source>Create eric plugin archive files (snapshot releases).</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5478" />
+      <location filename="../Project/Project.py" line="5465" />
       <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric 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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7522" />
-      <location filename="../Project/Project.py" line="7493" />
-      <location filename="../Project/Project.py" line="7447" />
-      <location filename="../Project/Project.py" line="7399" />
-      <location filename="../Project/Project.py" line="5497" />
+      <location filename="../Project/Project.py" line="7509" />
+      <location filename="../Project/Project.py" line="7480" />
+      <location filename="../Project/Project.py" line="7434" />
+      <location filename="../Project/Project.py" line="7386" />
+      <location filename="../Project/Project.py" line="5484" />
       <source>Execute Make</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5498" />
+      <location filename="../Project/Project.py" line="5485" />
       <source>&amp;Execute Make</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5491" />
+      <source>Perform a 'make' run.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5493" />
+      <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a 'make' run to rebuild the configured target.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7486" />
+      <location filename="../Project/Project.py" line="5503" />
+      <source>Test for Changes</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5504" />
-      <source>Perform a 'make' run.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5506" />
-      <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a 'make' run to rebuild the configured target.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7499" />
-      <location filename="../Project/Project.py" line="5516" />
-      <source>Test for Changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5517" />
       <source>&amp;Test for Changes</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5524" />
+      <location filename="../Project/Project.py" line="5511" />
       <source>Question 'make', if a rebuild is needed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5527" />
+      <location filename="../Project/Project.py" line="5514" />
       <source>&lt;b&gt;Test for Changes&lt;/b&gt;&lt;p&gt;This questions 'make', if a rebuild of the configured target is necessary.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5545" />
+      <location filename="../Project/Project.py" line="5532" />
       <source>Create SBOM File</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5546" />
+      <location filename="../Project/Project.py" line="5533" />
       <source>Create &amp;SBOM File</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5553" />
+      <location filename="../Project/Project.py" line="5540" />
       <source>Create a SBOM file of the project dependencies.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5556" />
+      <location filename="../Project/Project.py" line="5543" />
       <source>&lt;b&gt;Create SBOM File&lt;/b&gt;&lt;p&gt;This allows the creation of a SBOM file of the project dependencies. This may be based on various input sources and will be saved as a CycloneDX SBOM file.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5567" />
+      <location filename="../Project/Project.py" line="5554" />
       <source>Clear Byte Code Caches</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5568" />
+      <location filename="../Project/Project.py" line="5555" />
       <source>Clear Byte Code &amp;Caches</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5575" />
+      <location filename="../Project/Project.py" line="5562" />
       <source>Clear the byte code caches of the project.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5578" />
+      <location filename="../Project/Project.py" line="5565" />
       <source>&lt;b&gt;Clear Byte Code Caches&lt;/b&gt;&lt;p&gt;This deletes all directories containing byte code cache files.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5594" />
+      <location filename="../Project/Project.py" line="5581" />
       <source>About Black</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5595" />
+      <location filename="../Project/Project.py" line="5582" />
       <source>&amp;Black</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5601" />
+      <location filename="../Project/Project.py" line="5588" />
       <source>Show some information about 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5590" />
+      <source>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'Black' tool.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5602" />
+      <source>Format Code</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5603" />
-      <source>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'Black' tool.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5615" />
-      <source>Format Code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5616" />
       <source>&amp;Format Code</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5623" />
+      <location filename="../Project/Project.py" line="5610" />
       <source>Format the project sources with 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5613" />
+      <source>&lt;b&gt;Format Code&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the formatting run and reformats the project sources using 'Black'.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5625" />
+      <source>Check Code Formatting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5626" />
-      <source>&lt;b&gt;Format Code&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the formatting run and reformats the project sources using 'Black'.&lt;/p&gt;</source>
+      <source>&amp;Check Code Formatting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5633" />
+      <source>Check, if the project sources need to be reformatted with 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5638" />
-      <source>Check Code Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5639" />
-      <source>&amp;Check Code Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5646" />
-      <source>Check, if the project sources need to be reformatted with 'Black'.</source>
+      <source>&lt;b&gt;Check Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format check run and performs a check, if the project sources need to be reformatted using 'Black'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5651" />
-      <source>&lt;b&gt;Check Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format check run and performs a check, if the project sources need to be reformatted using 'Black'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5664" />
       <source>Code Formatting Diff</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5652" />
+      <source>Code Formatting &amp;Diff</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5659" />
+      <source>Generate a unified diff of potential project source reformatting with 'Black'.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5665" />
-      <source>Code Formatting &amp;Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5672" />
-      <source>Generate a unified diff of potential project source reformatting with 'Black'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
+      <source>&lt;b&gt;Diff Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format diff run and generates a unified diff of potential project source reformatting using 'Black'.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5830" />
+      <location filename="../Project/Project.py" line="5780" />
+      <location filename="../Project/Project.py" line="5779" />
+      <location filename="../Project/Project.py" line="5679" />
       <location filename="../Project/Project.py" line="5678" />
-      <source>&lt;b&gt;Diff Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format diff run and generates a unified diff of potential project source reformatting using 'Black'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5843" />
-      <location filename="../Project/Project.py" line="5793" />
-      <location filename="../Project/Project.py" line="5792" />
-      <location filename="../Project/Project.py" line="5692" />
-      <location filename="../Project/Project.py" line="5691" />
       <source>Configure</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5699" />
+      <location filename="../Project/Project.py" line="5686" />
       <source>Enter the parameters for formatting the project sources with 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5704" />
+      <location filename="../Project/Project.py" line="5691" />
       <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This shows a dialog to enter the parameters for formatting the project sources with 'Black'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5720" />
+      <location filename="../Project/Project.py" line="5707" />
       <source>About isort</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5721" />
+      <location filename="../Project/Project.py" line="5708" />
       <source>&amp;isort</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5727" />
+      <location filename="../Project/Project.py" line="5714" />
       <source>Show some information about 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5716" />
+      <source>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'isort' tool.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5729" />
-      <source>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'isort' tool.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5742" />
-      <location filename="../Project/Project.py" line="5741" />
+      <location filename="../Project/Project.py" line="5728" />
       <source>Sort Imports</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5749" />
+      <location filename="../Project/Project.py" line="5736" />
       <source>Sort the import statements of the project sources with 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5739" />
+      <source>&lt;b&gt;Sort Imports&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting run and sorts the import statements of the project sources using 'isort'.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5753" />
       <location filename="../Project/Project.py" line="5752" />
-      <source>&lt;b&gt;Sort Imports&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting run and sorts the import statements of the project sources using 'isort'.&lt;/p&gt;</source>
+      <source>Imports Sorting Diff</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5760" />
+      <source>Generate a unified diff of potential project source imports resorting with 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5766" />
-      <location filename="../Project/Project.py" line="5765" />
-      <source>Imports Sorting Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5773" />
-      <source>Generate a unified diff of potential project source imports resorting with 'isort'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5779" />
       <source>&lt;b&gt;Imports Sorting Diff&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting diff run and generates a unified diff of potential project source changes using 'isort'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5800" />
+      <location filename="../Project/Project.py" line="5787" />
       <source>Enter the parameters for resorting the project sources import statements with 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5806" />
+      <location filename="../Project/Project.py" line="5793" />
       <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This shows a dialog to enter the parameters for resorting the import statements of the project sources with 'isort'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5822" />
+      <location filename="../Project/Project.py" line="5809" />
       <source>Install Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5823" />
+      <location filename="../Project/Project.py" line="5810" />
       <source>&amp;Install Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5830" />
+      <location filename="../Project/Project.py" line="5817" />
       <source>Install the project into the embedded environment.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5833" />
+      <location filename="../Project/Project.py" line="5820" />
       <source>&lt;b&gt;Install Project&lt;/b&gt;&lt;p&gt;This installs the project into the embedded virtual environment in editable mode (i.e. development mode).&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5844" />
+      <location filename="../Project/Project.py" line="5831" />
       <source>&amp;Configure</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5838" />
+      <source>Configure the embedded environment.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5841" />
+      <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This opens a dialog to configure the embedded virtual environment of the project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5851" />
-      <source>Configure the embedded environment.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5854" />
-      <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This opens a dialog to configure the embedded virtual environment of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5864" />
       <source>Upgrade</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5865" />
+      <location filename="../Project/Project.py" line="5852" />
       <source>&amp;Upgrade</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5871" />
+      <location filename="../Project/Project.py" line="5858" />
       <source>Upgrade the embedded environment.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5860" />
+      <source>&lt;b&gt;Upgrade&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to upgrade the embedded virtual environment of the project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5872" />
+      <source>Recreate</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5873" />
-      <source>&lt;b&gt;Upgrade&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to upgrade the embedded virtual environment of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5885" />
-      <source>Recreate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5886" />
       <source>&amp;Recreate</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5892" />
+      <location filename="../Project/Project.py" line="5879" />
       <source>Recreate the embedded environment.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5894" />
+      <location filename="../Project/Project.py" line="5881" />
       <source>&lt;b&gt;Recreate&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to recreate the embedded virtual environment of the project. The existing environment is cleared first.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5926" />
+      <location filename="../Project/Project.py" line="5913" />
       <source>&amp;Project</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5914" />
+      <source>Open &amp;Recent Projects</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5916" />
+      <source>Session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5917" />
+      <source>Debugger</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5918" />
+      <source>Embedded Environment</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5920" />
+      <source>Project-T&amp;ools</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5921" />
+      <source>&amp;Version Control</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5925" />
+      <source>Chec&amp;k</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5927" />
-      <source>Open &amp;Recent Projects</source>
+      <source>Code &amp;Formatting</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5929" />
-      <source>Session</source>
+      <source>Sho&amp;w</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5930" />
-      <source>Debugger</source>
+      <source>&amp;Diagrams</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5931" />
-      <source>Embedded Environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5933" />
-      <source>Project-T&amp;ools</source>
+      <source>Pac&amp;kagers</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5932" />
+      <source>Source &amp;Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5934" />
-      <source>&amp;Version Control</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5938" />
-      <source>Chec&amp;k</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5940" />
-      <source>Code &amp;Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5942" />
-      <source>Sho&amp;w</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5943" />
-      <source>&amp;Diagrams</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5944" />
-      <source>Pac&amp;kagers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5945" />
-      <source>Source &amp;Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5947" />
       <source>Make</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5948" />
+      <location filename="../Project/Project.py" line="5935" />
       <source>Other Tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6110" />
-      <location filename="../Project/Project.py" line="6108" />
+      <location filename="../Project/Project.py" line="6097" />
+      <location filename="../Project/Project.py" line="6095" />
       <source>Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6192" />
+      <location filename="../Project/Project.py" line="6179" />
       <source>&amp;Clear</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6389" />
+      <location filename="../Project/Project.py" line="6376" />
       <source>Search New Files</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6390" />
+      <location filename="../Project/Project.py" line="6377" />
       <source>There were no new files found to be added.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6551" />
       <location filename="../Project/Project.py" line="6538" />
+      <location filename="../Project/Project.py" line="6525" />
       <source>Version Control System</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="6526" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="6539" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6552" />
       <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" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="6696" />
+      <source>Coverage Data</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6750" />
+      <location filename="../Project/Project.py" line="6697" />
+      <source>There is no main script defined for the current project. Aborting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="6709" />
-      <source>Coverage Data</source>
+      <source>Code Coverage</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6710" />
+      <source>Please select a coverage file</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="6763" />
-      <location filename="../Project/Project.py" line="6710" />
-      <source>There is no main script defined for the current project. Aborting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6722" />
-      <source>Code Coverage</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6723" />
-      <source>Please select a coverage file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6776" />
       <source>Please select a profile file</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6828" />
+      <location filename="../Project/Project.py" line="6815" />
       <source>Include module names?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6941" />
+      <location filename="../Project/Project.py" line="6928" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6996" />
+      <location filename="../Project/Project.py" line="6983" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7307" />
-      <location filename="../Project/Project.py" line="7263" />
-      <location filename="../Project/Project.py" line="7213" />
-      <location filename="../Project/Project.py" line="7202" />
-      <location filename="../Project/Project.py" line="7184" />
-      <location filename="../Project/Project.py" line="7137" />
-      <location filename="../Project/Project.py" line="7107" />
-      <location filename="../Project/Project.py" line="7079" />
-      <location filename="../Project/Project.py" line="7049" />
-      <location filename="../Project/Project.py" line="7034" />
-      <location filename="../Project/Project.py" line="7017" />
+      <location filename="../Project/Project.py" line="7294" />
+      <location filename="../Project/Project.py" line="7250" />
+      <location filename="../Project/Project.py" line="7200" />
+      <location filename="../Project/Project.py" line="7189" />
+      <location filename="../Project/Project.py" line="7171" />
+      <location filename="../Project/Project.py" line="7124" />
+      <location filename="../Project/Project.py" line="7094" />
+      <location filename="../Project/Project.py" line="7066" />
+      <location filename="../Project/Project.py" line="7036" />
+      <location filename="../Project/Project.py" line="7021" />
+      <location filename="../Project/Project.py" line="7004" />
       <source>Create Plugin Archive</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7018" />
+      <location filename="../Project/Project.py" line="7005" />
       <source>The project does not have a main script defined. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7035" />
+      <location filename="../Project/Project.py" line="7022" />
       <source>Select package lists:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7050" />
+      <location filename="../Project/Project.py" line="7037" />
       <source>&lt;p&gt;No package list files (PKGLIST*) available or selected. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7058" />
+      <location filename="../Project/Project.py" line="7045" />
       <source>Creating plugin archives...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7059" />
+      <location filename="../Project/Project.py" line="7046" />
       <source>Abort</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7062" />
+      <location filename="../Project/Project.py" line="7049" />
       <source>%v/%m Archives</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7080" />
+      <location filename="../Project/Project.py" line="7067" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7108" />
+      <location filename="../Project/Project.py" line="7095" />
       <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'; initial_list' line of the header.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7138" />
+      <location filename="../Project/Project.py" line="7125" />
       <source>&lt;p&gt;The eric 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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7185" />
+      <location filename="../Project/Project.py" line="7172" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7203" />
+      <location filename="../Project/Project.py" line="7190" />
       <source>&lt;p&gt;The eric plugin archive files were created with some errors.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7214" />
+      <location filename="../Project/Project.py" line="7201" />
       <source>&lt;p&gt;The eric plugin archive files were created successfully.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7264" />
+      <location filename="../Project/Project.py" line="7251" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7308" />
+      <location filename="../Project/Project.py" line="7295" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7400" />
+      <location filename="../Project/Project.py" line="7387" />
       <source>'Make' is not supported for remote projects. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7448" />
+      <location filename="../Project/Project.py" line="7435" />
       <source>The make process did not start.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="7481" />
+      <source>The make process crashed.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7489" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="7494" />
-      <source>The make process crashed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7502" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7507" />
       <source>&lt;p&gt;There are changes that require the default make target to be rebuilt.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7523" />
+      <location filename="../Project/Project.py" line="7510" />
       <source>The makefile contains errors.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7961" />
+      <location filename="../Project/Project.py" line="7948" />
       <source>Interpreter Missing</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7962" />
+      <location filename="../Project/Project.py" line="7949" />
       <source>The configured interpreter of the embedded environment does not exist anymore. Shall the environment be upgraded?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8043" />
+      <location filename="../Project/Project.py" line="8030" />
       <source>Open Remote Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8074" />
-      <location filename="../Project/Project.py" line="8059" />
+      <location filename="../Project/Project.py" line="8061" />
+      <location filename="../Project/Project.py" line="8046" />
       <source>Save Remote Project</source>
       <translation type="unfinished" />
     </message>
@@ -64876,9 +64818,9 @@
   <context>
     <name>ProjectFormsBrowser</name>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1131" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1083" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1046" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1110" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1063" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1026" />
       <location filename="../Project/ProjectFormsBrowser.py" line="142" />
       <location filename="../Project/ProjectFormsBrowser.py" line="77" />
       <source>Forms</source>
@@ -65151,102 +65093,112 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="732" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="719" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="700" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="683" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="731" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="718" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="699" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="682" />
       <source>New Form</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="684" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="683" />
       <source>Select a form type:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="702" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="701" />
       <source>Qt User-Interface Files (*.ui);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="720" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="719" />
       <source>The file already exists! Overwrite it?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="733" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="732" />
       <source>&lt;p&gt;The new form file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br&gt;Problem: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="758" />
+      <source>Delete forms</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/ProjectFormsBrowser.py" line="759" />
-      <source>Delete forms</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="760" />
       <source>Do you really want to delete these forms from the project?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="888" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="877" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="870" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="883" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="872" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="865" />
       <source>Form Compilation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="871" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="866" />
       <source>The compilation of the form file was successful.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="878" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="873" />
       <source>&lt;p&gt;The compilation of the form file failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="889" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="884" />
       <source>The compilation of the form file failed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="977" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="931" />
+      <source>Error Compiling Form</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="932" />
+      <source>The project type &lt;b&gt;{0}&lt;/b&gt; is not supported.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="957" />
       <source>Process Generation Error</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="978" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="958" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1074" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1037" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1054" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1017" />
       <source>Compiling forms...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1124" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1075" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1038" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1103" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1055" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1018" />
       <source>Abort</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1127" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1078" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1041" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1106" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1058" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1021" />
       <source>%v/%m Forms</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1123" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1102" />
       <source>Determining changed forms...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1153" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1132" />
       <source>Compiling changed forms...</source>
       <translation type="unfinished" />
     </message>
@@ -65698,9 +65650,9 @@
   <context>
     <name>ProjectResourcesBrowser</name>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="940" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="864" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="828" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="926" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="850" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="814" />
       <location filename="../Project/ProjectResourcesBrowser.py" line="87" />
       <location filename="../Project/ProjectResourcesBrowser.py" line="68" />
       <source>Resources</source>
@@ -65727,219 +65679,219 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="163" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="150" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="161" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="148" />
       <source>Compile resource</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="384" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="373" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="334" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="323" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="241" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="229" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="170" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="152" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="372" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="361" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="324" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="313" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="235" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="223" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="168" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="150" />
       <source>Compile all resources</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="377" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="327" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="288" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="233" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="156" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="365" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="317" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="280" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="227" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="154" />
       <source>Configure rcc Compiler</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="300" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="179" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="292" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="177" />
       <source>Open</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="181" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="179" />
       <source>Rename file</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="339" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="302" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="183" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="329" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="294" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="181" />
       <source>Remove from project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="341" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="304" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="185" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="331" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="296" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="183" />
       <source>Delete</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="335" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="243" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="230" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="196" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="191" />
+      <source>New resource...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="378" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="336" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="248" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="200" />
+      <source>Add resources...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="381" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="338" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="251" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="202" />
+      <source>Add resources directory...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="343" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="257" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="207" />
+      <source>Show in File Manager</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/ProjectResourcesBrowser.py" line="345" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="249" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="236" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="200" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="195" />
-      <source>New resource...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="390" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="346" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="254" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="204" />
-      <source>Add resources...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="393" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="348" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="257" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="206" />
-      <source>Add resources directory...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="353" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="263" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="211" />
-      <source>Show in File Manager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="355" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="213" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="209" />
       <source>Copy Path to Clipboard</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="398" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="357" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="307" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="266" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="215" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="386" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="347" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="299" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="260" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="211" />
       <source>Expand all directories</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="401" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="359" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="309" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="268" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="216" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="389" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="349" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="301" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="262" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="212" />
       <source>Collapse all directories</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="404" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="362" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="312" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="271" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="218" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="392" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="352" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="304" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="265" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="214" />
       <source>Configure...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="295" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="284" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="287" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="276" />
       <source>Compile resources</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="583" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="562" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="543" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="571" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="550" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="531" />
       <source>New Resource</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="545" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="533" />
       <source>Qt Resource Files (*.qrc)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="563" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="551" />
       <source>The file already exists! Overwrite it?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="584" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="572" />
       <source>&lt;p&gt;The new resource file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br&gt;Problem: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="610" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="598" />
       <source>Delete resources</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="611" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="599" />
       <source>Do you really want to delete these resources from the project?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="705" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="696" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="689" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="693" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="684" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="677" />
       <source>Resource Compilation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="690" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="678" />
       <source>The compilation of the resource file was successful.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="697" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="685" />
       <source>&lt;p&gt;The compilation of the resource file failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="706" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="694" />
       <source>The compilation of the resource file failed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="789" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="775" />
       <source>Process Generation Error</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="790" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="776" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="855" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="819" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="841" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="805" />
       <source>Compiling resources...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="933" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="856" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="820" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="919" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="842" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="806" />
       <source>Abort</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="936" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="859" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="823" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="922" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="845" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="809" />
       <source>%v/%m Resources</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="932" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="918" />
       <source>Determining changed resources...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="970" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="956" />
       <source>Compiling changed resources...</source>
       <translation type="unfinished" />
     </message>
@@ -66475,250 +66427,250 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="508" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="467" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="450" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="428" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="294" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="236" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="211" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="180" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="502" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="461" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="444" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="422" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="292" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="234" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="209" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="178" />
       <source>Open in Editor</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="253" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="186" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="251" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="184" />
       <source>Generate translation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="263" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="191" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="261" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="189" />
       <source>Generate translation (with obsolete)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="572" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="543" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="378" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="564" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="535" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="374" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="346" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="270" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="195" />
+      <source>Generate all translations</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="573" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="539" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="383" />
       <location filename="../Project/ProjectTranslationsBrowser.py" line="350" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="272" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="197" />
-      <source>Generate all translations</source>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="279" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="199" />
+      <source>Generate all translations (with obsolete)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="440" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="205" />
+      <source>Open in Qt-Linguist</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="299" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="214" />
+      <source>Release translation</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="581" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="547" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="387" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="354" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="281" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="201" />
-      <source>Generate all translations (with obsolete)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="446" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="207" />
-      <source>Open in Qt-Linguist</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="301" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="216" />
-      <source>Release translation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="589" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="552" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="395" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="359" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="310" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="221" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="544" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="391" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="355" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="308" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="219" />
       <source>Release all translations</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="226" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="224" />
       <source>Preview translation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="557" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="364" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="230" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="549" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="360" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="228" />
       <source>Preview all translations</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="563" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="475" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="370" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="244" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="555" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="469" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="366" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="242" />
       <source>Extract messages</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="503" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="289" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="497" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="287" />
       <source>Open</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="523" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="317" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="517" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="315" />
       <source>Remove from project</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="587" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="520" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="318" />
+      <source>Delete</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="592" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="398" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="322" />
+      <source>New translation...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="595" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="526" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="320" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="600" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="402" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="324" />
-      <source>New translation...</source>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="401" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="325" />
+      <source>Add translation files...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="599" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="405" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="330" />
+      <source>Show in File Manager</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="601" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="332" />
+      <source>Copy Path to Clipboard</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="603" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="405" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="327" />
-      <source>Add translation files...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="607" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="409" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="332" />
-      <source>Show in File Manager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="609" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="523" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="408" />
       <location filename="../Project/ProjectTranslationsBrowser.py" line="334" />
-      <source>Copy Path to Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="611" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="529" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="412" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="336" />
       <source>Configure...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="484" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="434" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="478" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="428" />
       <source>Generate translations</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="494" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="439" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="488" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="433" />
       <source>Generate translations (with obsolete)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="515" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="455" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="509" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="449" />
       <source>Release translations</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="461" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="455" />
       <source>Preview translations</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="866" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="850" />
       <source>Delete translation files</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="867" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="851" />
       <source>Do you really want to delete these translation files from the project?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1560" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1035" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="995" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1540" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1019" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="979" />
       <source>Write temporary project file</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1561" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1287" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="996" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1541" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1269" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="980" />
       <source>No translation files (*.ts) selected.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1036" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1020" />
       <source>&lt;p&gt;The temporary project file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1286" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1173" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1161" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1268" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1157" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1145" />
       <source>Translation file generation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1162" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1146" />
       <source>The generation of the translation files (*.ts) was successful.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1168" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1152" />
       <source> The process has crashed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1174" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1158" />
       <source>The generation of the translation files (*.ts) has failed.{0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1590" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1388" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1340" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1570" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1370" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1322" />
       <source>Process Generation Error</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1389" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1341" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1371" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1323" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1477" />
       <location filename="../Project/ProjectTranslationsBrowser.py" line="1459" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1441" />
       <source>Translation file release</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1442" />
+      <source>The release of the translation files (*.qm) was successful.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="1460" />
-      <source>The release of the translation files (*.qm) was successful.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1478" />
       <source>The release of the translation files (*.qm) has failed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1591" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1571" />
       <source>&lt;p&gt;Could not start lrelease.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -71352,7 +71304,7 @@
   <context>
     <name>QtPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.py" line="139" />
+      <location filename="../Preferences/ConfigurationPages/QtPage.py" line="124" />
       <source>Sample: {0}designer{1}</source>
       <translation type="unfinished" />
     </message>
@@ -71395,7 +71347,6 @@
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Tools Directory:</source>
       <translation type="unfinished" />
     </message>
@@ -71468,16 +71419,10 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt 5</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>PyQt 6</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Virtual Environment:</source>
@@ -71486,71 +71431,23 @@
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Select the virtual environment to be used</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Press to open the virtual environment manager dialog</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Press to refresh the list of vitual environments</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Enter the path of the PyQt 5 tools directory, if they are not found.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>pyuic5 Options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Indent Width:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Select the indent width (default: 4)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Generate imports relative to '.'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Select to generate extra code to test and display the form</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Generate Extra Test Code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt 6</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Enter the path of the PyQt 6 tools directory, if they are not found.</source>
       <translation type="unfinished" />
     </message>
@@ -71561,6 +71458,26 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Select to generate extra code to test and display the form</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Generate Extra Test Code</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Select the indent width (default: 4)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Indent Width:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>PySide6</source>
       <translation type="unfinished" />
     </message>
@@ -71574,6 +71491,11 @@
       <source>pyside6-uic Options</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Generate imports relative to '.'</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>Queues</name>
@@ -91235,7 +91157,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7866" />
+      <location filename="../UI/UserInterface.py" line="7822" />
       <location filename="../UI/UserInterface.py" line="1956" />
       <location filename="../UI/UserInterface.py" line="1949" />
       <source>Load session</source>
@@ -91952,7 +91874,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4712" />
+      <location filename="../UI/UserInterface.py" line="4668" />
       <location filename="../UI/UserInterface.py" line="2813" />
       <source>Report Bug</source>
       <translation type="unfinished" />
@@ -91993,7 +91915,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4148" />
+      <location filename="../UI/UserInterface.py" line="4104" />
       <location filename="../UI/UserInterface.py" line="2843" />
       <source>Testing</source>
       <translation type="unfinished" />
@@ -92326,7 +92248,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6605" />
+      <location filename="../UI/UserInterface.py" line="6561" />
       <location filename="../UI/UserInterface.py" line="3173" />
       <source>Snapshot</source>
       <translation type="unfinished" />
@@ -92563,8 +92485,8 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7574" />
-      <location filename="../UI/UserInterface.py" line="7555" />
+      <location filename="../UI/UserInterface.py" line="7530" />
+      <location filename="../UI/UserInterface.py" line="7511" />
       <location filename="../UI/UserInterface.py" line="3403" />
       <source>Export Keyboard Shortcuts</source>
       <translation type="unfinished" />
@@ -92585,7 +92507,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7593" />
+      <location filename="../UI/UserInterface.py" line="7549" />
       <location filename="../UI/UserInterface.py" line="3422" />
       <source>Import Keyboard Shortcuts</source>
       <translation type="unfinished" />
@@ -92771,672 +92693,640 @@
     <message>
       <location filename="../UI/UserInterface.py" line="3653" />
       <location filename="../UI/UserInterface.py" line="3652" />
-      <source>Qt5 Documentation</source>
+      <source>Qt6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3659" />
-      <source>Open Qt5 Documentation</source>
+      <source>Open Qt6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3661" />
-      <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's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3674" />
       <location filename="../UI/UserInterface.py" line="3673" />
-      <source>Qt6 Documentation</source>
+      <source>PyQt6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3680" />
-      <source>Open Qt6 Documentation</source>
+      <source>Open PyQt6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3682" />
-      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3695" />
-      <location filename="../UI/UserInterface.py" line="3694" />
-      <source>PyQt5 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3701" />
-      <source>Open PyQt5 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3703" />
-      <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's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3716" />
-      <location filename="../UI/UserInterface.py" line="3715" />
-      <source>PyQt6 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3722" />
-      <source>Open PyQt6 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3724" />
       <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3742" />
-      <location filename="../UI/UserInterface.py" line="3741" />
+      <location filename="../UI/UserInterface.py" line="3700" />
+      <location filename="../UI/UserInterface.py" line="3699" />
       <source>Python 3 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3748" />
+      <location filename="../UI/UserInterface.py" line="3706" />
       <source>Open Python 3 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3750" />
+      <location filename="../UI/UserInterface.py" line="3708" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3769" />
-      <location filename="../UI/UserInterface.py" line="3768" />
+      <location filename="../UI/UserInterface.py" line="3727" />
+      <location filename="../UI/UserInterface.py" line="3726" />
       <source>eric API Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3775" />
+      <location filename="../UI/UserInterface.py" line="3733" />
       <source>Open eric API Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3777" />
+      <location filename="../UI/UserInterface.py" line="3735" />
       <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 eric installation directory.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3795" />
-      <location filename="../UI/UserInterface.py" line="3794" />
+      <location filename="../UI/UserInterface.py" line="3753" />
+      <location filename="../UI/UserInterface.py" line="3752" />
       <source>PySide6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3801" />
+      <location filename="../UI/UserInterface.py" line="3759" />
       <source>Open PySide6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3803" />
+      <location filename="../UI/UserInterface.py" line="3761" />
       <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3839" />
+      <location filename="../UI/UserInterface.py" line="3797" />
       <source>Sessions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3920" />
+      <location filename="../UI/UserInterface.py" line="3878" />
       <source>E&amp;xtras</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3930" />
+      <location filename="../UI/UserInterface.py" line="3888" />
       <source>Wi&amp;zards</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3948" />
+      <location filename="../UI/UserInterface.py" line="3906" />
       <source>P&amp;lugins</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3957" />
+      <location filename="../UI/UserInterface.py" line="3915" />
       <source>Configure...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3966" />
+      <location filename="../UI/UserInterface.py" line="3924" />
       <source>&amp;Testing</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3983" />
+      <location filename="../UI/UserInterface.py" line="3941" />
       <source>Select Tool Group</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3952" />
+      <source>Se&amp;ttings</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3985" />
+      <source>&amp;Window</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3994" />
-      <source>Se&amp;ttings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4027" />
-      <source>&amp;Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4036" />
       <source>&amp;Windows</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3998" />
+      <source>Central Park</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4002" />
+      <source>Left Side</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4021" />
+      <source>Right Side</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="4040" />
-      <source>Central Park</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4044" />
-      <source>Left Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4063" />
-      <source>Right Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4082" />
       <source>Bottom Side</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4090" />
+      <location filename="../UI/UserInterface.py" line="4048" />
       <source>Plug-ins</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4096" />
+      <location filename="../UI/UserInterface.py" line="4054" />
       <source>&amp;Toolbars</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4109" />
+      <location filename="../UI/UserInterface.py" line="4067" />
       <source>&amp;Help</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4164" />
-      <location filename="../UI/UserInterface.py" line="4147" />
+      <location filename="../UI/UserInterface.py" line="4120" />
+      <location filename="../UI/UserInterface.py" line="4103" />
       <source>Tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4166" />
-      <location filename="../UI/UserInterface.py" line="4151" />
+      <location filename="../UI/UserInterface.py" line="4122" />
+      <location filename="../UI/UserInterface.py" line="4107" />
       <source>Settings</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6335" />
-      <location filename="../UI/UserInterface.py" line="4167" />
-      <location filename="../UI/UserInterface.py" line="4152" />
+      <location filename="../UI/UserInterface.py" line="6291" />
+      <location filename="../UI/UserInterface.py" line="4123" />
+      <location filename="../UI/UserInterface.py" line="4108" />
       <source>Help</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4168" />
-      <location filename="../UI/UserInterface.py" line="4153" />
+      <location filename="../UI/UserInterface.py" line="4124" />
+      <location filename="../UI/UserInterface.py" line="4109" />
       <source>Profiles</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4169" />
-      <location filename="../UI/UserInterface.py" line="4154" />
+      <location filename="../UI/UserInterface.py" line="4125" />
+      <location filename="../UI/UserInterface.py" line="4110" />
       <source>Plugins</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4165" />
+      <location filename="../UI/UserInterface.py" line="4121" />
       <source>Unittest</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4342" />
+      <location filename="../UI/UserInterface.py" line="4298" />
       <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4351" />
+      <location filename="../UI/UserInterface.py" line="4307" />
       <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4360" />
+      <location filename="../UI/UserInterface.py" line="4316" />
       <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4369" />
+      <location filename="../UI/UserInterface.py" line="4325" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4378" />
+      <location filename="../UI/UserInterface.py" line="4334" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4387" />
+      <location filename="../UI/UserInterface.py" line="4343" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4401" />
+      <location filename="../UI/UserInterface.py" line="4357" />
       <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4475" />
-      <location filename="../UI/UserInterface.py" line="4434" />
+      <location filename="../UI/UserInterface.py" line="4431" />
+      <location filename="../UI/UserInterface.py" line="4390" />
       <source>External Tools/{0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4583" />
+      <location filename="../UI/UserInterface.py" line="4539" />
       <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4653" />
+      <location filename="../UI/UserInterface.py" line="4609" />
       <source>Desktop</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4657" />
+      <location filename="../UI/UserInterface.py" line="4613" />
       <source>Session Type</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4713" />
+      <location filename="../UI/UserInterface.py" line="4669" />
       <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5048" />
+      <location filename="../UI/UserInterface.py" line="5004" />
       <source>Restart application</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5049" />
+      <location filename="../UI/UserInterface.py" line="5005" />
       <source>The application needs to be restarted. Do it now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5073" />
+      <location filename="../UI/UserInterface.py" line="5029" />
       <source>Upgrade PyQt</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5074" />
+      <location filename="../UI/UserInterface.py" line="5030" />
       <source>eric needs to be closed in order to upgrade PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5098" />
+      <location filename="../UI/UserInterface.py" line="5054" />
       <source>Upgrade Eric</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5099" />
+      <location filename="../UI/UserInterface.py" line="5055" />
       <source>eric needs to be closed in order to be upgraded. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5124" />
+      <location filename="../UI/UserInterface.py" line="5080" />
       <source>Upgrade Eric and PyQt6</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5125" />
+      <location filename="../UI/UserInterface.py" line="5081" />
       <source>eric needs to be closed in order to upgrade eric and PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
  Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5187" />
+      <location filename="../UI/UserInterface.py" line="5143" />
       <source>&amp;Builtin Tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5207" />
+      <location filename="../UI/UserInterface.py" line="5163" />
       <source>&amp;Plugin Tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5210" />
+      <location filename="../UI/UserInterface.py" line="5166" />
       <source>&amp;User Tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5236" />
+      <location filename="../UI/UserInterface.py" line="5192" />
       <source>Configure Tool Groups ...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5240" />
+      <location filename="../UI/UserInterface.py" line="5196" />
       <source>Configure current Tool Group ...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5279" />
-      <location filename="../UI/UserInterface.py" line="5259" />
+      <location filename="../UI/UserInterface.py" line="5235" />
+      <location filename="../UI/UserInterface.py" line="5215" />
       <source>No User Tools Configured</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5355" />
+      <location filename="../UI/UserInterface.py" line="5311" />
       <source>&amp;Show all</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5357" />
+      <location filename="../UI/UserInterface.py" line="5313" />
       <source>&amp;Hide all</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6472" />
-      <location filename="../UI/UserInterface.py" line="6461" />
-      <location filename="../UI/UserInterface.py" line="6413" />
-      <location filename="../UI/UserInterface.py" line="6403" />
-      <location filename="../UI/UserInterface.py" line="6226" />
-      <location filename="../UI/UserInterface.py" line="6216" />
-      <location filename="../UI/UserInterface.py" line="6158" />
-      <location filename="../UI/UserInterface.py" line="6148" />
+      <location filename="../UI/UserInterface.py" line="6428" />
+      <location filename="../UI/UserInterface.py" line="6417" />
+      <location filename="../UI/UserInterface.py" line="6369" />
+      <location filename="../UI/UserInterface.py" line="6359" />
+      <location filename="../UI/UserInterface.py" line="6182" />
+      <location filename="../UI/UserInterface.py" line="6172" />
+      <location filename="../UI/UserInterface.py" line="6114" />
+      <location filename="../UI/UserInterface.py" line="6104" />
       <source>Problem</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6473" />
-      <location filename="../UI/UserInterface.py" line="6462" />
-      <location filename="../UI/UserInterface.py" line="6414" />
-      <location filename="../UI/UserInterface.py" line="6404" />
-      <location filename="../UI/UserInterface.py" line="6227" />
-      <location filename="../UI/UserInterface.py" line="6217" />
-      <location filename="../UI/UserInterface.py" line="6159" />
-      <location filename="../UI/UserInterface.py" line="6149" />
+      <location filename="../UI/UserInterface.py" line="6429" />
+      <location filename="../UI/UserInterface.py" line="6418" />
+      <location filename="../UI/UserInterface.py" line="6370" />
+      <location filename="../UI/UserInterface.py" line="6360" />
+      <location filename="../UI/UserInterface.py" line="6183" />
+      <location filename="../UI/UserInterface.py" line="6173" />
+      <location filename="../UI/UserInterface.py" line="6115" />
+      <location filename="../UI/UserInterface.py" line="6105" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6714" />
-      <location filename="../UI/UserInterface.py" line="6625" />
-      <location filename="../UI/UserInterface.py" line="6508" />
-      <location filename="../UI/UserInterface.py" line="6485" />
-      <location filename="../UI/UserInterface.py" line="6426" />
-      <location filename="../UI/UserInterface.py" line="6373" />
-      <location filename="../UI/UserInterface.py" line="6351" />
-      <location filename="../UI/UserInterface.py" line="6302" />
-      <location filename="../UI/UserInterface.py" line="6293" />
+      <location filename="../UI/UserInterface.py" line="6670" />
+      <location filename="../UI/UserInterface.py" line="6581" />
+      <location filename="../UI/UserInterface.py" line="6464" />
+      <location filename="../UI/UserInterface.py" line="6441" />
+      <location filename="../UI/UserInterface.py" line="6382" />
+      <location filename="../UI/UserInterface.py" line="6329" />
+      <location filename="../UI/UserInterface.py" line="6307" />
       <location filename="../UI/UserInterface.py" line="6258" />
       <location filename="../UI/UserInterface.py" line="6249" />
-      <location filename="../UI/UserInterface.py" line="6190" />
-      <location filename="../UI/UserInterface.py" line="6181" />
+      <location filename="../UI/UserInterface.py" line="6214" />
+      <location filename="../UI/UserInterface.py" line="6205" />
+      <location filename="../UI/UserInterface.py" line="6146" />
+      <location filename="../UI/UserInterface.py" line="6137" />
       <source>Process Generation Error</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6182" />
+      <location filename="../UI/UserInterface.py" line="6138" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6191" />
+      <location filename="../UI/UserInterface.py" line="6147" />
       <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" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6206" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6215" />
+      <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" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6250" />
-      <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>
+      <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" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="6259" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6294" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6303" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6336" />
+      <location filename="../UI/UserInterface.py" line="6292" />
       <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6352" />
+      <location filename="../UI/UserInterface.py" line="6308" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6374" />
+      <location filename="../UI/UserInterface.py" line="6330" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6427" />
+      <location filename="../UI/UserInterface.py" line="6383" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6486" />
+      <location filename="../UI/UserInterface.py" line="6442" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6509" />
+      <location filename="../UI/UserInterface.py" line="6465" />
       <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" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6562" />
+      <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6582" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6615" />
+      <location filename="../UI/UserInterface.py" line="6605" />
+      <source>External Tools</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6606" />
-      <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6626" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6659" />
-      <location filename="../UI/UserInterface.py" line="6649" />
-      <source>External Tools</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6650" />
       <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6660" />
+      <location filename="../UI/UserInterface.py" line="6616" />
       <source>No toolgroup entry '{0}' found.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6697" />
+      <location filename="../UI/UserInterface.py" line="6653" />
       <source>Starting process '{0} {1}'.
 </source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6715" />
+      <location filename="../UI/UserInterface.py" line="6671" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6794" />
+      <location filename="../UI/UserInterface.py" line="6750" />
       <source>Process '{0}' has exited.
 </source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7082" />
-      <location filename="../UI/UserInterface.py" line="7020" />
+      <location filename="../UI/UserInterface.py" line="7038" />
       <location filename="../UI/UserInterface.py" line="6976" />
-      <location filename="../UI/UserInterface.py" line="6902" />
-      <location filename="../UI/UserInterface.py" line="6838" />
+      <location filename="../UI/UserInterface.py" line="6932" />
+      <location filename="../UI/UserInterface.py" line="6858" />
+      <location filename="../UI/UserInterface.py" line="6794" />
       <source>Documentation Missing</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7083" />
-      <location filename="../UI/UserInterface.py" line="7021" />
+      <location filename="../UI/UserInterface.py" line="7039" />
       <location filename="../UI/UserInterface.py" line="6977" />
-      <location filename="../UI/UserInterface.py" line="6903" />
-      <location filename="../UI/UserInterface.py" line="6839" />
+      <location filename="../UI/UserInterface.py" line="6933" />
+      <location filename="../UI/UserInterface.py" line="6859" />
+      <location filename="../UI/UserInterface.py" line="6795" />
       <source>&lt;p&gt;The documentation starting point "&lt;b&gt;{0}&lt;/b&gt;" could not be found.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7064" />
-      <location filename="../UI/UserInterface.py" line="6946" />
+      <location filename="../UI/UserInterface.py" line="7020" />
+      <location filename="../UI/UserInterface.py" line="6902" />
       <source>Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6947" />
+      <location filename="../UI/UserInterface.py" line="6903" />
       <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7065" />
+      <location filename="../UI/UserInterface.py" line="7021" />
       <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7244" />
-      <location filename="../UI/UserInterface.py" line="7180" />
+      <location filename="../UI/UserInterface.py" line="7200" />
+      <location filename="../UI/UserInterface.py" line="7136" />
       <source>Start Web Browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7181" />
+      <location filename="../UI/UserInterface.py" line="7137" />
       <source>The eric web browser could not be started.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7245" />
+      <location filename="../UI/UserInterface.py" line="7201" />
       <source>&lt;p&gt;The eric web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7291" />
+      <location filename="../UI/UserInterface.py" line="7247" />
       <source>Open Browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7291" />
+      <location filename="../UI/UserInterface.py" line="7247" />
       <source>Could not start a web browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7595" />
-      <location filename="../UI/UserInterface.py" line="7557" />
+      <location filename="../UI/UserInterface.py" line="7551" />
+      <location filename="../UI/UserInterface.py" line="7513" />
       <source>Keyboard Shortcuts File (*.ekj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7575" />
+      <location filename="../UI/UserInterface.py" line="7531" />
       <source>&lt;p&gt;The keyboard shortcuts file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7779" />
+      <location filename="../UI/UserInterface.py" line="7735" />
       <source>Load crash session...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7782" />
+      <location filename="../UI/UserInterface.py" line="7738" />
       <source>Clean crash sessions...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7819" />
+      <location filename="../UI/UserInterface.py" line="7775" />
       <source>Read Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7820" />
+      <location filename="../UI/UserInterface.py" line="7776" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7843" />
+      <location filename="../UI/UserInterface.py" line="7799" />
       <source>Save Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7868" />
-      <location filename="../UI/UserInterface.py" line="7845" />
+      <location filename="../UI/UserInterface.py" line="7824" />
+      <location filename="../UI/UserInterface.py" line="7801" />
       <source>eric Session Files (*.esj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8374" />
+      <location filename="../UI/UserInterface.py" line="8330" />
       <source>Drop Error</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8375" />
+      <location filename="../UI/UserInterface.py" line="8331" />
       <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8550" />
+      <location filename="../UI/UserInterface.py" line="8506" />
       <source>Upgrade available</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8551" />
+      <location filename="../UI/UserInterface.py" line="8507" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8599" />
+      <location filename="../UI/UserInterface.py" line="8555" />
       <source>First time usage</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8600" />
+      <location filename="../UI/UserInterface.py" line="8556" />
       <source>eric has not been configured yet. The configuration dialog will be started.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8622" />
+      <location filename="../UI/UserInterface.py" line="8578" />
       <source>Select Workspace Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8790" />
+      <location filename="../UI/UserInterface.py" line="8746" />
       <source>Unsaved Data Detected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8791" />
+      <location filename="../UI/UserInterface.py" line="8747" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation type="unfinished" />
     </message>
--- a/src/eric7/i18n/eric7_es.ts	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/i18n/eric7_es.ts	Sun Apr 13 15:53:14 2025 +0200
@@ -8787,62 +8787,62 @@
       <translation>El archivo &lt;b&gt;{0}&lt;/b&gt; existe pero no contiene ninguna clase.</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="252" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="243" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="248" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="239" />
       <source>uic error</source>
       <translation>error de uic</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="244" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="240" />
       <source>&lt;p&gt;There was an error loading the form &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Ha ocurrido un error al cargar el formulario &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="253" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="249" />
       <source>&lt;p&gt;The project specific Python interpreter &lt;b&gt;{0}&lt;/b&gt; could not be started or did not finish within 30 seconds.&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido iniciar, o no ha respondido en 30 segundos,.el intérprete de Python &lt;b&gt;{0}&lt;/b&gt; específico para el proyecto&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="405" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="401" />
       <source>Update Slots List</source>
       <translation>Actualizar Lista de Slots</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="406" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="402" />
       <source>&lt;p&gt;The update of the slots list failed because invalid data was received.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Data: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;La actualizacion de la lista de slots ha fallado porque se han recibido datos no validos.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Datos: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="604" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="501" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="463" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="451" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="419" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="596" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="493" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="455" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="443" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="415" />
       <source>Code Generation</source>
       <translation>Generación de Código</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="420" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="416" />
       <source>&lt;p&gt;Code generation for project language "{0}" is not supported.&lt;/p&gt;</source>
       <translation>&lt;p&gt;La generación de código para el lenguaje de proyecto "{0}" no está soportada.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="452" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="444" />
       <source>&lt;p&gt;No code template file available for project type "{0}".&lt;/p&gt;</source>
       <translation>&lt;p&gt;No hay plantillas de archivo para proyectos del tipo  "{0}".&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="464" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="456" />
       <source>&lt;p&gt;Could not open the code template file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido cargar el archivo con la plantilla de código "{0}".&lt;/p&gt;&lt;p&gt;Razón: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="502" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="494" />
       <source>&lt;p&gt;Could not open the source file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido abrir el archivo de codigo fuente "{0}".&lt;/p&gt;&lt;p&gt;Razón: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="605" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="597" />
       <source>&lt;p&gt;Could not write the source file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido escribir en el archivo de codigo fuente "{0}".&lt;/p&gt;&lt;p&gt;Razón: {1}&lt;/p&gt;</translation>
     </message>
@@ -24174,18 +24174,18 @@
       <translation>eric (pathlib.Path)</translation>
     </message>
     <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="81" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="80" />
       <source>EricFileDialog Wizard</source>
       <translation>Asistente para EricFileDialog</translation>
     </message>
     <message>
       <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="91" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="90" />
       <source>QFileDialog Wizard</source>
       <translation>Asistente para QFileDialog</translation>
     </message>
     <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="109" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="108" />
       <source>Test</source>
       <translation>Probar</translation>
     </message>
@@ -33468,8 +33468,7 @@
   <context>
     <name>HelpDocsInstaller</name>
     <message>
-      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="319" />
-      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="248" />
+      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="128" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be registered. &lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; no ha podido ser registrado.&lt;br /&gt;Causa: {1}&lt;/p&gt;</translation>
     </message>
@@ -33477,8 +33476,6 @@
   <context>
     <name>HelpDocumentationPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="60" />
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="56" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="52" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="48" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="44" />
@@ -33543,21 +33540,6 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Qt5 Documentation</source>
-      <translation>Documentación de Qt5</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Enter the Qt5 documentation directory</source>
-      <translation>Introduzca el directorio con la documentación de Qt5</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the QT5DOCDIR environment variable, if set.</source>
-      <translation>&lt;b&gt;Nota&lt;/b&gt;: Dejar en blanco para utilizar la variable de entorno QT5DOCDIR, si ha sido establecida.</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
       <source>Qt6 Documentation</source>
       <translation>Documentación de Qt6</translation>
     </message>
@@ -33573,21 +33555,6 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>PyQt5 Documentation</source>
-      <translation>Documentación de PyQt5</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Enter the PyQt5 documentation directory</source>
-      <translation>Introducir el directorio con la documentación de PyQt5</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source>
-      <translation>&lt;b&gt;Nota&lt;/b&gt;: Dejar en blanco para utilizar la variable de entorno PYQT5DOCDIR, si ha sido establecida.</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
       <source>PyQt6 Documentation</source>
       <translation>Documentación de PyQt6</translation>
     </message>
@@ -33617,6 +33584,30 @@
       <translation>&lt;b&gt;Nota&lt;/b&gt;: Dejar en blanco para utilizar la variable de entorno PYSIDE6DOCDIR, si ha sido establecida.</translation>
     </message>
     <message>
+      <source>Qt5 Documentation</source>
+      <translation type="vanished">Documentación de Qt5</translation>
+    </message>
+    <message>
+      <source>Enter the Qt5 documentation directory</source>
+      <translation type="vanished">Introduzca el directorio con la documentación de Qt5</translation>
+    </message>
+    <message>
+      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the QT5DOCDIR environment variable, if set.</source>
+      <translation type="vanished">&lt;b&gt;Nota&lt;/b&gt;: Dejar en blanco para utilizar la variable de entorno QT5DOCDIR, si ha sido establecida.</translation>
+    </message>
+    <message>
+      <source>PyQt5 Documentation</source>
+      <translation type="vanished">Documentación de PyQt5</translation>
+    </message>
+    <message>
+      <source>Enter the PyQt5 documentation directory</source>
+      <translation type="vanished">Introducir el directorio con la documentación de PyQt5</translation>
+    </message>
+    <message>
+      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source>
+      <translation type="vanished">&lt;b&gt;Nota&lt;/b&gt;: Dejar en blanco para utilizar la variable de entorno PYQT5DOCDIR, si ha sido establecida.</translation>
+    </message>
+    <message>
       <source>PySide2 Documentation</source>
       <translation type="vanished">Documentación de PySide2</translation>
     </message>
@@ -50794,14 +50785,18 @@
     </message>
     <message>
       <location filename="../QScintilla/Lexers/LexerPython.py" line="94" />
-      <source>PyQt5/6 Modules</source>
-      <translation>Módulos PyQt5/6</translation>
+      <source>PyQt6 Modules</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../QScintilla/Lexers/LexerPython.py" line="111" />
       <source>Cython Specifics</source>
       <translation>Específico Cython</translation>
     </message>
+    <message>
+      <source>PyQt5/6 Modules</source>
+      <translation type="vanished">Módulos PyQt5/6</translation>
+    </message>
   </context>
   <context>
     <name>LexerQSS</name>
@@ -62564,18 +62559,18 @@
   <context>
     <name>Preferences</name>
     <message>
-      <location filename="../Preferences/__init__.py" line="1891" />
+      <location filename="../Preferences/__init__.py" line="1866" />
       <source>Export Preferences</source>
       <translation>Exportar Preferencias</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1920" />
-      <location filename="../Preferences/__init__.py" line="1893" />
+      <location filename="../Preferences/__init__.py" line="1895" />
+      <location filename="../Preferences/__init__.py" line="1868" />
       <source>Properties File (*.ini);;All Files (*)</source>
       <translation>Archivo de Propiedades (*.ini);;Todos los archivos (*)</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1918" />
+      <location filename="../Preferences/__init__.py" line="1893" />
       <source>Import Preferences</source>
       <translation>Importar Preferencias</translation>
     </message>
@@ -63075,127 +63070,124 @@
     </message>
     <message>
       <location filename="../Preferences/ProgramsDialog.py" line="160" />
-      <source>Translation Extractor (Python, PyQt5)</source>
-      <translation>Extractor de Traducciones (Python, PyQt5)</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="168" />
-      <source>Forms Compiler (Python, PyQt5)</source>
-      <translation>Compilador de Forms (Python, PyQt5)</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="176" />
-      <source>Resource Compiler (Python, PyQt5)</source>
-      <translation>Compilador de Recursos (Python, PyQt5)</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="187" />
       <source>Translation Extractor (Python, PyQt6)</source>
       <translation>Extractor de Traducciones (Python, PyQt6)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="194" />
+      <location filename="../Preferences/ProgramsDialog.py" line="167" />
       <source>Forms Compiler (Python, PyQt6)</source>
       <translation>Compilador de Forms (Python, PyQt6)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="204" />
+      <location filename="../Preferences/ProgramsDialog.py" line="177" />
       <source>Translation Extractor (Python, PySide6)</source>
       <translation>Extractor de Traducciones (Python, PySide6)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="213" />
+      <location filename="../Preferences/ProgramsDialog.py" line="186" />
       <source>Forms Compiler (Python, PySide6)</source>
       <translation>Compilador de Formularios (Python, PySide6)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="222" />
+      <location filename="../Preferences/ProgramsDialog.py" line="195" />
       <source>Resource Compiler (Python, PySide6)</source>
       <translation>Compilador de Recursos (Python, PySide6)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="237" />
+      <location filename="../Preferences/ProgramsDialog.py" line="210" />
       <source>conda Manager</source>
       <translation>Gestor de conda</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="247" />
+      <location filename="../Preferences/ProgramsDialog.py" line="220" />
       <source>PyPI Package Management</source>
       <translation>Gestor de Packages PyPI</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="499" />
-      <location filename="../Preferences/ProgramsDialog.py" line="496" />
-      <location filename="../Preferences/ProgramsDialog.py" line="480" />
-      <location filename="../Preferences/ProgramsDialog.py" line="350" />
-      <location filename="../Preferences/ProgramsDialog.py" line="283" />
-      <location filename="../Preferences/ProgramsDialog.py" line="266" />
+      <location filename="../Preferences/ProgramsDialog.py" line="472" />
+      <location filename="../Preferences/ProgramsDialog.py" line="469" />
+      <location filename="../Preferences/ProgramsDialog.py" line="453" />
+      <location filename="../Preferences/ProgramsDialog.py" line="323" />
+      <location filename="../Preferences/ProgramsDialog.py" line="256" />
+      <location filename="../Preferences/ProgramsDialog.py" line="239" />
       <source>(unknown)</source>
       <translation>(desconocido)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="270" />
+      <location filename="../Preferences/ProgramsDialog.py" line="243" />
       <source>Spell Checker - PyEnchant</source>
       <translation>Corrección Ortográfica - PyEnchant</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="287" />
+      <location filename="../Preferences/ProgramsDialog.py" line="260" />
       <source>Source Highlighter - Pygments</source>
       <translation>Resaltador de Código Fuente - Pygments</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="294" />
+      <location filename="../Preferences/ProgramsDialog.py" line="267" />
       <source>MicroPython - MPY Cross Compiler</source>
       <translation>MicroPython - MPY Cross Compiler</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="301" />
+      <location filename="../Preferences/ProgramsDialog.py" line="274" />
       <source>MicroPython - ESP Tool</source>
       <translation>MicroPython - ESP Tool</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="312" />
+      <location filename="../Preferences/ProgramsDialog.py" line="285" />
       <source>MicroPython - PyBoard Flasher</source>
       <translation>MicroPython - PyBoard Flasher</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="322" />
+      <location filename="../Preferences/ProgramsDialog.py" line="295" />
       <source>MicroPython - STLink Info</source>
       <translation>MicroPython - STLink Info</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="332" />
+      <location filename="../Preferences/ProgramsDialog.py" line="305" />
       <source>MicroPython - STLink Flasher</source>
       <translation>MicroPython - STLink Flasher</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="354" />
+      <location filename="../Preferences/ProgramsDialog.py" line="327" />
       <source>Code Assistant - Jedi</source>
       <translation>Asistente de Código - Jedi</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="434" />
+      <location filename="../Preferences/ProgramsDialog.py" line="407" />
       <source>(not configured)</source>
       <translation>(no configurado)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="469" />
+      <location filename="../Preferences/ProgramsDialog.py" line="442" />
       <source>(module not found)</source>
       <translation>(módule no encontrado)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="502" />
+      <location filename="../Preferences/ProgramsDialog.py" line="475" />
       <source>(not executable)</source>
       <translation>(no ejecutable)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="548" />
-      <location filename="../Preferences/ProgramsDialog.py" line="516" />
-      <location filename="../Preferences/ProgramsDialog.py" line="514" />
+      <location filename="../Preferences/ProgramsDialog.py" line="521" />
+      <location filename="../Preferences/ProgramsDialog.py" line="489" />
+      <location filename="../Preferences/ProgramsDialog.py" line="487" />
       <source>(not found)</source>
       <translation>(no encontrado)</translation>
     </message>
     <message>
+      <source>Translation Extractor (Python, PyQt5)</source>
+      <translation type="vanished">Extractor de Traducciones (Python, PyQt5)</translation>
+    </message>
+    <message>
+      <source>Forms Compiler (Python, PyQt5)</source>
+      <translation type="vanished">Compilador de Forms (Python, PyQt5)</translation>
+    </message>
+    <message>
+      <source>Resource Compiler (Python, PyQt5)</source>
+      <translation type="vanished">Compilador de Recursos (Python, PyQt5)</translation>
+    </message>
+    <message>
       <source>Translation Extractor (Python, PySide2)</source>
       <translation type="vanished">Extractor de Traducciones (Python, PySide2)</translation>
     </message>
@@ -63227,404 +63219,394 @@
     </message>
     <message>
       <location filename="../Project/Project.py" line="337" />
-      <source>PyQt5 GUI</source>
-      <translation>GUI PyQt5</translation>
+      <source>PyQt6 GUI</source>
+      <translation>GUI PyQt6</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="338" />
-      <source>PyQt5 Console</source>
-      <translation>Consola PyQt5</translation>
+      <source>PyQt6 Console</source>
+      <translation>Consola PyQt6</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="339" />
-      <source>PyQt6 GUI</source>
-      <translation>GUI PyQt6</translation>
+      <source>Eric7 Plugin</source>
+      <translation>Eric7 Plugin</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="340" />
-      <source>PyQt6 Console</source>
-      <translation>Consola PyQt6</translation>
+      <source>Console</source>
+      <translation>Consola</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="341" />
-      <source>Eric7 Plugin</source>
-      <translation>Eric7 Plugin</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="342" />
-      <source>Console</source>
-      <translation>Consola</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="343" />
       <source>Other</source>
       <translation>Otro</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="362" />
+      <location filename="../Project/Project.py" line="358" />
       <source>PySide6 GUI</source>
       <translation>GUI de PySide6</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="363" />
+      <location filename="../Project/Project.py" line="359" />
       <source>PySide6 Console</source>
       <translation>Consola PySide6</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="461" />
-      <location filename="../Project/Project.py" line="449" />
-      <location filename="../Project/Project.py" line="438" />
+      <location filename="../Project/Project.py" line="457" />
+      <location filename="../Project/Project.py" line="445" />
+      <location filename="../Project/Project.py" line="434" />
       <source>Registering Project Type</source>
       <translation>Registrando Tipo de Proyecto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="439" />
+      <location filename="../Project/Project.py" line="435" />
       <source>&lt;p&gt;The Programming Language &lt;b&gt;{0}&lt;/b&gt; is not supported (project type: {1}).&lt;/p&gt;</source>
       <translation>&lt;p&gt;El Lenguaje de Programación &lt;b&gt;{0}&lt;/b&gt; no está soportado (tipo de proyecto: {1}).&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="450" />
+      <location filename="../Project/Project.py" line="446" />
       <source>&lt;p&gt;The Project type &lt;b&gt;{0}&lt;/b&gt; is already registered with Programming Language &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;El tipo de Proyecto &lt;b&gt;{0}&lt;/b&gt; ya está registrado con el Lenguaje de Programación &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="462" />
+      <location filename="../Project/Project.py" line="458" />
       <source>&lt;p&gt;The Project type &lt;b&gt;{0}&lt;/b&gt; is already registered.&lt;/p&gt;</source>
       <translation>&lt;p&gt;El Tipo de Proyecto &lt;b&gt;{0}&lt;/b&gt; ya está registrado.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="767" />
+      <location filename="../Project/Project.py" line="763" />
       <source>All Files (*)</source>
       <translation>Todos los archivos (*)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1321" />
+      <location filename="../Project/Project.py" line="1310" />
       <source>Read Project Session</source>
       <translation>Leer Sesion de Proyecto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1567" />
-      <location filename="../Project/Project.py" line="1541" />
-      <location filename="../Project/Project.py" line="1505" />
-      <location filename="../Project/Project.py" line="1423" />
-      <location filename="../Project/Project.py" line="1384" />
-      <location filename="../Project/Project.py" line="1359" />
-      <location filename="../Project/Project.py" line="1322" />
+      <location filename="../Project/Project.py" line="1556" />
+      <location filename="../Project/Project.py" line="1530" />
+      <location filename="../Project/Project.py" line="1494" />
+      <location filename="../Project/Project.py" line="1412" />
+      <location filename="../Project/Project.py" line="1373" />
+      <location filename="../Project/Project.py" line="1348" />
+      <location filename="../Project/Project.py" line="1311" />
       <source>Please save the project first.</source>
       <translation>Por favor guarde primero el proyecto.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1358" />
+      <location filename="../Project/Project.py" line="1347" />
       <source>Save Project Session</source>
       <translation>Guardar Sesion de Proyecto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1400" />
-      <location filename="../Project/Project.py" line="1383" />
+      <location filename="../Project/Project.py" line="1389" />
+      <location filename="../Project/Project.py" line="1372" />
       <source>Delete Project Session</source>
       <translation>Borrar Sesión de Proyecto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1390" />
+      <location filename="../Project/Project.py" line="1379" />
       <source>Delete Remote Project Session</source>
       <translation>Borrar Sesión de Proyecto Remoto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1409" />
+      <location filename="../Project/Project.py" line="1398" />
       <source>&lt;p&gt;The project session file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo de sesión de proyecto &lt;b&gt;{0}&lt;/b&gt; no ha podido borrarse.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1422" />
+      <location filename="../Project/Project.py" line="1411" />
       <source>Read Tasks</source>
       <translation>Leer Tareas</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1504" />
+      <location filename="../Project/Project.py" line="1493" />
       <source>Read Debugger Properties</source>
       <translation>Leer Propiedades del Depurador</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1540" />
+      <location filename="../Project/Project.py" line="1529" />
       <source>Save Debugger Properties</source>
       <translation>Guardar Propiedades del Depurador</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1583" />
-      <location filename="../Project/Project.py" line="1566" />
+      <location filename="../Project/Project.py" line="1572" />
+      <location filename="../Project/Project.py" line="1555" />
       <source>Delete Debugger Properties</source>
       <translation>Borrar Propiedades del Depurador</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1573" />
+      <location filename="../Project/Project.py" line="1562" />
       <source>Delete Remote Debugger Properties</source>
       <translation>Borrar Propiedades del Depurador Remoto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1592" />
+      <location filename="../Project/Project.py" line="1581" />
       <source>&lt;p&gt;The project debugger properties file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo de propiedades del depurador del proyecto  &lt;b&gt;{0}&lt;/b&gt; no pudo ser borrado.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1765" />
+      <location filename="../Project/Project.py" line="1754" />
       <source>Add Language</source>
       <translation>Añadir lenguaje</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1766" />
+      <location filename="../Project/Project.py" line="1755" />
       <source>You have to specify a translation pattern first.</source>
       <translation>Debe especificar primero un patrón de traducción.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1905" />
+      <location filename="../Project/Project.py" line="1892" />
       <source>Delete Translation</source>
       <translation>Borrar Traducción</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1932" />
-      <location filename="../Project/Project.py" line="1906" />
+      <location filename="../Project/Project.py" line="1919" />
+      <location filename="../Project/Project.py" line="1893" />
       <source>&lt;p&gt;The selected translation file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo de traducción 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="1931" />
+      <location filename="../Project/Project.py" line="1918" />
       <source>Delete translation</source>
       <translation>Borrar traducción</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="2071" />
+      <location filename="../Project/Project.py" line="2054" />
+      <source>Add File</source>
+      <translation>Añadir archivo</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="2173" />
+      <location filename="../Project/Project.py" line="2055" />
+      <source>&lt;p&gt;The file &lt;b&gt;{0}&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;{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="2072" />
+      <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be added to &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {2}&lt;/p&gt;</source>
+      <translation>&lt;p&gt;El archivo seleccionado &lt;b&gt;{0}&lt;/b&gt; no ha podido se añadido a &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Razón: {2}&lt;/p&gt;</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="2084" />
-      <location filename="../Project/Project.py" line="2067" />
-      <source>Add File</source>
-      <translation>Añadir archivo</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2186" />
-      <location filename="../Project/Project.py" line="2068" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&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;{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="2085" />
-      <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be added to &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {2}&lt;/p&gt;</source>
-      <translation>&lt;p&gt;El archivo seleccionado &lt;b&gt;{0}&lt;/b&gt; no ha podido se añadido a &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Razón: {2}&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2097" />
       <source>Add file</source>
       <translation>Agregar archivo</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2282" />
-      <location filename="../Project/Project.py" line="2098" />
+      <location filename="../Project/Project.py" line="2269" />
+      <location filename="../Project/Project.py" line="2085" />
       <source>The target directory must not be empty.</source>
       <translation>El directorio de destino no puede estar vacío.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2185" />
-      <location filename="../Project/Project.py" line="2158" />
-      <location filename="../Project/Project.py" line="2138" />
+      <location filename="../Project/Project.py" line="2172" />
+      <location filename="../Project/Project.py" line="2145" />
+      <location filename="../Project/Project.py" line="2125" />
       <source>Add Directory</source>
       <translation>Añadir Directorio</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2139" />
+      <location filename="../Project/Project.py" line="2126" />
       <source>&lt;p&gt;The source directory doesn't contain any files belonging to the selected category.&lt;/p&gt;</source>
       <translation>&lt;p&gt;El directorio de origen no contiene archivos que pertenezcan a la categoría seleccionada.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2159" />
+      <location filename="../Project/Project.py" line="2146" />
       <source>&lt;p&gt;The target directory &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 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="2293" />
-      <location filename="../Project/Project.py" line="2281" />
+      <location filename="../Project/Project.py" line="2280" />
+      <location filename="../Project/Project.py" line="2268" />
       <source>Add directory</source>
       <translation>Añadir directorio</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2294" />
+      <location filename="../Project/Project.py" line="2281" />
       <source>The source directory must not be empty.</source>
       <translation>El directorio de origen no puede estar vacío.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2408" />
-      <location filename="../Project/Project.py" line="2390" />
-      <location filename="../Project/Project.py" line="2374" />
-      <location filename="../Project/Project.py" line="2367" />
+      <location filename="../Project/Project.py" line="2395" />
+      <location filename="../Project/Project.py" line="2377" />
+      <location filename="../Project/Project.py" line="2361" />
+      <location filename="../Project/Project.py" line="2354" />
       <source>Rename File</source>
       <translation>Renombrar Archivo</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8075" />
-      <location filename="../Project/Project.py" line="3895" />
-      <location filename="../Project/Project.py" line="2391" />
+      <location filename="../Project/Project.py" line="8062" />
+      <location filename="../Project/Project.py" line="3882" />
+      <location filename="../Project/Project.py" line="2378" />
       <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>
     <message>
-      <location filename="../Project/Project.py" line="2409" />
+      <location filename="../Project/Project.py" line="2396" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be renamed.&lt;br /&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; no puede ser renombrado.&lt;br /&gt;Causa: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2676" />
+      <location filename="../Project/Project.py" line="2663" />
       <source>Delete File</source>
       <translation>Borrar Archivo</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2677" />
+      <location filename="../Project/Project.py" line="2664" />
       <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo 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="2705" />
+      <location filename="../Project/Project.py" line="2692" />
       <source>Delete Directory</source>
       <translation>Borrar Directorio</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2706" />
+      <location filename="../Project/Project.py" line="2693" />
       <source>&lt;p&gt;The selected directory &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <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="2839" />
+      <location filename="../Project/Project.py" line="2826" />
       <source>Create project directory</source>
       <translation>Crear directorio de proyecto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2840" />
+      <location filename="../Project/Project.py" line="2827" />
       <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;</source>
       <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="3668" />
-      <location filename="../Project/Project.py" line="2940" />
+      <location filename="../Project/Project.py" line="3655" />
+      <location filename="../Project/Project.py" line="2927" />
       <source>Create project management directory</source>
       <translation>Crear directorio de gestión del proyecto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3669" />
-      <location filename="../Project/Project.py" line="2941" />
+      <location filename="../Project/Project.py" line="3656" />
+      <location filename="../Project/Project.py" line="2928" />
       <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="2981" />
+      <location filename="../Project/Project.py" line="2968" />
       <source>Create main script</source>
       <translation>Crear script principal</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2982" />
+      <location filename="../Project/Project.py" line="2969" />
       <source>&lt;p&gt;The main script &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="3449" />
-      <location filename="../Project/Project.py" line="3006" />
+      <location filename="../Project/Project.py" line="3436" />
+      <location filename="../Project/Project.py" line="2993" />
       <source>Create Makefile</source>
       <translation>Crear Makefile</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3450" />
-      <location filename="../Project/Project.py" line="3007" />
+      <location filename="../Project/Project.py" line="3437" />
+      <location filename="../Project/Project.py" line="2994" />
       <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="3698" />
-      <location filename="../Project/Project.py" line="3159" />
-      <location filename="../Project/Project.py" line="3130" />
-      <location filename="../Project/Project.py" line="3098" />
-      <location filename="../Project/Project.py" line="3080" />
-      <location filename="../Project/Project.py" line="3055" />
-      <location filename="../Project/Project.py" line="3017" />
+      <location filename="../Project/Project.py" line="3685" />
+      <location filename="../Project/Project.py" line="3146" />
+      <location filename="../Project/Project.py" line="3117" />
+      <location filename="../Project/Project.py" line="3085" />
+      <location filename="../Project/Project.py" line="3067" />
+      <location filename="../Project/Project.py" line="3042" />
+      <location filename="../Project/Project.py" line="3004" />
       <source>New Project</source>
       <translation>Proyecto nuevo</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3018" />
+      <location filename="../Project/Project.py" line="3005" />
       <source>Add existing files to the project?</source>
       <translation>¿Agregar archivos existentes al proyecto?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3699" />
-      <location filename="../Project/Project.py" line="3056" />
+      <location filename="../Project/Project.py" line="3686" />
+      <location filename="../Project/Project.py" line="3043" />
       <source>Select Version Control System</source>
       <translation>Seleccion el Sistema de control de versiones (VCS)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3160" />
-      <location filename="../Project/Project.py" line="3081" />
+      <location filename="../Project/Project.py" line="3147" />
+      <location filename="../Project/Project.py" line="3068" />
       <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="3099" />
+      <location filename="../Project/Project.py" line="3086" />
       <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="3136" />
-      <location filename="../Project/Project.py" line="3125" />
+      <location filename="../Project/Project.py" line="3123" />
+      <location filename="../Project/Project.py" line="3112" />
       <source>None</source>
       <translation>Ninguno</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3131" />
+      <location filename="../Project/Project.py" line="3118" />
       <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="3342" />
+      <location filename="../Project/Project.py" line="3329" />
       <source>Translation Pattern</source>
       <translation>Patrón de Traducción</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3343" />
+      <location filename="../Project/Project.py" line="3330" />
       <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source>
       <translation>Introduzca el patrón de ruta para los archivos de traducción (use '%language%' in lugar del código de idioma):</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3647" />
+      <location filename="../Project/Project.py" line="3634" />
       <source>Open Project</source>
       <translation>Abrir proyecto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8061" />
-      <location filename="../Project/Project.py" line="8055" />
-      <location filename="../Project/Project.py" line="8045" />
-      <location filename="../Project/Project.py" line="3880" />
-      <location filename="../Project/Project.py" line="3870" />
-      <location filename="../Project/Project.py" line="3649" />
+      <location filename="../Project/Project.py" line="8048" />
+      <location filename="../Project/Project.py" line="8042" />
+      <location filename="../Project/Project.py" line="8032" />
+      <location filename="../Project/Project.py" line="3867" />
+      <location filename="../Project/Project.py" line="3857" />
+      <location filename="../Project/Project.py" line="3636" />
       <source>Project Files (*.epj)</source>
       <translation>Archivos de proyecto (*.epj)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3894" />
-      <location filename="../Project/Project.py" line="3878" />
+      <location filename="../Project/Project.py" line="3881" />
+      <location filename="../Project/Project.py" line="3865" />
       <source>Save Project</source>
       <translation>Guardar Proyecto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3933" />
+      <location filename="../Project/Project.py" line="3920" />
       <source>Close Project</source>
       <translation>Cerrar Proyecto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3934" />
+      <location filename="../Project/Project.py" line="3921" />
       <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="4134" />
-      <location filename="../Project/Project.py" line="4098" />
+      <location filename="../Project/Project.py" line="4121" />
+      <location filename="../Project/Project.py" line="4085" />
       <source>Syntax Errors Detected</source>
       <translation>Detectados Errores Sintácticos</translation>
     </message>
     <message numerus="yes">
-      <location filename="../Project/Project.py" line="4135" />
-      <location filename="../Project/Project.py" line="4099" />
+      <location filename="../Project/Project.py" line="4122" />
+      <location filename="../Project/Project.py" line="4086" />
       <source>The project contains %n file(s) with syntax errors.</source>
       <translation>
         <numerusform>El archivo contiene %n archivo(s) con errores de sintaxis.</numerusform>
@@ -63632,1272 +63614,1280 @@
       </translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4793" />
+      <location filename="../Project/Project.py" line="4780" />
       <source>New project</source>
       <translation>Proyecto nuevo</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4795" />
+      <location filename="../Project/Project.py" line="4782" />
       <source>&amp;New...</source>
       <translation>&amp;Nuevo...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4801" />
+      <location filename="../Project/Project.py" line="4788" />
       <source>Generate a new project</source>
       <translation>Generar un nuevo proyecto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4803" />
+      <location filename="../Project/Project.py" line="4790" />
       <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="4813" />
+      <location filename="../Project/Project.py" line="4800" />
       <source>Open project</source>
       <translation>Abrir proyecto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4815" />
+      <location filename="../Project/Project.py" line="4802" />
       <source>&amp;Open...</source>
       <translation>&amp;Abrir...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4821" />
+      <location filename="../Project/Project.py" line="4808" />
       <source>Open an existing project</source>
       <translation>Abrir un proyecto existente</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4823" />
+      <location filename="../Project/Project.py" line="4810" />
       <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="4829" />
+      <location filename="../Project/Project.py" line="4816" />
       <source>Open remote project</source>
       <translation>Abrir proyecto remoto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4831" />
+      <location filename="../Project/Project.py" line="4818" />
       <source>Open (Remote)...</source>
       <translation>Abrir (Remoto)...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4824" />
+      <source>Open an existing remote project</source>
+      <translation>Abrir un proyecto remoto existente</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4826" />
+      <source>&lt;b&gt;Open (Remote)...&lt;/b&gt;&lt;p&gt;This opens an existing remote project.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Abrir (Remoto)...&lt;/b&gt;&lt;p&gt;Esto abre un proyecto remoto existente..&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4835" />
+      <source>Reload project</source>
+      <translation>Recargar proyecto</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4837" />
-      <source>Open an existing remote project</source>
-      <translation>Abrir un proyecto remoto existente</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4839" />
-      <source>&lt;b&gt;Open (Remote)...&lt;/b&gt;&lt;p&gt;This opens an existing remote project.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Abrir (Remoto)...&lt;/b&gt;&lt;p&gt;Esto abre un proyecto remoto existente..&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4848" />
-      <source>Reload project</source>
-      <translation>Recargar proyecto</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4850" />
       <source>Re&amp;load</source>
       <translation>Re&amp;cargar</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4856" />
+      <location filename="../Project/Project.py" line="4843" />
       <source>Reload the current project</source>
       <translation>Regargar el proyecto actual</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4858" />
+      <location filename="../Project/Project.py" line="4845" />
       <source>&lt;b&gt;Reload&lt;/b&gt;&lt;p&gt;This reloads the current project.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Recargar&lt;/b&gt;&lt;p&gt;Esto recarga el proyecto actual.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4864" />
+      <location filename="../Project/Project.py" line="4851" />
       <source>Close project</source>
       <translation>Cerrar proyecto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4866" />
+      <location filename="../Project/Project.py" line="4853" />
       <source>&amp;Close</source>
       <translation>&amp;Cerrar</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4872" />
+      <location filename="../Project/Project.py" line="4859" />
       <source>Close the current project</source>
       <translation>Cierra el proyecto actual</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4874" />
+      <location filename="../Project/Project.py" line="4861" />
       <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="4880" />
+      <location filename="../Project/Project.py" line="4867" />
       <source>Save project</source>
       <translation>Guardar proyecto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5177" />
-      <location filename="../Project/Project.py" line="4882" />
+      <location filename="../Project/Project.py" line="5164" />
+      <location filename="../Project/Project.py" line="4869" />
       <source>&amp;Save</source>
       <translation>&amp;Guardar</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4888" />
+      <location filename="../Project/Project.py" line="4875" />
       <source>Save the current project</source>
       <translation>Guarda el proyecto actual</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4890" />
+      <location filename="../Project/Project.py" line="4877" />
       <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="4896" />
+      <location filename="../Project/Project.py" line="4883" />
       <source>Save project as</source>
       <translation>Guardar proyecto como</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4898" />
+      <location filename="../Project/Project.py" line="4885" />
       <source>Save &amp;as...</source>
       <translation>Guardar co&amp;mo...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4891" />
+      <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="4893" />
+      <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="4902" />
+      <source>Save project as (Remote)</source>
+      <translation>Guardar proyecto como (Remoto)</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4904" />
-      <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="4906" />
-      <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="4915" />
-      <source>Save project as (Remote)</source>
-      <translation>Guardar proyecto como (Remoto)</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4917" />
       <source>Save as (Remote)...</source>
       <translation>Guardar como (Remoto)...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4924" />
+      <location filename="../Project/Project.py" line="4911" />
       <source>Save the current project to a new remote file</source>
       <translation>Guardar el proyecto actual a un nuevo archivo remoto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4927" />
+      <location filename="../Project/Project.py" line="4914" />
       <source>&lt;b&gt;Save as (Remote)&lt;/b&gt;&lt;p&gt;This saves the current project to a new remote file.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Guardar como (Remoto)&lt;/b&gt;&lt;p&gt;Esto guarda el proyecto actual en un nuevo archivo remoto.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4943" />
+      <location filename="../Project/Project.py" line="4930" />
       <source>Add files to project</source>
       <translation>Agregar archivos al proyecto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4945" />
+      <location filename="../Project/Project.py" line="4932" />
       <source>Add &amp;files...</source>
       <translation>&amp;Agregar archivos...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4938" />
+      <source>Add files to the current project</source>
+      <translation>Añadir archivos al proyecto actual</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4940" />
+      <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="4951" />
-      <source>Add files to the current project</source>
-      <translation>Añadir archivos al proyecto actual</translation>
+      <source>Add directory to project</source>
+      <translation>Agregar directorio al proyecto</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="4953" />
-      <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="4964" />
-      <source>Add directory to project</source>
-      <translation>Agregar directorio al proyecto</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4966" />
       <source>Add directory...</source>
       <translation>Agregar directorio...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4960" />
+      <source>Add a directory to the current project</source>
+      <translation>Agregar directorio al proyecto actual</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4963" />
+      <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="4973" />
-      <source>Add a directory to the current project</source>
-      <translation>Agregar directorio al proyecto actual</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4976" />
-      <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="4986" />
       <source>Add translation to project</source>
       <translation>Añadir traducción al proyecto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4988" />
+      <location filename="../Project/Project.py" line="4975" />
       <source>Add &amp;translation...</source>
       <translation>Añadir &amp;Traducción...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4982" />
+      <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="4985" />
+      <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="4995" />
-      <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="4998" />
-      <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="5008" />
       <source>Search new files</source>
       <translation>Buscar archivos nuevos</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5009" />
+      <location filename="../Project/Project.py" line="4996" />
       <source>Searc&amp;h new files...</source>
       <translation>Bus&amp;car archivos nuevos...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5002" />
+      <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="5004" />
+      <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, forms, ...) 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, forms, ...) en el directorio del proyecto y en los subdirectorios registrados.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5014" />
+      <source>Search Project File</source>
+      <translation>Buscar Archivo en Proyecto</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5015" />
-      <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="5017" />
-      <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, forms, ...) 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, forms, ...) en el directorio del proyecto y en los subdirectorios registrados.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5027" />
-      <source>Search Project File</source>
-      <translation>Buscar Archivo en Proyecto</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5028" />
       <source>Search Project File...</source>
       <translation>Buscar Archivo en Proyecto...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5029" />
+      <location filename="../Project/Project.py" line="5016" />
       <source>Alt+Ctrl+P</source>
       <comment>Project|Search Project File</comment>
       <translation>Alt+Ctrl+P</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5021" />
+      <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="5023" />
+      <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="5032" />
+      <source>Project properties</source>
+      <translation>Propiedades del proyecto</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5034" />
-      <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="5036" />
-      <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="5045" />
-      <source>Project properties</source>
-      <translation>Propiedades del proyecto</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5047" />
       <source>&amp;Properties...</source>
       <translation>&amp;Propiedades...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5040" />
+      <source>Show the project properties</source>
+      <translation>Ver las propiedades del proyecto</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5042" />
+      <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="5051" />
+      <source>User project properties</source>
+      <translation>Propiedades del usuario del proyecto</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5053" />
-      <source>Show the project properties</source>
-      <translation>Ver las propiedades del proyecto</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5055" />
-      <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="5064" />
-      <source>User project properties</source>
-      <translation>Propiedades del usuario del proyecto</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5066" />
       <source>&amp;User Properties...</source>
       <translation>Propiedades del &amp;Usuario...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5060" />
+      <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="5063" />
+      <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="5073" />
-      <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="5076" />
-      <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="5086" />
       <source>Filetype Associations</source>
       <translation>Asociación de tipos de archivo</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5087" />
+      <location filename="../Project/Project.py" line="5074" />
       <source>Filetype Associations...</source>
       <translation>Asociación de tipos de archivo...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5094" />
+      <location filename="../Project/Project.py" line="5081" />
       <source>Show the project file type associations</source>
       <translation>Mostrar asociaciones de tipo de archivo del proyecto</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5084" />
+      <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>
+    <message>
       <location filename="../Project/Project.py" line="5097" />
-      <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>
-    <message>
-      <location filename="../Project/Project.py" line="5110" />
       <source>Lexer Associations</source>
       <translation>Asociaciones de Analizador Léxico</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5111" />
+      <location filename="../Project/Project.py" line="5098" />
       <source>Lexer Associations...</source>
       <translation>Asociaciones de Analizador Léxico...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5118" />
+      <location filename="../Project/Project.py" line="5105" />
       <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="5121" />
+      <location filename="../Project/Project.py" line="5108" />
       <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>
     <message>
-      <location filename="../Project/Project.py" line="5139" />
+      <location filename="../Project/Project.py" line="5126" />
       <source>Debugger Properties</source>
       <translation>Propiedades del depurador</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5140" />
+      <location filename="../Project/Project.py" line="5127" />
       <source>Debugger &amp;Properties...</source>
       <translation>&amp;Propiedades del depurador...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5133" />
+      <source>Show the debugger properties</source>
+      <translation>Muestra las propiedades del depurador</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5135" />
+      <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="5145" />
+      <source>Load</source>
+      <translation>Cargar</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5146" />
-      <source>Show the debugger properties</source>
-      <translation>Muestra las propiedades del depurador</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5148" />
-      <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="5158" />
-      <source>Load</source>
-      <translation>Cargar</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5159" />
       <source>&amp;Load</source>
       <translation>&amp;Cargar</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5165" />
+      <location filename="../Project/Project.py" line="5152" />
       <source>Load the debugger properties</source>
       <translation>Cargar las propiedades del depurador</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5167" />
+      <location filename="../Project/Project.py" line="5154" />
       <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="5176" />
+      <location filename="../Project/Project.py" line="5163" />
       <source>Save</source>
       <translation>Guardar</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5183" />
+      <location filename="../Project/Project.py" line="5170" />
       <source>Save the debugger properties</source>
       <translation>Guardar propiedades del depurador</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5185" />
+      <location filename="../Project/Project.py" line="5172" />
       <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="5194" />
+      <location filename="../Project/Project.py" line="5181" />
       <source>Delete</source>
       <translation>Borrar</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5195" />
+      <location filename="../Project/Project.py" line="5182" />
       <source>&amp;Delete</source>
       <translation>&amp;Borrar</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5188" />
+      <source>Delete the debugger properties</source>
+      <translation>Borrar las propiedades del depurador</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5190" />
+      <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="5200" />
+      <source>Reset</source>
+      <translation>Reiniciar</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5201" />
-      <source>Delete the debugger properties</source>
-      <translation>Borrar las propiedades del depurador</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5203" />
-      <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="5213" />
-      <source>Reset</source>
-      <translation>Reiniciar</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5214" />
       <source>&amp;Reset</source>
       <translation>&amp;Reiniciar</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5220" />
+      <location filename="../Project/Project.py" line="5207" />
       <source>Reset the debugger properties</source>
       <translation>Restablecer las propiedades del depurador</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5222" />
+      <location filename="../Project/Project.py" line="5209" />
       <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="5238" />
-      <location filename="../Project/Project.py" line="5237" />
+      <location filename="../Project/Project.py" line="5225" />
+      <location filename="../Project/Project.py" line="5224" />
       <source>Load session</source>
       <translation>Cargar sesión</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5244" />
+      <location filename="../Project/Project.py" line="5231" />
       <source>Load the projects session file.</source>
       <translation>Cargar archivo de sesión de proyectos.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5246" />
+      <location filename="../Project/Project.py" line="5233" />
       <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="5262" />
-      <location filename="../Project/Project.py" line="5261" />
+      <location filename="../Project/Project.py" line="5249" />
+      <location filename="../Project/Project.py" line="5248" />
       <source>Save session</source>
       <translation>Guardar sesión</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5268" />
+      <location filename="../Project/Project.py" line="5255" />
       <source>Save the projects session file.</source>
       <translation>Guardar archivos de sessión de proyecto.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5270" />
+      <location filename="../Project/Project.py" line="5257" />
       <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="5286" />
-      <location filename="../Project/Project.py" line="5285" />
+      <location filename="../Project/Project.py" line="5273" />
+      <location filename="../Project/Project.py" line="5272" />
       <source>Delete session</source>
       <translation>Borrar sesión</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5292" />
+      <location filename="../Project/Project.py" line="5279" />
       <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="5294" />
+      <location filename="../Project/Project.py" line="5281" />
       <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="5309" />
+      <location filename="../Project/Project.py" line="5296" />
       <source>Code Metrics</source>
       <translation>Métricas de código</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5310" />
+      <location filename="../Project/Project.py" line="5297" />
       <source>&amp;Code Metrics...</source>
       <translation>Métricas de &amp;código...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5304" />
+      <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="5307" />
+      <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="5317" />
-      <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="5320" />
-      <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="5330" />
       <source>Python Code Coverage</source>
       <translation>Cobertura de Código Python</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5331" />
+      <location filename="../Project/Project.py" line="5318" />
       <source>Code Co&amp;verage...</source>
       <translation>Co&amp;bertura de código...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5338" />
+      <location filename="../Project/Project.py" line="5325" />
       <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="5341" />
+      <location filename="../Project/Project.py" line="5328" />
       <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="6775" />
       <location filename="../Project/Project.py" line="6762" />
-      <location filename="../Project/Project.py" line="5351" />
+      <location filename="../Project/Project.py" line="6749" />
+      <location filename="../Project/Project.py" line="5338" />
       <source>Profile Data</source>
       <translation>Datos de perfil</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5352" />
+      <location filename="../Project/Project.py" line="5339" />
       <source>&amp;Profile Data...</source>
       <translation>Datos de &amp;pefil...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5359" />
+      <location filename="../Project/Project.py" line="5346" />
       <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="5362" />
+      <location filename="../Project/Project.py" line="5349" />
       <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="6827" />
-      <location filename="../Project/Project.py" line="5377" />
+      <location filename="../Project/Project.py" line="6814" />
+      <location filename="../Project/Project.py" line="5364" />
       <source>Application Diagram</source>
       <translation>Diagrama de Aplicación</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5378" />
+      <location filename="../Project/Project.py" line="5365" />
       <source>&amp;Application Diagram...</source>
       <translation>Diagrama de &amp;Aplicación...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5372" />
+      <source>Show a diagram of the project.</source>
+      <translation>Mostrar diagrama del proyecto.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5375" />
+      <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="5384" />
+      <source>Load Diagram</source>
+      <translation>Cargar Diagrama</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5385" />
-      <source>Show a diagram of the project.</source>
-      <translation>Mostrar diagrama del proyecto.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5388" />
-      <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="5397" />
-      <source>Load Diagram</source>
-      <translation>Cargar Diagrama</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5398" />
       <source>&amp;Load Diagram...</source>
       <translation>&amp;Cargar Diagrama...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5404" />
+      <location filename="../Project/Project.py" line="5391" />
       <source>Load a diagram from file.</source>
       <translation>CArgar diagrama desde archivo.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5406" />
+      <location filename="../Project/Project.py" line="5393" />
       <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>
     <message>
-      <location filename="../Project/Project.py" line="6995" />
-      <location filename="../Project/Project.py" line="6940" />
-      <location filename="../Project/Project.py" line="5421" />
+      <location filename="../Project/Project.py" line="6982" />
+      <location filename="../Project/Project.py" line="6927" />
+      <location filename="../Project/Project.py" line="5408" />
       <source>Create Package List</source>
       <translation>Crear Lista del Paquete</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5423" />
+      <location filename="../Project/Project.py" line="5410" />
       <source>Create &amp;Package List</source>
       <translation>Crear &amp;Package List</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5430" />
+      <location filename="../Project/Project.py" line="5417" />
       <source>Create an initial PKGLIST file for an eric plugin.</source>
       <translation>Crear un archivo inicial PKGLIST para un plugin para eric.</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5420" />
+      <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric 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 eric. Esta lista se crea a partir del archivo de proyecto.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7053" />
+      <location filename="../Project/Project.py" line="5431" />
+      <source>Create Plugin Archives</source>
+      <translation>Crear Archivos de Plugin</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5433" />
-      <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric 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 eric. Esta lista se crea a partir del archivo de proyecto.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7066" />
-      <location filename="../Project/Project.py" line="5444" />
-      <source>Create Plugin Archives</source>
-      <translation>Crear Archivos de Plugin</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5446" />
       <source>Create Plugin &amp;Archives</source>
       <translation>Crear &amp;Archivos de Plugin</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5452" />
+      <location filename="../Project/Project.py" line="5439" />
       <source>Create eric plugin archive files.</source>
       <translation>Crear ficheros para archivo de plugin de eric.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5454" />
+      <location filename="../Project/Project.py" line="5441" />
       <source>&lt;b&gt;Create Plugin Archives&lt;/b&gt;&lt;p&gt;This creates eric 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 eric 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="5466" />
+      <location filename="../Project/Project.py" line="5453" />
       <source>Create Plugin Archives (Snapshot)</source>
       <translation>Crear Archivos de Plugin (Snapshot)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5468" />
+      <location filename="../Project/Project.py" line="5455" />
       <source>Create Plugin Archives (&amp;Snapshot)</source>
       <translation>Crear Archivos de Plugin (&amp;Snapshot)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5475" />
+      <location filename="../Project/Project.py" line="5462" />
       <source>Create eric plugin archive files (snapshot releases).</source>
       <translation>Crear ficheros para archivo de plugin de eric (snapshot releases).</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5478" />
+      <location filename="../Project/Project.py" line="5465" />
       <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric 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 eric 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="7522" />
-      <location filename="../Project/Project.py" line="7493" />
-      <location filename="../Project/Project.py" line="7447" />
-      <location filename="../Project/Project.py" line="7399" />
-      <location filename="../Project/Project.py" line="5497" />
+      <location filename="../Project/Project.py" line="7509" />
+      <location filename="../Project/Project.py" line="7480" />
+      <location filename="../Project/Project.py" line="7434" />
+      <location filename="../Project/Project.py" line="7386" />
+      <location filename="../Project/Project.py" line="5484" />
       <source>Execute Make</source>
       <translation>Ejecutar Make</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5498" />
+      <location filename="../Project/Project.py" line="5485" />
       <source>&amp;Execute Make</source>
       <translation>&amp;Ejecutar Make</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5491" />
+      <source>Perform a 'make' run.</source>
+      <translation>Ejecutar un 'make'.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5493" />
+      <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a 'make' run to rebuild the configured target.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Ejecutar Make&lt;/b&gt;&lt;p&gt;Ejecuta un 'make' para reconstruir el target configurado.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7486" />
+      <location filename="../Project/Project.py" line="5503" />
+      <source>Test for Changes</source>
+      <translation>Comprobar Cambios</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5504" />
-      <source>Perform a 'make' run.</source>
-      <translation>Ejecutar un 'make'.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5506" />
-      <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a 'make' run to rebuild the configured target.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Ejecutar Make&lt;/b&gt;&lt;p&gt;Ejecuta un 'make' para reconstruir el target configurado.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7499" />
-      <location filename="../Project/Project.py" line="5516" />
-      <source>Test for Changes</source>
-      <translation>Comprobar Cambios</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5517" />
       <source>&amp;Test for Changes</source>
       <translation>&amp;Comprobar Cambios</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5524" />
+      <location filename="../Project/Project.py" line="5511" />
       <source>Question 'make', if a rebuild is needed.</source>
       <translation>Preguntar a 'make' si es necesario reconstruir.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5527" />
+      <location filename="../Project/Project.py" line="5514" />
       <source>&lt;b&gt;Test for Changes&lt;/b&gt;&lt;p&gt;This questions 'make', 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 'make si es necesario reconstruir el target configurado.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5545" />
+      <location filename="../Project/Project.py" line="5532" />
       <source>Create SBOM File</source>
       <translation>Crear Archivo SBOM</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5546" />
+      <location filename="../Project/Project.py" line="5533" />
       <source>Create &amp;SBOM File</source>
       <translation>Crear Archivo &amp;SBOM</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5553" />
+      <location filename="../Project/Project.py" line="5540" />
       <source>Create a SBOM file of the project dependencies.</source>
       <translation>Crear un archivo SBOM de dependencias del proyecto.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5556" />
+      <location filename="../Project/Project.py" line="5543" />
       <source>&lt;b&gt;Create SBOM File&lt;/b&gt;&lt;p&gt;This allows the creation of a SBOM file of the project dependencies. This may be based on various input sources and will be saved as a CycloneDX SBOM file.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Crear Archivo SBOM&lt;/b&gt;&lt;p&gt;Esto permite la creación de un archivo SBOM de las dependencias del proyecto. Puede basarse en varias fuentes de input y se guardará como un archivo CycloneDX SBOM.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5567" />
+      <location filename="../Project/Project.py" line="5554" />
       <source>Clear Byte Code Caches</source>
       <translation>Limpiar Cachés de Byte Code</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5568" />
+      <location filename="../Project/Project.py" line="5555" />
       <source>Clear Byte Code &amp;Caches</source>
       <translation>Limpiar &amp;Cachés de Byte Code</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5575" />
+      <location filename="../Project/Project.py" line="5562" />
       <source>Clear the byte code caches of the project.</source>
       <translation>Limpiar las cachés de byte code del proyecto.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5578" />
+      <location filename="../Project/Project.py" line="5565" />
       <source>&lt;b&gt;Clear Byte Code Caches&lt;/b&gt;&lt;p&gt;This deletes all directories containing byte code cache files.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Limpiar Cachés de Byte Code&lt;/b&gt;&lt;p&gt;Esto borra todos los directorios que contienen archivos de caché de byte code cache.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5594" />
+      <location filename="../Project/Project.py" line="5581" />
       <source>About Black</source>
       <translation>Acerca de Black</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5595" />
+      <location filename="../Project/Project.py" line="5582" />
       <source>&amp;Black</source>
       <translation>&amp;Black</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5601" />
+      <location filename="../Project/Project.py" line="5588" />
       <source>Show some information about 'Black'.</source>
       <translation>Mostrar información acerca de 'Black'.</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5590" />
+      <source>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'Black' tool.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;Esto muestra información acerca de la herramienta 'Black' instalada.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5602" />
+      <source>Format Code</source>
+      <translation>Formatear Código</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5603" />
-      <source>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'Black' tool.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;Esto muestra información acerca de la herramienta 'Black' instalada.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5615" />
-      <source>Format Code</source>
-      <translation>Formatear Código</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5616" />
       <source>&amp;Format Code</source>
       <translation>&amp;Formatear Código</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5623" />
+      <location filename="../Project/Project.py" line="5610" />
       <source>Format the project sources with 'Black'.</source>
       <translation>Formatear las fuentes del proyecto con 'Black'.</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5613" />
+      <source>&lt;b&gt;Format Code&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the formatting run and reformats the project sources using 'Black'.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Formatear Código&lt;/b&gt;&lt;p&gt;Muestra un díalogo para introducir parámetros para ejecutar el formato y reformatea las fuentes del proyecto usando 'Black'.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5625" />
+      <source>Check Code Formatting</source>
+      <translation>Comprobar Formato de Código</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5626" />
-      <source>&lt;b&gt;Format Code&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the formatting run and reformats the project sources using 'Black'.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Formatear Código&lt;/b&gt;&lt;p&gt;Muestra un díalogo para introducir parámetros para ejecutar el formato y reformatea las fuentes del proyecto usando 'Black'.&lt;/p&gt;</translation>
+      <source>&amp;Check Code Formatting</source>
+      <translation>&amp;Comprobar Formato de Código</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5633" />
+      <source>Check, if the project sources need to be reformatted with 'Black'.</source>
+      <translation>Comprobar si se necesita reformatear las fuentes del proyecto con 'Black'.</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5638" />
-      <source>Check Code Formatting</source>
-      <translation>Comprobar Formato de Código</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5639" />
-      <source>&amp;Check Code Formatting</source>
-      <translation>&amp;Comprobar Formato de Código</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5646" />
-      <source>Check, if the project sources need to be reformatted with 'Black'.</source>
-      <translation>Comprobar si se necesita reformatear las fuentes del proyecto con 'Black'.</translation>
+      <source>&lt;b&gt;Check Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format check run and performs a check, if the project sources need to be reformatted using 'Black'.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Comprobar Formato de Código&lt;/b&gt;&lt;p&gt;Muestra un diálogo para introducir parámetros de comprobación de formato y lleva a cabo una comprobación, si las fuentes del proyecto necesitan ser reformateadas utilizando 'Black'.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5651" />
-      <source>&lt;b&gt;Check Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format check run and performs a check, if the project sources need to be reformatted using 'Black'.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Comprobar Formato de Código&lt;/b&gt;&lt;p&gt;Muestra un diálogo para introducir parámetros de comprobación de formato y lleva a cabo una comprobación, si las fuentes del proyecto necesitan ser reformateadas utilizando 'Black'.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5664" />
       <source>Code Formatting Diff</source>
       <translation>Diff de Formato de Código</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5652" />
+      <source>Code Formatting &amp;Diff</source>
+      <translation>&amp;Diff de Formato de Código</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5659" />
+      <source>Generate a unified diff of potential project source reformatting with 'Black'.</source>
+      <translation>Generar un diff unificado de reformateo potencial de fuentes del proyecto con 'Black'.</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5665" />
-      <source>Code Formatting &amp;Diff</source>
-      <translation>&amp;Diff de Formato de Código</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5672" />
-      <source>Generate a unified diff of potential project source reformatting with 'Black'.</source>
-      <translation>Generar un diff unificado de reformateo potencial de fuentes del proyecto con 'Black'.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5678" />
       <source>&lt;b&gt;Diff Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format diff run and generates a unified diff of potential project source reformatting using 'Black'.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Diff de Formato de Código&lt;/b&gt;&lt;p&gt;Muestra un diálogo para introducir parámetros de diff de formato y genera un diff unificado de reformateo de fuentes del proyecto utilizando 'Black'.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5843" />
-      <location filename="../Project/Project.py" line="5793" />
-      <location filename="../Project/Project.py" line="5792" />
-      <location filename="../Project/Project.py" line="5692" />
-      <location filename="../Project/Project.py" line="5691" />
+      <location filename="../Project/Project.py" line="5830" />
+      <location filename="../Project/Project.py" line="5780" />
+      <location filename="../Project/Project.py" line="5779" />
+      <location filename="../Project/Project.py" line="5679" />
+      <location filename="../Project/Project.py" line="5678" />
       <source>Configure</source>
       <translation>Configurar</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5699" />
+      <location filename="../Project/Project.py" line="5686" />
       <source>Enter the parameters for formatting the project sources with 'Black'.</source>
       <translation>Introducir los parámetros para el formateo de las fuentes del proyecto con 'Black'.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5704" />
+      <location filename="../Project/Project.py" line="5691" />
       <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This shows a dialog to enter the parameters for formatting the project sources with 'Black'.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Configurar&lt;/b&gt;&lt;p&gt;Muestra un diálogo para introducir los parámetros de formateo de las fuentes del proyecto con 'Black'.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5720" />
+      <location filename="../Project/Project.py" line="5707" />
       <source>About isort</source>
       <translation>Acerca de isort</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5721" />
+      <location filename="../Project/Project.py" line="5708" />
       <source>&amp;isort</source>
       <translation>&amp;isort</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5727" />
+      <location filename="../Project/Project.py" line="5714" />
       <source>Show some information about 'isort'.</source>
       <translation>Mostrar información acerca de 'isort'.</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5716" />
+      <source>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'isort' tool.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;Esto mustra información acerade la herramienta instalada 'isort'.&lt;/p&gt;</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5729" />
-      <source>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'isort' tool.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;Esto mustra información acerade la herramienta instalada 'isort'.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5742" />
-      <location filename="../Project/Project.py" line="5741" />
+      <location filename="../Project/Project.py" line="5728" />
       <source>Sort Imports</source>
       <translation>Ordenar Imports</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5749" />
+      <location filename="../Project/Project.py" line="5736" />
       <source>Sort the import statements of the project sources with 'isort'.</source>
       <translation>Ordenar las declaraciones import de las fuentes del proyecto con 'isort'.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5752" />
+      <location filename="../Project/Project.py" line="5739" />
       <source>&lt;b&gt;Sort Imports&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting run and sorts the import statements of the project sources using 'isort'.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Ordenar Imports&lt;/b&gt;&lt;p&gt;Esto muestra un diálogo para introducir parámetros para ejecutar la ordenación de imports y ordena las declaraciones import del proyecto utilizando 'isort'.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5753" />
+      <location filename="../Project/Project.py" line="5752" />
+      <source>Imports Sorting Diff</source>
+      <translation>Diff de Ordenacion de Imports</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5760" />
+      <source>Generate a unified diff of potential project source imports resorting with 'isort'.</source>
+      <translation>Generar un diff unificado de reordenación potencial de imports con 'isort' de las fuentes del proyecto.</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5766" />
-      <location filename="../Project/Project.py" line="5765" />
-      <source>Imports Sorting Diff</source>
-      <translation>Diff de Ordenacion de Imports</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5773" />
-      <source>Generate a unified diff of potential project source imports resorting with 'isort'.</source>
-      <translation>Generar un diff unificado de reordenación potencial de imports con 'isort' de las fuentes del proyecto.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5779" />
       <source>&lt;b&gt;Imports Sorting Diff&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting diff run and generates a unified diff of potential project source changes using 'isort'.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Diff de Ordenación de Imports&lt;/b&gt;&lt;p&gt;Esto muestra un diálogo para introducir los parámetros para ejecutar un diff de ordenación de imports y genera un diff unificado de cambios potenciales en las fuentes del proyecto utilizando 'isort'.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5800" />
+      <location filename="../Project/Project.py" line="5787" />
       <source>Enter the parameters for resorting the project sources import statements with 'isort'.</source>
       <translation>Introducir los parámetros para reordenar las declaraciones import en las fuentes del proyecto con 'isort'.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5806" />
+      <location filename="../Project/Project.py" line="5793" />
       <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This shows a dialog to enter the parameters for resorting the import statements of the project sources with 'isort'.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Configurar&lt;/b&gt;&lt;p&gt;Esto muestra un diálogo para introducir los parámetros para reordenar las declaraciones import de las fuetnes del proyecto con 'isort'.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5822" />
+      <location filename="../Project/Project.py" line="5809" />
       <source>Install Project</source>
       <translation>Instalar Proyecto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5823" />
+      <location filename="../Project/Project.py" line="5810" />
       <source>&amp;Install Project</source>
       <translation>&amp;Instalar Proyecto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5830" />
+      <location filename="../Project/Project.py" line="5817" />
       <source>Install the project into the embedded environment.</source>
       <translation>Instalar el proyecto en el entorno embebido.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5833" />
+      <location filename="../Project/Project.py" line="5820" />
       <source>&lt;b&gt;Install Project&lt;/b&gt;&lt;p&gt;This installs the project into the embedded virtual environment in editable mode (i.e. development mode).&lt;/p&gt;</source>
       <translation>&lt;b&gt;Instalar Proyecto&lt;/b&gt;&lt;p&gt;Esto instala el proyecto en el entorno virtual embebido en modo de edición (es decir, en modo de desarrollo).&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5844" />
+      <location filename="../Project/Project.py" line="5831" />
       <source>&amp;Configure</source>
       <translation>&amp;Configurar</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5838" />
+      <source>Configure the embedded environment.</source>
+      <translation>Configurar el entorno embebido.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5841" />
+      <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This opens a dialog to configure the embedded virtual environment of the project.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Configurar&lt;/b&gt;&lt;p&gt;Esto abre un diálogo para configurar el entorno virtual embebido del proyecto.&lt;/p&gt;</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5851" />
-      <source>Configure the embedded environment.</source>
-      <translation>Configurar el entorno embebido.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5854" />
-      <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This opens a dialog to configure the embedded virtual environment of the project.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Configurar&lt;/b&gt;&lt;p&gt;Esto abre un diálogo para configurar el entorno virtual embebido del proyecto.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5864" />
       <source>Upgrade</source>
       <translation>Actualizar</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5865" />
+      <location filename="../Project/Project.py" line="5852" />
       <source>&amp;Upgrade</source>
       <translation>Act&amp;ualizar</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5871" />
+      <location filename="../Project/Project.py" line="5858" />
       <source>Upgrade the embedded environment.</source>
       <translation>Actualizar el entorno embebido.</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5860" />
+      <source>&lt;b&gt;Upgrade&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to upgrade the embedded virtual environment of the project.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Actualizar&lt;/b&gt;&lt;p&gt;Esto abre un dialogo para introducir los parametros para la actualizacion del entorno embebido del proyecto.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5872" />
+      <source>Recreate</source>
+      <translation>Recrear</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5873" />
-      <source>&lt;b&gt;Upgrade&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to upgrade the embedded virtual environment of the project.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Actualizar&lt;/b&gt;&lt;p&gt;Esto abre un dialogo para introducir los parametros para la actualizacion del entorno embebido del proyecto.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5885" />
-      <source>Recreate</source>
-      <translation>Recrear</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5886" />
       <source>&amp;Recreate</source>
       <translation>&amp;Recrear</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5892" />
+      <location filename="../Project/Project.py" line="5879" />
       <source>Recreate the embedded environment.</source>
       <translation>Recrear el entorno embebido.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5894" />
+      <location filename="../Project/Project.py" line="5881" />
       <source>&lt;b&gt;Recreate&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to recreate the embedded virtual environment of the project. The existing environment is cleared first.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Recrear&lt;/b&gt;&lt;p&gt;Esto abre un dialogo para introducir los parametros para recrear el entorno virtual embebido del proyecto. Se limpia previamente el entorno existente.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5926" />
+      <location filename="../Project/Project.py" line="5913" />
       <source>&amp;Project</source>
       <translation>&amp;Proyecto</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5914" />
+      <source>Open &amp;Recent Projects</source>
+      <translation>Abrir Proyectos &amp;Recientes</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5916" />
+      <source>Session</source>
+      <translation>Sesión</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5917" />
+      <source>Debugger</source>
+      <translation>Depurador</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5918" />
+      <source>Embedded Environment</source>
+      <translation>Entorno Embebido</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5920" />
+      <source>Project-T&amp;ools</source>
+      <translation>Herramientas de Pr&amp;ojecto</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5921" />
+      <source>&amp;Version Control</source>
+      <translation>Control de &amp;Versiones</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5925" />
+      <source>Chec&amp;k</source>
+      <translation>Veri&amp;ficar</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5927" />
-      <source>Open &amp;Recent Projects</source>
-      <translation>Abrir Proyectos &amp;Recientes</translation>
+      <source>Code &amp;Formatting</source>
+      <translation>&amp;Formato de Código</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5929" />
-      <source>Session</source>
-      <translation>Sesión</translation>
+      <source>Sho&amp;w</source>
+      <translation>V&amp;er</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5930" />
-      <source>Debugger</source>
-      <translation>Depurador</translation>
+      <source>&amp;Diagrams</source>
+      <translation>&amp;Diagramas</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5931" />
-      <source>Embedded Environment</source>
-      <translation>Entorno Embebido</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5933" />
-      <source>Project-T&amp;ools</source>
-      <translation>Herramientas de Pr&amp;ojecto</translation>
+      <source>Pac&amp;kagers</source>
+      <translation>Empa&amp;quetadores</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5932" />
+      <source>Source &amp;Documentation</source>
+      <translation>Origen de &amp;Documentación</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5934" />
-      <source>&amp;Version Control</source>
-      <translation>Control de &amp;Versiones</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5938" />
-      <source>Chec&amp;k</source>
-      <translation>Veri&amp;ficar</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5940" />
-      <source>Code &amp;Formatting</source>
-      <translation>&amp;Formato de Código</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5942" />
-      <source>Sho&amp;w</source>
-      <translation>V&amp;er</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5943" />
-      <source>&amp;Diagrams</source>
-      <translation>&amp;Diagramas</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5944" />
-      <source>Pac&amp;kagers</source>
-      <translation>Empa&amp;quetadores</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5945" />
-      <source>Source &amp;Documentation</source>
-      <translation>Origen de &amp;Documentación</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5947" />
       <source>Make</source>
       <translation>Make</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5948" />
+      <location filename="../Project/Project.py" line="5935" />
       <source>Other Tools</source>
       <translation>Otras Herramientas</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6110" />
-      <location filename="../Project/Project.py" line="6108" />
+      <location filename="../Project/Project.py" line="6097" />
+      <location filename="../Project/Project.py" line="6095" />
       <source>Project</source>
       <translation>Proyecto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6192" />
+      <location filename="../Project/Project.py" line="6179" />
       <source>&amp;Clear</source>
       <translation>&amp;Borrar</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6389" />
+      <location filename="../Project/Project.py" line="6376" />
       <source>Search New Files</source>
       <translation>Buscar nuevos archivos</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6390" />
+      <location filename="../Project/Project.py" line="6377" />
       <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="6551" />
       <location filename="../Project/Project.py" line="6538" />
+      <location filename="../Project/Project.py" line="6525" />
       <source>Version Control System</source>
       <translation>Sistema de control de versiones</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="6526" />
+      <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="6539" />
-      <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="6552" />
       <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="6696" />
+      <source>Coverage Data</source>
+      <translation>Datos de Cobertura</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6750" />
+      <location filename="../Project/Project.py" line="6697" />
+      <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="6709" />
-      <source>Coverage Data</source>
-      <translation>Datos de Cobertura</translation>
+      <source>Code Coverage</source>
+      <translation>Cobertura de codigo</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6710" />
+      <source>Please select a coverage file</source>
+      <translation>Por favor seleccione un archivo de cobertura</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="6763" />
-      <location filename="../Project/Project.py" line="6710" />
-      <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="6722" />
-      <source>Code Coverage</source>
-      <translation>Cobertura de codigo</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6723" />
-      <source>Please select a coverage file</source>
-      <translation>Por favor seleccione un archivo de cobertura</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6776" />
       <source>Please select a profile file</source>
       <translation>Por favor seleccione un archivo de profiling</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6828" />
+      <location filename="../Project/Project.py" line="6815" />
       <source>Include module names?</source>
       <translation>¿Incluir nombres de módulos?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6941" />
+      <location filename="../Project/Project.py" line="6928" />
       <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="6996" />
+      <location filename="../Project/Project.py" line="6983" />
       <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="7307" />
-      <location filename="../Project/Project.py" line="7263" />
-      <location filename="../Project/Project.py" line="7213" />
-      <location filename="../Project/Project.py" line="7202" />
-      <location filename="../Project/Project.py" line="7184" />
-      <location filename="../Project/Project.py" line="7137" />
-      <location filename="../Project/Project.py" line="7107" />
-      <location filename="../Project/Project.py" line="7079" />
-      <location filename="../Project/Project.py" line="7049" />
-      <location filename="../Project/Project.py" line="7034" />
-      <location filename="../Project/Project.py" line="7017" />
+      <location filename="../Project/Project.py" line="7294" />
+      <location filename="../Project/Project.py" line="7250" />
+      <location filename="../Project/Project.py" line="7200" />
+      <location filename="../Project/Project.py" line="7189" />
+      <location filename="../Project/Project.py" line="7171" />
+      <location filename="../Project/Project.py" line="7124" />
+      <location filename="../Project/Project.py" line="7094" />
+      <location filename="../Project/Project.py" line="7066" />
+      <location filename="../Project/Project.py" line="7036" />
+      <location filename="../Project/Project.py" line="7021" />
+      <location filename="../Project/Project.py" line="7004" />
       <source>Create Plugin Archive</source>
       <translation>Crear Archivo de Plugin</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7018" />
+      <location filename="../Project/Project.py" line="7005" />
       <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>
     <message>
-      <location filename="../Project/Project.py" line="7035" />
+      <location filename="../Project/Project.py" line="7022" />
       <source>Select package lists:</source>
       <translation>Seleccionar package lists:</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7050" />
+      <location filename="../Project/Project.py" line="7037" />
       <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="7058" />
+      <location filename="../Project/Project.py" line="7045" />
       <source>Creating plugin archives...</source>
       <translation>Creando archivos de plugin...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7059" />
+      <location filename="../Project/Project.py" line="7046" />
       <source>Abort</source>
       <translation>Abortar</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7062" />
+      <location filename="../Project/Project.py" line="7049" />
       <source>%v/%m Archives</source>
       <translation>%v/%m Archivos</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7080" />
+      <location filename="../Project/Project.py" line="7067" />
       <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="7108" />
+      <location filename="../Project/Project.py" line="7095" />
       <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'; initial_list' 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 '; initial_list' del encabezado.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7138" />
+      <location filename="../Project/Project.py" line="7125" />
       <source>&lt;p&gt;The eric 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 eric &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="7185" />
+      <location filename="../Project/Project.py" line="7172" />
       <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="7203" />
+      <location filename="../Project/Project.py" line="7190" />
       <source>&lt;p&gt;The eric plugin archive files were created with some errors.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Los ficheros para archivo de plugin de eric se han creado con errores.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7214" />
+      <location filename="../Project/Project.py" line="7201" />
       <source>&lt;p&gt;The eric plugin archive files were created successfully.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Los ficheros para archivo de plugin de eric se han creado correctamente.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7264" />
+      <location filename="../Project/Project.py" line="7251" />
       <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="7308" />
+      <location filename="../Project/Project.py" line="7295" />
       <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="7400" />
+      <location filename="../Project/Project.py" line="7387" />
       <source>'Make' is not supported for remote projects. Aborting...</source>
       <translation>'Make' no está soportado para proyectos remotos. Abortando...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7448" />
+      <location filename="../Project/Project.py" line="7435" />
       <source>The make process did not start.</source>
       <translation>El proceso make no ha comenzado.</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="7481" />
+      <source>The make process crashed.</source>
+      <translation>El proceso make ha fallado.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7489" />
+      <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="7494" />
-      <source>The make process crashed.</source>
-      <translation>El proceso make ha fallado.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7502" />
-      <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="7507" />
       <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="7523" />
+      <location filename="../Project/Project.py" line="7510" />
       <source>The makefile contains errors.</source>
       <translation>El makefile contiene errores.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7961" />
+      <location filename="../Project/Project.py" line="7948" />
       <source>Interpreter Missing</source>
       <translation>No se encuentra el Intérprete</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7962" />
+      <location filename="../Project/Project.py" line="7949" />
       <source>The configured interpreter of the embedded environment does not exist anymore. Shall the environment be upgraded?</source>
       <translation>El intérprete configurado para el entorno embebido ya no existe. ¿Actualizar el entorno?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8043" />
+      <location filename="../Project/Project.py" line="8030" />
       <source>Open Remote Project</source>
       <translation>Abrir Proyecto Remoto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8074" />
-      <location filename="../Project/Project.py" line="8059" />
+      <location filename="../Project/Project.py" line="8061" />
+      <location filename="../Project/Project.py" line="8046" />
       <source>Save Remote Project</source>
       <translation>Guardar Proyecto Remoto</translation>
     </message>
     <message>
+      <source>PyQt5 GUI</source>
+      <translation type="vanished">GUI PyQt5</translation>
+    </message>
+    <message>
+      <source>PyQt5 Console</source>
+      <translation type="vanished">Consola PyQt5</translation>
+    </message>
+    <message>
       <source>PySide2 GUI</source>
       <translation type="vanished">GUI de PySide2</translation>
     </message>
@@ -65150,9 +65140,9 @@
   <context>
     <name>ProjectFormsBrowser</name>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1131" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1083" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1046" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1110" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1063" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1026" />
       <location filename="../Project/ProjectFormsBrowser.py" line="142" />
       <location filename="../Project/ProjectFormsBrowser.py" line="77" />
       <source>Forms</source>
@@ -65425,102 +65415,112 @@
       <translation>Compilar formularios</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="732" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="719" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="700" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="683" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="731" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="718" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="699" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="682" />
       <source>New Form</source>
       <translation>Formulario nuevo</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="684" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="683" />
       <source>Select a form type:</source>
       <translation>Seleccione un tipo de formulario:</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="702" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="701" />
       <source>Qt User-Interface Files (*.ui);;All Files (*)</source>
       <translation>Archivos de Interfaz de Usuario (*.ui);;Todos los Archivos(*)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="720" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="719" />
       <source>The file already exists! Overwrite it?</source>
       <translation>¿El archivo ya existe! ¿Sobreescribirlo?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="733" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="732" />
       <source>&lt;p&gt;The new form file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br&gt;Problem: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El nuevo archivo de formulario &lt;b&gt;{0}&lt;/b&gt; no ha podido ser creado.&lt;br&gt;Problema: {1}&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="758" />
+      <source>Delete forms</source>
+      <translation>Borrar formularios</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectFormsBrowser.py" line="759" />
-      <source>Delete forms</source>
-      <translation>Borrar formularios</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="760" />
       <source>Do you really want to delete these forms from the project?</source>
       <translation>¿Realmente quiere borrar estos formularios del proyecto?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="888" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="877" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="870" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="883" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="872" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="865" />
       <source>Form Compilation</source>
       <translation>Compilación del Formulario</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="871" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="866" />
       <source>The compilation of the form file was successful.</source>
       <translation>Se ha compilado satisfactoriamente el archivo de formulario.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="878" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="873" />
       <source>&lt;p&gt;The compilation of the form file failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;La compilación del archivo de formulario ha fallado.&lt;/p&gt;&lt;p&gt;Causa: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="889" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="884" />
       <source>The compilation of the form file failed.</source>
       <translation>La compilación del archivo de formulario ha fallado.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="977" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="931" />
+      <source>Error Compiling Form</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="932" />
+      <source>The project type &lt;b&gt;{0}&lt;/b&gt; is not supported.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="957" />
       <source>Process Generation Error</source>
       <translation>Error de Generación de Proceso</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="978" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="958" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation>No se ha podido ejecutar {0}.&lt;br&gt;Verifique que está en la ruta de búsqueda (search path).</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1074" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1037" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1054" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1017" />
       <source>Compiling forms...</source>
       <translation>Compilando formularios...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1124" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1075" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1038" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1103" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1055" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1018" />
       <source>Abort</source>
       <translation>Abortar</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1127" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1078" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1041" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1106" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1058" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1021" />
       <source>%v/%m Forms</source>
       <translation>%v/%m Formularios</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1123" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1102" />
       <source>Determining changed forms...</source>
       <translation>Determinando que formularios han cambiado...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1153" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1132" />
       <source>Compiling changed forms...</source>
       <translation>Compilando formularios que han cambiado...</translation>
     </message>
@@ -65972,9 +65972,9 @@
   <context>
     <name>ProjectResourcesBrowser</name>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="940" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="864" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="828" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="926" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="850" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="814" />
       <location filename="../Project/ProjectResourcesBrowser.py" line="87" />
       <location filename="../Project/ProjectResourcesBrowser.py" line="68" />
       <source>Resources</source>
@@ -66001,219 +66001,219 @@
       <translation>Navegador de Recursos</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="163" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="150" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="161" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="148" />
       <source>Compile resource</source>
       <translation>Compilar recurso</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="384" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="373" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="334" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="323" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="241" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="229" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="170" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="152" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="372" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="361" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="324" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="313" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="235" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="223" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="168" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="150" />
       <source>Compile all resources</source>
       <translation>Compilar todos los recursos</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="377" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="327" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="288" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="233" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="156" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="365" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="317" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="280" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="227" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="154" />
       <source>Configure rcc Compiler</source>
       <translation>Configurar Compilador rcc</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="300" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="179" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="292" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="177" />
       <source>Open</source>
       <translation>Abrir</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="181" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="179" />
       <source>Rename file</source>
       <translation>Renombrar archivo</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="339" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="302" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="183" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="329" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="294" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="181" />
       <source>Remove from project</source>
       <translation>Quitar del proyecto</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="341" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="304" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="185" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="331" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="296" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="183" />
       <source>Delete</source>
       <translation>Borrar</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="335" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="243" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="230" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="196" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="191" />
+      <source>New resource...</source>
+      <translation>Nuevo recurso...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="378" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="336" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="248" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="200" />
+      <source>Add resources...</source>
+      <translation>Añadir recursos...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="381" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="338" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="251" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="202" />
+      <source>Add resources directory...</source>
+      <translation>Agregar directorio de recursos...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="343" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="257" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="207" />
+      <source>Show in File Manager</source>
+      <translation>Mostrar en Gestor de Archivos</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectResourcesBrowser.py" line="345" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="249" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="236" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="200" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="195" />
-      <source>New resource...</source>
-      <translation>Nuevo recurso...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="390" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="346" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="254" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="204" />
-      <source>Add resources...</source>
-      <translation>Añadir recursos...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="393" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="348" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="257" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="206" />
-      <source>Add resources directory...</source>
-      <translation>Agregar directorio de recursos...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="353" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="263" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="211" />
-      <source>Show in File Manager</source>
-      <translation>Mostrar en Gestor de Archivos</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="355" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="213" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="209" />
       <source>Copy Path to Clipboard</source>
       <translation>Copiar Ruta al Portapapeles</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="398" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="357" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="307" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="266" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="215" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="386" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="347" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="299" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="260" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="211" />
       <source>Expand all directories</source>
       <translation>Expandir todos los directorios</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="401" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="359" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="309" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="268" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="216" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="389" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="349" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="301" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="262" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="212" />
       <source>Collapse all directories</source>
       <translation>Contraer todos los directorios</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="404" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="362" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="312" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="271" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="218" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="392" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="352" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="304" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="265" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="214" />
       <source>Configure...</source>
       <translation>Configurar...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="295" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="284" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="287" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="276" />
       <source>Compile resources</source>
       <translation>Compilar recursos</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="583" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="562" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="543" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="571" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="550" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="531" />
       <source>New Resource</source>
       <translation>Nuevo recurso</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="545" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="533" />
       <source>Qt Resource Files (*.qrc)</source>
       <translation>Archivos de Recursos Qt (*.qrc)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="563" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="551" />
       <source>The file already exists! Overwrite it?</source>
       <translation>¿El archivo ya existe! ¿Sobreescribirlo?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="584" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="572" />
       <source>&lt;p&gt;The new resource file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br&gt;Problem: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El nuevo archivo de recursos &lt;b&gt;{0}&lt;/b&gt; no ha podido ser creado.&lt;br&gt;Problema: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="610" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="598" />
       <source>Delete resources</source>
       <translation>Borrar recursos</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="611" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="599" />
       <source>Do you really want to delete these resources from the project?</source>
       <translation>¿Realmente quiere borrar estas recursos del proyecto?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="705" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="696" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="689" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="693" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="684" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="677" />
       <source>Resource Compilation</source>
       <translation>Compilación de recursos</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="690" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="678" />
       <source>The compilation of the resource file was successful.</source>
       <translation>Se ha compilado satisfactoriamente el archivo de recursos.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="697" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="685" />
       <source>&lt;p&gt;The compilation of the resource file failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;La compilación del archivo de recursos ha fallado.&lt;/p&gt;&lt;p&gt;Causa: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="706" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="694" />
       <source>The compilation of the resource file failed.</source>
       <translation>La compilación del archivo de recursos ha fallado.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="789" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="775" />
       <source>Process Generation Error</source>
       <translation>Error de Generación de Proceso</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="790" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="776" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation>No se ha podido ejecutar {0}.&lt;br&gt;Verifique que está en la ruta de búsqueda (search path).</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="855" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="819" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="841" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="805" />
       <source>Compiling resources...</source>
       <translation>Compilando recursos...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="933" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="856" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="820" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="919" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="842" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="806" />
       <source>Abort</source>
       <translation>Abortar</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="936" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="859" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="823" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="922" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="845" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="809" />
       <source>%v/%m Resources</source>
       <translation>%v/%m Recursos</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="932" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="918" />
       <source>Determining changed resources...</source>
       <translation>Determinando que recursos han cambiado...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="970" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="956" />
       <source>Compiling changed resources...</source>
       <translation>Compilando recursos que han cambiado...</translation>
     </message>
@@ -66749,250 +66749,250 @@
       <translation>Navegador de Traducciones</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="508" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="467" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="450" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="428" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="294" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="236" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="211" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="180" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="502" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="461" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="444" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="422" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="292" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="234" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="209" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="178" />
       <source>Open in Editor</source>
       <translation>Abrir en Editor</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="253" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="186" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="251" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="184" />
       <source>Generate translation</source>
       <translation>Generar traducción</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="263" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="191" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="261" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="189" />
       <source>Generate translation (with obsolete)</source>
       <translation>Generar traducción (con obsoleto)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="572" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="543" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="378" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="350" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="272" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="197" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="564" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="535" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="374" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="346" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="270" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="195" />
       <source>Generate all translations</source>
       <translation>Generar todas las traducciones</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="573" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="539" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="383" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="350" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="279" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="199" />
+      <source>Generate all translations (with obsolete)</source>
+      <translation>Generar todas las traducciones (con obsoleto)</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="440" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="205" />
+      <source>Open in Qt-Linguist</source>
+      <translation>Abrir en Qt-Linguist</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="299" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="214" />
+      <source>Release translation</source>
+      <translation>Crear versión release de la traducción</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="581" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="547" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="387" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="354" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="281" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="201" />
-      <source>Generate all translations (with obsolete)</source>
-      <translation>Generar todas las traducciones (con obsoleto)</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="446" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="207" />
-      <source>Open in Qt-Linguist</source>
-      <translation>Abrir en Qt-Linguist</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="301" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="216" />
-      <source>Release translation</source>
-      <translation>Crear versión release de la traducción</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="589" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="552" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="395" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="359" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="310" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="221" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="544" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="391" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="355" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="308" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="219" />
       <source>Release all translations</source>
       <translation>Crear versión release de todas las traducciones</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="226" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="224" />
       <source>Preview translation</source>
       <translation>Previsualizar traducción</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="557" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="364" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="230" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="549" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="360" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="228" />
       <source>Preview all translations</source>
       <translation>Previsualizar todas las traducciones</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="563" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="475" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="370" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="244" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="555" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="469" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="366" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="242" />
       <source>Extract messages</source>
       <translation>Extraer mensajes</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="503" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="289" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="497" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="287" />
       <source>Open</source>
       <translation>Abrir</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="523" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="317" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="517" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="315" />
       <source>Remove from project</source>
       <translation>Quitar del proyecto</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="587" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="520" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="318" />
+      <source>Delete</source>
+      <translation>Borrar</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="592" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="398" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="322" />
+      <source>New translation...</source>
+      <translation>Nueva traducción...</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="595" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="526" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="320" />
-      <source>Delete</source>
-      <translation>Borrar</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="600" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="402" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="324" />
-      <source>New translation...</source>
-      <translation>Nueva traducción...</translation>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="401" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="325" />
+      <source>Add translation files...</source>
+      <translation>Añadir archivos de traducción...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="599" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="405" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="330" />
+      <source>Show in File Manager</source>
+      <translation>Mostrar en Gestor de Archivos</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="601" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="332" />
+      <source>Copy Path to Clipboard</source>
+      <translation>Copiar Ruta al Portapapeles</translation>
     </message>
     <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="603" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="405" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="327" />
-      <source>Add translation files...</source>
-      <translation>Añadir archivos de traducción...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="607" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="409" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="332" />
-      <source>Show in File Manager</source>
-      <translation>Mostrar en Gestor de Archivos</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="609" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="523" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="408" />
       <location filename="../Project/ProjectTranslationsBrowser.py" line="334" />
-      <source>Copy Path to Clipboard</source>
-      <translation>Copiar Ruta al Portapapeles</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="611" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="529" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="412" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="336" />
       <source>Configure...</source>
       <translation>Configurar...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="484" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="434" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="478" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="428" />
       <source>Generate translations</source>
       <translation>Generar traducciones</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="494" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="439" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="488" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="433" />
       <source>Generate translations (with obsolete)</source>
       <translation>Generar traduccines (con obsoleto)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="515" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="455" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="509" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="449" />
       <source>Release translations</source>
       <translation>Crear versión release de las traducciones</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="461" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="455" />
       <source>Preview translations</source>
       <translation>Previsualizar traducciones</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="866" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="850" />
       <source>Delete translation files</source>
       <translation>Borrar archivos de traducción</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="867" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="851" />
       <source>Do you really want to delete these translation files from the project?</source>
       <translation>¿Realmente quiere borrar estas archivos de traducción del proyecto?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1560" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1035" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="995" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1540" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1019" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="979" />
       <source>Write temporary project file</source>
       <translation>Guardar archivo de proyecto temporal</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1561" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1287" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="996" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1541" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1269" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="980" />
       <source>No translation files (*.ts) selected.</source>
       <translation>No se han seleccionado archivos de traducción (*.ts).</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1036" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1020" />
       <source>&lt;p&gt;The temporary project file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo temporal de proyecto &lt;b&gt;{0}&lt;/b&gt; no ha podido guardarse.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1286" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1173" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1161" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1268" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1157" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1145" />
       <source>Translation file generation</source>
       <translation>Generación de archivo de traducción</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1162" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1146" />
       <source>The generation of the translation files (*.ts) was successful.</source>
       <translation>La generación de archivos de traducción (*.ts) ha sido satisfactoria.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1168" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1152" />
       <source> The process has crashed.</source>
       <translation> El proceso ha dejado de funcionar.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1174" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1158" />
       <source>The generation of the translation files (*.ts) has failed.{0}</source>
       <translation>La generación de archivos de traducción (*.ts) ha fallado {0}</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1590" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1388" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1340" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1570" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1370" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1322" />
       <source>Process Generation Error</source>
       <translation>Error de Generación de Proceso</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1389" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1341" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1371" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1323" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation>No se ha podido ejecutar {0}.&lt;br&gt;Verifique que está en la ruta de búsqueda (search path).</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1477" />
       <location filename="../Project/ProjectTranslationsBrowser.py" line="1459" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1441" />
       <source>Translation file release</source>
       <translation>Crear versión release del archivo de traducción</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1442" />
+      <source>The release of the translation files (*.qm) was successful.</source>
+      <translation>La versión release de los archivos de traducción (*.qm) ha sido satisfactoria.</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="1460" />
-      <source>The release of the translation files (*.qm) was successful.</source>
-      <translation>La versión release de los archivos de traducción (*.qm) ha sido satisfactoria.</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1478" />
       <source>The release of the translation files (*.qm) has failed.</source>
       <translation>La versión release de los archivos de traducción (*.qm) ha fallado.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1591" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1571" />
       <source>&lt;p&gt;Could not start lrelease.&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 lrelease.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
@@ -71737,7 +71737,7 @@
   <context>
     <name>QtPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.py" line="139" />
+      <location filename="../Preferences/ConfigurationPages/QtPage.py" line="124" />
       <source>Sample: {0}designer{1}</source>
       <translation>Muestra: {0}designer{1}</translation>
     </message>
@@ -71780,7 +71780,6 @@
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Tools Directory:</source>
       <translation>Directorio de las Herramientas:</translation>
     </message>
@@ -71855,16 +71854,10 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt</source>
-      <translation>PyQt</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt 5</source>
-      <translation>PyQt 5</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>PyQt 6</source>
+      <translation>PyQt 6</translation>
+    </message>
+    <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Virtual Environment:</source>
@@ -71873,71 +71866,23 @@
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Select the virtual environment to be used</source>
       <translation>Seleccionar el entorno virtual a utilizar</translation>
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Press to open the virtual environment manager dialog</source>
       <translation>Pulsar para abrir el diálogo del gestor de entorno virtual</translation>
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Press to refresh the list of vitual environments</source>
       <translation>Pulsar para actualizar la lista de entornos virtuales</translation>
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Enter the path of the PyQt 5 tools directory, if they are not found.</source>
-      <translation>Introducir la ruta del directorio de las herramientas PyQt5, si no se encuentran automáticamente.</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>pyuic5 Options</source>
-      <translation>Opciones de pyuic5</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Indent Width:</source>
-      <translation>Ancho de indentación:</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Select the indent width (default: 4)</source>
-      <translation>Seleccionar el ancho de indentación (valor por defecto: 4)</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Generate imports relative to '.'</source>
-      <translation>Generar imports relativos a '.'</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Select to generate extra code to test and display the form</source>
-      <translation>Seleccionar para generar el código extra para probar y mostrar el formulario</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Generate Extra Test Code</source>
-      <translation>Gemerar Código Extra de Prueba</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt 6</source>
-      <translation>PyQt 6</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Enter the path of the PyQt 6 tools directory, if they are not found.</source>
       <translation>Introducir la ruta del directorio de las herramientas PyQt6, si no se encuentran automáticamente.</translation>
     </message>
@@ -71948,6 +71893,26 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Select to generate extra code to test and display the form</source>
+      <translation>Seleccionar para generar el código extra para probar y mostrar el formulario</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Generate Extra Test Code</source>
+      <translation>Gemerar Código Extra de Prueba</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Select the indent width (default: 4)</source>
+      <translation>Seleccionar el ancho de indentación (valor por defecto: 4)</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Indent Width:</source>
+      <translation>Ancho de indentación:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>PySide6</source>
       <translation>PySide6</translation>
     </message>
@@ -71962,6 +71927,27 @@
       <translation>Opciones de pyside6-uic</translation>
     </message>
     <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Generate imports relative to '.'</source>
+      <translation>Generar imports relativos a '.'</translation>
+    </message>
+    <message>
+      <source>PyQt</source>
+      <translation type="vanished">PyQt</translation>
+    </message>
+    <message>
+      <source>PyQt 5</source>
+      <translation type="vanished">PyQt 5</translation>
+    </message>
+    <message>
+      <source>Enter the path of the PyQt 5 tools directory, if they are not found.</source>
+      <translation type="vanished">Introducir la ruta del directorio de las herramientas PyQt5, si no se encuentran automáticamente.</translation>
+    </message>
+    <message>
+      <source>pyuic5 Options</source>
+      <translation type="vanished">Opciones de pyuic5</translation>
+    </message>
+    <message>
       <source>PySide</source>
       <translation type="vanished">PySide</translation>
     </message>
@@ -91810,7 +91796,7 @@
       <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="7866" />
+      <location filename="../UI/UserInterface.py" line="7822" />
       <location filename="../UI/UserInterface.py" line="1956" />
       <location filename="../UI/UserInterface.py" line="1949" />
       <source>Load session</source>
@@ -92527,7 +92513,7 @@
       <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>
     <message>
-      <location filename="../UI/UserInterface.py" line="4712" />
+      <location filename="../UI/UserInterface.py" line="4668" />
       <location filename="../UI/UserInterface.py" line="2813" />
       <source>Report Bug</source>
       <translation>Enviar informe de bugs</translation>
@@ -92568,7 +92554,7 @@
       <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="4148" />
+      <location filename="../UI/UserInterface.py" line="4104" />
       <location filename="../UI/UserInterface.py" line="2843" />
       <source>Testing</source>
       <translation>Testado</translation>
@@ -92901,7 +92887,7 @@
       <translation>&lt;b&gt;Editor de Iconos&lt;/b&gt;&lt;p&gt;Inicia el Editor de Iconos de eric para editar iconos sencillos.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6605" />
+      <location filename="../UI/UserInterface.py" line="6561" />
       <location filename="../UI/UserInterface.py" line="3173" />
       <source>Snapshot</source>
       <translation>Captura de Pantalla</translation>
@@ -93138,8 +93124,8 @@
       <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="7574" />
-      <location filename="../UI/UserInterface.py" line="7555" />
+      <location filename="../UI/UserInterface.py" line="7530" />
+      <location filename="../UI/UserInterface.py" line="7511" />
       <location filename="../UI/UserInterface.py" line="3403" />
       <source>Export Keyboard Shortcuts</source>
       <translation>Exportar Atajos de Teclado</translation>
@@ -93160,7 +93146,7 @@
       <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="7593" />
+      <location filename="../UI/UserInterface.py" line="7549" />
       <location filename="../UI/UserInterface.py" line="3422" />
       <source>Import Keyboard Shortcuts</source>
       <translation>Importar Atajos de Teclado</translation>
@@ -93346,314 +93332,282 @@
     <message>
       <location filename="../UI/UserInterface.py" line="3653" />
       <location filename="../UI/UserInterface.py" line="3652" />
-      <source>Qt5 Documentation</source>
-      <translation>Documentación de Qt5</translation>
+      <source>Qt6 Documentation</source>
+      <translation>Documentación de Qt6</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3659" />
-      <source>Open Qt5 Documentation</source>
-      <translation>Abrir Documentación de Qt5</translation>
+      <source>Open Qt6 Documentation</source>
+      <translation>Abrir Documentación de Qt6</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3661" />
-      <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'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>
+      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric'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 Qt6&lt;/b&gt;&lt;p&gt;Muestra la Documentación de Qt6. 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="3674" />
       <location filename="../UI/UserInterface.py" line="3673" />
-      <source>Qt6 Documentation</source>
-      <translation>Documentación de Qt6</translation>
+      <source>PyQt6 Documentation</source>
+      <translation>Documentación de PyQt6</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3680" />
-      <source>Open Qt6 Documentation</source>
-      <translation>Abrir Documentación de Qt6</translation>
+      <source>Open PyQt6 Documentation</source>
+      <translation>Abrir Documentación de PyQt6</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3682" />
-      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric'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 Qt6&lt;/b&gt;&lt;p&gt;Muestra la Documentación de Qt6. 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="3695" />
-      <location filename="../UI/UserInterface.py" line="3694" />
-      <source>PyQt5 Documentation</source>
-      <translation>Documentación de PyQt5</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3701" />
-      <source>Open PyQt5 Documentation</source>
-      <translation>Abrir Documentación de PyQt5</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3703" />
-      <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'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="3716" />
-      <location filename="../UI/UserInterface.py" line="3715" />
-      <source>PyQt6 Documentation</source>
-      <translation>Documentación de PyQt6</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3722" />
-      <source>Open PyQt6 Documentation</source>
-      <translation>Abrir Documentación de PyQt6</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3724" />
       <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt6 Documentation. Dependent upon your settings, this will either show the help in Eric'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 PyQt6&lt;/b&gt;&lt;p&gt;Muestra la Documentación de PyQt6. 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="3742" />
-      <location filename="../UI/UserInterface.py" line="3741" />
+      <location filename="../UI/UserInterface.py" line="3700" />
+      <location filename="../UI/UserInterface.py" line="3699" />
       <source>Python 3 Documentation</source>
       <translation>Documentación de Python 3</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3748" />
+      <location filename="../UI/UserInterface.py" line="3706" />
       <source>Open Python 3 Documentation</source>
       <translation>Abrir Documentación de Python 3</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3750" />
+      <location filename="../UI/UserInterface.py" line="3708" />
       <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="3769" />
-      <location filename="../UI/UserInterface.py" line="3768" />
+      <location filename="../UI/UserInterface.py" line="3727" />
+      <location filename="../UI/UserInterface.py" line="3726" />
       <source>eric API Documentation</source>
       <translation>Documentación de API de Eric</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3775" />
+      <location filename="../UI/UserInterface.py" line="3733" />
       <source>Open eric API Documentation</source>
       <translation>Abrir Documentación de API de Eric</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3777" />
+      <location filename="../UI/UserInterface.py" line="3735" />
       <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 eric installation directory.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Documentación de API de Eric&lt;/b&gt;&lt;p&gt;Mostrar 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 eric.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3795" />
-      <location filename="../UI/UserInterface.py" line="3794" />
+      <location filename="../UI/UserInterface.py" line="3753" />
+      <location filename="../UI/UserInterface.py" line="3752" />
       <source>PySide6 Documentation</source>
       <translation>Documentación de PySide6</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3801" />
+      <location filename="../UI/UserInterface.py" line="3759" />
       <source>Open PySide6 Documentation</source>
       <translation>Abrir Documentación de PySide6</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3803" />
+      <location filename="../UI/UserInterface.py" line="3761" />
       <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide6 Documentation. Dependent upon your settings, this will either show the help in Eric'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 PySide6&lt;/b&gt;&lt;p&gt;Muestra la Documentación de PySide6. 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="3839" />
+      <location filename="../UI/UserInterface.py" line="3797" />
       <source>Sessions</source>
       <translation>Sesiones</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3920" />
+      <location filename="../UI/UserInterface.py" line="3878" />
       <source>E&amp;xtras</source>
       <translation>E&amp;xtras</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3930" />
+      <location filename="../UI/UserInterface.py" line="3888" />
       <source>Wi&amp;zards</source>
       <translation>Asis&amp;tentes</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3948" />
+      <location filename="../UI/UserInterface.py" line="3906" />
       <source>P&amp;lugins</source>
       <translation>P&amp;lugins</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3957" />
+      <location filename="../UI/UserInterface.py" line="3915" />
       <source>Configure...</source>
       <translation>Configurar...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3966" />
+      <location filename="../UI/UserInterface.py" line="3924" />
       <source>&amp;Testing</source>
       <translation>&amp;Tests</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3983" />
+      <location filename="../UI/UserInterface.py" line="3941" />
       <source>Select Tool Group</source>
       <translation>Seleccionar Grupo de Herramientas</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3952" />
+      <source>Se&amp;ttings</source>
+      <translation>Con&amp;figuración</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3985" />
+      <source>&amp;Window</source>
+      <translation>Ven&amp;tana</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3994" />
-      <source>Se&amp;ttings</source>
-      <translation>Con&amp;figuración</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4027" />
-      <source>&amp;Window</source>
-      <translation>Ven&amp;tana</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4036" />
       <source>&amp;Windows</source>
       <translation>&amp;Ventanas</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3998" />
+      <source>Central Park</source>
+      <translation>Central Park</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4002" />
+      <source>Left Side</source>
+      <translation>Lado Izquierdo</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4021" />
+      <source>Right Side</source>
+      <translation>Lado Derecho</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="4040" />
-      <source>Central Park</source>
-      <translation>Central Park</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4044" />
-      <source>Left Side</source>
-      <translation>Lado Izquierdo</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4063" />
-      <source>Right Side</source>
-      <translation>Lado Derecho</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4082" />
       <source>Bottom Side</source>
       <translation>Lado Inferior</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4090" />
+      <location filename="../UI/UserInterface.py" line="4048" />
       <source>Plug-ins</source>
       <translation>Plugins</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4096" />
+      <location filename="../UI/UserInterface.py" line="4054" />
       <source>&amp;Toolbars</source>
       <translation>&amp;Barra de Herramientas</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4109" />
+      <location filename="../UI/UserInterface.py" line="4067" />
       <source>&amp;Help</source>
       <translation>Ay&amp;uda</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4164" />
-      <location filename="../UI/UserInterface.py" line="4147" />
+      <location filename="../UI/UserInterface.py" line="4120" />
+      <location filename="../UI/UserInterface.py" line="4103" />
       <source>Tools</source>
       <translation>Herramientas</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4166" />
-      <location filename="../UI/UserInterface.py" line="4151" />
+      <location filename="../UI/UserInterface.py" line="4122" />
+      <location filename="../UI/UserInterface.py" line="4107" />
       <source>Settings</source>
       <translation>Ajustes</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6335" />
-      <location filename="../UI/UserInterface.py" line="4167" />
-      <location filename="../UI/UserInterface.py" line="4152" />
+      <location filename="../UI/UserInterface.py" line="6291" />
+      <location filename="../UI/UserInterface.py" line="4123" />
+      <location filename="../UI/UserInterface.py" line="4108" />
       <source>Help</source>
       <translation>Ayuda</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4168" />
-      <location filename="../UI/UserInterface.py" line="4153" />
+      <location filename="../UI/UserInterface.py" line="4124" />
+      <location filename="../UI/UserInterface.py" line="4109" />
       <source>Profiles</source>
       <translation>Perfiles</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4169" />
-      <location filename="../UI/UserInterface.py" line="4154" />
+      <location filename="../UI/UserInterface.py" line="4125" />
+      <location filename="../UI/UserInterface.py" line="4110" />
       <source>Plugins</source>
       <translation>Plugins</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4165" />
+      <location filename="../UI/UserInterface.py" line="4121" />
       <source>Unittest</source>
       <translation>Test Unitario</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4342" />
+      <location filename="../UI/UserInterface.py" line="4298" />
       <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="4351" />
+      <location filename="../UI/UserInterface.py" line="4307" />
       <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="4360" />
+      <location filename="../UI/UserInterface.py" line="4316" />
       <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="4369" />
+      <location filename="../UI/UserInterface.py" line="4325" />
       <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="4378" />
+      <location filename="../UI/UserInterface.py" line="4334" />
       <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="4387" />
+      <location filename="../UI/UserInterface.py" line="4343" />
       <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="4401" />
+      <location filename="../UI/UserInterface.py" line="4357" />
       <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="4475" />
-      <location filename="../UI/UserInterface.py" line="4434" />
+      <location filename="../UI/UserInterface.py" line="4431" />
+      <location filename="../UI/UserInterface.py" line="4390" />
       <source>External Tools/{0}</source>
       <translation>Herramientas Externas/{0}</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4583" />
+      <location filename="../UI/UserInterface.py" line="4539" />
       <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="4653" />
+      <location filename="../UI/UserInterface.py" line="4609" />
       <source>Desktop</source>
       <translation>Escritorio</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4657" />
+      <location filename="../UI/UserInterface.py" line="4613" />
       <source>Session Type</source>
       <translation>Tipo de Sesión</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4713" />
+      <location filename="../UI/UserInterface.py" line="4669" />
       <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="5048" />
+      <location filename="../UI/UserInterface.py" line="5004" />
       <source>Restart application</source>
       <translation>Reiniciar aplicación</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5049" />
+      <location filename="../UI/UserInterface.py" line="5005" />
       <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="5073" />
+      <location filename="../UI/UserInterface.py" line="5029" />
       <source>Upgrade PyQt</source>
       <translation>Actualizar PyQt</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5074" />
+      <location filename="../UI/UserInterface.py" line="5030" />
       <source>eric needs to be closed in order to upgrade PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
@@ -93662,12 +93616,12 @@
 ¿Desearía hacer la actualización ahora?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5098" />
+      <location filename="../UI/UserInterface.py" line="5054" />
       <source>Upgrade Eric</source>
       <translation>Actualizar Eric</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5099" />
+      <location filename="../UI/UserInterface.py" line="5055" />
       <source>eric needs to be closed in order to be upgraded. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
@@ -93676,12 +93630,12 @@
 ¿Desearía hacer la actualización ahora?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5124" />
+      <location filename="../UI/UserInterface.py" line="5080" />
       <source>Upgrade Eric and PyQt6</source>
       <translation>Actualizar Eric y PyQt6</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5125" />
+      <location filename="../UI/UserInterface.py" line="5081" />
       <source>eric needs to be closed in order to upgrade eric and PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
  Shall the upgrade be done now?</source>
@@ -93690,340 +93644,364 @@
 ¿Desearía hacer la actualización ahora?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5187" />
+      <location filename="../UI/UserInterface.py" line="5143" />
       <source>&amp;Builtin Tools</source>
       <translation>Herramientas de serie (&amp;builtin)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5207" />
+      <location filename="../UI/UserInterface.py" line="5163" />
       <source>&amp;Plugin Tools</source>
       <translation>Herramientas de Extensión (&amp;Plugin)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5210" />
+      <location filename="../UI/UserInterface.py" line="5166" />
       <source>&amp;User Tools</source>
       <translation>Herramientas de &amp;Usuario</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5236" />
+      <location filename="../UI/UserInterface.py" line="5192" />
       <source>Configure Tool Groups ...</source>
       <translation>Configurar Grupos de Herramientas ...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5240" />
+      <location filename="../UI/UserInterface.py" line="5196" />
       <source>Configure current Tool Group ...</source>
       <translation>Configurar Grupo de Herramientas actual ...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5279" />
-      <location filename="../UI/UserInterface.py" line="5259" />
+      <location filename="../UI/UserInterface.py" line="5235" />
+      <location filename="../UI/UserInterface.py" line="5215" />
       <source>No User Tools Configured</source>
       <translation>No se han Configurado Herramientas de Usuario</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5355" />
+      <location filename="../UI/UserInterface.py" line="5311" />
       <source>&amp;Show all</source>
       <translation>&amp;Ver todo</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5357" />
+      <location filename="../UI/UserInterface.py" line="5313" />
       <source>&amp;Hide all</source>
       <translation>&amp;Ocultar todo</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6472" />
-      <location filename="../UI/UserInterface.py" line="6461" />
-      <location filename="../UI/UserInterface.py" line="6413" />
-      <location filename="../UI/UserInterface.py" line="6403" />
-      <location filename="../UI/UserInterface.py" line="6226" />
-      <location filename="../UI/UserInterface.py" line="6216" />
-      <location filename="../UI/UserInterface.py" line="6158" />
-      <location filename="../UI/UserInterface.py" line="6148" />
+      <location filename="../UI/UserInterface.py" line="6428" />
+      <location filename="../UI/UserInterface.py" line="6417" />
+      <location filename="../UI/UserInterface.py" line="6369" />
+      <location filename="../UI/UserInterface.py" line="6359" />
+      <location filename="../UI/UserInterface.py" line="6182" />
+      <location filename="../UI/UserInterface.py" line="6172" />
+      <location filename="../UI/UserInterface.py" line="6114" />
+      <location filename="../UI/UserInterface.py" line="6104" />
       <source>Problem</source>
       <translation>Problema</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6473" />
-      <location filename="../UI/UserInterface.py" line="6462" />
-      <location filename="../UI/UserInterface.py" line="6414" />
-      <location filename="../UI/UserInterface.py" line="6404" />
-      <location filename="../UI/UserInterface.py" line="6227" />
-      <location filename="../UI/UserInterface.py" line="6217" />
-      <location filename="../UI/UserInterface.py" line="6159" />
-      <location filename="../UI/UserInterface.py" line="6149" />
+      <location filename="../UI/UserInterface.py" line="6429" />
+      <location filename="../UI/UserInterface.py" line="6418" />
+      <location filename="../UI/UserInterface.py" line="6370" />
+      <location filename="../UI/UserInterface.py" line="6360" />
+      <location filename="../UI/UserInterface.py" line="6183" />
+      <location filename="../UI/UserInterface.py" line="6173" />
+      <location filename="../UI/UserInterface.py" line="6115" />
+      <location filename="../UI/UserInterface.py" line="6105" />
       <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="6714" />
-      <location filename="../UI/UserInterface.py" line="6625" />
-      <location filename="../UI/UserInterface.py" line="6508" />
-      <location filename="../UI/UserInterface.py" line="6485" />
-      <location filename="../UI/UserInterface.py" line="6426" />
-      <location filename="../UI/UserInterface.py" line="6373" />
-      <location filename="../UI/UserInterface.py" line="6351" />
-      <location filename="../UI/UserInterface.py" line="6302" />
-      <location filename="../UI/UserInterface.py" line="6293" />
+      <location filename="../UI/UserInterface.py" line="6670" />
+      <location filename="../UI/UserInterface.py" line="6581" />
+      <location filename="../UI/UserInterface.py" line="6464" />
+      <location filename="../UI/UserInterface.py" line="6441" />
+      <location filename="../UI/UserInterface.py" line="6382" />
+      <location filename="../UI/UserInterface.py" line="6329" />
+      <location filename="../UI/UserInterface.py" line="6307" />
       <location filename="../UI/UserInterface.py" line="6258" />
       <location filename="../UI/UserInterface.py" line="6249" />
-      <location filename="../UI/UserInterface.py" line="6190" />
-      <location filename="../UI/UserInterface.py" line="6181" />
+      <location filename="../UI/UserInterface.py" line="6214" />
+      <location filename="../UI/UserInterface.py" line="6205" />
+      <location filename="../UI/UserInterface.py" line="6146" />
+      <location filename="../UI/UserInterface.py" line="6137" />
       <source>Process Generation Error</source>
       <translation>Error de Generación de Proceso</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6182" />
+      <location filename="../UI/UserInterface.py" line="6138" />
       <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="6191" />
+      <location filename="../UI/UserInterface.py" line="6147" />
       <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="6206" />
+      <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="6215" />
+      <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="6250" />
-      <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>
+      <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="6259" />
-      <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="6294" />
-      <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="6303" />
       <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="6336" />
+      <location filename="../UI/UserInterface.py" line="6292" />
       <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="6352" />
+      <location filename="../UI/UserInterface.py" line="6308" />
       <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="6374" />
+      <location filename="../UI/UserInterface.py" line="6330" />
       <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="6427" />
+      <location filename="../UI/UserInterface.py" line="6383" />
       <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="6486" />
+      <location filename="../UI/UserInterface.py" line="6442" />
       <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="6509" />
+      <location filename="../UI/UserInterface.py" line="6465" />
       <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="6562" />
+      <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;La utilidad de captura de pantalla no está disponible para sesiones de escritorio de Wayland.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6582" />
+      <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="6615" />
+      <location filename="../UI/UserInterface.py" line="6605" />
+      <source>External Tools</source>
+      <translation>Herramientas Externas</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6606" />
-      <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;La utilidad de captura de pantalla no está disponible para sesiones de escritorio de Wayland.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6626" />
-      <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="6659" />
-      <location filename="../UI/UserInterface.py" line="6649" />
-      <source>External Tools</source>
-      <translation>Herramientas Externas</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6650" />
       <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
       <translation>No se ha encontrado la entrada para la herramienta externa '{0}' en el grupo de herramientas '{1}'.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6660" />
+      <location filename="../UI/UserInterface.py" line="6616" />
       <source>No toolgroup entry '{0}' found.</source>
       <translation>No se ha encontrado la entrada para el grupo de herramientas '{0}'.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6697" />
+      <location filename="../UI/UserInterface.py" line="6653" />
       <source>Starting process '{0} {1}'.
 </source>
       <translation>Comenzando proceso '{0} {1}'.
 </translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6715" />
+      <location filename="../UI/UserInterface.py" line="6671" />
       <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="6794" />
+      <location filename="../UI/UserInterface.py" line="6750" />
       <source>Process '{0}' has exited.
 </source>
       <translation>El proceso '{0}' ha finalizado.
 </translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7082" />
-      <location filename="../UI/UserInterface.py" line="7020" />
+      <location filename="../UI/UserInterface.py" line="7038" />
       <location filename="../UI/UserInterface.py" line="6976" />
-      <location filename="../UI/UserInterface.py" line="6902" />
-      <location filename="../UI/UserInterface.py" line="6838" />
+      <location filename="../UI/UserInterface.py" line="6932" />
+      <location filename="../UI/UserInterface.py" line="6858" />
+      <location filename="../UI/UserInterface.py" line="6794" />
       <source>Documentation Missing</source>
       <translation>Falta documentación</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7083" />
-      <location filename="../UI/UserInterface.py" line="7021" />
+      <location filename="../UI/UserInterface.py" line="7039" />
       <location filename="../UI/UserInterface.py" line="6977" />
-      <location filename="../UI/UserInterface.py" line="6903" />
-      <location filename="../UI/UserInterface.py" line="6839" />
+      <location filename="../UI/UserInterface.py" line="6933" />
+      <location filename="../UI/UserInterface.py" line="6859" />
+      <location filename="../UI/UserInterface.py" line="6795" />
       <source>&lt;p&gt;The documentation starting point "&lt;b&gt;{0}&lt;/b&gt;" could not be found.&lt;/p&gt;</source>
       <translation>&lt;P&gt;El punto de entrada de documentación "&lt;b&gt;{0}&lt;/b&gt;" no ha podido encontrarse.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7064" />
-      <location filename="../UI/UserInterface.py" line="6946" />
+      <location filename="../UI/UserInterface.py" line="7020" />
+      <location filename="../UI/UserInterface.py" line="6902" />
       <source>Documentation</source>
       <translation>Documentación</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6947" />
+      <location filename="../UI/UserInterface.py" line="6903" />
       <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation>&lt;P&gt;El punto de entrada de documentación de PyQt{0} no ha sido configurado.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7065" />
+      <location filename="../UI/UserInterface.py" line="7021" />
       <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="7244" />
-      <location filename="../UI/UserInterface.py" line="7180" />
+      <location filename="../UI/UserInterface.py" line="7200" />
+      <location filename="../UI/UserInterface.py" line="7136" />
       <source>Start Web Browser</source>
       <translation>Iniciar Navegador Web</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7181" />
+      <location filename="../UI/UserInterface.py" line="7137" />
       <source>The eric web browser could not be started.</source>
       <translation>El navegador web de eric no se ha podido iniciar.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7245" />
+      <location filename="../UI/UserInterface.py" line="7201" />
       <source>&lt;p&gt;The eric 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 eric 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="7291" />
+      <location filename="../UI/UserInterface.py" line="7247" />
       <source>Open Browser</source>
       <translation>Abrir Navegador</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7291" />
+      <location filename="../UI/UserInterface.py" line="7247" />
       <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="7595" />
-      <location filename="../UI/UserInterface.py" line="7557" />
+      <location filename="../UI/UserInterface.py" line="7551" />
+      <location filename="../UI/UserInterface.py" line="7513" />
       <source>Keyboard Shortcuts File (*.ekj)</source>
       <translation>Archivo de Atajos de Teclado (*.ekj)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7575" />
+      <location filename="../UI/UserInterface.py" line="7531" />
       <source>&lt;p&gt;The keyboard shortcuts file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo de atajos de teclado &lt;b&gt;{0}&lt;/b&gt; ya existe. ¿Sobreescribirlo?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7779" />
+      <location filename="../UI/UserInterface.py" line="7735" />
       <source>Load crash session...</source>
       <translation>Cargar sesión perdida...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7782" />
+      <location filename="../UI/UserInterface.py" line="7738" />
       <source>Clean crash sessions...</source>
       <translation>Limpiar sesiones perdidas...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7819" />
+      <location filename="../UI/UserInterface.py" line="7775" />
       <source>Read Session</source>
       <translation>Cargar sesión</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7820" />
+      <location filename="../UI/UserInterface.py" line="7776" />
       <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="7843" />
+      <location filename="../UI/UserInterface.py" line="7799" />
       <source>Save Session</source>
       <translation>Guardar Sesión</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7868" />
-      <location filename="../UI/UserInterface.py" line="7845" />
+      <location filename="../UI/UserInterface.py" line="7824" />
+      <location filename="../UI/UserInterface.py" line="7801" />
       <source>eric Session Files (*.esj)</source>
       <translation>Archivos de Sesión de eric (*.esj)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8374" />
+      <location filename="../UI/UserInterface.py" line="8330" />
       <source>Drop Error</source>
       <translation>Error de volcado</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8375" />
+      <location filename="../UI/UserInterface.py" line="8331" />
       <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="8550" />
+      <location filename="../UI/UserInterface.py" line="8506" />
       <source>Upgrade available</source>
       <translation>Actualización disponible</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8551" />
+      <location filename="../UI/UserInterface.py" line="8507" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation>&lt;p&gt;Una versión más moderna del package de &lt;b&gt;eric-ide&lt;/b&gt; se encuentra disponible en &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Instalado: {1}&lt;br/&gt;Disponible: &lt;b&gt;{2}&lt;/b&gt;Actualizar &lt;b&gt;eric-ide&lt;/b&gt;?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8599" />
+      <location filename="../UI/UserInterface.py" line="8555" />
       <source>First time usage</source>
       <translation>Usado por primera vez</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8600" />
+      <location filename="../UI/UserInterface.py" line="8556" />
       <source>eric has not been configured yet. The configuration dialog will be started.</source>
       <translation>eric todavía no está configurado. El diálogo de configuración va a ser iniciado.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8622" />
+      <location filename="../UI/UserInterface.py" line="8578" />
       <source>Select Workspace Directory</source>
       <translation>Seleccionar Directorio para el Espacio de Trabajo</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8790" />
+      <location filename="../UI/UserInterface.py" line="8746" />
       <source>Unsaved Data Detected</source>
       <translation>Detectados Datos sin Guardar</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8791" />
+      <location filename="../UI/UserInterface.py" line="8747" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation>Algunos editores contienen datos sin guardar. ¿Desea guardarlos?</translation>
     </message>
     <message>
+      <source>Qt5 Documentation</source>
+      <translation type="vanished">Documentación de Qt5</translation>
+    </message>
+    <message>
+      <source>Open Qt5 Documentation</source>
+      <translation type="vanished">Abrir Documentación de Qt5</translation>
+    </message>
+    <message>
+      <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's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+      <translation type="vanished">&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>
+      <source>PyQt5 Documentation</source>
+      <translation type="vanished">Documentación de PyQt5</translation>
+    </message>
+    <message>
+      <source>Open PyQt5 Documentation</source>
+      <translation type="vanished">Abrir Documentación de PyQt5</translation>
+    </message>
+    <message>
+      <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's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+      <translation type="vanished">&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>
       <source>PySide2 Documentation</source>
       <translation type="vanished">Documentación de PySide2</translation>
     </message>
--- a/src/eric7/i18n/eric7_fr.ts	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/i18n/eric7_fr.ts	Sun Apr 13 15:53:14 2025 +0200
@@ -8817,62 +8817,62 @@
       <translation>Le fichier &lt;b&gt;{0}&lt;/b&gt; existe mais ne contient pas de classes.</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="252" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="243" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="248" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="239" />
       <source>uic error</source>
       <translation>erreur uic</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="244" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="240" />
       <source>&lt;p&gt;There was an error loading the form &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Erreur de chargement du formulaire &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="253" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="249" />
       <source>&lt;p&gt;The project specific Python interpreter &lt;b&gt;{0}&lt;/b&gt; could not be started or did not finish within 30 seconds.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="405" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="401" />
       <source>Update Slots List</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="406" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="402" />
       <source>&lt;p&gt;The update of the slots list failed because invalid data was received.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Data: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="604" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="501" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="463" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="451" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="419" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="596" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="493" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="455" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="443" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="415" />
       <source>Code Generation</source>
       <translation>Génération de code</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="420" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="416" />
       <source>&lt;p&gt;Code generation for project language "{0}" is not supported.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="452" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="444" />
       <source>&lt;p&gt;No code template file available for project type "{0}".&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="464" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="456" />
       <source>&lt;p&gt;Could not open the code template file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Erreur d'ouverture du fichier de template "{0}".&lt;/p&gt;&lt;p&gt;Raison: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="502" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="494" />
       <source>&lt;p&gt;Could not open the source file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Erreur d'ouverture du fichier source "{0}".&lt;/p&gt;&lt;p&gt;Raison: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="605" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="597" />
       <source>&lt;p&gt;Could not write the source file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Erreur d'écriture du fichier source "{0}".&lt;/p&gt;&lt;p&gt;Raison: {1}&lt;/p&gt;</translation>
     </message>
@@ -24194,18 +24194,18 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="81" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="80" />
       <source>EricFileDialog Wizard</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="91" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="90" />
       <source>QFileDialog Wizard</source>
       <translation>Assistant QFileDialog</translation>
     </message>
     <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="109" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="108" />
       <source>Test</source>
       <translation>Tester</translation>
     </message>
@@ -33473,8 +33473,7 @@
   <context>
     <name>HelpDocsInstaller</name>
     <message>
-      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="319" />
-      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="248" />
+      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="128" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be registered. &lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -33482,8 +33481,6 @@
   <context>
     <name>HelpDocumentationPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="60" />
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="56" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="52" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="48" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="44" />
@@ -33548,21 +33545,6 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Qt5 Documentation</source>
-      <translation>Documentation Qt5</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Enter the Qt5 documentation directory</source>
-      <translation>Entrer le répertoire de documentation Qt5</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the QT5DOCDIR environment variable, if set.</source>
-      <translation>&lt;b&gt;Note&lt;/b&gt;: Laisser vide pour utiliser la variable d'environnement QT5DOCDIR, si elle existe.</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
       <source>Qt6 Documentation</source>
       <translation type="unfinished">Documentation Qt5 {6 ?}</translation>
     </message>
@@ -33578,21 +33560,6 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>PyQt5 Documentation</source>
-      <translation>Documentation PyQt5</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Enter the PyQt5 documentation directory</source>
-      <translation>Entrer le répertoire de documentation PyQt5</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source>
-      <translation>&lt;b&gt;Note&lt;/b&gt;: Laisser vide pour utiliser la variable d'environnement PYQT5DOCDIR, si elle existe.</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
       <source>PyQt6 Documentation</source>
       <translation type="unfinished">Documentation PyQt5 {6 ?}</translation>
     </message>
@@ -33622,6 +33589,30 @@
       <translation type="unfinished" />
     </message>
     <message>
+      <source>Qt5 Documentation</source>
+      <translation type="vanished">Documentation Qt5</translation>
+    </message>
+    <message>
+      <source>Enter the Qt5 documentation directory</source>
+      <translation type="vanished">Entrer le répertoire de documentation Qt5</translation>
+    </message>
+    <message>
+      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the QT5DOCDIR environment variable, if set.</source>
+      <translation type="vanished">&lt;b&gt;Note&lt;/b&gt;: Laisser vide pour utiliser la variable d'environnement QT5DOCDIR, si elle existe.</translation>
+    </message>
+    <message>
+      <source>PyQt5 Documentation</source>
+      <translation type="vanished">Documentation PyQt5</translation>
+    </message>
+    <message>
+      <source>Enter the PyQt5 documentation directory</source>
+      <translation type="vanished">Entrer le répertoire de documentation PyQt5</translation>
+    </message>
+    <message>
+      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source>
+      <translation type="vanished">&lt;b&gt;Note&lt;/b&gt;: Laisser vide pour utiliser la variable d'environnement PYQT5DOCDIR, si elle existe.</translation>
+    </message>
+    <message>
       <source>PySide2 Documentation</source>
       <translation type="vanished">Documentation PySide2</translation>
     </message>
@@ -50823,7 +50814,7 @@
     </message>
     <message>
       <location filename="../QScintilla/Lexers/LexerPython.py" line="94" />
-      <source>PyQt5/6 Modules</source>
+      <source>PyQt6 Modules</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -62746,18 +62737,18 @@
   <context>
     <name>Preferences</name>
     <message>
-      <location filename="../Preferences/__init__.py" line="1891" />
+      <location filename="../Preferences/__init__.py" line="1866" />
       <source>Export Preferences</source>
       <translation>Export des préférences</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1920" />
-      <location filename="../Preferences/__init__.py" line="1893" />
+      <location filename="../Preferences/__init__.py" line="1895" />
+      <location filename="../Preferences/__init__.py" line="1868" />
       <source>Properties File (*.ini);;All Files (*)</source>
       <translation>Fichier propriétés (*.ini);;Tous les fichiers (*)</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1918" />
+      <location filename="../Preferences/__init__.py" line="1893" />
       <source>Import Preferences</source>
       <translation>Import des préférences</translation>
     </message>
@@ -63264,123 +63255,108 @@
     </message>
     <message>
       <location filename="../Preferences/ProgramsDialog.py" line="160" />
-      <source>Translation Extractor (Python, PyQt5)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="168" />
-      <source>Forms Compiler (Python, PyQt5)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="176" />
-      <source>Resource Compiler (Python, PyQt5)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="187" />
       <source>Translation Extractor (Python, PyQt6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="194" />
+      <location filename="../Preferences/ProgramsDialog.py" line="167" />
       <source>Forms Compiler (Python, PyQt6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="204" />
+      <location filename="../Preferences/ProgramsDialog.py" line="177" />
       <source>Translation Extractor (Python, PySide6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="213" />
+      <location filename="../Preferences/ProgramsDialog.py" line="186" />
       <source>Forms Compiler (Python, PySide6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="222" />
+      <location filename="../Preferences/ProgramsDialog.py" line="195" />
       <source>Resource Compiler (Python, PySide6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="237" />
+      <location filename="../Preferences/ProgramsDialog.py" line="210" />
       <source>conda Manager</source>
       <translation>Gestionnaire conda</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="247" />
+      <location filename="../Preferences/ProgramsDialog.py" line="220" />
       <source>PyPI Package Management</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="499" />
-      <location filename="../Preferences/ProgramsDialog.py" line="496" />
-      <location filename="../Preferences/ProgramsDialog.py" line="480" />
-      <location filename="../Preferences/ProgramsDialog.py" line="350" />
-      <location filename="../Preferences/ProgramsDialog.py" line="283" />
-      <location filename="../Preferences/ProgramsDialog.py" line="266" />
+      <location filename="../Preferences/ProgramsDialog.py" line="472" />
+      <location filename="../Preferences/ProgramsDialog.py" line="469" />
+      <location filename="../Preferences/ProgramsDialog.py" line="453" />
+      <location filename="../Preferences/ProgramsDialog.py" line="323" />
+      <location filename="../Preferences/ProgramsDialog.py" line="256" />
+      <location filename="../Preferences/ProgramsDialog.py" line="239" />
       <source>(unknown)</source>
       <translation>(inconnu)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="270" />
+      <location filename="../Preferences/ProgramsDialog.py" line="243" />
       <source>Spell Checker - PyEnchant</source>
       <translation>Vérification d'orthographe - PyEnchant</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="287" />
+      <location filename="../Preferences/ProgramsDialog.py" line="260" />
       <source>Source Highlighter - Pygments</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="294" />
+      <location filename="../Preferences/ProgramsDialog.py" line="267" />
       <source>MicroPython - MPY Cross Compiler</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="301" />
+      <location filename="../Preferences/ProgramsDialog.py" line="274" />
       <source>MicroPython - ESP Tool</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="312" />
+      <location filename="../Preferences/ProgramsDialog.py" line="285" />
       <source>MicroPython - PyBoard Flasher</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="322" />
+      <location filename="../Preferences/ProgramsDialog.py" line="295" />
       <source>MicroPython - STLink Info</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="332" />
+      <location filename="../Preferences/ProgramsDialog.py" line="305" />
       <source>MicroPython - STLink Flasher</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="354" />
+      <location filename="../Preferences/ProgramsDialog.py" line="327" />
       <source>Code Assistant - Jedi</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="434" />
+      <location filename="../Preferences/ProgramsDialog.py" line="407" />
       <source>(not configured)</source>
       <translation>(non configuré)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="469" />
+      <location filename="../Preferences/ProgramsDialog.py" line="442" />
       <source>(module not found)</source>
       <translation>(module non trouvé)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="502" />
+      <location filename="../Preferences/ProgramsDialog.py" line="475" />
       <source>(not executable)</source>
       <translation>(non executable)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="548" />
-      <location filename="../Preferences/ProgramsDialog.py" line="516" />
-      <location filename="../Preferences/ProgramsDialog.py" line="514" />
+      <location filename="../Preferences/ProgramsDialog.py" line="521" />
+      <location filename="../Preferences/ProgramsDialog.py" line="489" />
+      <location filename="../Preferences/ProgramsDialog.py" line="487" />
       <source>(not found)</source>
       <translation>(non trouvé)</translation>
     </message>
@@ -63404,404 +63380,394 @@
     </message>
     <message>
       <location filename="../Project/Project.py" line="337" />
-      <source>PyQt5 GUI</source>
+      <source>PyQt6 GUI</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="338" />
-      <source>PyQt5 Console</source>
+      <source>PyQt6 Console</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="339" />
-      <source>PyQt6 GUI</source>
+      <source>Eric7 Plugin</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="340" />
-      <source>PyQt6 Console</source>
-      <translation type="unfinished" />
+      <source>Console</source>
+      <translation>Console</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="341" />
-      <source>Eric7 Plugin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="342" />
-      <source>Console</source>
-      <translation>Console</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="343" />
       <source>Other</source>
       <translation>Autre</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="362" />
+      <location filename="../Project/Project.py" line="358" />
       <source>PySide6 GUI</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="363" />
+      <location filename="../Project/Project.py" line="359" />
       <source>PySide6 Console</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="461" />
-      <location filename="../Project/Project.py" line="449" />
-      <location filename="../Project/Project.py" line="438" />
+      <location filename="../Project/Project.py" line="457" />
+      <location filename="../Project/Project.py" line="445" />
+      <location filename="../Project/Project.py" line="434" />
       <source>Registering Project Type</source>
       <translation>Enregistrement du type de projet</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="439" />
+      <location filename="../Project/Project.py" line="435" />
       <source>&lt;p&gt;The Programming Language &lt;b&gt;{0}&lt;/b&gt; is not supported (project type: {1}).&lt;/p&gt;</source>
       <translation>&lt;p&gt;Le langage de programmation &lt;b&gt;{0}&lt;/b&gt; n'est pas supporté (type project : {1}).&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="450" />
+      <location filename="../Project/Project.py" line="446" />
       <source>&lt;p&gt;The Project type &lt;b&gt;{0}&lt;/b&gt; is already registered with Programming Language &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Le type projet &lt;b&gt;{0}&lt;/b&gt; est déjà enregistré avec le langage de programmation&lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="462" />
+      <location filename="../Project/Project.py" line="458" />
       <source>&lt;p&gt;The Project type &lt;b&gt;{0}&lt;/b&gt; is already registered.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Le type projet &lt;b&gt;{0}&lt;/b&gt; est déjà enregistré.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="767" />
+      <location filename="../Project/Project.py" line="763" />
       <source>All Files (*)</source>
       <translation type="unfinished">Tous fichiers (*)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1321" />
+      <location filename="../Project/Project.py" line="1310" />
       <source>Read Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1567" />
-      <location filename="../Project/Project.py" line="1541" />
-      <location filename="../Project/Project.py" line="1505" />
-      <location filename="../Project/Project.py" line="1423" />
-      <location filename="../Project/Project.py" line="1384" />
-      <location filename="../Project/Project.py" line="1359" />
-      <location filename="../Project/Project.py" line="1322" />
+      <location filename="../Project/Project.py" line="1556" />
+      <location filename="../Project/Project.py" line="1530" />
+      <location filename="../Project/Project.py" line="1494" />
+      <location filename="../Project/Project.py" line="1412" />
+      <location filename="../Project/Project.py" line="1373" />
+      <location filename="../Project/Project.py" line="1348" />
+      <location filename="../Project/Project.py" line="1311" />
       <source>Please save the project first.</source>
       <translation>Prière d'enregistrer votre projet d'abord.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1358" />
+      <location filename="../Project/Project.py" line="1347" />
       <source>Save Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1400" />
-      <location filename="../Project/Project.py" line="1383" />
+      <location filename="../Project/Project.py" line="1389" />
+      <location filename="../Project/Project.py" line="1372" />
       <source>Delete Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1390" />
+      <location filename="../Project/Project.py" line="1379" />
       <source>Delete Remote Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1409" />
+      <location filename="../Project/Project.py" line="1398" />
       <source>&lt;p&gt;The project session file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1422" />
+      <location filename="../Project/Project.py" line="1411" />
       <source>Read Tasks</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1504" />
+      <location filename="../Project/Project.py" line="1493" />
       <source>Read Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1540" />
+      <location filename="../Project/Project.py" line="1529" />
       <source>Save Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1583" />
-      <location filename="../Project/Project.py" line="1566" />
+      <location filename="../Project/Project.py" line="1572" />
+      <location filename="../Project/Project.py" line="1555" />
       <source>Delete Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1573" />
+      <location filename="../Project/Project.py" line="1562" />
       <source>Delete Remote Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1592" />
+      <location filename="../Project/Project.py" line="1581" />
       <source>&lt;p&gt;The project debugger properties file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1765" />
+      <location filename="../Project/Project.py" line="1754" />
       <source>Add Language</source>
       <translation>Ajouter une langue</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1766" />
+      <location filename="../Project/Project.py" line="1755" />
       <source>You have to specify a translation pattern first.</source>
       <translation>Vous devez d'abord spécifier un pattern de traduction.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1905" />
+      <location filename="../Project/Project.py" line="1892" />
       <source>Delete Translation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1932" />
-      <location filename="../Project/Project.py" line="1906" />
+      <location filename="../Project/Project.py" line="1919" />
+      <location filename="../Project/Project.py" line="1893" />
       <source>&lt;p&gt;The selected translation file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Le fichier de traduction 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="1931" />
+      <location filename="../Project/Project.py" line="1918" />
       <source>Delete translation</source>
       <translation>Supprimer la traduction</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="2071" />
+      <location filename="../Project/Project.py" line="2054" />
+      <source>Add File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="2173" />
+      <location filename="../Project/Project.py" line="2055" />
+      <source>&lt;p&gt;The file &lt;b&gt;{0}&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;{0}&lt;/b&gt; existe déjà.&lt;/p&gt;&lt;p&gt;L'écraser ?&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="2072" />
+      <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be added to &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {2}&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Le fichier sélectionné &lt;b&gt;{0}&lt;/b&gt; ne peut être ajouté à &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Raison : {2}&lt;/p&gt;</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="2084" />
-      <location filename="../Project/Project.py" line="2067" />
-      <source>Add File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2186" />
-      <location filename="../Project/Project.py" line="2068" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&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;{0}&lt;/b&gt; existe déjà.&lt;/p&gt;&lt;p&gt;L'écraser ?&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2085" />
-      <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be added to &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {2}&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Le fichier sélectionné &lt;b&gt;{0}&lt;/b&gt; ne peut être ajouté à &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Raison : {2}&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2097" />
       <source>Add file</source>
       <translation>Ajouter un fichier</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2282" />
-      <location filename="../Project/Project.py" line="2098" />
+      <location filename="../Project/Project.py" line="2269" />
+      <location filename="../Project/Project.py" line="2085" />
       <source>The target directory must not be empty.</source>
       <translation>Le répertoire cible ne doit pas être vide.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2185" />
-      <location filename="../Project/Project.py" line="2158" />
-      <location filename="../Project/Project.py" line="2138" />
+      <location filename="../Project/Project.py" line="2172" />
+      <location filename="../Project/Project.py" line="2145" />
+      <location filename="../Project/Project.py" line="2125" />
       <source>Add Directory</source>
       <translation type="unfinished">Ajouter un répertoire</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2139" />
+      <location filename="../Project/Project.py" line="2126" />
       <source>&lt;p&gt;The source directory doesn't contain any files belonging to the selected category.&lt;/p&gt;</source>
       <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="2159" />
+      <location filename="../Project/Project.py" line="2146" />
       <source>&lt;p&gt;The target directory &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 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="2293" />
-      <location filename="../Project/Project.py" line="2281" />
+      <location filename="../Project/Project.py" line="2280" />
+      <location filename="../Project/Project.py" line="2268" />
       <source>Add directory</source>
       <translation>Ajouter un répertoire</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2294" />
+      <location filename="../Project/Project.py" line="2281" />
       <source>The source directory must not be empty.</source>
       <translation>Le répertoire source ne doit pas être vide.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2408" />
-      <location filename="../Project/Project.py" line="2390" />
-      <location filename="../Project/Project.py" line="2374" />
-      <location filename="../Project/Project.py" line="2367" />
+      <location filename="../Project/Project.py" line="2395" />
+      <location filename="../Project/Project.py" line="2377" />
+      <location filename="../Project/Project.py" line="2361" />
+      <location filename="../Project/Project.py" line="2354" />
       <source>Rename File</source>
       <translation>Renommer le fichier</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8075" />
-      <location filename="../Project/Project.py" line="3895" />
-      <location filename="../Project/Project.py" line="2391" />
+      <location filename="../Project/Project.py" line="8062" />
+      <location filename="../Project/Project.py" line="3882" />
+      <location filename="../Project/Project.py" line="2378" />
       <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>
     <message>
-      <location filename="../Project/Project.py" line="2409" />
+      <location filename="../Project/Project.py" line="2396" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be renamed.&lt;br /&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Le fichier &lt;b&gt;{0}&lt;/b&gt; ne peut pas être renommé.&lt;br /&gt;Raison : {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2676" />
+      <location filename="../Project/Project.py" line="2663" />
       <source>Delete File</source>
       <translation type="unfinished">Supprimer le fichier</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2677" />
+      <location filename="../Project/Project.py" line="2664" />
       <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Le fichier 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="2705" />
+      <location filename="../Project/Project.py" line="2692" />
       <source>Delete Directory</source>
       <translation type="unfinished">Supprimer le répertoire</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2706" />
+      <location filename="../Project/Project.py" line="2693" />
       <source>&lt;p&gt;The selected directory &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <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="2839" />
+      <location filename="../Project/Project.py" line="2826" />
       <source>Create project directory</source>
       <translation>Création d'un répertoire projet</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2840" />
+      <location filename="../Project/Project.py" line="2827" />
       <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Le répertoire projet &lt;b&gt;{0}&lt;/b&gt; n'a pas pu être créé.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3668" />
-      <location filename="../Project/Project.py" line="2940" />
+      <location filename="../Project/Project.py" line="3655" />
+      <location filename="../Project/Project.py" line="2927" />
       <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="3669" />
-      <location filename="../Project/Project.py" line="2941" />
+      <location filename="../Project/Project.py" line="3656" />
+      <location filename="../Project/Project.py" line="2928" />
       <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'est pas accessible en écriture.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2981" />
+      <location filename="../Project/Project.py" line="2968" />
       <source>Create main script</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2982" />
+      <location filename="../Project/Project.py" line="2969" />
       <source>&lt;p&gt;The main script &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3449" />
-      <location filename="../Project/Project.py" line="3006" />
+      <location filename="../Project/Project.py" line="3436" />
+      <location filename="../Project/Project.py" line="2993" />
       <source>Create Makefile</source>
       <translation>Créer un Makefile</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3450" />
-      <location filename="../Project/Project.py" line="3007" />
+      <location filename="../Project/Project.py" line="3437" />
+      <location filename="../Project/Project.py" line="2994" />
       <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'a pas pu être créé.&lt;br/&gt;Raison : {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3698" />
-      <location filename="../Project/Project.py" line="3159" />
-      <location filename="../Project/Project.py" line="3130" />
-      <location filename="../Project/Project.py" line="3098" />
-      <location filename="../Project/Project.py" line="3080" />
-      <location filename="../Project/Project.py" line="3055" />
-      <location filename="../Project/Project.py" line="3017" />
+      <location filename="../Project/Project.py" line="3685" />
+      <location filename="../Project/Project.py" line="3146" />
+      <location filename="../Project/Project.py" line="3117" />
+      <location filename="../Project/Project.py" line="3085" />
+      <location filename="../Project/Project.py" line="3067" />
+      <location filename="../Project/Project.py" line="3042" />
+      <location filename="../Project/Project.py" line="3004" />
       <source>New Project</source>
       <translation>Nouveau projet</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3018" />
+      <location filename="../Project/Project.py" line="3005" />
       <source>Add existing files to the project?</source>
       <translation>Ajouter des fichiers existant au projet ?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3699" />
-      <location filename="../Project/Project.py" line="3056" />
+      <location filename="../Project/Project.py" line="3686" />
+      <location filename="../Project/Project.py" line="3043" />
       <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="3160" />
-      <location filename="../Project/Project.py" line="3081" />
+      <location filename="../Project/Project.py" line="3147" />
+      <location filename="../Project/Project.py" line="3068" />
       <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="3099" />
+      <location filename="../Project/Project.py" line="3086" />
       <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="3136" />
-      <location filename="../Project/Project.py" line="3125" />
+      <location filename="../Project/Project.py" line="3123" />
+      <location filename="../Project/Project.py" line="3112" />
       <source>None</source>
       <translation>Auncun</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3131" />
+      <location filename="../Project/Project.py" line="3118" />
       <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="3342" />
+      <location filename="../Project/Project.py" line="3329" />
       <source>Translation Pattern</source>
       <translation>Pattern de traduction</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3343" />
+      <location filename="../Project/Project.py" line="3330" />
       <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source>
       <translation>Entrer le pattern pour les fichiers de traduction (utiliser la balise '%language%' à la place de la langue à utiliser):</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3647" />
+      <location filename="../Project/Project.py" line="3634" />
       <source>Open Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8061" />
-      <location filename="../Project/Project.py" line="8055" />
-      <location filename="../Project/Project.py" line="8045" />
-      <location filename="../Project/Project.py" line="3880" />
-      <location filename="../Project/Project.py" line="3870" />
-      <location filename="../Project/Project.py" line="3649" />
+      <location filename="../Project/Project.py" line="8048" />
+      <location filename="../Project/Project.py" line="8042" />
+      <location filename="../Project/Project.py" line="8032" />
+      <location filename="../Project/Project.py" line="3867" />
+      <location filename="../Project/Project.py" line="3857" />
+      <location filename="../Project/Project.py" line="3636" />
       <source>Project Files (*.epj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3894" />
-      <location filename="../Project/Project.py" line="3878" />
+      <location filename="../Project/Project.py" line="3881" />
+      <location filename="../Project/Project.py" line="3865" />
       <source>Save Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3933" />
+      <location filename="../Project/Project.py" line="3920" />
       <source>Close Project</source>
       <translation>Fermer le projet</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3934" />
+      <location filename="../Project/Project.py" line="3921" />
       <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="4134" />
-      <location filename="../Project/Project.py" line="4098" />
+      <location filename="../Project/Project.py" line="4121" />
+      <location filename="../Project/Project.py" line="4085" />
       <source>Syntax Errors Detected</source>
       <translation type="unfinished" />
     </message>
     <message numerus="yes">
-      <location filename="../Project/Project.py" line="4135" />
-      <location filename="../Project/Project.py" line="4099" />
+      <location filename="../Project/Project.py" line="4122" />
+      <location filename="../Project/Project.py" line="4086" />
       <source>The project contains %n file(s) with syntax errors.</source>
       <translation>
         <numerusform>Le projet contient %n fichier avec des erreurs de syntaxe.</numerusform>
@@ -63809,1268 +63775,1268 @@
       </translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4793" />
+      <location filename="../Project/Project.py" line="4780" />
       <source>New project</source>
       <translation>Nouveau projet</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4795" />
+      <location filename="../Project/Project.py" line="4782" />
       <source>&amp;New...</source>
       <translation>&amp;Nouveau...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4801" />
+      <location filename="../Project/Project.py" line="4788" />
       <source>Generate a new project</source>
       <translation>Génerer un nouveau projet</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4803" />
+      <location filename="../Project/Project.py" line="4790" />
       <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'un nouveau projet.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4813" />
+      <location filename="../Project/Project.py" line="4800" />
       <source>Open project</source>
       <translation>Ouvir un projet</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4815" />
+      <location filename="../Project/Project.py" line="4802" />
       <source>&amp;Open...</source>
       <translation>&amp;Ouvrir...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4821" />
+      <location filename="../Project/Project.py" line="4808" />
       <source>Open an existing project</source>
       <translation>Ouvrir un projet existant</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4823" />
+      <location filename="../Project/Project.py" line="4810" />
       <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="4829" />
+      <location filename="../Project/Project.py" line="4816" />
       <source>Open remote project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4831" />
+      <location filename="../Project/Project.py" line="4818" />
       <source>Open (Remote)...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4824" />
+      <source>Open an existing remote project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4826" />
+      <source>&lt;b&gt;Open (Remote)...&lt;/b&gt;&lt;p&gt;This opens an existing remote project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4835" />
+      <source>Reload project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4837" />
-      <source>Open an existing remote project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4839" />
-      <source>&lt;b&gt;Open (Remote)...&lt;/b&gt;&lt;p&gt;This opens an existing remote project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4848" />
-      <source>Reload project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4850" />
       <source>Re&amp;load</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4856" />
+      <location filename="../Project/Project.py" line="4843" />
       <source>Reload the current project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4858" />
+      <location filename="../Project/Project.py" line="4845" />
       <source>&lt;b&gt;Reload&lt;/b&gt;&lt;p&gt;This reloads the current project.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4864" />
+      <location filename="../Project/Project.py" line="4851" />
       <source>Close project</source>
       <translation>Fermer le projet</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4866" />
+      <location filename="../Project/Project.py" line="4853" />
       <source>&amp;Close</source>
       <translation>&amp;Fermer</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4872" />
+      <location filename="../Project/Project.py" line="4859" />
       <source>Close the current project</source>
       <translation>Fermer le projet en cours</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4874" />
+      <location filename="../Project/Project.py" line="4861" />
       <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="4880" />
+      <location filename="../Project/Project.py" line="4867" />
       <source>Save project</source>
       <translation>Enregistrer le projet</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5177" />
-      <location filename="../Project/Project.py" line="4882" />
+      <location filename="../Project/Project.py" line="5164" />
+      <location filename="../Project/Project.py" line="4869" />
       <source>&amp;Save</source>
       <translation>&amp;Enregistrer</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4888" />
+      <location filename="../Project/Project.py" line="4875" />
       <source>Save the current project</source>
       <translation>Enregistre le projet courant</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4890" />
+      <location filename="../Project/Project.py" line="4877" />
       <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="4896" />
+      <location filename="../Project/Project.py" line="4883" />
       <source>Save project as</source>
       <translation>Enregistrer le projet sous</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4898" />
+      <location filename="../Project/Project.py" line="4885" />
       <source>Save &amp;as...</source>
       <translation>&amp;Enregistrer sous...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4891" />
+      <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="4893" />
+      <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="4902" />
+      <source>Save project as (Remote)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4904" />
-      <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="4906" />
-      <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="4915" />
-      <source>Save project as (Remote)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4917" />
       <source>Save as (Remote)...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4924" />
+      <location filename="../Project/Project.py" line="4911" />
       <source>Save the current project to a new remote file</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4927" />
+      <location filename="../Project/Project.py" line="4914" />
       <source>&lt;b&gt;Save as (Remote)&lt;/b&gt;&lt;p&gt;This saves the current project to a new remote file.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4943" />
+      <location filename="../Project/Project.py" line="4930" />
       <source>Add files to project</source>
       <translation>Ajouter des fichiers au projet</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4945" />
+      <location filename="../Project/Project.py" line="4932" />
       <source>Add &amp;files...</source>
       <translation>Ajouter des &amp;fichiers...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4938" />
+      <source>Add files to the current project</source>
+      <translation>Ajouter des fichiers au projet courant</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4940" />
+      <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'insertion est déterminée par l'extension du fichier.&lt;/p&gt;</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4951" />
-      <source>Add files to the current project</source>
-      <translation>Ajouter des fichiers au projet courant</translation>
+      <source>Add directory to project</source>
+      <translation>Ajouter un répertoire au projet</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="4953" />
-      <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'insertion est déterminée par l'extension du fichier.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4964" />
-      <source>Add directory to project</source>
-      <translation>Ajouter un répertoire au projet</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4966" />
       <source>Add directory...</source>
       <translation>Ajouter un répertoire...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4960" />
+      <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="4963" />
+      <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="4973" />
-      <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="4976" />
-      <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="4986" />
       <source>Add translation to project</source>
       <translation>Ajouter une traduction au projet</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4988" />
+      <location filename="../Project/Project.py" line="4975" />
       <source>Add &amp;translation...</source>
       <translation>Ajouter une &amp;traduction...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4982" />
+      <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="4985" />
+      <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="4995" />
-      <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="4998" />
-      <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="5008" />
       <source>Search new files</source>
       <translation>Rechercher des nouveaux fichiers</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5009" />
+      <location filename="../Project/Project.py" line="4996" />
       <source>Searc&amp;h new files...</source>
       <translation>Re&amp;chercher des nouveaux fichiers...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5002" />
+      <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="5004" />
+      <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, forms, ...) in the project directory and registered subdirectories.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5014" />
+      <source>Search Project File</source>
+      <translation>Chercher un fichier projet</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5015" />
-      <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="5017" />
-      <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, forms, ...) in the project directory and registered subdirectories.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5027" />
-      <source>Search Project File</source>
-      <translation>Chercher un fichier projet</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5028" />
       <source>Search Project File...</source>
       <translation>Chercher un fichier projet...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5029" />
+      <location filename="../Project/Project.py" line="5016" />
       <source>Alt+Ctrl+P</source>
       <comment>Project|Search Project File</comment>
       <translation>Alt+Ctrl+P</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5021" />
+      <source>Search for a file in the project list of files.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5023" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5032" />
+      <source>Project properties</source>
+      <translation>Propriétés du projet</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5034" />
-      <source>Search for a file in the project list of files.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5036" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5045" />
-      <source>Project properties</source>
-      <translation>Propriétés du projet</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5047" />
       <source>&amp;Properties...</source>
       <translation>&amp;Propriétés...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5040" />
+      <source>Show the project properties</source>
+      <translation>Affiche les propriétés du projet</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5042" />
+      <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="5051" />
+      <source>User project properties</source>
+      <translation>Propriétés utilisateur du projet</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5053" />
-      <source>Show the project properties</source>
-      <translation>Affiche les propriétés du projet</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5055" />
-      <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="5064" />
-      <source>User project properties</source>
-      <translation>Propriétés utilisateur du projet</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5066" />
       <source>&amp;User Properties...</source>
       <translation>Propriétés &amp;Utilisateur...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5060" />
+      <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="5063" />
+      <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'éditer les propriétés du projet spécifiques à l'utilisateur.&lt;/p&gt;</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5073" />
-      <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="5076" />
-      <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'éditer les propriétés du projet spécifiques à l'utilisateur.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5086" />
       <source>Filetype Associations</source>
       <translation>Association des types de fichiers</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5087" />
+      <location filename="../Project/Project.py" line="5074" />
       <source>Filetype Associations...</source>
       <translation>Association des types de fichiers...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5094" />
+      <location filename="../Project/Project.py" line="5081" />
       <source>Show the project file type associations</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5084" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5097" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5110" />
       <source>Lexer Associations</source>
       <translation>Association des types de fichiers</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5111" />
+      <location filename="../Project/Project.py" line="5098" />
       <source>Lexer Associations...</source>
       <translation>Association des types de fichiers...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5118" />
+      <location filename="../Project/Project.py" line="5105" />
       <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="5121" />
+      <location filename="../Project/Project.py" line="5108" />
       <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'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>
     <message>
-      <location filename="../Project/Project.py" line="5139" />
+      <location filename="../Project/Project.py" line="5126" />
       <source>Debugger Properties</source>
       <translation>Propriétés du Débogueur</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5140" />
+      <location filename="../Project/Project.py" line="5127" />
       <source>Debugger &amp;Properties...</source>
       <translation>Débogueur &amp; Propriétés...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5133" />
+      <source>Show the debugger properties</source>
+      <translation>Affichage des propriétés du débogueur</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5135" />
+      <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'éditer les proprités du débogueur, spécifiques au projet.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5145" />
+      <source>Load</source>
+      <translation>Charger</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5146" />
-      <source>Show the debugger properties</source>
-      <translation>Affichage des propriétés du débogueur</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5148" />
-      <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'éditer les proprités du débogueur, spécifiques au projet.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5158" />
-      <source>Load</source>
-      <translation>Charger</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5159" />
       <source>&amp;Load</source>
       <translation>&amp;Charger</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5165" />
+      <location filename="../Project/Project.py" line="5152" />
       <source>Load the debugger properties</source>
       <translation>Charger les propriétés du débogueur</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5167" />
+      <location filename="../Project/Project.py" line="5154" />
       <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="5176" />
+      <location filename="../Project/Project.py" line="5163" />
       <source>Save</source>
       <translation>Enregistrer</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5183" />
+      <location filename="../Project/Project.py" line="5170" />
       <source>Save the debugger properties</source>
       <translation>Enregistrer les propriétés du débogueur</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5185" />
+      <location filename="../Project/Project.py" line="5172" />
       <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="5194" />
+      <location filename="../Project/Project.py" line="5181" />
       <source>Delete</source>
       <translation>Supprimer</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5195" />
+      <location filename="../Project/Project.py" line="5182" />
       <source>&amp;Delete</source>
       <translation>&amp;Supprimer</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5188" />
+      <source>Delete the debugger properties</source>
+      <translation>Supprimer les propriétés du débogueur</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5190" />
+      <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="5200" />
+      <source>Reset</source>
+      <translation>Réinitialiser</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5201" />
-      <source>Delete the debugger properties</source>
-      <translation>Supprimer les propriétés du débogueur</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5203" />
-      <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="5213" />
-      <source>Reset</source>
-      <translation>Réinitialiser</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5214" />
       <source>&amp;Reset</source>
       <translation>&amp;Réinitialiser</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5220" />
+      <location filename="../Project/Project.py" line="5207" />
       <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="5222" />
+      <location filename="../Project/Project.py" line="5209" />
       <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="5238" />
-      <location filename="../Project/Project.py" line="5237" />
+      <location filename="../Project/Project.py" line="5225" />
+      <location filename="../Project/Project.py" line="5224" />
       <source>Load session</source>
       <translation>Charger la session</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5244" />
+      <location filename="../Project/Project.py" line="5231" />
       <source>Load the projects session file.</source>
       <translation>Charge le fichier de session du projet.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5246" />
+      <location filename="../Project/Project.py" line="5233" />
       <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'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'exception&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5262" />
-      <location filename="../Project/Project.py" line="5261" />
+      <location filename="../Project/Project.py" line="5249" />
+      <location filename="../Project/Project.py" line="5248" />
       <source>Save session</source>
       <translation>Enregistrer la session</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5268" />
+      <location filename="../Project/Project.py" line="5255" />
       <source>Save the projects session file.</source>
       <translation>Enregistre le fichier de session du projet.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5270" />
+      <location filename="../Project/Project.py" line="5257" />
       <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'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'exception&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5286" />
-      <location filename="../Project/Project.py" line="5285" />
+      <location filename="../Project/Project.py" line="5273" />
+      <location filename="../Project/Project.py" line="5272" />
       <source>Delete session</source>
       <translation>Supprimer la session</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5292" />
+      <location filename="../Project/Project.py" line="5279" />
       <source>Delete the projects session file.</source>
       <translation>Suppression du fichier session de projet.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5294" />
+      <location filename="../Project/Project.py" line="5281" />
       <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>
     <message>
-      <location filename="../Project/Project.py" line="5309" />
+      <location filename="../Project/Project.py" line="5296" />
       <source>Code Metrics</source>
       <translation>Statistiques du code</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5310" />
+      <location filename="../Project/Project.py" line="5297" />
       <source>&amp;Code Metrics...</source>
       <translation>Statistiques du &amp;Code...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5304" />
+      <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="5307" />
+      <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="5317" />
-      <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="5320" />
-      <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="5330" />
       <source>Python Code Coverage</source>
       <translation> Code Coverage Python</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5331" />
+      <location filename="../Project/Project.py" line="5318" />
       <source>Code Co&amp;verage...</source>
       <translation>Code Co&amp;verage...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5338" />
+      <location filename="../Project/Project.py" line="5325" />
       <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="5341" />
+      <location filename="../Project/Project.py" line="5328" />
       <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="6775" />
       <location filename="../Project/Project.py" line="6762" />
-      <location filename="../Project/Project.py" line="5351" />
+      <location filename="../Project/Project.py" line="6749" />
+      <location filename="../Project/Project.py" line="5338" />
       <source>Profile Data</source>
       <translation>Profiling des données</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5352" />
+      <location filename="../Project/Project.py" line="5339" />
       <source>&amp;Profile Data...</source>
       <translation>&amp;Profiling des données...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5359" />
+      <location filename="../Project/Project.py" line="5346" />
       <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="5362" />
+      <location filename="../Project/Project.py" line="5349" />
       <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="6827" />
-      <location filename="../Project/Project.py" line="5377" />
+      <location filename="../Project/Project.py" line="6814" />
+      <location filename="../Project/Project.py" line="5364" />
       <source>Application Diagram</source>
       <translation>Diagramme de l'application</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5378" />
+      <location filename="../Project/Project.py" line="5365" />
       <source>&amp;Application Diagram...</source>
       <translation>&amp;Diagramme de l'application...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5372" />
+      <source>Show a diagram of the project.</source>
+      <translation>Affiche le diagramme de l'application.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5375" />
+      <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'application...&lt;/b&gt;&lt;p&gt;Affiche le diagramme du projet.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5384" />
+      <source>Load Diagram</source>
+      <translation>Charger le diagramme</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5385" />
-      <source>Show a diagram of the project.</source>
-      <translation>Affiche le diagramme de l'application.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5388" />
-      <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'application...&lt;/b&gt;&lt;p&gt;Affiche le diagramme du projet.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5397" />
-      <source>Load Diagram</source>
-      <translation>Charger le diagramme</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5398" />
       <source>&amp;Load Diagram...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5404" />
+      <location filename="../Project/Project.py" line="5391" />
       <source>Load a diagram from file.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5406" />
+      <location filename="../Project/Project.py" line="5393" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6995" />
-      <location filename="../Project/Project.py" line="6940" />
-      <location filename="../Project/Project.py" line="5421" />
+      <location filename="../Project/Project.py" line="6982" />
+      <location filename="../Project/Project.py" line="6927" />
+      <location filename="../Project/Project.py" line="5408" />
       <source>Create Package List</source>
       <translation>Création de la liste de package</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5423" />
+      <location filename="../Project/Project.py" line="5410" />
       <source>Create &amp;Package List</source>
       <translation>Création de la liste de &amp;package</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5430" />
+      <location filename="../Project/Project.py" line="5417" />
       <source>Create an initial PKGLIST file for an eric plugin.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5420" />
+      <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric plugin archive. The list is created from the project file.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7053" />
+      <location filename="../Project/Project.py" line="5431" />
+      <source>Create Plugin Archives</source>
+      <translation>Créer une archive plugin</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5433" />
-      <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric plugin archive. The list is created from the project file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7066" />
-      <location filename="../Project/Project.py" line="5444" />
-      <source>Create Plugin Archives</source>
-      <translation>Créer une archive plugin</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5446" />
       <source>Create Plugin &amp;Archives</source>
       <translation>Créer les &amp;archives plugin</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5452" />
+      <location filename="../Project/Project.py" line="5439" />
       <source>Create eric plugin archive files.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5454" />
+      <location filename="../Project/Project.py" line="5441" />
       <source>&lt;b&gt;Create Plugin Archives&lt;/b&gt;&lt;p&gt;This creates eric 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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5466" />
+      <location filename="../Project/Project.py" line="5453" />
       <source>Create Plugin Archives (Snapshot)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5468" />
+      <location filename="../Project/Project.py" line="5455" />
       <source>Create Plugin Archives (&amp;Snapshot)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5475" />
+      <location filename="../Project/Project.py" line="5462" />
       <source>Create eric plugin archive files (snapshot releases).</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5478" />
+      <location filename="../Project/Project.py" line="5465" />
       <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric 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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7522" />
-      <location filename="../Project/Project.py" line="7493" />
-      <location filename="../Project/Project.py" line="7447" />
-      <location filename="../Project/Project.py" line="7399" />
-      <location filename="../Project/Project.py" line="5497" />
+      <location filename="../Project/Project.py" line="7509" />
+      <location filename="../Project/Project.py" line="7480" />
+      <location filename="../Project/Project.py" line="7434" />
+      <location filename="../Project/Project.py" line="7386" />
+      <location filename="../Project/Project.py" line="5484" />
       <source>Execute Make</source>
       <translation>Exécuter Make</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5498" />
+      <location filename="../Project/Project.py" line="5485" />
       <source>&amp;Execute Make</source>
       <translation>Éxécut&amp;er Make</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5491" />
+      <source>Perform a 'make' run.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5493" />
+      <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a 'make' run to rebuild the configured target.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7486" />
+      <location filename="../Project/Project.py" line="5503" />
+      <source>Test for Changes</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5504" />
-      <source>Perform a 'make' run.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5506" />
-      <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a 'make' run to rebuild the configured target.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7499" />
-      <location filename="../Project/Project.py" line="5516" />
-      <source>Test for Changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5517" />
       <source>&amp;Test for Changes</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5524" />
+      <location filename="../Project/Project.py" line="5511" />
       <source>Question 'make', if a rebuild is needed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5527" />
+      <location filename="../Project/Project.py" line="5514" />
       <source>&lt;b&gt;Test for Changes&lt;/b&gt;&lt;p&gt;This questions 'make', if a rebuild of the configured target is necessary.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5545" />
+      <location filename="../Project/Project.py" line="5532" />
       <source>Create SBOM File</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5546" />
+      <location filename="../Project/Project.py" line="5533" />
       <source>Create &amp;SBOM File</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5553" />
+      <location filename="../Project/Project.py" line="5540" />
       <source>Create a SBOM file of the project dependencies.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5556" />
+      <location filename="../Project/Project.py" line="5543" />
       <source>&lt;b&gt;Create SBOM File&lt;/b&gt;&lt;p&gt;This allows the creation of a SBOM file of the project dependencies. This may be based on various input sources and will be saved as a CycloneDX SBOM file.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5567" />
+      <location filename="../Project/Project.py" line="5554" />
       <source>Clear Byte Code Caches</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5568" />
+      <location filename="../Project/Project.py" line="5555" />
       <source>Clear Byte Code &amp;Caches</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5575" />
+      <location filename="../Project/Project.py" line="5562" />
       <source>Clear the byte code caches of the project.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5578" />
+      <location filename="../Project/Project.py" line="5565" />
       <source>&lt;b&gt;Clear Byte Code Caches&lt;/b&gt;&lt;p&gt;This deletes all directories containing byte code cache files.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5594" />
+      <location filename="../Project/Project.py" line="5581" />
       <source>About Black</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5595" />
+      <location filename="../Project/Project.py" line="5582" />
       <source>&amp;Black</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5601" />
+      <location filename="../Project/Project.py" line="5588" />
       <source>Show some information about 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5590" />
+      <source>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'Black' tool.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5602" />
+      <source>Format Code</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5603" />
-      <source>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'Black' tool.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5615" />
-      <source>Format Code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5616" />
       <source>&amp;Format Code</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5623" />
+      <location filename="../Project/Project.py" line="5610" />
       <source>Format the project sources with 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5613" />
+      <source>&lt;b&gt;Format Code&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the formatting run and reformats the project sources using 'Black'.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5625" />
+      <source>Check Code Formatting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5626" />
-      <source>&lt;b&gt;Format Code&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the formatting run and reformats the project sources using 'Black'.&lt;/p&gt;</source>
+      <source>&amp;Check Code Formatting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5633" />
+      <source>Check, if the project sources need to be reformatted with 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5638" />
-      <source>Check Code Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5639" />
-      <source>&amp;Check Code Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5646" />
-      <source>Check, if the project sources need to be reformatted with 'Black'.</source>
+      <source>&lt;b&gt;Check Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format check run and performs a check, if the project sources need to be reformatted using 'Black'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5651" />
-      <source>&lt;b&gt;Check Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format check run and performs a check, if the project sources need to be reformatted using 'Black'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5664" />
       <source>Code Formatting Diff</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5652" />
+      <source>Code Formatting &amp;Diff</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5659" />
+      <source>Generate a unified diff of potential project source reformatting with 'Black'.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5665" />
-      <source>Code Formatting &amp;Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5672" />
-      <source>Generate a unified diff of potential project source reformatting with 'Black'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
+      <source>&lt;b&gt;Diff Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format diff run and generates a unified diff of potential project source reformatting using 'Black'.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5830" />
+      <location filename="../Project/Project.py" line="5780" />
+      <location filename="../Project/Project.py" line="5779" />
+      <location filename="../Project/Project.py" line="5679" />
       <location filename="../Project/Project.py" line="5678" />
-      <source>&lt;b&gt;Diff Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format diff run and generates a unified diff of potential project source reformatting using 'Black'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5843" />
-      <location filename="../Project/Project.py" line="5793" />
-      <location filename="../Project/Project.py" line="5792" />
-      <location filename="../Project/Project.py" line="5692" />
-      <location filename="../Project/Project.py" line="5691" />
       <source>Configure</source>
       <translation type="unfinished">Configuration</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5699" />
+      <location filename="../Project/Project.py" line="5686" />
       <source>Enter the parameters for formatting the project sources with 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5704" />
+      <location filename="../Project/Project.py" line="5691" />
       <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This shows a dialog to enter the parameters for formatting the project sources with 'Black'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5720" />
+      <location filename="../Project/Project.py" line="5707" />
       <source>About isort</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5721" />
+      <location filename="../Project/Project.py" line="5708" />
       <source>&amp;isort</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5727" />
+      <location filename="../Project/Project.py" line="5714" />
       <source>Show some information about 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5716" />
+      <source>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'isort' tool.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5729" />
-      <source>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'isort' tool.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5742" />
-      <location filename="../Project/Project.py" line="5741" />
+      <location filename="../Project/Project.py" line="5728" />
       <source>Sort Imports</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5749" />
+      <location filename="../Project/Project.py" line="5736" />
       <source>Sort the import statements of the project sources with 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5739" />
+      <source>&lt;b&gt;Sort Imports&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting run and sorts the import statements of the project sources using 'isort'.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5753" />
       <location filename="../Project/Project.py" line="5752" />
-      <source>&lt;b&gt;Sort Imports&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting run and sorts the import statements of the project sources using 'isort'.&lt;/p&gt;</source>
+      <source>Imports Sorting Diff</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5760" />
+      <source>Generate a unified diff of potential project source imports resorting with 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5766" />
-      <location filename="../Project/Project.py" line="5765" />
-      <source>Imports Sorting Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5773" />
-      <source>Generate a unified diff of potential project source imports resorting with 'isort'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5779" />
       <source>&lt;b&gt;Imports Sorting Diff&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting diff run and generates a unified diff of potential project source changes using 'isort'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5800" />
+      <location filename="../Project/Project.py" line="5787" />
       <source>Enter the parameters for resorting the project sources import statements with 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5806" />
+      <location filename="../Project/Project.py" line="5793" />
       <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This shows a dialog to enter the parameters for resorting the import statements of the project sources with 'isort'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5822" />
+      <location filename="../Project/Project.py" line="5809" />
       <source>Install Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5823" />
+      <location filename="../Project/Project.py" line="5810" />
       <source>&amp;Install Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5830" />
+      <location filename="../Project/Project.py" line="5817" />
       <source>Install the project into the embedded environment.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5833" />
+      <location filename="../Project/Project.py" line="5820" />
       <source>&lt;b&gt;Install Project&lt;/b&gt;&lt;p&gt;This installs the project into the embedded virtual environment in editable mode (i.e. development mode).&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5844" />
+      <location filename="../Project/Project.py" line="5831" />
       <source>&amp;Configure</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5838" />
+      <source>Configure the embedded environment.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5841" />
+      <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This opens a dialog to configure the embedded virtual environment of the project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5851" />
-      <source>Configure the embedded environment.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5854" />
-      <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This opens a dialog to configure the embedded virtual environment of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5864" />
       <source>Upgrade</source>
       <translation type="unfinished">Mettre à jour</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5865" />
+      <location filename="../Project/Project.py" line="5852" />
       <source>&amp;Upgrade</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5871" />
+      <location filename="../Project/Project.py" line="5858" />
       <source>Upgrade the embedded environment.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5860" />
+      <source>&lt;b&gt;Upgrade&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to upgrade the embedded virtual environment of the project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5872" />
+      <source>Recreate</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5873" />
-      <source>&lt;b&gt;Upgrade&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to upgrade the embedded virtual environment of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5885" />
-      <source>Recreate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5886" />
       <source>&amp;Recreate</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5892" />
+      <location filename="../Project/Project.py" line="5879" />
       <source>Recreate the embedded environment.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5894" />
+      <location filename="../Project/Project.py" line="5881" />
       <source>&lt;b&gt;Recreate&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to recreate the embedded virtual environment of the project. The existing environment is cleared first.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5926" />
+      <location filename="../Project/Project.py" line="5913" />
       <source>&amp;Project</source>
       <translation>&amp;Projet</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5914" />
+      <source>Open &amp;Recent Projects</source>
+      <translation>Ouvrir un projet &amp;récent</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5916" />
+      <source>Session</source>
+      <translation>Session</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5917" />
+      <source>Debugger</source>
+      <translation>Débogueur</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5918" />
+      <source>Embedded Environment</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5920" />
+      <source>Project-T&amp;ools</source>
+      <translation>Outils pr&amp;ojet</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5921" />
+      <source>&amp;Version Control</source>
+      <translation>&amp;Contrôle de version</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5925" />
+      <source>Chec&amp;k</source>
+      <translation>&amp;Vérification</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5927" />
-      <source>Open &amp;Recent Projects</source>
-      <translation>Ouvrir un projet &amp;récent</translation>
+      <source>Code &amp;Formatting</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5929" />
-      <source>Session</source>
-      <translation>Session</translation>
+      <source>Sho&amp;w</source>
+      <translation>&amp;Affichage</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5930" />
-      <source>Debugger</source>
-      <translation>Débogueur</translation>
+      <source>&amp;Diagrams</source>
+      <translation>&amp;Diagrammes</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5931" />
-      <source>Embedded Environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5933" />
-      <source>Project-T&amp;ools</source>
-      <translation>Outils pr&amp;ojet</translation>
+      <source>Pac&amp;kagers</source>
+      <translation>Création de pac&amp;kage</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5932" />
+      <source>Source &amp;Documentation</source>
+      <translation>&amp;Documentation automatique</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5934" />
-      <source>&amp;Version Control</source>
-      <translation>&amp;Contrôle de version</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5938" />
-      <source>Chec&amp;k</source>
-      <translation>&amp;Vérification</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5940" />
-      <source>Code &amp;Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5942" />
-      <source>Sho&amp;w</source>
-      <translation>&amp;Affichage</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5943" />
-      <source>&amp;Diagrams</source>
-      <translation>&amp;Diagrammes</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5944" />
-      <source>Pac&amp;kagers</source>
-      <translation>Création de pac&amp;kage</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5945" />
-      <source>Source &amp;Documentation</source>
-      <translation>&amp;Documentation automatique</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5947" />
       <source>Make</source>
       <translation>Make</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5948" />
+      <location filename="../Project/Project.py" line="5935" />
       <source>Other Tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6110" />
-      <location filename="../Project/Project.py" line="6108" />
+      <location filename="../Project/Project.py" line="6097" />
+      <location filename="../Project/Project.py" line="6095" />
       <source>Project</source>
       <translation>Projet</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6192" />
+      <location filename="../Project/Project.py" line="6179" />
       <source>&amp;Clear</source>
       <translation>&amp;Effacer</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6389" />
+      <location filename="../Project/Project.py" line="6376" />
       <source>Search New Files</source>
       <translation>Rechercher des nouveaux fichiers</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6390" />
+      <location filename="../Project/Project.py" line="6377" />
       <source>There were no new files found to be added.</source>
       <translation>Aucun fichier à ajouter n'a été trouvé.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6551" />
       <location filename="../Project/Project.py" line="6538" />
+      <location filename="../Project/Project.py" line="6525" />
       <source>Version Control System</source>
       <translation>Système de conrôle des versions (VCS)</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="6526" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="6539" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6552" />
       <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" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="6696" />
+      <source>Coverage Data</source>
+      <translation>Coverage de données</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6750" />
+      <location filename="../Project/Project.py" line="6697" />
+      <source>There is no main script defined for the current project. Aborting</source>
+      <translation>Il n'y a pas de script principal défini dans le projet en cours. Abandon</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="6709" />
-      <source>Coverage Data</source>
-      <translation>Coverage de données</translation>
+      <source>Code Coverage</source>
+      <translation>Code Coverage</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6710" />
+      <source>Please select a coverage file</source>
+      <translation>Sélectionner un fichier coverage</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="6763" />
-      <location filename="../Project/Project.py" line="6710" />
-      <source>There is no main script defined for the current project. Aborting</source>
-      <translation>Il n'y a pas de script principal défini dans le projet en cours. Abandon</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6722" />
-      <source>Code Coverage</source>
-      <translation>Code Coverage</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6723" />
-      <source>Please select a coverage file</source>
-      <translation>Sélectionner un fichier coverage</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6776" />
       <source>Please select a profile file</source>
       <translation>Sélectionner un fichier profile</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6828" />
+      <location filename="../Project/Project.py" line="6815" />
       <source>Include module names?</source>
       <translation>Inclure les noms de modules ?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6941" />
+      <location filename="../Project/Project.py" line="6928" />
       <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="6996" />
+      <location filename="../Project/Project.py" line="6983" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7307" />
-      <location filename="../Project/Project.py" line="7263" />
-      <location filename="../Project/Project.py" line="7213" />
-      <location filename="../Project/Project.py" line="7202" />
-      <location filename="../Project/Project.py" line="7184" />
-      <location filename="../Project/Project.py" line="7137" />
-      <location filename="../Project/Project.py" line="7107" />
-      <location filename="../Project/Project.py" line="7079" />
-      <location filename="../Project/Project.py" line="7049" />
-      <location filename="../Project/Project.py" line="7034" />
-      <location filename="../Project/Project.py" line="7017" />
+      <location filename="../Project/Project.py" line="7294" />
+      <location filename="../Project/Project.py" line="7250" />
+      <location filename="../Project/Project.py" line="7200" />
+      <location filename="../Project/Project.py" line="7189" />
+      <location filename="../Project/Project.py" line="7171" />
+      <location filename="../Project/Project.py" line="7124" />
+      <location filename="../Project/Project.py" line="7094" />
+      <location filename="../Project/Project.py" line="7066" />
+      <location filename="../Project/Project.py" line="7036" />
+      <location filename="../Project/Project.py" line="7021" />
+      <location filename="../Project/Project.py" line="7004" />
       <source>Create Plugin Archive</source>
       <translation>Création de l'archive du plugin</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7018" />
+      <location filename="../Project/Project.py" line="7005" />
       <source>The project does not have a main script defined. Aborting...</source>
       <translation>Le projet n'a pas de script principal défini. Abandon...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7035" />
+      <location filename="../Project/Project.py" line="7022" />
       <source>Select package lists:</source>
       <translation>Sélectionner les listes de packages :</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7050" />
+      <location filename="../Project/Project.py" line="7037" />
       <source>&lt;p&gt;No package list files (PKGLIST*) available or selected. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7058" />
+      <location filename="../Project/Project.py" line="7045" />
       <source>Creating plugin archives...</source>
       <translation>Création en cours des archives de plugin...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7059" />
+      <location filename="../Project/Project.py" line="7046" />
       <source>Abort</source>
       <translation>Abandonner</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7062" />
+      <location filename="../Project/Project.py" line="7049" />
       <source>%v/%m Archives</source>
       <translation>Archives %v/%m</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7080" />
+      <location filename="../Project/Project.py" line="7067" />
       <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="7108" />
+      <location filename="../Project/Project.py" line="7095" />
       <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'; initial_list' line of the header.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7138" />
+      <location filename="../Project/Project.py" line="7125" />
       <source>&lt;p&gt;The eric 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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7185" />
+      <location filename="../Project/Project.py" line="7172" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7203" />
+      <location filename="../Project/Project.py" line="7190" />
       <source>&lt;p&gt;The eric plugin archive files were created with some errors.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7214" />
+      <location filename="../Project/Project.py" line="7201" />
       <source>&lt;p&gt;The eric plugin archive files were created successfully.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7264" />
+      <location filename="../Project/Project.py" line="7251" />
       <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>
     <message>
-      <location filename="../Project/Project.py" line="7308" />
+      <location filename="../Project/Project.py" line="7295" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7400" />
+      <location filename="../Project/Project.py" line="7387" />
       <source>'Make' is not supported for remote projects. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7448" />
+      <location filename="../Project/Project.py" line="7435" />
       <source>The make process did not start.</source>
       <translation>Le processus make n'a pas démarré.</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="7481" />
+      <source>The make process crashed.</source>
+      <translation>Crash du processus make.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7489" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="7494" />
-      <source>The make process crashed.</source>
-      <translation>Crash du processus make.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7502" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7507" />
       <source>&lt;p&gt;There are changes that require the default make target to be rebuilt.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7523" />
+      <location filename="../Project/Project.py" line="7510" />
       <source>The makefile contains errors.</source>
       <translation>Le makefile contient des erreurs.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7961" />
+      <location filename="../Project/Project.py" line="7948" />
       <source>Interpreter Missing</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7962" />
+      <location filename="../Project/Project.py" line="7949" />
       <source>The configured interpreter of the embedded environment does not exist anymore. Shall the environment be upgraded?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8043" />
+      <location filename="../Project/Project.py" line="8030" />
       <source>Open Remote Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8074" />
-      <location filename="../Project/Project.py" line="8059" />
+      <location filename="../Project/Project.py" line="8061" />
+      <location filename="../Project/Project.py" line="8046" />
       <source>Save Remote Project</source>
       <translation type="unfinished" />
     </message>
@@ -65319,9 +65285,9 @@
   <context>
     <name>ProjectFormsBrowser</name>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1131" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1083" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1046" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1110" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1063" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1026" />
       <location filename="../Project/ProjectFormsBrowser.py" line="142" />
       <location filename="../Project/ProjectFormsBrowser.py" line="77" />
       <source>Forms</source>
@@ -65594,102 +65560,112 @@
       <translation>Compiler les feuilles</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="732" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="719" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="700" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="683" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="731" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="718" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="699" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="682" />
       <source>New Form</source>
       <translation>Nouvelle feuille</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="684" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="683" />
       <source>Select a form type:</source>
       <translation>Sélectionner un type de feuille:</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="702" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="701" />
       <source>Qt User-Interface Files (*.ui);;All Files (*)</source>
       <translation>Fichiers Qt User-Interface (*.ui);;Tous fichiers(*)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="720" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="719" />
       <source>The file already exists! Overwrite it?</source>
       <translation>Le fichier existe déjà! Ecraser ?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="733" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="732" />
       <source>&lt;p&gt;The new form file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br&gt;Problem: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Le nouveau fichier formulaire &lt;b&gt;{0}&lt;/b&gt; ne peut être créé.&lt;br&gt;Problème : {1}&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="758" />
+      <source>Delete forms</source>
+      <translation>Supprimer les feuilles</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectFormsBrowser.py" line="759" />
-      <source>Delete forms</source>
-      <translation>Supprimer les feuilles</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="760" />
       <source>Do you really want to delete these forms from the project?</source>
       <translation>Voulez-vous vraiment supprimer ces feuilles du projet?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="888" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="877" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="870" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="883" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="872" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="865" />
       <source>Form Compilation</source>
       <translation>Compilation</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="871" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="866" />
       <source>The compilation of the form file was successful.</source>
       <translation>La compilation de la feuille a réussi.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="878" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="873" />
       <source>&lt;p&gt;The compilation of the form file failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="889" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="884" />
       <source>The compilation of the form file failed.</source>
       <translation>La compilation de la feuille a échoué.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="977" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="931" />
+      <source>Error Compiling Form</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="932" />
+      <source>The project type &lt;b&gt;{0}&lt;/b&gt; is not supported.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="957" />
       <source>Process Generation Error</source>
       <translation>Erreur du processus</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="978" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="958" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation>Ne peut démarré {0}.&lt;br&gt;Vérifier qu'il est dans le chemin de recherche.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1074" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1037" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1054" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1017" />
       <source>Compiling forms...</source>
       <translation>Compilation des feuilles...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1124" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1075" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1038" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1103" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1055" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1018" />
       <source>Abort</source>
       <translation>Abandon</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1127" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1078" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1041" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1106" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1058" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1021" />
       <source>%v/%m Forms</source>
       <translation>Formulaires %v/%m</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1123" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1102" />
       <source>Determining changed forms...</source>
       <translation>Détermination des feuilles modifiées...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1153" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1132" />
       <source>Compiling changed forms...</source>
       <translation>Compilation des feuilles modifiées...</translation>
     </message>
@@ -66141,9 +66117,9 @@
   <context>
     <name>ProjectResourcesBrowser</name>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="940" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="864" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="828" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="926" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="850" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="814" />
       <location filename="../Project/ProjectResourcesBrowser.py" line="87" />
       <location filename="../Project/ProjectResourcesBrowser.py" line="68" />
       <source>Resources</source>
@@ -66170,219 +66146,219 @@
       <translation type="unfinished">Navigateur de ressources</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="163" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="150" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="161" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="148" />
       <source>Compile resource</source>
       <translation>Compiler le fichier ressource</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="384" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="373" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="334" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="323" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="241" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="229" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="170" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="152" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="372" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="361" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="324" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="313" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="235" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="223" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="168" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="150" />
       <source>Compile all resources</source>
       <translation>Compiler tous les fichiers ressources</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="377" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="327" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="288" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="233" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="156" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="365" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="317" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="280" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="227" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="154" />
       <source>Configure rcc Compiler</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="300" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="179" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="292" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="177" />
       <source>Open</source>
       <translation>Ouvrir</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="181" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="179" />
       <source>Rename file</source>
       <translation>Renommer le fichier</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="339" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="302" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="183" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="329" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="294" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="181" />
       <source>Remove from project</source>
       <translation>Supprimer du projet</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="341" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="304" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="185" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="331" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="296" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="183" />
       <source>Delete</source>
       <translation>Supprimer</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="335" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="243" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="230" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="196" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="191" />
+      <source>New resource...</source>
+      <translation>Nouveau fichier ressource...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="378" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="336" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="248" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="200" />
+      <source>Add resources...</source>
+      <translation>Ajouter des fichiers ressources...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="381" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="338" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="251" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="202" />
+      <source>Add resources directory...</source>
+      <translation>Ajouter un répertoire de fichiers ressources...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="343" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="257" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="207" />
+      <source>Show in File Manager</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/ProjectResourcesBrowser.py" line="345" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="249" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="236" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="200" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="195" />
-      <source>New resource...</source>
-      <translation>Nouveau fichier ressource...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="390" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="346" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="254" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="204" />
-      <source>Add resources...</source>
-      <translation>Ajouter des fichiers ressources...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="393" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="348" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="257" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="206" />
-      <source>Add resources directory...</source>
-      <translation>Ajouter un répertoire de fichiers ressources...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="353" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="263" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="211" />
-      <source>Show in File Manager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="355" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="213" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="209" />
       <source>Copy Path to Clipboard</source>
       <translation>Copier chemin dans le Presse-Papiers</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="398" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="357" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="307" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="266" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="215" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="386" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="347" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="299" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="260" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="211" />
       <source>Expand all directories</source>
       <translation>Déployer tous les répertoires</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="401" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="359" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="309" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="268" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="216" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="389" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="349" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="301" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="262" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="212" />
       <source>Collapse all directories</source>
       <translation>Replier tous les répertoires</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="404" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="362" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="312" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="271" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="218" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="392" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="352" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="304" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="265" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="214" />
       <source>Configure...</source>
       <translation>Configuration...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="295" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="284" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="287" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="276" />
       <source>Compile resources</source>
       <translation>Compile les fichiers ressources</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="583" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="562" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="543" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="571" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="550" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="531" />
       <source>New Resource</source>
       <translation>Nouveau fichier ressource</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="545" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="533" />
       <source>Qt Resource Files (*.qrc)</source>
       <translation>Fichiers Qt Resource (*.qrc)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="563" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="551" />
       <source>The file already exists! Overwrite it?</source>
       <translation>Le fichier existe déjà! Ecraser ?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="584" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="572" />
       <source>&lt;p&gt;The new resource file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br&gt;Problem: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Le nouveau fichier ressource &lt;b&gt;{0}&lt;/b&gt; ne peut être créé.&lt;br&gt;Problème : {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="610" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="598" />
       <source>Delete resources</source>
       <translation>Suppression des fichiers ressources</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="611" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="599" />
       <source>Do you really want to delete these resources from the project?</source>
       <translation>Voulez-vous réellement supprimer ces fichiers ressources du projet?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="705" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="696" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="689" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="693" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="684" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="677" />
       <source>Resource Compilation</source>
       <translation>Compilation des fichiers ressources</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="690" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="678" />
       <source>The compilation of the resource file was successful.</source>
       <translation>La compilation des fichiers ressources a réussi.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="697" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="685" />
       <source>&lt;p&gt;The compilation of the resource file failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;La compilation du fichier ressource a échoué.&lt;/p&gt;&lt;p&gt;Raison : {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="706" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="694" />
       <source>The compilation of the resource file failed.</source>
       <translation>La compilation du fichier ressource a échoué.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="789" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="775" />
       <source>Process Generation Error</source>
       <translation>Erreur du processus</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="790" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="776" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation>Ne peut démarré {0}.&lt;br&gt;Vérifier qu'il est dans le chemin de recherche.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="855" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="819" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="841" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="805" />
       <source>Compiling resources...</source>
       <translation>Compilation des ressources...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="933" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="856" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="820" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="919" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="842" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="806" />
       <source>Abort</source>
       <translation>Abandonner</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="936" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="859" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="823" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="922" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="845" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="809" />
       <source>%v/%m Resources</source>
       <translation>Ressources %v/%m</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="932" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="918" />
       <source>Determining changed resources...</source>
       <translation>Détermination des fichiers ressource modifiés...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="970" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="956" />
       <source>Compiling changed resources...</source>
       <translation>Compilation des fichiers ressource modifiés...</translation>
     </message>
@@ -66918,250 +66894,250 @@
       <translation type="unfinished">Navigateur de traductions</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="508" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="467" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="450" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="428" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="294" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="236" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="211" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="180" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="502" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="461" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="444" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="422" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="292" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="234" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="209" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="178" />
       <source>Open in Editor</source>
       <translation>Ouvrir dans l'éditeur</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="253" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="186" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="251" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="184" />
       <source>Generate translation</source>
       <translation>Générer un fichier de traduction</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="263" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="191" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="261" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="189" />
       <source>Generate translation (with obsolete)</source>
       <translation>Générer un fichier de traduction (à partir d'un obsolète)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="572" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="543" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="378" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="350" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="272" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="197" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="564" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="535" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="374" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="346" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="270" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="195" />
       <source>Generate all translations</source>
       <translation>Générer tous les fichiers de traduction</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="573" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="539" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="383" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="350" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="279" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="199" />
+      <source>Generate all translations (with obsolete)</source>
+      <translation>Générer les traductions (à partir des fichiers obsoletes)</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="440" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="205" />
+      <source>Open in Qt-Linguist</source>
+      <translation>Ouvrir avec Qt-Linguist</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="299" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="214" />
+      <source>Release translation</source>
+      <translation>Compiler la traduction</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="581" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="547" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="387" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="354" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="281" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="201" />
-      <source>Generate all translations (with obsolete)</source>
-      <translation>Générer les traductions (à partir des fichiers obsoletes)</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="446" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="207" />
-      <source>Open in Qt-Linguist</source>
-      <translation>Ouvrir avec Qt-Linguist</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="301" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="216" />
-      <source>Release translation</source>
-      <translation>Compiler la traduction</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="589" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="552" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="395" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="359" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="310" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="221" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="544" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="391" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="355" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="308" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="219" />
       <source>Release all translations</source>
       <translation>Compiler toutes les traductions</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="226" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="224" />
       <source>Preview translation</source>
       <translation>Apercu de la traduction</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="557" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="364" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="230" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="549" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="360" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="228" />
       <source>Preview all translations</source>
       <translation>Visualiser toutes les traductions</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="563" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="475" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="370" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="244" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="555" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="469" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="366" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="242" />
       <source>Extract messages</source>
       <translation>Extraction des messages</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="503" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="289" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="497" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="287" />
       <source>Open</source>
       <translation>Ouvrir</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="523" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="317" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="517" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="315" />
       <source>Remove from project</source>
       <translation>Supprimer du projet</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="587" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="520" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="318" />
+      <source>Delete</source>
+      <translation>Supprimer</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="592" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="398" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="322" />
+      <source>New translation...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="595" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="526" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="320" />
-      <source>Delete</source>
-      <translation>Supprimer</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="600" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="402" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="324" />
-      <source>New translation...</source>
-      <translation type="unfinished" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="401" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="325" />
+      <source>Add translation files...</source>
+      <translation>Ajouter des fichiers de traduction...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="599" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="405" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="330" />
+      <source>Show in File Manager</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="601" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="332" />
+      <source>Copy Path to Clipboard</source>
+      <translation>Copier chemin dans le Presse-Papiers</translation>
     </message>
     <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="603" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="405" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="327" />
-      <source>Add translation files...</source>
-      <translation>Ajouter des fichiers de traduction...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="607" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="409" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="332" />
-      <source>Show in File Manager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="609" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="523" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="408" />
       <location filename="../Project/ProjectTranslationsBrowser.py" line="334" />
-      <source>Copy Path to Clipboard</source>
-      <translation>Copier chemin dans le Presse-Papiers</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="611" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="529" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="412" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="336" />
       <source>Configure...</source>
       <translation>Configuration...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="484" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="434" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="478" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="428" />
       <source>Generate translations</source>
       <translation>Générer des traductions</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="494" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="439" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="488" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="433" />
       <source>Generate translations (with obsolete)</source>
       <translation>Générer des traductions (avec la version obsolete)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="515" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="455" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="509" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="449" />
       <source>Release translations</source>
       <translation>Compiler les traductions</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="461" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="455" />
       <source>Preview translations</source>
       <translation>Apercu des traductions</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="866" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="850" />
       <source>Delete translation files</source>
       <translation>Supprimer les fichiers de traduction</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="867" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="851" />
       <source>Do you really want to delete these translation files from the project?</source>
       <translation>Voulez-vous réellement supprimer ces traductions du projet?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1560" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1035" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="995" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1540" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1019" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="979" />
       <source>Write temporary project file</source>
       <translation>Ecrire un fichier projet temporaire</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1561" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1287" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="996" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1541" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1269" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="980" />
       <source>No translation files (*.ts) selected.</source>
       <translation>Aucun fichier de traduction (*.ts) sélectionné.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1036" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1020" />
       <source>&lt;p&gt;The temporary project file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Le fichier projet temporaire&lt;b&gt;{0}&lt;/b&gt; ne peut être écrit.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1286" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1173" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1161" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1268" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1157" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1145" />
       <source>Translation file generation</source>
       <translation>Génération d'un fichier de traduction</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1162" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1146" />
       <source>The generation of the translation files (*.ts) was successful.</source>
       <translation>La génération des fichiers de traduction (*.ts) a réussi.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1168" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1152" />
       <source> The process has crashed.</source>
       <translation> Le processus a crashé.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1174" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1158" />
       <source>The generation of the translation files (*.ts) has failed.{0}</source>
       <translation>La génération du fichier de traduction (*.ts) a échoué.{0}</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1590" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1388" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1340" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1570" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1370" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1322" />
       <source>Process Generation Error</source>
       <translation>Erreur du processus</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1389" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1341" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1371" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1323" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation>Ne peut démarrer {0}.&lt;br&gt;Vérifier qu'il est dans le chemin de recherche.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1477" />
       <location filename="../Project/ProjectTranslationsBrowser.py" line="1459" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1441" />
       <source>Translation file release</source>
       <translation>Validation du fichier de traduction</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1442" />
+      <source>The release of the translation files (*.qm) was successful.</source>
+      <translation>La validation des fichiers de traduction (*.qm) a réussi.</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="1460" />
-      <source>The release of the translation files (*.qm) was successful.</source>
-      <translation>La validation des fichiers de traduction (*.qm) a réussi.</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1478" />
       <source>The release of the translation files (*.qm) has failed.</source>
       <translation>La validation des fichiers de traduction (*.qm) a échoué.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1591" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1571" />
       <source>&lt;p&gt;Could not start lrelease.&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 démarrer lrelease.&lt;br&gt;Vérifier qu'il est disponible en tant que &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
@@ -71917,7 +71893,7 @@
   <context>
     <name>QtPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.py" line="139" />
+      <location filename="../Preferences/ConfigurationPages/QtPage.py" line="124" />
       <source>Sample: {0}designer{1}</source>
       <translation type="unfinished" />
     </message>
@@ -71960,7 +71936,6 @@
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Tools Directory:</source>
       <translation>Répertoire d'outls :</translation>
     </message>
@@ -72033,16 +72008,10 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt</source>
-      <translation>PyQt</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt 5</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>PyQt 6</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Virtual Environment:</source>
@@ -72051,71 +72020,23 @@
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Select the virtual environment to be used</source>
       <translation type="unfinished">Sélectionner l'environnement virtuel à utiliser</translation>
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Press to open the virtual environment manager dialog</source>
       <translation type="unfinished">Cliquer pour ouvrir le manager d'environnement virtuel</translation>
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Press to refresh the list of vitual environments</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Enter the path of the PyQt 5 tools directory, if they are not found.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>pyuic5 Options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Indent Width:</source>
-      <translation>Largeur d'indentation :</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Select the indent width (default: 4)</source>
-      <translation>Définir la largeur d'indentation (4 par défaut)</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Generate imports relative to '.'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Select to generate extra code to test and display the form</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Generate Extra Test Code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt 6</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Enter the path of the PyQt 6 tools directory, if they are not found.</source>
       <translation type="unfinished" />
     </message>
@@ -72126,6 +72047,26 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Select to generate extra code to test and display the form</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Generate Extra Test Code</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Select the indent width (default: 4)</source>
+      <translation>Définir la largeur d'indentation (4 par défaut)</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Indent Width:</source>
+      <translation>Largeur d'indentation :</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>PySide6</source>
       <translation type="unfinished">PySide6</translation>
     </message>
@@ -72140,6 +72081,15 @@
       <translation type="unfinished">Options pyside2-uic {6-?}</translation>
     </message>
     <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Generate imports relative to '.'</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <source>PyQt</source>
+      <translation type="vanished">PyQt</translation>
+    </message>
+    <message>
       <source>PySide2</source>
       <translation type="vanished">PySide2</translation>
     </message>
@@ -91921,7 +91871,7 @@
       <translation>&lt;b&gt;Enregistrer session...&lt;/b&gt;&lt;p&gt;Ceci enregistre la session sur le disque. Une fenêtre s'ouvre pour sélectionner le nom de fichier.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7866" />
+      <location filename="../UI/UserInterface.py" line="7822" />
       <location filename="../UI/UserInterface.py" line="1956" />
       <location filename="../UI/UserInterface.py" line="1949" />
       <source>Load session</source>
@@ -92638,7 +92588,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4712" />
+      <location filename="../UI/UserInterface.py" line="4668" />
       <location filename="../UI/UserInterface.py" line="2813" />
       <source>Report Bug</source>
       <translation>Rapport de bogue</translation>
@@ -92679,7 +92629,7 @@
       <translation>&lt;b&gt;Demande d'amélioration...&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre permettant d'envoyer une demande d'amélioration.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4148" />
+      <location filename="../UI/UserInterface.py" line="4104" />
       <location filename="../UI/UserInterface.py" line="2843" />
       <source>Testing</source>
       <translation type="unfinished" />
@@ -93012,7 +92962,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6605" />
+      <location filename="../UI/UserInterface.py" line="6561" />
       <location filename="../UI/UserInterface.py" line="3173" />
       <source>Snapshot</source>
       <translation type="unfinished" />
@@ -93249,8 +93199,8 @@
       <translation>&lt;b&gt;Raccourcis claviers&lt;/b&gt;&lt;p&gt;Edite les raccourcis claviers pour l'application.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7574" />
-      <location filename="../UI/UserInterface.py" line="7555" />
+      <location filename="../UI/UserInterface.py" line="7530" />
+      <location filename="../UI/UserInterface.py" line="7511" />
       <location filename="../UI/UserInterface.py" line="3403" />
       <source>Export Keyboard Shortcuts</source>
       <translation>Exporter les raccourcis clavier</translation>
@@ -93271,7 +93221,7 @@
       <translation>&lt;b&gt;Exporter les raccourcis clavier&lt;/b&gt;&lt;p&gt;Exporte les raccourcis claviers de l'application.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7593" />
+      <location filename="../UI/UserInterface.py" line="7549" />
       <location filename="../UI/UserInterface.py" line="3422" />
       <source>Import Keyboard Shortcuts</source>
       <translation>Importer des raccourcis clavier</translation>
@@ -93457,677 +93407,661 @@
     <message>
       <location filename="../UI/UserInterface.py" line="3653" />
       <location filename="../UI/UserInterface.py" line="3652" />
-      <source>Qt5 Documentation</source>
-      <translation>Documentation Qt5</translation>
+      <source>Qt6 Documentation</source>
+      <translation type="unfinished">Documentation Qt5 {6 ?}</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3659" />
-      <source>Open Qt5 Documentation</source>
-      <translation>Lance la Documentation Qt5</translation>
+      <source>Open Qt6 Documentation</source>
+      <translation type="unfinished">Lance la Documentation Qt5 {6 ?}</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3661" />
-      <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's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3674" />
       <location filename="../UI/UserInterface.py" line="3673" />
-      <source>Qt6 Documentation</source>
-      <translation type="unfinished">Documentation Qt5 {6 ?}</translation>
+      <source>PyQt6 Documentation</source>
+      <translation type="unfinished">Documentation PyQt5 {6 ?}</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3680" />
-      <source>Open Qt6 Documentation</source>
-      <translation type="unfinished">Lance la Documentation Qt5 {6 ?}</translation>
+      <source>Open PyQt6 Documentation</source>
+      <translation type="unfinished">Lance la documentation PyQt5 {6 ?}</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3682" />
-      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3695" />
-      <location filename="../UI/UserInterface.py" line="3694" />
-      <source>PyQt5 Documentation</source>
-      <translation>Documentation PyQt5</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3701" />
-      <source>Open PyQt5 Documentation</source>
-      <translation>Lance la documentation PyQt5</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3703" />
-      <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's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3716" />
-      <location filename="../UI/UserInterface.py" line="3715" />
-      <source>PyQt6 Documentation</source>
-      <translation type="unfinished">Documentation PyQt5 {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3722" />
-      <source>Open PyQt6 Documentation</source>
-      <translation type="unfinished">Lance la documentation PyQt5 {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3724" />
       <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3742" />
-      <location filename="../UI/UserInterface.py" line="3741" />
+      <location filename="../UI/UserInterface.py" line="3700" />
+      <location filename="../UI/UserInterface.py" line="3699" />
       <source>Python 3 Documentation</source>
       <translation>Documentation Python 3</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3748" />
+      <location filename="../UI/UserInterface.py" line="3706" />
       <source>Open Python 3 Documentation</source>
       <translation>Ouvrir la Documentation Python 3</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3750" />
+      <location filename="../UI/UserInterface.py" line="3708" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3769" />
-      <location filename="../UI/UserInterface.py" line="3768" />
+      <location filename="../UI/UserInterface.py" line="3727" />
+      <location filename="../UI/UserInterface.py" line="3726" />
       <source>eric API Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3775" />
+      <location filename="../UI/UserInterface.py" line="3733" />
       <source>Open eric API Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3777" />
+      <location filename="../UI/UserInterface.py" line="3735" />
       <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 eric installation directory.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3795" />
-      <location filename="../UI/UserInterface.py" line="3794" />
+      <location filename="../UI/UserInterface.py" line="3753" />
+      <location filename="../UI/UserInterface.py" line="3752" />
       <source>PySide6 Documentation</source>
       <translation type="unfinished">Documentation PySide2 {6 ?}</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3801" />
+      <location filename="../UI/UserInterface.py" line="3759" />
       <source>Open PySide6 Documentation</source>
       <translation type="unfinished">Ouvrir la Documentation PySide2 {6 ?}</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3803" />
+      <location filename="../UI/UserInterface.py" line="3761" />
       <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3839" />
+      <location filename="../UI/UserInterface.py" line="3797" />
       <source>Sessions</source>
       <translation type="unfinished">Sessions</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3920" />
+      <location filename="../UI/UserInterface.py" line="3878" />
       <source>E&amp;xtras</source>
       <translation>E&amp;xtras</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3930" />
+      <location filename="../UI/UserInterface.py" line="3888" />
       <source>Wi&amp;zards</source>
       <translation>As&amp;sistants</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3948" />
+      <location filename="../UI/UserInterface.py" line="3906" />
       <source>P&amp;lugins</source>
       <translation>P&amp;lugins</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3957" />
+      <location filename="../UI/UserInterface.py" line="3915" />
       <source>Configure...</source>
       <translation>Configuration...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3966" />
+      <location filename="../UI/UserInterface.py" line="3924" />
       <source>&amp;Testing</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3983" />
+      <location filename="../UI/UserInterface.py" line="3941" />
       <source>Select Tool Group</source>
       <translation>Sélection d'un groupe d'outils</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3952" />
+      <source>Se&amp;ttings</source>
+      <translation>&amp;Configuration</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3985" />
+      <source>&amp;Window</source>
+      <translation>&amp;Fenêtre</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3994" />
-      <source>Se&amp;ttings</source>
-      <translation>&amp;Configuration</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4027" />
-      <source>&amp;Window</source>
-      <translation>&amp;Fenêtre</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4036" />
       <source>&amp;Windows</source>
       <translation>&amp;Fenêtres</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3998" />
+      <source>Central Park</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4002" />
+      <source>Left Side</source>
+      <translation>Coté gauche</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4021" />
+      <source>Right Side</source>
+      <translation>Coté droit</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="4040" />
-      <source>Central Park</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4044" />
-      <source>Left Side</source>
-      <translation>Coté gauche</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4063" />
-      <source>Right Side</source>
-      <translation>Coté droit</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4082" />
       <source>Bottom Side</source>
       <translation>Coté bas</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4090" />
+      <location filename="../UI/UserInterface.py" line="4048" />
       <source>Plug-ins</source>
       <translation>Plugins</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4096" />
+      <location filename="../UI/UserInterface.py" line="4054" />
       <source>&amp;Toolbars</source>
       <translation>&amp;Barres d'Outils</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4109" />
+      <location filename="../UI/UserInterface.py" line="4067" />
       <source>&amp;Help</source>
       <translation>A&amp;ide</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4164" />
-      <location filename="../UI/UserInterface.py" line="4147" />
+      <location filename="../UI/UserInterface.py" line="4120" />
+      <location filename="../UI/UserInterface.py" line="4103" />
       <source>Tools</source>
       <translation>Outils</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4166" />
-      <location filename="../UI/UserInterface.py" line="4151" />
+      <location filename="../UI/UserInterface.py" line="4122" />
+      <location filename="../UI/UserInterface.py" line="4107" />
       <source>Settings</source>
       <translation>Configuration</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6335" />
-      <location filename="../UI/UserInterface.py" line="4167" />
-      <location filename="../UI/UserInterface.py" line="4152" />
+      <location filename="../UI/UserInterface.py" line="6291" />
+      <location filename="../UI/UserInterface.py" line="4123" />
+      <location filename="../UI/UserInterface.py" line="4108" />
       <source>Help</source>
       <translation>Aide</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4168" />
-      <location filename="../UI/UserInterface.py" line="4153" />
+      <location filename="../UI/UserInterface.py" line="4124" />
+      <location filename="../UI/UserInterface.py" line="4109" />
       <source>Profiles</source>
       <translation>Profils</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4169" />
-      <location filename="../UI/UserInterface.py" line="4154" />
+      <location filename="../UI/UserInterface.py" line="4125" />
+      <location filename="../UI/UserInterface.py" line="4110" />
       <source>Plugins</source>
       <translation>Plugins</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4165" />
+      <location filename="../UI/UserInterface.py" line="4121" />
       <source>Unittest</source>
       <translation>Tests unitaires</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4342" />
+      <location filename="../UI/UserInterface.py" line="4298" />
       <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'état affiche le langage de l'éditeur actif.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4351" />
+      <location filename="../UI/UserInterface.py" line="4307" />
       <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'état affiche l'encodage des éditeurs.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4360" />
+      <location filename="../UI/UserInterface.py" line="4316" />
       <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'état affiche le type de fin de lignes utilisé pour les éditeurs.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4369" />
+      <location filename="../UI/UserInterface.py" line="4325" />
       <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'état affiche les droits d'écriture des fichiers en cours.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4378" />
+      <location filename="../UI/UserInterface.py" line="4334" />
       <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'état affiche le numéro de ligne de l'éditeur actif.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4387" />
+      <location filename="../UI/UserInterface.py" line="4343" />
       <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'état affiche la position du curseur.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4401" />
+      <location filename="../UI/UserInterface.py" line="4357" />
       <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'état permet de zoomer l'éditeur courant ou le shell.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4475" />
-      <location filename="../UI/UserInterface.py" line="4434" />
+      <location filename="../UI/UserInterface.py" line="4431" />
+      <location filename="../UI/UserInterface.py" line="4390" />
       <source>External Tools/{0}</source>
       <translation>Outils externe/{0}</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4583" />
+      <location filename="../UI/UserInterface.py" line="4539" />
       <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="4653" />
+      <location filename="../UI/UserInterface.py" line="4609" />
       <source>Desktop</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4657" />
+      <location filename="../UI/UserInterface.py" line="4613" />
       <source>Session Type</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4713" />
+      <location filename="../UI/UserInterface.py" line="4669" />
       <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
       <translation>L'adresse mail ou l'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="5048" />
+      <location filename="../UI/UserInterface.py" line="5004" />
       <source>Restart application</source>
       <translation>Redémarrage de l'application</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5049" />
+      <location filename="../UI/UserInterface.py" line="5005" />
       <source>The application needs to be restarted. Do it now?</source>
       <translation>L'application a bersoin d'être relancée. Relancer maintenant ?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5073" />
+      <location filename="../UI/UserInterface.py" line="5029" />
       <source>Upgrade PyQt</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5074" />
+      <location filename="../UI/UserInterface.py" line="5030" />
       <source>eric needs to be closed in order to upgrade PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5098" />
+      <location filename="../UI/UserInterface.py" line="5054" />
       <source>Upgrade Eric</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5099" />
+      <location filename="../UI/UserInterface.py" line="5055" />
       <source>eric needs to be closed in order to be upgraded. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5124" />
+      <location filename="../UI/UserInterface.py" line="5080" />
       <source>Upgrade Eric and PyQt6</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5125" />
+      <location filename="../UI/UserInterface.py" line="5081" />
       <source>eric needs to be closed in order to upgrade eric and PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
  Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5187" />
+      <location filename="../UI/UserInterface.py" line="5143" />
       <source>&amp;Builtin Tools</source>
       <translation>Outils &amp;internes</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5207" />
+      <location filename="../UI/UserInterface.py" line="5163" />
       <source>&amp;Plugin Tools</source>
       <translation>Outils &amp;plugins</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5210" />
+      <location filename="../UI/UserInterface.py" line="5166" />
       <source>&amp;User Tools</source>
       <translation>Outils &amp;utilisateurs</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5236" />
+      <location filename="../UI/UserInterface.py" line="5192" />
       <source>Configure Tool Groups ...</source>
       <translation>Configuration des groupes d'outils...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5240" />
+      <location filename="../UI/UserInterface.py" line="5196" />
       <source>Configure current Tool Group ...</source>
       <translation>Configuration du groupe d'outils courant...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5279" />
-      <location filename="../UI/UserInterface.py" line="5259" />
+      <location filename="../UI/UserInterface.py" line="5235" />
+      <location filename="../UI/UserInterface.py" line="5215" />
       <source>No User Tools Configured</source>
       <translation>Pas d'outils utilisateurs configuré</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5355" />
+      <location filename="../UI/UserInterface.py" line="5311" />
       <source>&amp;Show all</source>
       <translation>Tout &amp;afficher</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5357" />
+      <location filename="../UI/UserInterface.py" line="5313" />
       <source>&amp;Hide all</source>
       <translation>Tout &amp;masquer</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6472" />
-      <location filename="../UI/UserInterface.py" line="6461" />
-      <location filename="../UI/UserInterface.py" line="6413" />
-      <location filename="../UI/UserInterface.py" line="6403" />
-      <location filename="../UI/UserInterface.py" line="6226" />
-      <location filename="../UI/UserInterface.py" line="6216" />
-      <location filename="../UI/UserInterface.py" line="6158" />
-      <location filename="../UI/UserInterface.py" line="6148" />
+      <location filename="../UI/UserInterface.py" line="6428" />
+      <location filename="../UI/UserInterface.py" line="6417" />
+      <location filename="../UI/UserInterface.py" line="6369" />
+      <location filename="../UI/UserInterface.py" line="6359" />
+      <location filename="../UI/UserInterface.py" line="6182" />
+      <location filename="../UI/UserInterface.py" line="6172" />
+      <location filename="../UI/UserInterface.py" line="6114" />
+      <location filename="../UI/UserInterface.py" line="6104" />
       <source>Problem</source>
       <translation>Problème</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6473" />
-      <location filename="../UI/UserInterface.py" line="6462" />
-      <location filename="../UI/UserInterface.py" line="6414" />
-      <location filename="../UI/UserInterface.py" line="6404" />
-      <location filename="../UI/UserInterface.py" line="6227" />
-      <location filename="../UI/UserInterface.py" line="6217" />
-      <location filename="../UI/UserInterface.py" line="6159" />
-      <location filename="../UI/UserInterface.py" line="6149" />
+      <location filename="../UI/UserInterface.py" line="6429" />
+      <location filename="../UI/UserInterface.py" line="6418" />
+      <location filename="../UI/UserInterface.py" line="6370" />
+      <location filename="../UI/UserInterface.py" line="6360" />
+      <location filename="../UI/UserInterface.py" line="6183" />
+      <location filename="../UI/UserInterface.py" line="6173" />
+      <location filename="../UI/UserInterface.py" line="6115" />
+      <location filename="../UI/UserInterface.py" line="6105" />
       <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'existe pas ou est de longeur nulle.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6714" />
-      <location filename="../UI/UserInterface.py" line="6625" />
-      <location filename="../UI/UserInterface.py" line="6508" />
-      <location filename="../UI/UserInterface.py" line="6485" />
-      <location filename="../UI/UserInterface.py" line="6426" />
-      <location filename="../UI/UserInterface.py" line="6373" />
-      <location filename="../UI/UserInterface.py" line="6351" />
-      <location filename="../UI/UserInterface.py" line="6302" />
-      <location filename="../UI/UserInterface.py" line="6293" />
+      <location filename="../UI/UserInterface.py" line="6670" />
+      <location filename="../UI/UserInterface.py" line="6581" />
+      <location filename="../UI/UserInterface.py" line="6464" />
+      <location filename="../UI/UserInterface.py" line="6441" />
+      <location filename="../UI/UserInterface.py" line="6382" />
+      <location filename="../UI/UserInterface.py" line="6329" />
+      <location filename="../UI/UserInterface.py" line="6307" />
       <location filename="../UI/UserInterface.py" line="6258" />
       <location filename="../UI/UserInterface.py" line="6249" />
-      <location filename="../UI/UserInterface.py" line="6190" />
-      <location filename="../UI/UserInterface.py" line="6181" />
+      <location filename="../UI/UserInterface.py" line="6214" />
+      <location filename="../UI/UserInterface.py" line="6205" />
+      <location filename="../UI/UserInterface.py" line="6146" />
+      <location filename="../UI/UserInterface.py" line="6137" />
       <source>Process Generation Error</source>
       <translation>Erreur du processus</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6182" />
+      <location filename="../UI/UserInterface.py" line="6138" />
       <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'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="6191" />
+      <location filename="../UI/UserInterface.py" line="6147" />
       <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" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6206" />
+      <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'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="6215" />
+      <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" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6250" />
-      <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'il est disponible en tant que &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
+      <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'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="6259" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6294" />
-      <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'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="6303" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6336" />
+      <location filename="../UI/UserInterface.py" line="6292" />
       <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
       <translation>Aucun visualiseur personalisé n'est sélectionné. Prière d'en spécifier un dans les préférences.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6352" />
+      <location filename="../UI/UserInterface.py" line="6308" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6374" />
+      <location filename="../UI/UserInterface.py" line="6330" />
       <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'aide.&lt;br&gt;Assurez-vous qu'il est bien ici &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6427" />
+      <location filename="../UI/UserInterface.py" line="6383" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6486" />
+      <location filename="../UI/UserInterface.py" line="6442" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6509" />
+      <location filename="../UI/UserInterface.py" line="6465" />
       <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'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="6562" />
+      <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6582" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6615" />
+      <location filename="../UI/UserInterface.py" line="6605" />
+      <source>External Tools</source>
+      <translation>Outils externes</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6606" />
-      <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6626" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6659" />
-      <location filename="../UI/UserInterface.py" line="6649" />
-      <source>External Tools</source>
-      <translation>Outils externes</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6650" />
       <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6660" />
+      <location filename="../UI/UserInterface.py" line="6616" />
       <source>No toolgroup entry '{0}' found.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6697" />
+      <location filename="../UI/UserInterface.py" line="6653" />
       <source>Starting process '{0} {1}'.
 </source>
       <translation>Démarrage du processus '{0} {1}'.
 </translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6715" />
+      <location filename="../UI/UserInterface.py" line="6671" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6794" />
+      <location filename="../UI/UserInterface.py" line="6750" />
       <source>Process '{0}' has exited.
 </source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7082" />
-      <location filename="../UI/UserInterface.py" line="7020" />
+      <location filename="../UI/UserInterface.py" line="7038" />
       <location filename="../UI/UserInterface.py" line="6976" />
-      <location filename="../UI/UserInterface.py" line="6902" />
-      <location filename="../UI/UserInterface.py" line="6838" />
+      <location filename="../UI/UserInterface.py" line="6932" />
+      <location filename="../UI/UserInterface.py" line="6858" />
+      <location filename="../UI/UserInterface.py" line="6794" />
       <source>Documentation Missing</source>
       <translation>Documentation Manquante</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7083" />
-      <location filename="../UI/UserInterface.py" line="7021" />
+      <location filename="../UI/UserInterface.py" line="7039" />
       <location filename="../UI/UserInterface.py" line="6977" />
-      <location filename="../UI/UserInterface.py" line="6903" />
-      <location filename="../UI/UserInterface.py" line="6839" />
+      <location filename="../UI/UserInterface.py" line="6933" />
+      <location filename="../UI/UserInterface.py" line="6859" />
+      <location filename="../UI/UserInterface.py" line="6795" />
       <source>&lt;p&gt;The documentation starting point "&lt;b&gt;{0}&lt;/b&gt;" could not be found.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7064" />
-      <location filename="../UI/UserInterface.py" line="6946" />
+      <location filename="../UI/UserInterface.py" line="7020" />
+      <location filename="../UI/UserInterface.py" line="6902" />
       <source>Documentation</source>
       <translation>Documentation</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6947" />
+      <location filename="../UI/UserInterface.py" line="6903" />
       <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7065" />
+      <location filename="../UI/UserInterface.py" line="7021" />
       <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7244" />
-      <location filename="../UI/UserInterface.py" line="7180" />
+      <location filename="../UI/UserInterface.py" line="7200" />
+      <location filename="../UI/UserInterface.py" line="7136" />
       <source>Start Web Browser</source>
       <translation>Démarrer le navigateur web</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7181" />
+      <location filename="../UI/UserInterface.py" line="7137" />
       <source>The eric web browser could not be started.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7245" />
+      <location filename="../UI/UserInterface.py" line="7201" />
       <source>&lt;p&gt;The eric web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7291" />
+      <location filename="../UI/UserInterface.py" line="7247" />
       <source>Open Browser</source>
       <translation>Ouverture du navigateur</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7291" />
+      <location filename="../UI/UserInterface.py" line="7247" />
       <source>Could not start a web browser</source>
       <translation>Impossible de lancer le navigateur web</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7595" />
-      <location filename="../UI/UserInterface.py" line="7557" />
+      <location filename="../UI/UserInterface.py" line="7551" />
+      <location filename="../UI/UserInterface.py" line="7513" />
       <source>Keyboard Shortcuts File (*.ekj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7575" />
+      <location filename="../UI/UserInterface.py" line="7531" />
       <source>&lt;p&gt;The keyboard shortcuts file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7779" />
+      <location filename="../UI/UserInterface.py" line="7735" />
       <source>Load crash session...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7782" />
+      <location filename="../UI/UserInterface.py" line="7738" />
       <source>Clean crash sessions...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7819" />
+      <location filename="../UI/UserInterface.py" line="7775" />
       <source>Read Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7820" />
+      <location filename="../UI/UserInterface.py" line="7776" />
       <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="7843" />
+      <location filename="../UI/UserInterface.py" line="7799" />
       <source>Save Session</source>
       <translation type="unfinished">Enregistrer la session</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7868" />
-      <location filename="../UI/UserInterface.py" line="7845" />
+      <location filename="../UI/UserInterface.py" line="7824" />
+      <location filename="../UI/UserInterface.py" line="7801" />
       <source>eric Session Files (*.esj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8374" />
+      <location filename="../UI/UserInterface.py" line="8330" />
       <source>Drop Error</source>
       <translation>Erreur de suppression</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8375" />
+      <location filename="../UI/UserInterface.py" line="8331" />
       <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'est pas un fichier.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8550" />
+      <location filename="../UI/UserInterface.py" line="8506" />
       <source>Upgrade available</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8551" />
+      <location filename="../UI/UserInterface.py" line="8507" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8599" />
+      <location filename="../UI/UserInterface.py" line="8555" />
       <source>First time usage</source>
       <translation>Première utilisation</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8600" />
+      <location filename="../UI/UserInterface.py" line="8556" />
       <source>eric has not been configured yet. The configuration dialog will be started.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8622" />
+      <location filename="../UI/UserInterface.py" line="8578" />
       <source>Select Workspace Directory</source>
       <translation>Sélectionner le répertoire de travail</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8790" />
+      <location filename="../UI/UserInterface.py" line="8746" />
       <source>Unsaved Data Detected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8791" />
+      <location filename="../UI/UserInterface.py" line="8747" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <source>Qt5 Documentation</source>
+      <translation type="vanished">Documentation Qt5</translation>
+    </message>
+    <message>
+      <source>Open Qt5 Documentation</source>
+      <translation type="vanished">Lance la Documentation Qt5</translation>
+    </message>
+    <message>
+      <source>PyQt5 Documentation</source>
+      <translation type="vanished">Documentation PyQt5</translation>
+    </message>
+    <message>
+      <source>Open PyQt5 Documentation</source>
+      <translation type="vanished">Lance la documentation PyQt5</translation>
+    </message>
+    <message>
       <source>PySide2 Documentation</source>
       <translation type="vanished">Documentation PySide2</translation>
     </message>
--- a/src/eric7/i18n/eric7_it.ts	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/i18n/eric7_it.ts	Sun Apr 13 15:53:14 2025 +0200
@@ -8810,62 +8810,62 @@
       <translation>Il file &lt;b&gt;{0}&lt;/b&gt; esiste ma non contiene nessuna classe.</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="252" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="243" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="248" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="239" />
       <source>uic error</source>
       <translation>errore uic</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="244" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="240" />
       <source>&lt;p&gt;There was an error loading the form &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;C'è un errore nel caricamento del form&lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="253" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="249" />
       <source>&lt;p&gt;The project specific Python interpreter &lt;b&gt;{0}&lt;/b&gt; could not be started or did not finish within 30 seconds.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="405" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="401" />
       <source>Update Slots List</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="406" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="402" />
       <source>&lt;p&gt;The update of the slots list failed because invalid data was received.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Data: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="604" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="501" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="463" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="451" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="419" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="596" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="493" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="455" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="443" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="415" />
       <source>Code Generation</source>
       <translation>Generazione del codice</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="420" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="416" />
       <source>&lt;p&gt;Code generation for project language "{0}" is not supported.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="452" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="444" />
       <source>&lt;p&gt;No code template file available for project type "{0}".&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="464" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="456" />
       <source>&lt;p&gt;Could not open the code template file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Non posso aprire il file del modello del codice "{0}".&lt;p&gt;&lt;p&gt;Ragione: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="502" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="494" />
       <source>&lt;p&gt;Could not open the source file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Non posso aprire il file sorgente "{0}".&lt;/p&gt;&lt;p&gt;Ragione: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="605" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="597" />
       <source>&lt;p&gt;Could not write the source file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Non posso scrivere il file sorgente "{0}".&lt;/p&gt;&lt;p&gt;Ragione: {1}&lt;/p&gt;</translation>
     </message>
@@ -24191,18 +24191,18 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="81" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="80" />
       <source>EricFileDialog Wizard</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="91" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="90" />
       <source>QFileDialog Wizard</source>
       <translation>Wizard QFileDialog</translation>
     </message>
     <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="109" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="108" />
       <source>Test</source>
       <translation>Test</translation>
     </message>
@@ -33457,8 +33457,7 @@
   <context>
     <name>HelpDocsInstaller</name>
     <message>
-      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="319" />
-      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="248" />
+      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="128" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be registered. &lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Il file &lt;b&gt;{0}&lt;/b&gt; non può essere registrato.&lt;br /&gt;Motivo: {1}&lt;/p&gt;</translation>
     </message>
@@ -33466,8 +33465,6 @@
   <context>
     <name>HelpDocumentationPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="60" />
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="56" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="52" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="48" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="44" />
@@ -33532,21 +33529,6 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Qt5 Documentation</source>
-      <translation>Documentazione Qt5</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Enter the Qt5 documentation directory</source>
-      <translation>Inserisci la cartella della documentazione di Qt5</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the QT5DOCDIR environment variable, if set.</source>
-      <translation>&lt;b&gt;Nota&lt;/b&gt;: Lasciare vuoto per usare la variabile d'ambiente QT4DOCDIR, se impostata.</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
       <source>Qt6 Documentation</source>
       <translation type="unfinished">Documentazione Qt4 {6 ?}</translation>
     </message>
@@ -33562,21 +33544,6 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>PyQt5 Documentation</source>
-      <translation>Documentazione PyQt5</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Enter the PyQt5 documentation directory</source>
-      <translation>Inserisci la cartella di documentazione di PyQt5</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source>
-      <translation>&lt;b&gt;Nota&lt;/b&gt;: Lascia vuoto per usare la variabile d'ambiente PYQT4DOCDIR, se impostata.</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
       <source>PyQt6 Documentation</source>
       <translation type="unfinished">Documentazione PyQt4 {6 ?}</translation>
     </message>
@@ -33605,6 +33572,30 @@
       <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYSIDE6DOCDIR environment variable, if set.</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <source>Qt5 Documentation</source>
+      <translation type="vanished">Documentazione Qt5</translation>
+    </message>
+    <message>
+      <source>Enter the Qt5 documentation directory</source>
+      <translation type="vanished">Inserisci la cartella della documentazione di Qt5</translation>
+    </message>
+    <message>
+      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the QT5DOCDIR environment variable, if set.</source>
+      <translation type="vanished">&lt;b&gt;Nota&lt;/b&gt;: Lasciare vuoto per usare la variabile d'ambiente QT4DOCDIR, se impostata.</translation>
+    </message>
+    <message>
+      <source>PyQt5 Documentation</source>
+      <translation type="vanished">Documentazione PyQt5</translation>
+    </message>
+    <message>
+      <source>Enter the PyQt5 documentation directory</source>
+      <translation type="vanished">Inserisci la cartella di documentazione di PyQt5</translation>
+    </message>
+    <message>
+      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source>
+      <translation type="vanished">&lt;b&gt;Nota&lt;/b&gt;: Lascia vuoto per usare la variabile d'ambiente PYQT4DOCDIR, se impostata.</translation>
+    </message>
   </context>
   <context>
     <name>HelpIndexWidget</name>
@@ -50800,7 +50791,7 @@
     </message>
     <message>
       <location filename="../QScintilla/Lexers/LexerPython.py" line="94" />
-      <source>PyQt5/6 Modules</source>
+      <source>PyQt6 Modules</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -62630,18 +62621,18 @@
   <context>
     <name>Preferences</name>
     <message>
-      <location filename="../Preferences/__init__.py" line="1891" />
+      <location filename="../Preferences/__init__.py" line="1866" />
       <source>Export Preferences</source>
       <translation>Esporta Preferenze</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1920" />
-      <location filename="../Preferences/__init__.py" line="1893" />
+      <location filename="../Preferences/__init__.py" line="1895" />
+      <location filename="../Preferences/__init__.py" line="1868" />
       <source>Properties File (*.ini);;All Files (*)</source>
       <translation>File proprietà (*.ini);;Tutti i file(*)</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1918" />
+      <location filename="../Preferences/__init__.py" line="1893" />
       <source>Import Preferences</source>
       <translation>Importa Preferenze</translation>
     </message>
@@ -63144,123 +63135,108 @@
     </message>
     <message>
       <location filename="../Preferences/ProgramsDialog.py" line="160" />
-      <source>Translation Extractor (Python, PyQt5)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="168" />
-      <source>Forms Compiler (Python, PyQt5)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="176" />
-      <source>Resource Compiler (Python, PyQt5)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="187" />
       <source>Translation Extractor (Python, PyQt6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="194" />
+      <location filename="../Preferences/ProgramsDialog.py" line="167" />
       <source>Forms Compiler (Python, PyQt6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="204" />
+      <location filename="../Preferences/ProgramsDialog.py" line="177" />
       <source>Translation Extractor (Python, PySide6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="213" />
+      <location filename="../Preferences/ProgramsDialog.py" line="186" />
       <source>Forms Compiler (Python, PySide6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="222" />
+      <location filename="../Preferences/ProgramsDialog.py" line="195" />
       <source>Resource Compiler (Python, PySide6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="237" />
+      <location filename="../Preferences/ProgramsDialog.py" line="210" />
       <source>conda Manager</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="247" />
+      <location filename="../Preferences/ProgramsDialog.py" line="220" />
       <source>PyPI Package Management</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="499" />
-      <location filename="../Preferences/ProgramsDialog.py" line="496" />
-      <location filename="../Preferences/ProgramsDialog.py" line="480" />
-      <location filename="../Preferences/ProgramsDialog.py" line="350" />
-      <location filename="../Preferences/ProgramsDialog.py" line="283" />
-      <location filename="../Preferences/ProgramsDialog.py" line="266" />
+      <location filename="../Preferences/ProgramsDialog.py" line="472" />
+      <location filename="../Preferences/ProgramsDialog.py" line="469" />
+      <location filename="../Preferences/ProgramsDialog.py" line="453" />
+      <location filename="../Preferences/ProgramsDialog.py" line="323" />
+      <location filename="../Preferences/ProgramsDialog.py" line="256" />
+      <location filename="../Preferences/ProgramsDialog.py" line="239" />
       <source>(unknown)</source>
       <translation>(sconosciuto)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="270" />
+      <location filename="../Preferences/ProgramsDialog.py" line="243" />
       <source>Spell Checker - PyEnchant</source>
       <translation>Correttore - PyEnchant</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="287" />
+      <location filename="../Preferences/ProgramsDialog.py" line="260" />
       <source>Source Highlighter - Pygments</source>
       <translation>Evidenziatore Sorgente - Pygments</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="294" />
+      <location filename="../Preferences/ProgramsDialog.py" line="267" />
       <source>MicroPython - MPY Cross Compiler</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="301" />
+      <location filename="../Preferences/ProgramsDialog.py" line="274" />
       <source>MicroPython - ESP Tool</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="312" />
+      <location filename="../Preferences/ProgramsDialog.py" line="285" />
       <source>MicroPython - PyBoard Flasher</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="322" />
+      <location filename="../Preferences/ProgramsDialog.py" line="295" />
       <source>MicroPython - STLink Info</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="332" />
+      <location filename="../Preferences/ProgramsDialog.py" line="305" />
       <source>MicroPython - STLink Flasher</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="354" />
+      <location filename="../Preferences/ProgramsDialog.py" line="327" />
       <source>Code Assistant - Jedi</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="434" />
+      <location filename="../Preferences/ProgramsDialog.py" line="407" />
       <source>(not configured)</source>
       <translation>(non configurato)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="469" />
+      <location filename="../Preferences/ProgramsDialog.py" line="442" />
       <source>(module not found)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="502" />
+      <location filename="../Preferences/ProgramsDialog.py" line="475" />
       <source>(not executable)</source>
       <translation>(non eseguibile)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="548" />
-      <location filename="../Preferences/ProgramsDialog.py" line="516" />
-      <location filename="../Preferences/ProgramsDialog.py" line="514" />
+      <location filename="../Preferences/ProgramsDialog.py" line="521" />
+      <location filename="../Preferences/ProgramsDialog.py" line="489" />
+      <location filename="../Preferences/ProgramsDialog.py" line="487" />
       <source>(not found)</source>
       <translation>(non trovato)</translation>
     </message>
@@ -63284,404 +63260,394 @@
     </message>
     <message>
       <location filename="../Project/Project.py" line="337" />
-      <source>PyQt5 GUI</source>
+      <source>PyQt6 GUI</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="338" />
-      <source>PyQt5 Console</source>
+      <source>PyQt6 Console</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="339" />
-      <source>PyQt6 GUI</source>
+      <source>Eric7 Plugin</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="340" />
-      <source>PyQt6 Console</source>
-      <translation type="unfinished" />
+      <source>Console</source>
+      <translation>Console</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="341" />
-      <source>Eric7 Plugin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="342" />
-      <source>Console</source>
-      <translation>Console</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="343" />
       <source>Other</source>
       <translation>Altro</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="362" />
+      <location filename="../Project/Project.py" line="358" />
       <source>PySide6 GUI</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="363" />
+      <location filename="../Project/Project.py" line="359" />
       <source>PySide6 Console</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="461" />
-      <location filename="../Project/Project.py" line="449" />
-      <location filename="../Project/Project.py" line="438" />
+      <location filename="../Project/Project.py" line="457" />
+      <location filename="../Project/Project.py" line="445" />
+      <location filename="../Project/Project.py" line="434" />
       <source>Registering Project Type</source>
       <translation>Registrazione tipo progetto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="439" />
+      <location filename="../Project/Project.py" line="435" />
       <source>&lt;p&gt;The Programming Language &lt;b&gt;{0}&lt;/b&gt; is not supported (project type: {1}).&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="450" />
+      <location filename="../Project/Project.py" line="446" />
       <source>&lt;p&gt;The Project type &lt;b&gt;{0}&lt;/b&gt; is already registered with Programming Language &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="462" />
+      <location filename="../Project/Project.py" line="458" />
       <source>&lt;p&gt;The Project type &lt;b&gt;{0}&lt;/b&gt; is already registered.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="767" />
+      <location filename="../Project/Project.py" line="763" />
       <source>All Files (*)</source>
       <translation type="unfinished">Tutti i file (*)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1321" />
+      <location filename="../Project/Project.py" line="1310" />
       <source>Read Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1567" />
-      <location filename="../Project/Project.py" line="1541" />
-      <location filename="../Project/Project.py" line="1505" />
-      <location filename="../Project/Project.py" line="1423" />
-      <location filename="../Project/Project.py" line="1384" />
-      <location filename="../Project/Project.py" line="1359" />
-      <location filename="../Project/Project.py" line="1322" />
+      <location filename="../Project/Project.py" line="1556" />
+      <location filename="../Project/Project.py" line="1530" />
+      <location filename="../Project/Project.py" line="1494" />
+      <location filename="../Project/Project.py" line="1412" />
+      <location filename="../Project/Project.py" line="1373" />
+      <location filename="../Project/Project.py" line="1348" />
+      <location filename="../Project/Project.py" line="1311" />
       <source>Please save the project first.</source>
       <translation>Prima salvare il progetto.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1358" />
+      <location filename="../Project/Project.py" line="1347" />
       <source>Save Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1400" />
-      <location filename="../Project/Project.py" line="1383" />
+      <location filename="../Project/Project.py" line="1389" />
+      <location filename="../Project/Project.py" line="1372" />
       <source>Delete Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1390" />
+      <location filename="../Project/Project.py" line="1379" />
       <source>Delete Remote Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1409" />
+      <location filename="../Project/Project.py" line="1398" />
       <source>&lt;p&gt;The project session file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;</source>
       <translation>&lt;p&gt;La sessione del progetto &lt;b&gt;{0}&lt;/b&gt; non può essere cancellato.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1422" />
+      <location filename="../Project/Project.py" line="1411" />
       <source>Read Tasks</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1504" />
+      <location filename="../Project/Project.py" line="1493" />
       <source>Read Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1540" />
+      <location filename="../Project/Project.py" line="1529" />
       <source>Save Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1583" />
-      <location filename="../Project/Project.py" line="1566" />
+      <location filename="../Project/Project.py" line="1572" />
+      <location filename="../Project/Project.py" line="1555" />
       <source>Delete Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1573" />
+      <location filename="../Project/Project.py" line="1562" />
       <source>Delete Remote Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1592" />
+      <location filename="../Project/Project.py" line="1581" />
       <source>&lt;p&gt;The project debugger properties file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Il file delle proprietà del debugger del progetto&lt;b&gt;{0}&lt;/b&gt; non può essere cancellato.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1765" />
+      <location filename="../Project/Project.py" line="1754" />
       <source>Add Language</source>
       <translation>Aggiungi Lingua</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1766" />
+      <location filename="../Project/Project.py" line="1755" />
       <source>You have to specify a translation pattern first.</source>
       <translation>Devi prima specificare un pattern di traduzione.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1905" />
+      <location filename="../Project/Project.py" line="1892" />
       <source>Delete Translation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1932" />
-      <location filename="../Project/Project.py" line="1906" />
+      <location filename="../Project/Project.py" line="1919" />
+      <location filename="../Project/Project.py" line="1893" />
       <source>&lt;p&gt;The selected translation file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1931" />
+      <location filename="../Project/Project.py" line="1918" />
       <source>Delete translation</source>
       <translation>Cancella traduzione</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="2071" />
+      <location filename="../Project/Project.py" line="2054" />
+      <source>Add File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="2173" />
+      <location filename="../Project/Project.py" line="2055" />
+      <source>&lt;p&gt;The file &lt;b&gt;{0}&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;{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="2072" />
+      <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be added to &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {2}&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Il file selezionato &lt;b&gt;{0}&lt;/b&gt; non può essere aggiunto a &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Motivo: {2}&lt;/p&gt;</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="2084" />
-      <location filename="../Project/Project.py" line="2067" />
-      <source>Add File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2186" />
-      <location filename="../Project/Project.py" line="2068" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&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;{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="2085" />
-      <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be added to &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {2}&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Il file selezionato &lt;b&gt;{0}&lt;/b&gt; non può essere aggiunto a &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Motivo: {2}&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2097" />
       <source>Add file</source>
       <translation>Aggiungi file</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2282" />
-      <location filename="../Project/Project.py" line="2098" />
+      <location filename="../Project/Project.py" line="2269" />
+      <location filename="../Project/Project.py" line="2085" />
       <source>The target directory must not be empty.</source>
       <translation>La directory di destinazione non deve essere vuota.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2185" />
-      <location filename="../Project/Project.py" line="2158" />
-      <location filename="../Project/Project.py" line="2138" />
+      <location filename="../Project/Project.py" line="2172" />
+      <location filename="../Project/Project.py" line="2145" />
+      <location filename="../Project/Project.py" line="2125" />
       <source>Add Directory</source>
       <translation type="unfinished">Aggiungi Cartella</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2139" />
+      <location filename="../Project/Project.py" line="2126" />
       <source>&lt;p&gt;The source directory doesn't contain any files belonging to the selected category.&lt;/p&gt;</source>
       <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="2159" />
+      <location filename="../Project/Project.py" line="2146" />
       <source>&lt;p&gt;The target directory &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;La directory di destinazione&lt;b&gt;{0}&lt;/b&gt; non può essere creata.&lt;/p&gt;&lt;p&gt;Motivo: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2293" />
-      <location filename="../Project/Project.py" line="2281" />
+      <location filename="../Project/Project.py" line="2280" />
+      <location filename="../Project/Project.py" line="2268" />
       <source>Add directory</source>
       <translation>Aggiungi directory</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2294" />
+      <location filename="../Project/Project.py" line="2281" />
       <source>The source directory must not be empty.</source>
       <translation>La directory sorgente non deve essere vuota.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2408" />
-      <location filename="../Project/Project.py" line="2390" />
-      <location filename="../Project/Project.py" line="2374" />
-      <location filename="../Project/Project.py" line="2367" />
+      <location filename="../Project/Project.py" line="2395" />
+      <location filename="../Project/Project.py" line="2377" />
+      <location filename="../Project/Project.py" line="2361" />
+      <location filename="../Project/Project.py" line="2354" />
       <source>Rename File</source>
       <translation>Rinomina File</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8075" />
-      <location filename="../Project/Project.py" line="3895" />
-      <location filename="../Project/Project.py" line="2391" />
+      <location filename="../Project/Project.py" line="8062" />
+      <location filename="../Project/Project.py" line="3882" />
+      <location filename="../Project/Project.py" line="2378" />
       <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>
     <message>
-      <location filename="../Project/Project.py" line="2409" />
+      <location filename="../Project/Project.py" line="2396" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be renamed.&lt;br /&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Il file &lt;b&gt;{0}&lt;/b&gt; non può essere rinominato.&lt;br /&gt;Motivo: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2676" />
+      <location filename="../Project/Project.py" line="2663" />
       <source>Delete File</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2677" />
+      <location filename="../Project/Project.py" line="2664" />
       <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2705" />
+      <location filename="../Project/Project.py" line="2692" />
       <source>Delete Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2706" />
+      <location filename="../Project/Project.py" line="2693" />
       <source>&lt;p&gt;The selected directory &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2839" />
+      <location filename="../Project/Project.py" line="2826" />
       <source>Create project directory</source>
       <translation>Crea la directory del progetto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2840" />
+      <location filename="../Project/Project.py" line="2827" />
       <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;</source>
       <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="3668" />
-      <location filename="../Project/Project.py" line="2940" />
+      <location filename="../Project/Project.py" line="3655" />
+      <location filename="../Project/Project.py" line="2927" />
       <source>Create project management directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3669" />
-      <location filename="../Project/Project.py" line="2941" />
+      <location filename="../Project/Project.py" line="3656" />
+      <location filename="../Project/Project.py" line="2928" />
       <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; is not writable.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2981" />
+      <location filename="../Project/Project.py" line="2968" />
       <source>Create main script</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2982" />
+      <location filename="../Project/Project.py" line="2969" />
       <source>&lt;p&gt;The main script &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3449" />
-      <location filename="../Project/Project.py" line="3006" />
+      <location filename="../Project/Project.py" line="3436" />
+      <location filename="../Project/Project.py" line="2993" />
       <source>Create Makefile</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3450" />
-      <location filename="../Project/Project.py" line="3007" />
+      <location filename="../Project/Project.py" line="3437" />
+      <location filename="../Project/Project.py" line="2994" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3698" />
-      <location filename="../Project/Project.py" line="3159" />
-      <location filename="../Project/Project.py" line="3130" />
-      <location filename="../Project/Project.py" line="3098" />
-      <location filename="../Project/Project.py" line="3080" />
-      <location filename="../Project/Project.py" line="3055" />
-      <location filename="../Project/Project.py" line="3017" />
+      <location filename="../Project/Project.py" line="3685" />
+      <location filename="../Project/Project.py" line="3146" />
+      <location filename="../Project/Project.py" line="3117" />
+      <location filename="../Project/Project.py" line="3085" />
+      <location filename="../Project/Project.py" line="3067" />
+      <location filename="../Project/Project.py" line="3042" />
+      <location filename="../Project/Project.py" line="3004" />
       <source>New Project</source>
       <translation>Nuovo Progetto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3018" />
+      <location filename="../Project/Project.py" line="3005" />
       <source>Add existing files to the project?</source>
       <translation>Aggiungi file esistenti al progetto ?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3699" />
-      <location filename="../Project/Project.py" line="3056" />
+      <location filename="../Project/Project.py" line="3686" />
+      <location filename="../Project/Project.py" line="3043" />
       <source>Select Version Control System</source>
       <translation>Selezione il Sistema di Controllo della Versione (VCS)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3160" />
-      <location filename="../Project/Project.py" line="3081" />
+      <location filename="../Project/Project.py" line="3147" />
+      <location filename="../Project/Project.py" line="3068" />
       <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="3099" />
+      <location filename="../Project/Project.py" line="3086" />
       <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="3136" />
-      <location filename="../Project/Project.py" line="3125" />
+      <location filename="../Project/Project.py" line="3123" />
+      <location filename="../Project/Project.py" line="3112" />
       <source>None</source>
       <translation>Nessuno</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3131" />
+      <location filename="../Project/Project.py" line="3118" />
       <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="3342" />
+      <location filename="../Project/Project.py" line="3329" />
       <source>Translation Pattern</source>
       <translation>Pattern di traduzione</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3343" />
+      <location filename="../Project/Project.py" line="3330" />
       <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source>
       <translation>Inserisci il path per il file di traduzione (usa '%language% al posto del codice lingua):</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3647" />
+      <location filename="../Project/Project.py" line="3634" />
       <source>Open Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8061" />
-      <location filename="../Project/Project.py" line="8055" />
-      <location filename="../Project/Project.py" line="8045" />
-      <location filename="../Project/Project.py" line="3880" />
-      <location filename="../Project/Project.py" line="3870" />
-      <location filename="../Project/Project.py" line="3649" />
+      <location filename="../Project/Project.py" line="8048" />
+      <location filename="../Project/Project.py" line="8042" />
+      <location filename="../Project/Project.py" line="8032" />
+      <location filename="../Project/Project.py" line="3867" />
+      <location filename="../Project/Project.py" line="3857" />
+      <location filename="../Project/Project.py" line="3636" />
       <source>Project Files (*.epj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3894" />
-      <location filename="../Project/Project.py" line="3878" />
+      <location filename="../Project/Project.py" line="3881" />
+      <location filename="../Project/Project.py" line="3865" />
       <source>Save Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3933" />
+      <location filename="../Project/Project.py" line="3920" />
       <source>Close Project</source>
       <translation>Chiudi progetto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3934" />
+      <location filename="../Project/Project.py" line="3921" />
       <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="4134" />
-      <location filename="../Project/Project.py" line="4098" />
+      <location filename="../Project/Project.py" line="4121" />
+      <location filename="../Project/Project.py" line="4085" />
       <source>Syntax Errors Detected</source>
       <translation type="unfinished" />
     </message>
     <message numerus="yes">
-      <location filename="../Project/Project.py" line="4135" />
-      <location filename="../Project/Project.py" line="4099" />
+      <location filename="../Project/Project.py" line="4122" />
+      <location filename="../Project/Project.py" line="4086" />
       <source>The project contains %n file(s) with syntax errors.</source>
       <translation>
         <numerusform>Il progetto contiene %n file con errori di sintassi.</numerusform>
@@ -63689,1268 +63655,1268 @@
       </translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4793" />
+      <location filename="../Project/Project.py" line="4780" />
       <source>New project</source>
       <translation>Nuovo progetto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4795" />
+      <location filename="../Project/Project.py" line="4782" />
       <source>&amp;New...</source>
       <translation>&amp;Nuovo...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4801" />
+      <location filename="../Project/Project.py" line="4788" />
       <source>Generate a new project</source>
       <translation>Genera un nuovo progetto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4803" />
+      <location filename="../Project/Project.py" line="4790" />
       <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'inserimento delle informazioni per un nuovo progetto.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4813" />
+      <location filename="../Project/Project.py" line="4800" />
       <source>Open project</source>
       <translation>Apri progetto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4815" />
+      <location filename="../Project/Project.py" line="4802" />
       <source>&amp;Open...</source>
       <translation>&amp;Apri...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4821" />
+      <location filename="../Project/Project.py" line="4808" />
       <source>Open an existing project</source>
       <translation>Apri un progetto esistente</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4823" />
+      <location filename="../Project/Project.py" line="4810" />
       <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="4829" />
+      <location filename="../Project/Project.py" line="4816" />
       <source>Open remote project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4831" />
+      <location filename="../Project/Project.py" line="4818" />
       <source>Open (Remote)...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4824" />
+      <source>Open an existing remote project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4826" />
+      <source>&lt;b&gt;Open (Remote)...&lt;/b&gt;&lt;p&gt;This opens an existing remote project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4835" />
+      <source>Reload project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4837" />
-      <source>Open an existing remote project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4839" />
-      <source>&lt;b&gt;Open (Remote)...&lt;/b&gt;&lt;p&gt;This opens an existing remote project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4848" />
-      <source>Reload project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4850" />
       <source>Re&amp;load</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4856" />
+      <location filename="../Project/Project.py" line="4843" />
       <source>Reload the current project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4858" />
+      <location filename="../Project/Project.py" line="4845" />
       <source>&lt;b&gt;Reload&lt;/b&gt;&lt;p&gt;This reloads the current project.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4864" />
+      <location filename="../Project/Project.py" line="4851" />
       <source>Close project</source>
       <translation>Chiudi progetto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4866" />
+      <location filename="../Project/Project.py" line="4853" />
       <source>&amp;Close</source>
       <translation>&amp;Chiudi</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4872" />
+      <location filename="../Project/Project.py" line="4859" />
       <source>Close the current project</source>
       <translation>Chiudi il progetto corrente</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4874" />
+      <location filename="../Project/Project.py" line="4861" />
       <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'attuale progetto.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4880" />
+      <location filename="../Project/Project.py" line="4867" />
       <source>Save project</source>
       <translation>Salva progetto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5177" />
-      <location filename="../Project/Project.py" line="4882" />
+      <location filename="../Project/Project.py" line="5164" />
+      <location filename="../Project/Project.py" line="4869" />
       <source>&amp;Save</source>
       <translation>&amp;Salva</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4888" />
+      <location filename="../Project/Project.py" line="4875" />
       <source>Save the current project</source>
       <translation>Salva il progetto corrente</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4890" />
+      <location filename="../Project/Project.py" line="4877" />
       <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'attuale progetto.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4896" />
+      <location filename="../Project/Project.py" line="4883" />
       <source>Save project as</source>
       <translation>Salva progetto come</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4898" />
+      <location filename="../Project/Project.py" line="4885" />
       <source>Save &amp;as...</source>
       <translation>S&amp;alva come...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4891" />
+      <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="4893" />
+      <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'attuale progetto come nuovo.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4902" />
+      <source>Save project as (Remote)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4904" />
-      <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="4906" />
-      <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'attuale progetto come nuovo.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4915" />
-      <source>Save project as (Remote)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4917" />
       <source>Save as (Remote)...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4924" />
+      <location filename="../Project/Project.py" line="4911" />
       <source>Save the current project to a new remote file</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4927" />
+      <location filename="../Project/Project.py" line="4914" />
       <source>&lt;b&gt;Save as (Remote)&lt;/b&gt;&lt;p&gt;This saves the current project to a new remote file.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4943" />
+      <location filename="../Project/Project.py" line="4930" />
       <source>Add files to project</source>
       <translation>Aggiungi file al progetto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4945" />
+      <location filename="../Project/Project.py" line="4932" />
       <source>Add &amp;files...</source>
       <translation>Aggiungi &amp;files...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4938" />
+      <source>Add files to the current project</source>
+      <translation>Aggiungi file al progetto corrente</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4940" />
+      <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'estensione.&lt;/p&gt;</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4951" />
-      <source>Add files to the current project</source>
-      <translation>Aggiungi file al progetto corrente</translation>
+      <source>Add directory to project</source>
+      <translation>Aggiungi directory al progetto</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="4953" />
-      <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'estensione.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4964" />
-      <source>Add directory to project</source>
-      <translation>Aggiungi directory al progetto</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4966" />
       <source>Add directory...</source>
       <translation>Aggiungi directory...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4960" />
+      <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="4963" />
+      <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="4973" />
-      <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="4976" />
-      <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="4986" />
       <source>Add translation to project</source>
       <translation>Aggiungi le traduzioni al progetto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4988" />
+      <location filename="../Project/Project.py" line="4975" />
       <source>Add &amp;translation...</source>
       <translation>Aggiungi &amp;traduzione...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4982" />
+      <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="4985" />
+      <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="4995" />
-      <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="4998" />
-      <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="5008" />
       <source>Search new files</source>
       <translation>Cerca nuovi file</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5009" />
+      <location filename="../Project/Project.py" line="4996" />
       <source>Searc&amp;h new files...</source>
       <translation>Cerca &amp;nuovi file...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5002" />
+      <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="5004" />
+      <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, forms, ...) in the project directory and registered subdirectories.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5014" />
+      <source>Search Project File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5015" />
-      <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="5017" />
-      <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, forms, ...) in the project directory and registered subdirectories.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5027" />
-      <source>Search Project File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5028" />
       <source>Search Project File...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5029" />
+      <location filename="../Project/Project.py" line="5016" />
       <source>Alt+Ctrl+P</source>
       <comment>Project|Search Project File</comment>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5021" />
+      <source>Search for a file in the project list of files.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5023" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5032" />
+      <source>Project properties</source>
+      <translation>Proprietà del progetto</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5034" />
-      <source>Search for a file in the project list of files.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5036" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5045" />
-      <source>Project properties</source>
-      <translation>Proprietà del progetto</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5047" />
       <source>&amp;Properties...</source>
       <translation>&amp;Proprietà...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5040" />
+      <source>Show the project properties</source>
+      <translation>Mostra le proprietà del progetto</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5042" />
+      <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="5051" />
+      <source>User project properties</source>
+      <translation>Proprietà utente del progetto</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5053" />
-      <source>Show the project properties</source>
-      <translation>Mostra le proprietà del progetto</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5055" />
-      <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="5064" />
-      <source>User project properties</source>
-      <translation>Proprietà utente del progetto</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5066" />
       <source>&amp;User Properties...</source>
       <translation>Proprietà &amp;utente...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5060" />
+      <source>Show the user specific project properties</source>
+      <translation>Mostra le proprietà del multiprogetto specifiche dell'utente</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5063" />
+      <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="5073" />
-      <source>Show the user specific project properties</source>
-      <translation>Mostra le proprietà del multiprogetto specifiche dell'utente</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5076" />
-      <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="5086" />
       <source>Filetype Associations</source>
       <translation>Associazione tipi file</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5087" />
+      <location filename="../Project/Project.py" line="5074" />
       <source>Filetype Associations...</source>
       <translation>Associazione tipi file...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5094" />
+      <location filename="../Project/Project.py" line="5081" />
       <source>Show the project file type associations</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5084" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5097" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5110" />
       <source>Lexer Associations</source>
       <translation>Associazioni analizzatore lessicale</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5111" />
+      <location filename="../Project/Project.py" line="5098" />
       <source>Lexer Associations...</source>
       <translation>Associazioni analizzatore lessicale...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5118" />
+      <location filename="../Project/Project.py" line="5105" />
       <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="5121" />
+      <location filename="../Project/Project.py" line="5108" />
       <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'evidenziazione del testo nell'editor.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5139" />
+      <location filename="../Project/Project.py" line="5126" />
       <source>Debugger Properties</source>
       <translation>Proprietà Debugger</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5140" />
+      <location filename="../Project/Project.py" line="5127" />
       <source>Debugger &amp;Properties...</source>
       <translation>&amp;Proprietà Debugger...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5133" />
+      <source>Show the debugger properties</source>
+      <translation>Mostra le proprietàd el debugger</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5135" />
+      <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="5145" />
+      <source>Load</source>
+      <translation>Carica</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5146" />
-      <source>Show the debugger properties</source>
-      <translation>Mostra le proprietàd el debugger</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5148" />
-      <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="5158" />
-      <source>Load</source>
-      <translation>Carica</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5159" />
       <source>&amp;Load</source>
       <translation>&amp;Carica</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5165" />
+      <location filename="../Project/Project.py" line="5152" />
       <source>Load the debugger properties</source>
       <translation>Carica le proprietàd el debugger</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5167" />
+      <location filename="../Project/Project.py" line="5154" />
       <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="5176" />
+      <location filename="../Project/Project.py" line="5163" />
       <source>Save</source>
       <translation>Salva</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5183" />
+      <location filename="../Project/Project.py" line="5170" />
       <source>Save the debugger properties</source>
       <translation>Salva le proprietà del debugger</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5185" />
+      <location filename="../Project/Project.py" line="5172" />
       <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="5194" />
+      <location filename="../Project/Project.py" line="5181" />
       <source>Delete</source>
       <translation>Cancella</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5195" />
+      <location filename="../Project/Project.py" line="5182" />
       <source>&amp;Delete</source>
       <translation>&amp;Cancella</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5188" />
+      <source>Delete the debugger properties</source>
+      <translation>Cancella le proprietà del debugger</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5190" />
+      <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="5200" />
+      <source>Reset</source>
+      <translation>Resetta</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5201" />
-      <source>Delete the debugger properties</source>
-      <translation>Cancella le proprietà del debugger</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5203" />
-      <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="5213" />
-      <source>Reset</source>
-      <translation>Resetta</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5214" />
       <source>&amp;Reset</source>
       <translation>&amp;Resetta</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5220" />
+      <location filename="../Project/Project.py" line="5207" />
       <source>Reset the debugger properties</source>
       <translation>Resetta le proprietà del debugger</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5222" />
+      <location filename="../Project/Project.py" line="5209" />
       <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="5238" />
-      <location filename="../Project/Project.py" line="5237" />
+      <location filename="../Project/Project.py" line="5225" />
+      <location filename="../Project/Project.py" line="5224" />
       <source>Load session</source>
       <translation>Carica sessione</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5244" />
+      <location filename="../Project/Project.py" line="5231" />
       <source>Load the projects session file.</source>
       <translation>Carica il file di sessione del progetto.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5246" />
+      <location filename="../Project/Project.py" line="5233" />
       <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="5262" />
-      <location filename="../Project/Project.py" line="5261" />
+      <location filename="../Project/Project.py" line="5249" />
+      <location filename="../Project/Project.py" line="5248" />
       <source>Save session</source>
       <translation>Salva sessione</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5268" />
+      <location filename="../Project/Project.py" line="5255" />
       <source>Save the projects session file.</source>
       <translation>Salva il file sessione del progetto.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5270" />
+      <location filename="../Project/Project.py" line="5257" />
       <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="5286" />
-      <location filename="../Project/Project.py" line="5285" />
+      <location filename="../Project/Project.py" line="5273" />
+      <location filename="../Project/Project.py" line="5272" />
       <source>Delete session</source>
       <translation>Cancella sessione</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5292" />
+      <location filename="../Project/Project.py" line="5279" />
       <source>Delete the projects session file.</source>
       <translation>Cancella il file di sessione del progetto.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5294" />
+      <location filename="../Project/Project.py" line="5281" />
       <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>
     <message>
-      <location filename="../Project/Project.py" line="5309" />
+      <location filename="../Project/Project.py" line="5296" />
       <source>Code Metrics</source>
       <translation>Statistiche codice</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5310" />
+      <location filename="../Project/Project.py" line="5297" />
       <source>&amp;Code Metrics...</source>
       <translation>Statistiche &amp;codice...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5304" />
+      <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="5307" />
+      <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="5317" />
-      <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="5320" />
-      <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="5330" />
       <source>Python Code Coverage</source>
       <translation>Analisi codice Python</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5331" />
+      <location filename="../Project/Project.py" line="5318" />
       <source>Code Co&amp;verage...</source>
       <translation>A&amp;nalisi codice...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5338" />
+      <location filename="../Project/Project.py" line="5325" />
       <source>Show code coverage information for the project.</source>
       <translation>Mostra le informazioni dell'analisi del codice del progetto.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5341" />
+      <location filename="../Project/Project.py" line="5328" />
       <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="6775" />
       <location filename="../Project/Project.py" line="6762" />
-      <location filename="../Project/Project.py" line="5351" />
+      <location filename="../Project/Project.py" line="6749" />
+      <location filename="../Project/Project.py" line="5338" />
       <source>Profile Data</source>
       <translation>Profilazione dati</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5352" />
+      <location filename="../Project/Project.py" line="5339" />
       <source>&amp;Profile Data...</source>
       <translation>&amp;Profilazione dati...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5359" />
+      <location filename="../Project/Project.py" line="5346" />
       <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="5362" />
+      <location filename="../Project/Project.py" line="5349" />
       <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="6827" />
-      <location filename="../Project/Project.py" line="5377" />
+      <location filename="../Project/Project.py" line="6814" />
+      <location filename="../Project/Project.py" line="5364" />
       <source>Application Diagram</source>
       <translation>Diagrammi dell'applicazione</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5378" />
+      <location filename="../Project/Project.py" line="5365" />
       <source>&amp;Application Diagram...</source>
       <translation>Diagramma dell' &amp;Applicazione...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5372" />
+      <source>Show a diagram of the project.</source>
+      <translation>Mostra un diagramma del progetto.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5375" />
+      <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'applicazione...&lt;/b&gt;&lt;p&gt;Mostra un diagramma del progetto.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5384" />
+      <source>Load Diagram</source>
+      <translation type="unfinished">Carico Diagramma</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5385" />
-      <source>Show a diagram of the project.</source>
-      <translation>Mostra un diagramma del progetto.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5388" />
-      <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'applicazione...&lt;/b&gt;&lt;p&gt;Mostra un diagramma del progetto.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5397" />
-      <source>Load Diagram</source>
-      <translation type="unfinished">Carico Diagramma</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5398" />
       <source>&amp;Load Diagram...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5404" />
+      <location filename="../Project/Project.py" line="5391" />
       <source>Load a diagram from file.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5406" />
+      <location filename="../Project/Project.py" line="5393" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6995" />
-      <location filename="../Project/Project.py" line="6940" />
-      <location filename="../Project/Project.py" line="5421" />
+      <location filename="../Project/Project.py" line="6982" />
+      <location filename="../Project/Project.py" line="6927" />
+      <location filename="../Project/Project.py" line="5408" />
       <source>Create Package List</source>
       <translation>Crea lista del package</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5423" />
+      <location filename="../Project/Project.py" line="5410" />
       <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="5430" />
+      <location filename="../Project/Project.py" line="5417" />
       <source>Create an initial PKGLIST file for an eric plugin.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5420" />
+      <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric plugin archive. The list is created from the project file.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7053" />
+      <location filename="../Project/Project.py" line="5431" />
+      <source>Create Plugin Archives</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5433" />
-      <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric plugin archive. The list is created from the project file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7066" />
-      <location filename="../Project/Project.py" line="5444" />
-      <source>Create Plugin Archives</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5446" />
       <source>Create Plugin &amp;Archives</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5452" />
+      <location filename="../Project/Project.py" line="5439" />
       <source>Create eric plugin archive files.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5454" />
+      <location filename="../Project/Project.py" line="5441" />
       <source>&lt;b&gt;Create Plugin Archives&lt;/b&gt;&lt;p&gt;This creates eric 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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5466" />
+      <location filename="../Project/Project.py" line="5453" />
       <source>Create Plugin Archives (Snapshot)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5468" />
+      <location filename="../Project/Project.py" line="5455" />
       <source>Create Plugin Archives (&amp;Snapshot)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5475" />
+      <location filename="../Project/Project.py" line="5462" />
       <source>Create eric plugin archive files (snapshot releases).</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5478" />
+      <location filename="../Project/Project.py" line="5465" />
       <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric 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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7522" />
-      <location filename="../Project/Project.py" line="7493" />
-      <location filename="../Project/Project.py" line="7447" />
-      <location filename="../Project/Project.py" line="7399" />
-      <location filename="../Project/Project.py" line="5497" />
+      <location filename="../Project/Project.py" line="7509" />
+      <location filename="../Project/Project.py" line="7480" />
+      <location filename="../Project/Project.py" line="7434" />
+      <location filename="../Project/Project.py" line="7386" />
+      <location filename="../Project/Project.py" line="5484" />
       <source>Execute Make</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5498" />
+      <location filename="../Project/Project.py" line="5485" />
       <source>&amp;Execute Make</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5491" />
+      <source>Perform a 'make' run.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5493" />
+      <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a 'make' run to rebuild the configured target.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7486" />
+      <location filename="../Project/Project.py" line="5503" />
+      <source>Test for Changes</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5504" />
-      <source>Perform a 'make' run.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5506" />
-      <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a 'make' run to rebuild the configured target.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7499" />
-      <location filename="../Project/Project.py" line="5516" />
-      <source>Test for Changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5517" />
       <source>&amp;Test for Changes</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5524" />
+      <location filename="../Project/Project.py" line="5511" />
       <source>Question 'make', if a rebuild is needed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5527" />
+      <location filename="../Project/Project.py" line="5514" />
       <source>&lt;b&gt;Test for Changes&lt;/b&gt;&lt;p&gt;This questions 'make', if a rebuild of the configured target is necessary.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5545" />
+      <location filename="../Project/Project.py" line="5532" />
       <source>Create SBOM File</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5546" />
+      <location filename="../Project/Project.py" line="5533" />
       <source>Create &amp;SBOM File</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5553" />
+      <location filename="../Project/Project.py" line="5540" />
       <source>Create a SBOM file of the project dependencies.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5556" />
+      <location filename="../Project/Project.py" line="5543" />
       <source>&lt;b&gt;Create SBOM File&lt;/b&gt;&lt;p&gt;This allows the creation of a SBOM file of the project dependencies. This may be based on various input sources and will be saved as a CycloneDX SBOM file.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5567" />
+      <location filename="../Project/Project.py" line="5554" />
       <source>Clear Byte Code Caches</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5568" />
+      <location filename="../Project/Project.py" line="5555" />
       <source>Clear Byte Code &amp;Caches</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5575" />
+      <location filename="../Project/Project.py" line="5562" />
       <source>Clear the byte code caches of the project.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5578" />
+      <location filename="../Project/Project.py" line="5565" />
       <source>&lt;b&gt;Clear Byte Code Caches&lt;/b&gt;&lt;p&gt;This deletes all directories containing byte code cache files.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5594" />
+      <location filename="../Project/Project.py" line="5581" />
       <source>About Black</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5595" />
+      <location filename="../Project/Project.py" line="5582" />
       <source>&amp;Black</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5601" />
+      <location filename="../Project/Project.py" line="5588" />
       <source>Show some information about 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5590" />
+      <source>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'Black' tool.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5602" />
+      <source>Format Code</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5603" />
-      <source>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'Black' tool.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5615" />
-      <source>Format Code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5616" />
       <source>&amp;Format Code</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5623" />
+      <location filename="../Project/Project.py" line="5610" />
       <source>Format the project sources with 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5613" />
+      <source>&lt;b&gt;Format Code&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the formatting run and reformats the project sources using 'Black'.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5625" />
+      <source>Check Code Formatting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5626" />
-      <source>&lt;b&gt;Format Code&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the formatting run and reformats the project sources using 'Black'.&lt;/p&gt;</source>
+      <source>&amp;Check Code Formatting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5633" />
+      <source>Check, if the project sources need to be reformatted with 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5638" />
-      <source>Check Code Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5639" />
-      <source>&amp;Check Code Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5646" />
-      <source>Check, if the project sources need to be reformatted with 'Black'.</source>
+      <source>&lt;b&gt;Check Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format check run and performs a check, if the project sources need to be reformatted using 'Black'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5651" />
-      <source>&lt;b&gt;Check Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format check run and performs a check, if the project sources need to be reformatted using 'Black'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5664" />
       <source>Code Formatting Diff</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5652" />
+      <source>Code Formatting &amp;Diff</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5659" />
+      <source>Generate a unified diff of potential project source reformatting with 'Black'.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5665" />
-      <source>Code Formatting &amp;Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5672" />
-      <source>Generate a unified diff of potential project source reformatting with 'Black'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
+      <source>&lt;b&gt;Diff Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format diff run and generates a unified diff of potential project source reformatting using 'Black'.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5830" />
+      <location filename="../Project/Project.py" line="5780" />
+      <location filename="../Project/Project.py" line="5779" />
+      <location filename="../Project/Project.py" line="5679" />
       <location filename="../Project/Project.py" line="5678" />
-      <source>&lt;b&gt;Diff Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format diff run and generates a unified diff of potential project source reformatting using 'Black'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5843" />
-      <location filename="../Project/Project.py" line="5793" />
-      <location filename="../Project/Project.py" line="5792" />
-      <location filename="../Project/Project.py" line="5692" />
-      <location filename="../Project/Project.py" line="5691" />
       <source>Configure</source>
       <translation type="unfinished">Configura</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5699" />
+      <location filename="../Project/Project.py" line="5686" />
       <source>Enter the parameters for formatting the project sources with 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5704" />
+      <location filename="../Project/Project.py" line="5691" />
       <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This shows a dialog to enter the parameters for formatting the project sources with 'Black'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5720" />
+      <location filename="../Project/Project.py" line="5707" />
       <source>About isort</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5721" />
+      <location filename="../Project/Project.py" line="5708" />
       <source>&amp;isort</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5727" />
+      <location filename="../Project/Project.py" line="5714" />
       <source>Show some information about 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5716" />
+      <source>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'isort' tool.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5729" />
-      <source>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'isort' tool.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5742" />
-      <location filename="../Project/Project.py" line="5741" />
+      <location filename="../Project/Project.py" line="5728" />
       <source>Sort Imports</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5749" />
+      <location filename="../Project/Project.py" line="5736" />
       <source>Sort the import statements of the project sources with 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5739" />
+      <source>&lt;b&gt;Sort Imports&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting run and sorts the import statements of the project sources using 'isort'.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5753" />
       <location filename="../Project/Project.py" line="5752" />
-      <source>&lt;b&gt;Sort Imports&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting run and sorts the import statements of the project sources using 'isort'.&lt;/p&gt;</source>
+      <source>Imports Sorting Diff</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5760" />
+      <source>Generate a unified diff of potential project source imports resorting with 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5766" />
-      <location filename="../Project/Project.py" line="5765" />
-      <source>Imports Sorting Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5773" />
-      <source>Generate a unified diff of potential project source imports resorting with 'isort'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5779" />
       <source>&lt;b&gt;Imports Sorting Diff&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting diff run and generates a unified diff of potential project source changes using 'isort'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5800" />
+      <location filename="../Project/Project.py" line="5787" />
       <source>Enter the parameters for resorting the project sources import statements with 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5806" />
+      <location filename="../Project/Project.py" line="5793" />
       <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This shows a dialog to enter the parameters for resorting the import statements of the project sources with 'isort'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5822" />
+      <location filename="../Project/Project.py" line="5809" />
       <source>Install Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5823" />
+      <location filename="../Project/Project.py" line="5810" />
       <source>&amp;Install Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5830" />
+      <location filename="../Project/Project.py" line="5817" />
       <source>Install the project into the embedded environment.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5833" />
+      <location filename="../Project/Project.py" line="5820" />
       <source>&lt;b&gt;Install Project&lt;/b&gt;&lt;p&gt;This installs the project into the embedded virtual environment in editable mode (i.e. development mode).&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5844" />
+      <location filename="../Project/Project.py" line="5831" />
       <source>&amp;Configure</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5838" />
+      <source>Configure the embedded environment.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5841" />
+      <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This opens a dialog to configure the embedded virtual environment of the project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5851" />
-      <source>Configure the embedded environment.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5854" />
-      <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This opens a dialog to configure the embedded virtual environment of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5864" />
       <source>Upgrade</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5865" />
+      <location filename="../Project/Project.py" line="5852" />
       <source>&amp;Upgrade</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5871" />
+      <location filename="../Project/Project.py" line="5858" />
       <source>Upgrade the embedded environment.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5860" />
+      <source>&lt;b&gt;Upgrade&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to upgrade the embedded virtual environment of the project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5872" />
+      <source>Recreate</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5873" />
-      <source>&lt;b&gt;Upgrade&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to upgrade the embedded virtual environment of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5885" />
-      <source>Recreate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5886" />
       <source>&amp;Recreate</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5892" />
+      <location filename="../Project/Project.py" line="5879" />
       <source>Recreate the embedded environment.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5894" />
+      <location filename="../Project/Project.py" line="5881" />
       <source>&lt;b&gt;Recreate&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to recreate the embedded virtual environment of the project. The existing environment is cleared first.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5926" />
+      <location filename="../Project/Project.py" line="5913" />
       <source>&amp;Project</source>
       <translation>&amp;Progetto</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5914" />
+      <source>Open &amp;Recent Projects</source>
+      <translation>Apri un progetto &amp;recente</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5916" />
+      <source>Session</source>
+      <translation>Sessione</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5917" />
+      <source>Debugger</source>
+      <translation>Debugger</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5918" />
+      <source>Embedded Environment</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5920" />
+      <source>Project-T&amp;ools</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5921" />
+      <source>&amp;Version Control</source>
+      <translation>Controllo di &amp;Versione</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5925" />
+      <source>Chec&amp;k</source>
+      <translation>&amp;Controlla</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5927" />
-      <source>Open &amp;Recent Projects</source>
-      <translation>Apri un progetto &amp;recente</translation>
+      <source>Code &amp;Formatting</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5929" />
-      <source>Session</source>
-      <translation>Sessione</translation>
+      <source>Sho&amp;w</source>
+      <translation>&amp;Mostra</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5930" />
-      <source>Debugger</source>
-      <translation>Debugger</translation>
+      <source>&amp;Diagrams</source>
+      <translation>&amp;Diagrammi</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5931" />
-      <source>Embedded Environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5933" />
-      <source>Project-T&amp;ools</source>
-      <translation type="unfinished" />
+      <source>Pac&amp;kagers</source>
+      <translation>Pac&amp;kagers</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5932" />
+      <source>Source &amp;Documentation</source>
+      <translation>&amp;Documentazione sorgenti</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5934" />
-      <source>&amp;Version Control</source>
-      <translation>Controllo di &amp;Versione</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5938" />
-      <source>Chec&amp;k</source>
-      <translation>&amp;Controlla</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5940" />
-      <source>Code &amp;Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5942" />
-      <source>Sho&amp;w</source>
-      <translation>&amp;Mostra</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5943" />
-      <source>&amp;Diagrams</source>
-      <translation>&amp;Diagrammi</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5944" />
-      <source>Pac&amp;kagers</source>
-      <translation>Pac&amp;kagers</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5945" />
-      <source>Source &amp;Documentation</source>
-      <translation>&amp;Documentazione sorgenti</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5947" />
       <source>Make</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5948" />
+      <location filename="../Project/Project.py" line="5935" />
       <source>Other Tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6110" />
-      <location filename="../Project/Project.py" line="6108" />
+      <location filename="../Project/Project.py" line="6097" />
+      <location filename="../Project/Project.py" line="6095" />
       <source>Project</source>
       <translation>Progetto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6192" />
+      <location filename="../Project/Project.py" line="6179" />
       <source>&amp;Clear</source>
       <translation>Pulis&amp;ci</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6389" />
+      <location filename="../Project/Project.py" line="6376" />
       <source>Search New Files</source>
       <translation>Cerca Nuovi File</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6390" />
+      <location filename="../Project/Project.py" line="6377" />
       <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="6551" />
       <location filename="../Project/Project.py" line="6538" />
+      <location filename="../Project/Project.py" line="6525" />
       <source>Version Control System</source>
       <translation>Version Control System</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="6526" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="6539" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6552" />
       <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="6696" />
+      <source>Coverage Data</source>
+      <translation>Dati Analisi</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6750" />
+      <location filename="../Project/Project.py" line="6697" />
+      <source>There is no main script defined for the current project. Aborting</source>
+      <translation>Non c'è uno script principale definito per il progetto. Esco</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="6709" />
-      <source>Coverage Data</source>
-      <translation>Dati Analisi</translation>
+      <source>Code Coverage</source>
+      <translation>Analisi codice</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6710" />
+      <source>Please select a coverage file</source>
+      <translation>Per favore seleziona un file per l'analisi</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="6763" />
-      <location filename="../Project/Project.py" line="6710" />
-      <source>There is no main script defined for the current project. Aborting</source>
-      <translation>Non c'è uno script principale definito per il progetto. Esco</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6722" />
-      <source>Code Coverage</source>
-      <translation>Analisi codice</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6723" />
-      <source>Please select a coverage file</source>
-      <translation>Per favore seleziona un file per l'analisi</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6776" />
       <source>Please select a profile file</source>
       <translation>Per favore seleziona un file per la profilazione</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6828" />
+      <location filename="../Project/Project.py" line="6815" />
       <source>Include module names?</source>
       <translation>Includi i nomi dei moduli ?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6941" />
+      <location filename="../Project/Project.py" line="6928" />
       <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="6996" />
+      <location filename="../Project/Project.py" line="6983" />
       <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="7307" />
-      <location filename="../Project/Project.py" line="7263" />
-      <location filename="../Project/Project.py" line="7213" />
-      <location filename="../Project/Project.py" line="7202" />
-      <location filename="../Project/Project.py" line="7184" />
-      <location filename="../Project/Project.py" line="7137" />
-      <location filename="../Project/Project.py" line="7107" />
-      <location filename="../Project/Project.py" line="7079" />
-      <location filename="../Project/Project.py" line="7049" />
-      <location filename="../Project/Project.py" line="7034" />
-      <location filename="../Project/Project.py" line="7017" />
+      <location filename="../Project/Project.py" line="7294" />
+      <location filename="../Project/Project.py" line="7250" />
+      <location filename="../Project/Project.py" line="7200" />
+      <location filename="../Project/Project.py" line="7189" />
+      <location filename="../Project/Project.py" line="7171" />
+      <location filename="../Project/Project.py" line="7124" />
+      <location filename="../Project/Project.py" line="7094" />
+      <location filename="../Project/Project.py" line="7066" />
+      <location filename="../Project/Project.py" line="7036" />
+      <location filename="../Project/Project.py" line="7021" />
+      <location filename="../Project/Project.py" line="7004" />
       <source>Create Plugin Archive</source>
       <translation>Crea un archivio per il plugin</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7018" />
+      <location filename="../Project/Project.py" line="7005" />
       <source>The project does not have a main script defined. Aborting...</source>
       <translation>Non c'è uno script principale definito per il progetto. Esco...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7035" />
+      <location filename="../Project/Project.py" line="7022" />
       <source>Select package lists:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7050" />
+      <location filename="../Project/Project.py" line="7037" />
       <source>&lt;p&gt;No package list files (PKGLIST*) available or selected. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7058" />
+      <location filename="../Project/Project.py" line="7045" />
       <source>Creating plugin archives...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7059" />
+      <location filename="../Project/Project.py" line="7046" />
       <source>Abort</source>
       <translation type="unfinished">Termina</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7062" />
+      <location filename="../Project/Project.py" line="7049" />
       <source>%v/%m Archives</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7080" />
+      <location filename="../Project/Project.py" line="7067" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7108" />
+      <location filename="../Project/Project.py" line="7095" />
       <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'; initial_list' line of the header.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7138" />
+      <location filename="../Project/Project.py" line="7125" />
       <source>&lt;p&gt;The eric 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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7185" />
+      <location filename="../Project/Project.py" line="7172" />
       <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'archivio.Lo ignoro.&lt;/p&gt;&lt;p&gt;Motivo: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7203" />
+      <location filename="../Project/Project.py" line="7190" />
       <source>&lt;p&gt;The eric plugin archive files were created with some errors.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7214" />
+      <location filename="../Project/Project.py" line="7201" />
       <source>&lt;p&gt;The eric plugin archive files were created successfully.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7264" />
+      <location filename="../Project/Project.py" line="7251" />
       <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>
     <message>
-      <location filename="../Project/Project.py" line="7308" />
+      <location filename="../Project/Project.py" line="7295" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7400" />
+      <location filename="../Project/Project.py" line="7387" />
       <source>'Make' is not supported for remote projects. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7448" />
+      <location filename="../Project/Project.py" line="7435" />
       <source>The make process did not start.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="7481" />
+      <source>The make process crashed.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7489" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="7494" />
-      <source>The make process crashed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7502" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7507" />
       <source>&lt;p&gt;There are changes that require the default make target to be rebuilt.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7523" />
+      <location filename="../Project/Project.py" line="7510" />
       <source>The makefile contains errors.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7961" />
+      <location filename="../Project/Project.py" line="7948" />
       <source>Interpreter Missing</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7962" />
+      <location filename="../Project/Project.py" line="7949" />
       <source>The configured interpreter of the embedded environment does not exist anymore. Shall the environment be upgraded?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8043" />
+      <location filename="../Project/Project.py" line="8030" />
       <source>Open Remote Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8074" />
-      <location filename="../Project/Project.py" line="8059" />
+      <location filename="../Project/Project.py" line="8061" />
+      <location filename="../Project/Project.py" line="8046" />
       <source>Save Remote Project</source>
       <translation type="unfinished" />
     </message>
@@ -65199,9 +65165,9 @@
   <context>
     <name>ProjectFormsBrowser</name>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1131" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1083" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1046" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1110" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1063" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1026" />
       <location filename="../Project/ProjectFormsBrowser.py" line="142" />
       <location filename="../Project/ProjectFormsBrowser.py" line="77" />
       <source>Forms</source>
@@ -65474,102 +65440,112 @@
       <translation>Compila le form</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="732" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="719" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="700" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="683" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="731" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="718" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="699" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="682" />
       <source>New Form</source>
       <translation>Nuova form</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="684" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="683" />
       <source>Select a form type:</source>
       <translation>Seleziona tipo form:</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="702" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="701" />
       <source>Qt User-Interface Files (*.ui);;All Files (*)</source>
       <translation>File interfaccia Qt (*.ui);;Tutti i file (*)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="720" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="719" />
       <source>The file already exists! Overwrite it?</source>
       <translation>Il file esiste già! Sovrascriverlo ?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="733" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="732" />
       <source>&lt;p&gt;The new form file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br&gt;Problem: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Il nuovo file della form &lt;b&gt;{0}&lt;/b&gt; non può essere creato.&lt;br&gt;Problema: {1}&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="758" />
+      <source>Delete forms</source>
+      <translation>Cancella le form</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectFormsBrowser.py" line="759" />
-      <source>Delete forms</source>
-      <translation>Cancella le form</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="760" />
       <source>Do you really want to delete these forms from the project?</source>
       <translation>Vuoi veramente cancellare queste form dal progetto ?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="888" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="877" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="870" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="883" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="872" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="865" />
       <source>Form Compilation</source>
       <translation>Compilazione form</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="871" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="866" />
       <source>The compilation of the form file was successful.</source>
       <translation>La compilazione della form è avvenuta con successo.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="878" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="873" />
       <source>&lt;p&gt;The compilation of the form file failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;La compilazione del file form è fallita.&lt;/p&gt;&lt;p&gt;Motivo: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="889" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="884" />
       <source>The compilation of the form file failed.</source>
       <translation>La compilazione della form è fallita.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="977" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="931" />
+      <source>Error Compiling Form</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="932" />
+      <source>The project type &lt;b&gt;{0}&lt;/b&gt; is not supported.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="957" />
       <source>Process Generation Error</source>
       <translation>Errore Generazione Processo</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="978" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="958" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation>Non posso avviare {0}.&lt;br&gt;Assicurarsi che sia nel path.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1074" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1037" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1054" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1017" />
       <source>Compiling forms...</source>
       <translation>Compilazione form in corso...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1124" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1075" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1038" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1103" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1055" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1018" />
       <source>Abort</source>
       <translation>Termina</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1127" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1078" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1041" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1106" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1058" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1021" />
       <source>%v/%m Forms</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1123" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1102" />
       <source>Determining changed forms...</source>
       <translation>Determina form modificate...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1153" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1132" />
       <source>Compiling changed forms...</source>
       <translation>Compila le form modificate...</translation>
     </message>
@@ -66021,9 +65997,9 @@
   <context>
     <name>ProjectResourcesBrowser</name>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="940" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="864" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="828" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="926" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="850" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="814" />
       <location filename="../Project/ProjectResourcesBrowser.py" line="87" />
       <location filename="../Project/ProjectResourcesBrowser.py" line="68" />
       <source>Resources</source>
@@ -66050,219 +66026,219 @@
       <translation type="unfinished">Browser delle risorse</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="163" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="150" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="161" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="148" />
       <source>Compile resource</source>
       <translation>Compila risorse</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="384" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="373" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="334" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="323" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="241" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="229" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="170" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="152" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="372" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="361" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="324" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="313" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="235" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="223" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="168" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="150" />
       <source>Compile all resources</source>
       <translation>Compila tutte le risorse</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="377" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="327" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="288" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="233" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="156" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="365" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="317" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="280" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="227" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="154" />
       <source>Configure rcc Compiler</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="300" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="179" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="292" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="177" />
       <source>Open</source>
       <translation>Apri</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="181" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="179" />
       <source>Rename file</source>
       <translation>Rinomina file</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="339" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="302" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="183" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="329" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="294" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="181" />
       <source>Remove from project</source>
       <translation>Rimuovi dal progetto</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="341" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="304" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="185" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="331" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="296" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="183" />
       <source>Delete</source>
       <translation>Cancella</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="335" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="243" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="230" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="196" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="191" />
+      <source>New resource...</source>
+      <translation>Nuova risorsa...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="378" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="336" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="248" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="200" />
+      <source>Add resources...</source>
+      <translation>Aggiungi risorsa...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="381" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="338" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="251" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="202" />
+      <source>Add resources directory...</source>
+      <translation>Aggiungi directory delle risorse...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="343" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="257" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="207" />
+      <source>Show in File Manager</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/ProjectResourcesBrowser.py" line="345" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="249" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="236" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="200" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="195" />
-      <source>New resource...</source>
-      <translation>Nuova risorsa...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="390" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="346" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="254" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="204" />
-      <source>Add resources...</source>
-      <translation>Aggiungi risorsa...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="393" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="348" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="257" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="206" />
-      <source>Add resources directory...</source>
-      <translation>Aggiungi directory delle risorse...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="353" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="263" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="211" />
-      <source>Show in File Manager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="355" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="213" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="209" />
       <source>Copy Path to Clipboard</source>
       <translation>Copia il path nella Clipboard</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="398" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="357" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="307" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="266" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="215" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="386" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="347" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="299" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="260" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="211" />
       <source>Expand all directories</source>
       <translation>Espandi tutte le directory</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="401" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="359" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="309" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="268" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="216" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="389" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="349" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="301" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="262" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="212" />
       <source>Collapse all directories</source>
       <translation>Riduci tutte le directory</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="404" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="362" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="312" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="271" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="218" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="392" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="352" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="304" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="265" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="214" />
       <source>Configure...</source>
       <translation>Configura...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="295" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="284" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="287" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="276" />
       <source>Compile resources</source>
       <translation>Compila le risorse</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="583" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="562" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="543" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="571" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="550" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="531" />
       <source>New Resource</source>
       <translation>Nuova risorsa</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="545" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="533" />
       <source>Qt Resource Files (*.qrc)</source>
       <translation>File Risorse Qt (*.qrc)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="563" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="551" />
       <source>The file already exists! Overwrite it?</source>
       <translation>Il file esiste già. Sovrascriverlo ?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="584" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="572" />
       <source>&lt;p&gt;The new resource file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br&gt;Problem: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Il nuovo file risorse &lt;b&gt;{0}&lt;/b&gt; non può essere creato. &lt;br&gt;Problema:  {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="610" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="598" />
       <source>Delete resources</source>
       <translation>Cancella risorse</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="611" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="599" />
       <source>Do you really want to delete these resources from the project?</source>
       <translation>Vuoi veramente cancellare queste risorse dal progetto ?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="705" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="696" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="689" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="693" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="684" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="677" />
       <source>Resource Compilation</source>
       <translation>Compilazione risorse</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="690" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="678" />
       <source>The compilation of the resource file was successful.</source>
       <translation>La compilazione del file risorse è avvenuta con successo.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="697" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="685" />
       <source>&lt;p&gt;The compilation of the resource file failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;La compilazione del file risorse è fallita.&lt;/p&gt;&lt;p&gt;Motivo: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="706" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="694" />
       <source>The compilation of the resource file failed.</source>
       <translation>La compilazione del file risorse è fallita.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="789" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="775" />
       <source>Process Generation Error</source>
       <translation>Errore Generazione Processo</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="790" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="776" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation>Non posso avviare {0}.&lt;br&gt;Assicurarsi che sia nel path.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="855" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="819" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="841" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="805" />
       <source>Compiling resources...</source>
       <translation>Compilazione risorse in corso...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="933" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="856" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="820" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="919" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="842" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="806" />
       <source>Abort</source>
       <translation>Termina</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="936" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="859" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="823" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="922" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="845" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="809" />
       <source>%v/%m Resources</source>
       <translation>Risorse %v/%m</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="932" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="918" />
       <source>Determining changed resources...</source>
       <translation>Determinazione risorse modificate...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="970" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="956" />
       <source>Compiling changed resources...</source>
       <translation>Compilazione risorse modificate in corso...</translation>
     </message>
@@ -66798,250 +66774,250 @@
       <translation type="unfinished">Browser delle traduzioni</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="508" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="467" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="450" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="428" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="294" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="236" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="211" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="180" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="502" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="461" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="444" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="422" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="292" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="234" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="209" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="178" />
       <source>Open in Editor</source>
       <translation>Apri con l'editor</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="253" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="186" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="251" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="184" />
       <source>Generate translation</source>
       <translation>Genera traduzioni</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="263" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="191" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="261" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="189" />
       <source>Generate translation (with obsolete)</source>
       <translation>Genera traduzioni (con deprecati)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="572" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="543" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="378" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="350" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="272" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="197" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="564" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="535" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="374" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="346" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="270" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="195" />
       <source>Generate all translations</source>
       <translation>Genera tutte le traduzioni</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="573" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="539" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="383" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="350" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="279" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="199" />
+      <source>Generate all translations (with obsolete)</source>
+      <translation>Genera tutte le traduzioni (con deprecati)</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="440" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="205" />
+      <source>Open in Qt-Linguist</source>
+      <translation>Apri in Qt-Linguist</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="299" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="214" />
+      <source>Release translation</source>
+      <translation>Rilascia traduzione</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="581" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="547" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="387" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="354" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="281" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="201" />
-      <source>Generate all translations (with obsolete)</source>
-      <translation>Genera tutte le traduzioni (con deprecati)</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="446" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="207" />
-      <source>Open in Qt-Linguist</source>
-      <translation>Apri in Qt-Linguist</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="301" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="216" />
-      <source>Release translation</source>
-      <translation>Rilascia traduzione</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="589" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="552" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="395" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="359" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="310" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="221" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="544" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="391" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="355" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="308" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="219" />
       <source>Release all translations</source>
       <translation>Rilascia tutte le traduzioni</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="226" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="224" />
       <source>Preview translation</source>
       <translation>Anteprima traduzione</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="557" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="364" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="230" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="549" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="360" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="228" />
       <source>Preview all translations</source>
       <translation>Anteprima tutte le traduzioni</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="563" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="475" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="370" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="244" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="555" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="469" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="366" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="242" />
       <source>Extract messages</source>
       <translation>Estrai messaggi</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="503" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="289" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="497" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="287" />
       <source>Open</source>
       <translation>Apri</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="523" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="317" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="517" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="315" />
       <source>Remove from project</source>
       <translation>Rimuovi dal progetto</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="587" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="520" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="318" />
+      <source>Delete</source>
+      <translation>Cancella</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="592" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="398" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="322" />
+      <source>New translation...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="595" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="526" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="320" />
-      <source>Delete</source>
-      <translation>Cancella</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="600" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="402" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="324" />
-      <source>New translation...</source>
-      <translation type="unfinished" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="401" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="325" />
+      <source>Add translation files...</source>
+      <translation>Aggiungi file traduzione...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="599" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="405" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="330" />
+      <source>Show in File Manager</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="601" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="332" />
+      <source>Copy Path to Clipboard</source>
+      <translation>Copia il path nella Clipboard</translation>
     </message>
     <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="603" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="405" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="327" />
-      <source>Add translation files...</source>
-      <translation>Aggiungi file traduzione...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="607" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="409" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="332" />
-      <source>Show in File Manager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="609" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="523" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="408" />
       <location filename="../Project/ProjectTranslationsBrowser.py" line="334" />
-      <source>Copy Path to Clipboard</source>
-      <translation>Copia il path nella Clipboard</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="611" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="529" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="412" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="336" />
       <source>Configure...</source>
       <translation>Configura...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="484" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="434" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="478" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="428" />
       <source>Generate translations</source>
       <translation>Genera traduzioni</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="494" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="439" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="488" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="433" />
       <source>Generate translations (with obsolete)</source>
       <translation>Genera traduzioni (con deprecati)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="515" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="455" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="509" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="449" />
       <source>Release translations</source>
       <translation>Rilascia traduzioni</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="461" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="455" />
       <source>Preview translations</source>
       <translation>Anteprima traduzioni</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="866" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="850" />
       <source>Delete translation files</source>
       <translation>Cancella file della traduzione</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="867" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="851" />
       <source>Do you really want to delete these translation files from the project?</source>
       <translation>Vuoi veramente cancellare questi file traduzione del progetto ?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1560" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1035" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="995" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1540" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1019" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="979" />
       <source>Write temporary project file</source>
       <translation>Scrivi un file progetto temporaneo</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1561" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1287" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="996" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1541" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1269" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="980" />
       <source>No translation files (*.ts) selected.</source>
       <translation>Nessun file traduzione (*.ts) selezionato.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1036" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1020" />
       <source>&lt;p&gt;The temporary project file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Il file temporaneo &lt;b&gt;{0}&lt;/b&gt; del progetto non può essere scritto.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1286" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1173" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1161" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1268" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1157" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1145" />
       <source>Translation file generation</source>
       <translation>Generazione file traduzioni</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1162" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1146" />
       <source>The generation of the translation files (*.ts) was successful.</source>
       <translation>La generazione dei file di traduzione (*.ts) è avvenuta con successo.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1168" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1152" />
       <source> The process has crashed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1174" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1158" />
       <source>The generation of the translation files (*.ts) has failed.{0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1590" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1388" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1340" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1570" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1370" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1322" />
       <source>Process Generation Error</source>
       <translation>Errore Generazione Processo</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1389" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1341" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1371" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1323" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation>Non posso avviare {0}.&lt;br&gt;Assicurarsi che sia nel path.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1477" />
       <location filename="../Project/ProjectTranslationsBrowser.py" line="1459" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1441" />
       <source>Translation file release</source>
       <translation>Rilascia file traduzione</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1442" />
+      <source>The release of the translation files (*.qm) was successful.</source>
+      <translation>Il rilascio dei file traduzione (*.qm) è avvenuta con successo.</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="1460" />
-      <source>The release of the translation files (*.qm) was successful.</source>
-      <translation>Il rilascio dei file traduzione (*.qm) è avvenuta con successo.</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1478" />
       <source>The release of the translation files (*.qm) has failed.</source>
       <translation>La generazione dei file di traduzione (*.qm) è fallita.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1591" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1571" />
       <source>&lt;p&gt;Could not start lrelease.&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 lrelease.&lt;br&gt;Assicurarsi che sia disponibile come &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
@@ -71779,7 +71755,7 @@
   <context>
     <name>QtPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.py" line="139" />
+      <location filename="../Preferences/ConfigurationPages/QtPage.py" line="124" />
       <source>Sample: {0}designer{1}</source>
       <translation type="unfinished" />
     </message>
@@ -71822,7 +71798,6 @@
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Tools Directory:</source>
       <translation type="unfinished" />
     </message>
@@ -71895,16 +71870,10 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt 5</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>PyQt 6</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Virtual Environment:</source>
@@ -71913,71 +71882,23 @@
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Select the virtual environment to be used</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Press to open the virtual environment manager dialog</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Press to refresh the list of vitual environments</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Enter the path of the PyQt 5 tools directory, if they are not found.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>pyuic5 Options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Indent Width:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Select the indent width (default: 4)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Generate imports relative to '.'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Select to generate extra code to test and display the form</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Generate Extra Test Code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt 6</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Enter the path of the PyQt 6 tools directory, if they are not found.</source>
       <translation type="unfinished" />
     </message>
@@ -71988,6 +71909,26 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Select to generate extra code to test and display the form</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Generate Extra Test Code</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Select the indent width (default: 4)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Indent Width:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>PySide6</source>
       <translation type="unfinished" />
     </message>
@@ -72001,6 +71942,11 @@
       <source>pyside6-uic Options</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Generate imports relative to '.'</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>Queues</name>
@@ -91759,7 +91705,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7866" />
+      <location filename="../UI/UserInterface.py" line="7822" />
       <location filename="../UI/UserInterface.py" line="1956" />
       <location filename="../UI/UserInterface.py" line="1949" />
       <source>Load session</source>
@@ -92476,7 +92422,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4712" />
+      <location filename="../UI/UserInterface.py" line="4668" />
       <location filename="../UI/UserInterface.py" line="2813" />
       <source>Report Bug</source>
       <translation>Segnala Bug</translation>
@@ -92517,7 +92463,7 @@
       <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="4148" />
+      <location filename="../UI/UserInterface.py" line="4104" />
       <location filename="../UI/UserInterface.py" line="2843" />
       <source>Testing</source>
       <translation type="unfinished" />
@@ -92850,7 +92796,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6605" />
+      <location filename="../UI/UserInterface.py" line="6561" />
       <location filename="../UI/UserInterface.py" line="3173" />
       <source>Snapshot</source>
       <translation type="unfinished" />
@@ -93087,8 +93033,8 @@
       <translation>&lt;b&gt;Scorciatoie da tastiera&lt;/b&gt;&lt;p&gt;Imposta le scorciatoie da tastiera dell'applicazione con i valori personalizzati.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7574" />
-      <location filename="../UI/UserInterface.py" line="7555" />
+      <location filename="../UI/UserInterface.py" line="7530" />
+      <location filename="../UI/UserInterface.py" line="7511" />
       <location filename="../UI/UserInterface.py" line="3403" />
       <source>Export Keyboard Shortcuts</source>
       <translation>Esporta scorciatoie da tastiera</translation>
@@ -93109,7 +93055,7 @@
       <translation>&lt;b&gt;Esporta scorciatoie da tastiera&lt;/b&gt;&lt;p&gt;Esporta le scorciatoie da tastiera dell'applicazione.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7593" />
+      <location filename="../UI/UserInterface.py" line="7549" />
       <location filename="../UI/UserInterface.py" line="3422" />
       <source>Import Keyboard Shortcuts</source>
       <translation>Importa scorciatoie da tastiera</translation>
@@ -93295,677 +93241,661 @@
     <message>
       <location filename="../UI/UserInterface.py" line="3653" />
       <location filename="../UI/UserInterface.py" line="3652" />
-      <source>Qt5 Documentation</source>
-      <translation type="unfinished">Documentazione Qt4 {5 ?}</translation>
+      <source>Qt6 Documentation</source>
+      <translation type="unfinished">Documentazione Qt4 {6 ?}</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3659" />
-      <source>Open Qt5 Documentation</source>
-      <translation type="unfinished">Apri documentazione su Qt4 {5 ?}</translation>
+      <source>Open Qt6 Documentation</source>
+      <translation type="unfinished">Apri documentazione su Qt4 {6 ?}</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3661" />
-      <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's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3674" />
       <location filename="../UI/UserInterface.py" line="3673" />
-      <source>Qt6 Documentation</source>
-      <translation type="unfinished">Documentazione Qt4 {6 ?}</translation>
+      <source>PyQt6 Documentation</source>
+      <translation type="unfinished">Documentazione PyQt4 {6 ?}</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3680" />
-      <source>Open Qt6 Documentation</source>
-      <translation type="unfinished">Apri documentazione su Qt4 {6 ?}</translation>
+      <source>Open PyQt6 Documentation</source>
+      <translation type="unfinished">Apri documentazione su PyQt4 {6 ?}</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3682" />
-      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3695" />
-      <location filename="../UI/UserInterface.py" line="3694" />
-      <source>PyQt5 Documentation</source>
-      <translation type="unfinished">Documentazione PyQt4 {5 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3701" />
-      <source>Open PyQt5 Documentation</source>
-      <translation type="unfinished">Apri documentazione su PyQt4 {5 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3703" />
-      <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's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3716" />
-      <location filename="../UI/UserInterface.py" line="3715" />
-      <source>PyQt6 Documentation</source>
-      <translation type="unfinished">Documentazione PyQt4 {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3722" />
-      <source>Open PyQt6 Documentation</source>
-      <translation type="unfinished">Apri documentazione su PyQt4 {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3724" />
       <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3742" />
-      <location filename="../UI/UserInterface.py" line="3741" />
+      <location filename="../UI/UserInterface.py" line="3700" />
+      <location filename="../UI/UserInterface.py" line="3699" />
       <source>Python 3 Documentation</source>
       <translation>Documentazione Python 3</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3748" />
+      <location filename="../UI/UserInterface.py" line="3706" />
       <source>Open Python 3 Documentation</source>
       <translation>Apri documentazione Python 3</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3750" />
+      <location filename="../UI/UserInterface.py" line="3708" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3769" />
-      <location filename="../UI/UserInterface.py" line="3768" />
+      <location filename="../UI/UserInterface.py" line="3727" />
+      <location filename="../UI/UserInterface.py" line="3726" />
       <source>eric API Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3775" />
+      <location filename="../UI/UserInterface.py" line="3733" />
       <source>Open eric API Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3777" />
+      <location filename="../UI/UserInterface.py" line="3735" />
       <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 eric installation directory.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3795" />
-      <location filename="../UI/UserInterface.py" line="3794" />
+      <location filename="../UI/UserInterface.py" line="3753" />
+      <location filename="../UI/UserInterface.py" line="3752" />
       <source>PySide6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3801" />
+      <location filename="../UI/UserInterface.py" line="3759" />
       <source>Open PySide6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3803" />
+      <location filename="../UI/UserInterface.py" line="3761" />
       <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3839" />
+      <location filename="../UI/UserInterface.py" line="3797" />
       <source>Sessions</source>
       <translation type="unfinished">Sessioni</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3920" />
+      <location filename="../UI/UserInterface.py" line="3878" />
       <source>E&amp;xtras</source>
       <translation>E&amp;xtra</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3930" />
+      <location filename="../UI/UserInterface.py" line="3888" />
       <source>Wi&amp;zards</source>
       <translation>Wi&amp;zards</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3948" />
+      <location filename="../UI/UserInterface.py" line="3906" />
       <source>P&amp;lugins</source>
       <translation>P&amp;lugins</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3957" />
+      <location filename="../UI/UserInterface.py" line="3915" />
       <source>Configure...</source>
       <translation>Configura...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3966" />
+      <location filename="../UI/UserInterface.py" line="3924" />
       <source>&amp;Testing</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3983" />
+      <location filename="../UI/UserInterface.py" line="3941" />
       <source>Select Tool Group</source>
       <translation>Seleziona Tool Group</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3952" />
+      <source>Se&amp;ttings</source>
+      <translation>Impos&amp;tazioni</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3985" />
+      <source>&amp;Window</source>
+      <translation>&amp;Finestre</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3994" />
-      <source>Se&amp;ttings</source>
-      <translation>Impos&amp;tazioni</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4027" />
-      <source>&amp;Window</source>
-      <translation>&amp;Finestre</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4036" />
       <source>&amp;Windows</source>
       <translation type="unfinished">&amp;Finestre</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3998" />
+      <source>Central Park</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4002" />
+      <source>Left Side</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4021" />
+      <source>Right Side</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="4040" />
-      <source>Central Park</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4044" />
-      <source>Left Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4063" />
-      <source>Right Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4082" />
       <source>Bottom Side</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4090" />
+      <location filename="../UI/UserInterface.py" line="4048" />
       <source>Plug-ins</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4096" />
+      <location filename="../UI/UserInterface.py" line="4054" />
       <source>&amp;Toolbars</source>
       <translation>&amp;Toolbar</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4109" />
+      <location filename="../UI/UserInterface.py" line="4067" />
       <source>&amp;Help</source>
       <translation>&amp;Help</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4164" />
-      <location filename="../UI/UserInterface.py" line="4147" />
+      <location filename="../UI/UserInterface.py" line="4120" />
+      <location filename="../UI/UserInterface.py" line="4103" />
       <source>Tools</source>
       <translation>Strumenti</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4166" />
-      <location filename="../UI/UserInterface.py" line="4151" />
+      <location filename="../UI/UserInterface.py" line="4122" />
+      <location filename="../UI/UserInterface.py" line="4107" />
       <source>Settings</source>
       <translation>Impostazioni</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6335" />
-      <location filename="../UI/UserInterface.py" line="4167" />
-      <location filename="../UI/UserInterface.py" line="4152" />
+      <location filename="../UI/UserInterface.py" line="6291" />
+      <location filename="../UI/UserInterface.py" line="4123" />
+      <location filename="../UI/UserInterface.py" line="4108" />
       <source>Help</source>
       <translation>Aiuto</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4168" />
-      <location filename="../UI/UserInterface.py" line="4153" />
+      <location filename="../UI/UserInterface.py" line="4124" />
+      <location filename="../UI/UserInterface.py" line="4109" />
       <source>Profiles</source>
       <translation>Profili</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4169" />
-      <location filename="../UI/UserInterface.py" line="4154" />
+      <location filename="../UI/UserInterface.py" line="4125" />
+      <location filename="../UI/UserInterface.py" line="4110" />
       <source>Plugins</source>
       <translation>Plugins</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4165" />
+      <location filename="../UI/UserInterface.py" line="4121" />
       <source>Unittest</source>
       <translation>Unittest</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4342" />
+      <location filename="../UI/UserInterface.py" line="4298" />
       <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'editor.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4351" />
+      <location filename="../UI/UserInterface.py" line="4307" />
       <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'encoding usato dall'editor.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4360" />
+      <location filename="../UI/UserInterface.py" line="4316" />
       <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'eol usato dall'editor.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4369" />
+      <location filename="../UI/UserInterface.py" line="4325" />
       <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="4378" />
+      <location filename="../UI/UserInterface.py" line="4334" />
       <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="4387" />
+      <location filename="../UI/UserInterface.py" line="4343" />
       <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="4401" />
+      <location filename="../UI/UserInterface.py" line="4357" />
       <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4475" />
-      <location filename="../UI/UserInterface.py" line="4434" />
+      <location filename="../UI/UserInterface.py" line="4431" />
+      <location filename="../UI/UserInterface.py" line="4390" />
       <source>External Tools/{0}</source>
       <translation>Tool Esterni/{0}</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4583" />
+      <location filename="../UI/UserInterface.py" line="4539" />
       <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="4653" />
+      <location filename="../UI/UserInterface.py" line="4609" />
       <source>Desktop</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4657" />
+      <location filename="../UI/UserInterface.py" line="4613" />
       <source>Session Type</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4713" />
+      <location filename="../UI/UserInterface.py" line="4669" />
       <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
       <translation>L'indirizzo di posta o il server si posta sono vuoti. Per cortesia configura le opzioni per l'Email nel dialogo delle preferenze.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5048" />
+      <location filename="../UI/UserInterface.py" line="5004" />
       <source>Restart application</source>
       <translation>Riavvia applicazione</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5049" />
+      <location filename="../UI/UserInterface.py" line="5005" />
       <source>The application needs to be restarted. Do it now?</source>
       <translation>L'applicazione necessita di un riavvio. Farlo ora ?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5073" />
+      <location filename="../UI/UserInterface.py" line="5029" />
       <source>Upgrade PyQt</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5074" />
+      <location filename="../UI/UserInterface.py" line="5030" />
       <source>eric needs to be closed in order to upgrade PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5098" />
+      <location filename="../UI/UserInterface.py" line="5054" />
       <source>Upgrade Eric</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5099" />
+      <location filename="../UI/UserInterface.py" line="5055" />
       <source>eric needs to be closed in order to be upgraded. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5124" />
+      <location filename="../UI/UserInterface.py" line="5080" />
       <source>Upgrade Eric and PyQt6</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5125" />
+      <location filename="../UI/UserInterface.py" line="5081" />
       <source>eric needs to be closed in order to upgrade eric and PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
  Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5187" />
+      <location filename="../UI/UserInterface.py" line="5143" />
       <source>&amp;Builtin Tools</source>
       <translation>Tool &amp;Builtin</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5207" />
+      <location filename="../UI/UserInterface.py" line="5163" />
       <source>&amp;Plugin Tools</source>
       <translation>Informazioni sui &amp;Plugin Tools</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5210" />
+      <location filename="../UI/UserInterface.py" line="5166" />
       <source>&amp;User Tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5236" />
+      <location filename="../UI/UserInterface.py" line="5192" />
       <source>Configure Tool Groups ...</source>
       <translation>Configura Tools Groups...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5240" />
+      <location filename="../UI/UserInterface.py" line="5196" />
       <source>Configure current Tool Group ...</source>
       <translation>Configura Tools Groups correnti...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5279" />
-      <location filename="../UI/UserInterface.py" line="5259" />
+      <location filename="../UI/UserInterface.py" line="5235" />
+      <location filename="../UI/UserInterface.py" line="5215" />
       <source>No User Tools Configured</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5355" />
+      <location filename="../UI/UserInterface.py" line="5311" />
       <source>&amp;Show all</source>
       <translation>Mo&amp;stra tutti</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5357" />
+      <location filename="../UI/UserInterface.py" line="5313" />
       <source>&amp;Hide all</source>
       <translation>Nascondi &amp;tutti</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6472" />
-      <location filename="../UI/UserInterface.py" line="6461" />
-      <location filename="../UI/UserInterface.py" line="6413" />
-      <location filename="../UI/UserInterface.py" line="6403" />
-      <location filename="../UI/UserInterface.py" line="6226" />
-      <location filename="../UI/UserInterface.py" line="6216" />
-      <location filename="../UI/UserInterface.py" line="6158" />
-      <location filename="../UI/UserInterface.py" line="6148" />
+      <location filename="../UI/UserInterface.py" line="6428" />
+      <location filename="../UI/UserInterface.py" line="6417" />
+      <location filename="../UI/UserInterface.py" line="6369" />
+      <location filename="../UI/UserInterface.py" line="6359" />
+      <location filename="../UI/UserInterface.py" line="6182" />
+      <location filename="../UI/UserInterface.py" line="6172" />
+      <location filename="../UI/UserInterface.py" line="6114" />
+      <location filename="../UI/UserInterface.py" line="6104" />
       <source>Problem</source>
       <translation>Problema</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6473" />
-      <location filename="../UI/UserInterface.py" line="6462" />
-      <location filename="../UI/UserInterface.py" line="6414" />
-      <location filename="../UI/UserInterface.py" line="6404" />
-      <location filename="../UI/UserInterface.py" line="6227" />
-      <location filename="../UI/UserInterface.py" line="6217" />
-      <location filename="../UI/UserInterface.py" line="6159" />
-      <location filename="../UI/UserInterface.py" line="6149" />
+      <location filename="../UI/UserInterface.py" line="6429" />
+      <location filename="../UI/UserInterface.py" line="6418" />
+      <location filename="../UI/UserInterface.py" line="6370" />
+      <location filename="../UI/UserInterface.py" line="6360" />
+      <location filename="../UI/UserInterface.py" line="6183" />
+      <location filename="../UI/UserInterface.py" line="6173" />
+      <location filename="../UI/UserInterface.py" line="6115" />
+      <location filename="../UI/UserInterface.py" line="6105" />
       <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="6714" />
-      <location filename="../UI/UserInterface.py" line="6625" />
-      <location filename="../UI/UserInterface.py" line="6508" />
-      <location filename="../UI/UserInterface.py" line="6485" />
-      <location filename="../UI/UserInterface.py" line="6426" />
-      <location filename="../UI/UserInterface.py" line="6373" />
-      <location filename="../UI/UserInterface.py" line="6351" />
-      <location filename="../UI/UserInterface.py" line="6302" />
-      <location filename="../UI/UserInterface.py" line="6293" />
+      <location filename="../UI/UserInterface.py" line="6670" />
+      <location filename="../UI/UserInterface.py" line="6581" />
+      <location filename="../UI/UserInterface.py" line="6464" />
+      <location filename="../UI/UserInterface.py" line="6441" />
+      <location filename="../UI/UserInterface.py" line="6382" />
+      <location filename="../UI/UserInterface.py" line="6329" />
+      <location filename="../UI/UserInterface.py" line="6307" />
       <location filename="../UI/UserInterface.py" line="6258" />
       <location filename="../UI/UserInterface.py" line="6249" />
-      <location filename="../UI/UserInterface.py" line="6190" />
-      <location filename="../UI/UserInterface.py" line="6181" />
+      <location filename="../UI/UserInterface.py" line="6214" />
+      <location filename="../UI/UserInterface.py" line="6205" />
+      <location filename="../UI/UserInterface.py" line="6146" />
+      <location filename="../UI/UserInterface.py" line="6137" />
       <source>Process Generation Error</source>
       <translation>Errore Generazione Processo</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6182" />
+      <location filename="../UI/UserInterface.py" line="6138" />
       <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="6191" />
+      <location filename="../UI/UserInterface.py" line="6147" />
       <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" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6206" />
+      <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="6215" />
+      <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" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6250" />
-      <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>
+      <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="6259" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6294" />
-      <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="6303" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6336" />
+      <location filename="../UI/UserInterface.py" line="6292" />
       <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="6352" />
+      <location filename="../UI/UserInterface.py" line="6308" />
       <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="6374" />
+      <location filename="../UI/UserInterface.py" line="6330" />
       <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="6427" />
+      <location filename="../UI/UserInterface.py" line="6383" />
       <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="6486" />
+      <location filename="../UI/UserInterface.py" line="6442" />
       <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'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="6509" />
+      <location filename="../UI/UserInterface.py" line="6465" />
       <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="6562" />
+      <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6582" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6615" />
+      <location filename="../UI/UserInterface.py" line="6605" />
+      <source>External Tools</source>
+      <translation>Tool esterni</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6606" />
-      <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6626" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6659" />
-      <location filename="../UI/UserInterface.py" line="6649" />
-      <source>External Tools</source>
-      <translation>Tool esterni</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6650" />
       <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
       <translation>Nessun elemento per il tool esterno '{0}' trovato nel gruppo '{1}'.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6660" />
+      <location filename="../UI/UserInterface.py" line="6616" />
       <source>No toolgroup entry '{0}' found.</source>
       <translation>Nessun gruppo '{0}' trovato.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6697" />
+      <location filename="../UI/UserInterface.py" line="6653" />
       <source>Starting process '{0} {1}'.
 </source>
       <translation>Avvio processo '{0} {1}'.
 </translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6715" />
+      <location filename="../UI/UserInterface.py" line="6671" />
       <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'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="6794" />
+      <location filename="../UI/UserInterface.py" line="6750" />
       <source>Process '{0}' has exited.
 </source>
       <translation>Il processo '{0}' è terminato.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7082" />
-      <location filename="../UI/UserInterface.py" line="7020" />
+      <location filename="../UI/UserInterface.py" line="7038" />
       <location filename="../UI/UserInterface.py" line="6976" />
-      <location filename="../UI/UserInterface.py" line="6902" />
-      <location filename="../UI/UserInterface.py" line="6838" />
+      <location filename="../UI/UserInterface.py" line="6932" />
+      <location filename="../UI/UserInterface.py" line="6858" />
+      <location filename="../UI/UserInterface.py" line="6794" />
       <source>Documentation Missing</source>
       <translation>Documentazione mancante</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7083" />
-      <location filename="../UI/UserInterface.py" line="7021" />
+      <location filename="../UI/UserInterface.py" line="7039" />
       <location filename="../UI/UserInterface.py" line="6977" />
-      <location filename="../UI/UserInterface.py" line="6903" />
-      <location filename="../UI/UserInterface.py" line="6839" />
+      <location filename="../UI/UserInterface.py" line="6933" />
+      <location filename="../UI/UserInterface.py" line="6859" />
+      <location filename="../UI/UserInterface.py" line="6795" />
       <source>&lt;p&gt;The documentation starting point "&lt;b&gt;{0}&lt;/b&gt;" could not be found.&lt;/p&gt;</source>
       <translation>&lt;p&gt;L'inizio della documentazione "&lt;b&gt;{0}&lt;/b&gt;" non viene trovato.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7064" />
-      <location filename="../UI/UserInterface.py" line="6946" />
+      <location filename="../UI/UserInterface.py" line="7020" />
+      <location filename="../UI/UserInterface.py" line="6902" />
       <source>Documentation</source>
       <translation>Documentazione</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6947" />
+      <location filename="../UI/UserInterface.py" line="6903" />
       <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7065" />
+      <location filename="../UI/UserInterface.py" line="7021" />
       <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7244" />
-      <location filename="../UI/UserInterface.py" line="7180" />
+      <location filename="../UI/UserInterface.py" line="7200" />
+      <location filename="../UI/UserInterface.py" line="7136" />
       <source>Start Web Browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7181" />
+      <location filename="../UI/UserInterface.py" line="7137" />
       <source>The eric web browser could not be started.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7245" />
+      <location filename="../UI/UserInterface.py" line="7201" />
       <source>&lt;p&gt;The eric web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7291" />
+      <location filename="../UI/UserInterface.py" line="7247" />
       <source>Open Browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7291" />
+      <location filename="../UI/UserInterface.py" line="7247" />
       <source>Could not start a web browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7595" />
-      <location filename="../UI/UserInterface.py" line="7557" />
+      <location filename="../UI/UserInterface.py" line="7551" />
+      <location filename="../UI/UserInterface.py" line="7513" />
       <source>Keyboard Shortcuts File (*.ekj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7575" />
+      <location filename="../UI/UserInterface.py" line="7531" />
       <source>&lt;p&gt;The keyboard shortcuts file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7779" />
+      <location filename="../UI/UserInterface.py" line="7735" />
       <source>Load crash session...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7782" />
+      <location filename="../UI/UserInterface.py" line="7738" />
       <source>Clean crash sessions...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7819" />
+      <location filename="../UI/UserInterface.py" line="7775" />
       <source>Read Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7820" />
+      <location filename="../UI/UserInterface.py" line="7776" />
       <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="7843" />
+      <location filename="../UI/UserInterface.py" line="7799" />
       <source>Save Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7868" />
-      <location filename="../UI/UserInterface.py" line="7845" />
+      <location filename="../UI/UserInterface.py" line="7824" />
+      <location filename="../UI/UserInterface.py" line="7801" />
       <source>eric Session Files (*.esj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8374" />
+      <location filename="../UI/UserInterface.py" line="8330" />
       <source>Drop Error</source>
       <translation>Errore Drop</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8375" />
+      <location filename="../UI/UserInterface.py" line="8331" />
       <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="8550" />
+      <location filename="../UI/UserInterface.py" line="8506" />
       <source>Upgrade available</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8551" />
+      <location filename="../UI/UserInterface.py" line="8507" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8599" />
+      <location filename="../UI/UserInterface.py" line="8555" />
       <source>First time usage</source>
       <translation>Primo avvio</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8600" />
+      <location filename="../UI/UserInterface.py" line="8556" />
       <source>eric has not been configured yet. The configuration dialog will be started.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8622" />
+      <location filename="../UI/UserInterface.py" line="8578" />
       <source>Select Workspace Directory</source>
       <translation type="unfinished">Seleziona cartella di lavoro</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8790" />
+      <location filename="../UI/UserInterface.py" line="8746" />
       <source>Unsaved Data Detected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8791" />
+      <location filename="../UI/UserInterface.py" line="8747" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <source>Qt5 Documentation</source>
+      <translation type="vanished">Documentazione Qt4 {5 ?}</translation>
+    </message>
+    <message>
+      <source>Open Qt5 Documentation</source>
+      <translation type="vanished">Apri documentazione su Qt4 {5 ?}</translation>
+    </message>
+    <message>
+      <source>PyQt5 Documentation</source>
+      <translation type="vanished">Documentazione PyQt4 {5 ?}</translation>
+    </message>
+    <message>
+      <source>Open PyQt5 Documentation</source>
+      <translation type="vanished">Apri documentazione su PyQt4 {5 ?}</translation>
+    </message>
+    <message>
       <source>&lt;/table&gt;</source>
       <translation type="vanished">&lt;/table&gt;</translation>
     </message>
--- a/src/eric7/i18n/eric7_pt.ts	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/i18n/eric7_pt.ts	Sun Apr 13 15:53:14 2025 +0200
@@ -8809,62 +8809,62 @@
       <translation>O ficheiro &lt;b&gt;{0}&lt;/b&gt; existe mas não tem classes.</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="252" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="243" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="248" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="239" />
       <source>uic error</source>
       <translation>erro uic</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="244" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="240" />
       <source>&lt;p&gt;There was an error loading the form &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Houve um erro ao carregar o form &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="253" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="249" />
       <source>&lt;p&gt;The project specific Python interpreter &lt;b&gt;{0}&lt;/b&gt; could not be started or did not finish within 30 seconds.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="405" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="401" />
       <source>Update Slots List</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="406" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="402" />
       <source>&lt;p&gt;The update of the slots list failed because invalid data was received.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Data: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="604" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="501" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="463" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="451" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="419" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="596" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="493" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="455" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="443" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="415" />
       <source>Code Generation</source>
       <translation>Geração de Código</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="420" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="416" />
       <source>&lt;p&gt;Code generation for project language "{0}" is not supported.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="452" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="444" />
       <source>&lt;p&gt;No code template file available for project type "{0}".&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="464" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="456" />
       <source>&lt;p&gt;Could not open the code template file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Não se pode abrir o ficheiro modelo de código "{0}"&lt;/p&gt;&lt;p&gt;Motivo: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="502" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="494" />
       <source>&lt;p&gt;Could not open the source file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Não se pode abrir o ficheiro fonte "{0}".&lt;/p&gt;&lt;p&gt;Motivo: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="605" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="597" />
       <source>&lt;p&gt;Could not write the source file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Não se pode escrever o ficheiro fonte "{0}".&lt;/p&gt;&lt;p&gt;Motivo: {1}&lt;/p&gt;</translation>
     </message>
@@ -24189,18 +24189,18 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="81" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="80" />
       <source>EricFileDialog Wizard</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="91" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="90" />
       <source>QFileDialog Wizard</source>
       <translation>Assistente para QFileDialog</translation>
     </message>
     <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="109" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="108" />
       <source>Test</source>
       <translation>Teste</translation>
     </message>
@@ -33457,8 +33457,7 @@
   <context>
     <name>HelpDocsInstaller</name>
     <message>
-      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="319" />
-      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="248" />
+      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="128" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be registered. &lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;O ficheiro &lt;b&gt;{0}&lt;/b&gt; não se pôde registar. &lt;br/&gt;Motivo: {1}&lt;/p&gt;</translation>
     </message>
@@ -33466,8 +33465,6 @@
   <context>
     <name>HelpDocumentationPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="60" />
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="56" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="52" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="48" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="44" />
@@ -33532,21 +33529,6 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Qt5 Documentation</source>
-      <translation>Documentação de Qt5</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Enter the Qt5 documentation directory</source>
-      <translation>Introduzir diretório da documentação de Qt5</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the QT5DOCDIR environment variable, if set.</source>
-      <translation>&lt;b&gt;Nota&lt;/b&gt;: Deixar vazio para usar a variável de ambiente QT5DOCDIR, se definida.</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
       <source>Qt6 Documentation</source>
       <translation type="unfinished">Documentação de Qt5 {6 ?}</translation>
     </message>
@@ -33562,21 +33544,6 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>PyQt5 Documentation</source>
-      <translation>Documentação de PyQt5</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Enter the PyQt5 documentation directory</source>
-      <translation>Introduzir diretório da documentação de PyQt5</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source>
-      <translation>&lt;b&gt;Nota&lt;/b&gt;: Deixar vazio para usar a variável de ambiente PYQT5DOCDIR, se definida.</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
       <source>PyQt6 Documentation</source>
       <translation type="unfinished">Documentação do PyQt5 {6 ?}</translation>
     </message>
@@ -33605,6 +33572,30 @@
       <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYSIDE6DOCDIR environment variable, if set.</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <source>Qt5 Documentation</source>
+      <translation type="vanished">Documentação de Qt5</translation>
+    </message>
+    <message>
+      <source>Enter the Qt5 documentation directory</source>
+      <translation type="vanished">Introduzir diretório da documentação de Qt5</translation>
+    </message>
+    <message>
+      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the QT5DOCDIR environment variable, if set.</source>
+      <translation type="vanished">&lt;b&gt;Nota&lt;/b&gt;: Deixar vazio para usar a variável de ambiente QT5DOCDIR, se definida.</translation>
+    </message>
+    <message>
+      <source>PyQt5 Documentation</source>
+      <translation type="vanished">Documentação de PyQt5</translation>
+    </message>
+    <message>
+      <source>Enter the PyQt5 documentation directory</source>
+      <translation type="vanished">Introduzir diretório da documentação de PyQt5</translation>
+    </message>
+    <message>
+      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source>
+      <translation type="vanished">&lt;b&gt;Nota&lt;/b&gt;: Deixar vazio para usar a variável de ambiente PYQT5DOCDIR, se definida.</translation>
+    </message>
   </context>
   <context>
     <name>HelpIndexWidget</name>
@@ -50811,7 +50802,7 @@
     </message>
     <message>
       <location filename="../QScintilla/Lexers/LexerPython.py" line="94" />
-      <source>PyQt5/6 Modules</source>
+      <source>PyQt6 Modules</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -62624,18 +62615,18 @@
   <context>
     <name>Preferences</name>
     <message>
-      <location filename="../Preferences/__init__.py" line="1891" />
+      <location filename="../Preferences/__init__.py" line="1866" />
       <source>Export Preferences</source>
       <translation>Exportar Preferências</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1920" />
-      <location filename="../Preferences/__init__.py" line="1893" />
+      <location filename="../Preferences/__init__.py" line="1895" />
+      <location filename="../Preferences/__init__.py" line="1868" />
       <source>Properties File (*.ini);;All Files (*)</source>
       <translation>Ficheiro de Propriedades (*.ini);;Ficheiros Todos (*)</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1918" />
+      <location filename="../Preferences/__init__.py" line="1893" />
       <source>Import Preferences</source>
       <translation>Importar Preferências</translation>
     </message>
@@ -63138,126 +63129,123 @@
     </message>
     <message>
       <location filename="../Preferences/ProgramsDialog.py" line="160" />
-      <source>Translation Extractor (Python, PyQt5)</source>
-      <translation>Extrator de Tradução (Python, PyQt5)</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="168" />
-      <source>Forms Compiler (Python, PyQt5)</source>
-      <translation>Compilador de Formulários (Python, PyQt5)</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="176" />
-      <source>Resource Compiler (Python, PyQt5)</source>
-      <translation>Compilador de Recursos (Python, PyQt5)</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="187" />
       <source>Translation Extractor (Python, PyQt6)</source>
       <translation type="unfinished">Extrator de Tradução (Python, PyQt5) {6)?}</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="194" />
+      <location filename="../Preferences/ProgramsDialog.py" line="167" />
       <source>Forms Compiler (Python, PyQt6)</source>
       <translation type="unfinished">Compilador de Formulários (Python, PyQt5) {6)?}</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="204" />
+      <location filename="../Preferences/ProgramsDialog.py" line="177" />
       <source>Translation Extractor (Python, PySide6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="213" />
+      <location filename="../Preferences/ProgramsDialog.py" line="186" />
       <source>Forms Compiler (Python, PySide6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="222" />
+      <location filename="../Preferences/ProgramsDialog.py" line="195" />
       <source>Resource Compiler (Python, PySide6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="237" />
+      <location filename="../Preferences/ProgramsDialog.py" line="210" />
       <source>conda Manager</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="247" />
+      <location filename="../Preferences/ProgramsDialog.py" line="220" />
       <source>PyPI Package Management</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="499" />
-      <location filename="../Preferences/ProgramsDialog.py" line="496" />
-      <location filename="../Preferences/ProgramsDialog.py" line="480" />
-      <location filename="../Preferences/ProgramsDialog.py" line="350" />
-      <location filename="../Preferences/ProgramsDialog.py" line="283" />
-      <location filename="../Preferences/ProgramsDialog.py" line="266" />
+      <location filename="../Preferences/ProgramsDialog.py" line="472" />
+      <location filename="../Preferences/ProgramsDialog.py" line="469" />
+      <location filename="../Preferences/ProgramsDialog.py" line="453" />
+      <location filename="../Preferences/ProgramsDialog.py" line="323" />
+      <location filename="../Preferences/ProgramsDialog.py" line="256" />
+      <location filename="../Preferences/ProgramsDialog.py" line="239" />
       <source>(unknown)</source>
       <translation>(desconhecido)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="270" />
+      <location filename="../Preferences/ProgramsDialog.py" line="243" />
       <source>Spell Checker - PyEnchant</source>
       <translation>Corretor Ortográfico - PyEnchant</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="287" />
+      <location filename="../Preferences/ProgramsDialog.py" line="260" />
       <source>Source Highlighter - Pygments</source>
       <translation>Realçador de Fonte - Pygments</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="294" />
+      <location filename="../Preferences/ProgramsDialog.py" line="267" />
       <source>MicroPython - MPY Cross Compiler</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="301" />
+      <location filename="../Preferences/ProgramsDialog.py" line="274" />
       <source>MicroPython - ESP Tool</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="312" />
+      <location filename="../Preferences/ProgramsDialog.py" line="285" />
       <source>MicroPython - PyBoard Flasher</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="322" />
+      <location filename="../Preferences/ProgramsDialog.py" line="295" />
       <source>MicroPython - STLink Info</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="332" />
+      <location filename="../Preferences/ProgramsDialog.py" line="305" />
       <source>MicroPython - STLink Flasher</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="354" />
+      <location filename="../Preferences/ProgramsDialog.py" line="327" />
       <source>Code Assistant - Jedi</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="434" />
+      <location filename="../Preferences/ProgramsDialog.py" line="407" />
       <source>(not configured)</source>
       <translation>(não configurado)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="469" />
+      <location filename="../Preferences/ProgramsDialog.py" line="442" />
       <source>(module not found)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="502" />
+      <location filename="../Preferences/ProgramsDialog.py" line="475" />
       <source>(not executable)</source>
       <translation>(não executável)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="548" />
-      <location filename="../Preferences/ProgramsDialog.py" line="516" />
-      <location filename="../Preferences/ProgramsDialog.py" line="514" />
+      <location filename="../Preferences/ProgramsDialog.py" line="521" />
+      <location filename="../Preferences/ProgramsDialog.py" line="489" />
+      <location filename="../Preferences/ProgramsDialog.py" line="487" />
       <source>(not found)</source>
       <translation>(não encontrado)</translation>
     </message>
+    <message>
+      <source>Translation Extractor (Python, PyQt5)</source>
+      <translation type="vanished">Extrator de Tradução (Python, PyQt5)</translation>
+    </message>
+    <message>
+      <source>Forms Compiler (Python, PyQt5)</source>
+      <translation type="vanished">Compilador de Formulários (Python, PyQt5)</translation>
+    </message>
+    <message>
+      <source>Resource Compiler (Python, PyQt5)</source>
+      <translation type="vanished">Compilador de Recursos (Python, PyQt5)</translation>
+    </message>
   </context>
   <context>
     <name>Project</name>
@@ -63278,404 +63266,394 @@
     </message>
     <message>
       <location filename="../Project/Project.py" line="337" />
-      <source>PyQt5 GUI</source>
-      <translation>GUI de PyQt5</translation>
+      <source>PyQt6 GUI</source>
+      <translation type="unfinished">GUI de PyQt4 {6 ?}</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="338" />
-      <source>PyQt5 Console</source>
-      <translation>Consola de PyQt5</translation>
+      <source>PyQt6 Console</source>
+      <translation type="unfinished">Consola de PyQt4 {6 ?}</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="339" />
-      <source>PyQt6 GUI</source>
-      <translation type="unfinished">GUI de PyQt4 {6 ?}</translation>
+      <source>Eric7 Plugin</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="340" />
-      <source>PyQt6 Console</source>
-      <translation type="unfinished">Consola de PyQt4 {6 ?}</translation>
+      <source>Console</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="341" />
-      <source>Eric7 Plugin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="342" />
-      <source>Console</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="343" />
       <source>Other</source>
       <translation>Outro</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="362" />
+      <location filename="../Project/Project.py" line="358" />
       <source>PySide6 GUI</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="363" />
+      <location filename="../Project/Project.py" line="359" />
       <source>PySide6 Console</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="461" />
-      <location filename="../Project/Project.py" line="449" />
-      <location filename="../Project/Project.py" line="438" />
+      <location filename="../Project/Project.py" line="457" />
+      <location filename="../Project/Project.py" line="445" />
+      <location filename="../Project/Project.py" line="434" />
       <source>Registering Project Type</source>
       <translation>A registar Tipo de Projeto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="439" />
+      <location filename="../Project/Project.py" line="435" />
       <source>&lt;p&gt;The Programming Language &lt;b&gt;{0}&lt;/b&gt; is not supported (project type: {1}).&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="450" />
+      <location filename="../Project/Project.py" line="446" />
       <source>&lt;p&gt;The Project type &lt;b&gt;{0}&lt;/b&gt; is already registered with Programming Language &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;O tipo de Projeto &lt;b&gt;{0}&lt;/b&gt; já está registado com a Linguagem de Programação &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="462" />
+      <location filename="../Project/Project.py" line="458" />
       <source>&lt;p&gt;The Project type &lt;b&gt;{0}&lt;/b&gt; is already registered.&lt;/p&gt;</source>
       <translation>&lt;p&gt;O tipo de Projeto &lt;b&gt;{0}&lt;/b&gt; já está registado.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="767" />
+      <location filename="../Project/Project.py" line="763" />
       <source>All Files (*)</source>
       <translation type="unfinished">Ficheiros Todos (*)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1321" />
+      <location filename="../Project/Project.py" line="1310" />
       <source>Read Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1567" />
-      <location filename="../Project/Project.py" line="1541" />
-      <location filename="../Project/Project.py" line="1505" />
-      <location filename="../Project/Project.py" line="1423" />
-      <location filename="../Project/Project.py" line="1384" />
-      <location filename="../Project/Project.py" line="1359" />
-      <location filename="../Project/Project.py" line="1322" />
+      <location filename="../Project/Project.py" line="1556" />
+      <location filename="../Project/Project.py" line="1530" />
+      <location filename="../Project/Project.py" line="1494" />
+      <location filename="../Project/Project.py" line="1412" />
+      <location filename="../Project/Project.py" line="1373" />
+      <location filename="../Project/Project.py" line="1348" />
+      <location filename="../Project/Project.py" line="1311" />
       <source>Please save the project first.</source>
       <translation>Guarde primeiro o projeto por favor.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1358" />
+      <location filename="../Project/Project.py" line="1347" />
       <source>Save Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1400" />
-      <location filename="../Project/Project.py" line="1383" />
+      <location filename="../Project/Project.py" line="1389" />
+      <location filename="../Project/Project.py" line="1372" />
       <source>Delete Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1390" />
+      <location filename="../Project/Project.py" line="1379" />
       <source>Delete Remote Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1409" />
+      <location filename="../Project/Project.py" line="1398" />
       <source>&lt;p&gt;The project session file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1422" />
+      <location filename="../Project/Project.py" line="1411" />
       <source>Read Tasks</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1504" />
+      <location filename="../Project/Project.py" line="1493" />
       <source>Read Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1540" />
+      <location filename="../Project/Project.py" line="1529" />
       <source>Save Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1583" />
-      <location filename="../Project/Project.py" line="1566" />
+      <location filename="../Project/Project.py" line="1572" />
+      <location filename="../Project/Project.py" line="1555" />
       <source>Delete Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1573" />
+      <location filename="../Project/Project.py" line="1562" />
       <source>Delete Remote Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1592" />
+      <location filename="../Project/Project.py" line="1581" />
       <source>&lt;p&gt;The project debugger properties file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1765" />
+      <location filename="../Project/Project.py" line="1754" />
       <source>Add Language</source>
       <translation>Adicionar Idioma</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1766" />
+      <location filename="../Project/Project.py" line="1755" />
       <source>You have to specify a translation pattern first.</source>
       <translation>Primeiro tem que especificar um padrão de tradução.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1905" />
+      <location filename="../Project/Project.py" line="1892" />
       <source>Delete Translation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1932" />
-      <location filename="../Project/Project.py" line="1906" />
+      <location filename="../Project/Project.py" line="1919" />
+      <location filename="../Project/Project.py" line="1893" />
       <source>&lt;p&gt;The selected translation file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1931" />
+      <location filename="../Project/Project.py" line="1918" />
       <source>Delete translation</source>
       <translation>Apagar a Tradução</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="2071" />
+      <location filename="../Project/Project.py" line="2054" />
+      <source>Add File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="2173" />
+      <location filename="../Project/Project.py" line="2055" />
+      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists.&lt;/p&gt;&lt;p&gt;Overwrite it?&lt;/p&gt;</source>
+      <translation>&lt;p&gt;O ficheiro &lt;b&gt;{0}&lt;/b&gt; já existe. &lt;/p&gt;&lt;p&gt;Sobreescrever?&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="2072" />
+      <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be added to &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {2}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="2084" />
-      <location filename="../Project/Project.py" line="2067" />
-      <source>Add File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2186" />
-      <location filename="../Project/Project.py" line="2068" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists.&lt;/p&gt;&lt;p&gt;Overwrite it?&lt;/p&gt;</source>
-      <translation>&lt;p&gt;O ficheiro &lt;b&gt;{0}&lt;/b&gt; já existe. &lt;/p&gt;&lt;p&gt;Sobreescrever?&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2085" />
-      <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be added to &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {2}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2097" />
       <source>Add file</source>
       <translation>Adicionar ficheiro</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2282" />
-      <location filename="../Project/Project.py" line="2098" />
+      <location filename="../Project/Project.py" line="2269" />
+      <location filename="../Project/Project.py" line="2085" />
       <source>The target directory must not be empty.</source>
       <translation>O diretório de destino não pode estar vazio.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2185" />
-      <location filename="../Project/Project.py" line="2158" />
-      <location filename="../Project/Project.py" line="2138" />
+      <location filename="../Project/Project.py" line="2172" />
+      <location filename="../Project/Project.py" line="2145" />
+      <location filename="../Project/Project.py" line="2125" />
       <source>Add Directory</source>
       <translation type="unfinished">Adicionar Diretório</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2139" />
+      <location filename="../Project/Project.py" line="2126" />
       <source>&lt;p&gt;The source directory doesn't contain any files belonging to the selected category.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2159" />
+      <location filename="../Project/Project.py" line="2146" />
       <source>&lt;p&gt;The target directory &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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2293" />
-      <location filename="../Project/Project.py" line="2281" />
+      <location filename="../Project/Project.py" line="2280" />
+      <location filename="../Project/Project.py" line="2268" />
       <source>Add directory</source>
       <translation>Adicionar diretório</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2294" />
+      <location filename="../Project/Project.py" line="2281" />
       <source>The source directory must not be empty.</source>
       <translation>O diretório fonte não pode estar vazio.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2408" />
-      <location filename="../Project/Project.py" line="2390" />
-      <location filename="../Project/Project.py" line="2374" />
-      <location filename="../Project/Project.py" line="2367" />
+      <location filename="../Project/Project.py" line="2395" />
+      <location filename="../Project/Project.py" line="2377" />
+      <location filename="../Project/Project.py" line="2361" />
+      <location filename="../Project/Project.py" line="2354" />
       <source>Rename File</source>
       <translation>Renomear Ficheiro</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8075" />
-      <location filename="../Project/Project.py" line="3895" />
-      <location filename="../Project/Project.py" line="2391" />
+      <location filename="../Project/Project.py" line="8062" />
+      <location filename="../Project/Project.py" line="3882" />
+      <location filename="../Project/Project.py" line="2378" />
       <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>
     <message>
-      <location filename="../Project/Project.py" line="2409" />
+      <location filename="../Project/Project.py" line="2396" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be renamed.&lt;br /&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2676" />
+      <location filename="../Project/Project.py" line="2663" />
       <source>Delete File</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2677" />
+      <location filename="../Project/Project.py" line="2664" />
       <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2705" />
+      <location filename="../Project/Project.py" line="2692" />
       <source>Delete Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2706" />
+      <location filename="../Project/Project.py" line="2693" />
       <source>&lt;p&gt;The selected directory &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2839" />
+      <location filename="../Project/Project.py" line="2826" />
       <source>Create project directory</source>
       <translation>Criar diretório de projeto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2840" />
+      <location filename="../Project/Project.py" line="2827" />
       <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;</source>
       <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="3668" />
-      <location filename="../Project/Project.py" line="2940" />
+      <location filename="../Project/Project.py" line="3655" />
+      <location filename="../Project/Project.py" line="2927" />
       <source>Create project management directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3669" />
-      <location filename="../Project/Project.py" line="2941" />
+      <location filename="../Project/Project.py" line="3656" />
+      <location filename="../Project/Project.py" line="2928" />
       <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; is not writable.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2981" />
+      <location filename="../Project/Project.py" line="2968" />
       <source>Create main script</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2982" />
+      <location filename="../Project/Project.py" line="2969" />
       <source>&lt;p&gt;The main script &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3449" />
-      <location filename="../Project/Project.py" line="3006" />
+      <location filename="../Project/Project.py" line="3436" />
+      <location filename="../Project/Project.py" line="2993" />
       <source>Create Makefile</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3450" />
-      <location filename="../Project/Project.py" line="3007" />
+      <location filename="../Project/Project.py" line="3437" />
+      <location filename="../Project/Project.py" line="2994" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3698" />
-      <location filename="../Project/Project.py" line="3159" />
-      <location filename="../Project/Project.py" line="3130" />
-      <location filename="../Project/Project.py" line="3098" />
-      <location filename="../Project/Project.py" line="3080" />
-      <location filename="../Project/Project.py" line="3055" />
-      <location filename="../Project/Project.py" line="3017" />
+      <location filename="../Project/Project.py" line="3685" />
+      <location filename="../Project/Project.py" line="3146" />
+      <location filename="../Project/Project.py" line="3117" />
+      <location filename="../Project/Project.py" line="3085" />
+      <location filename="../Project/Project.py" line="3067" />
+      <location filename="../Project/Project.py" line="3042" />
+      <location filename="../Project/Project.py" line="3004" />
       <source>New Project</source>
       <translation>Projeto Novo</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3018" />
+      <location filename="../Project/Project.py" line="3005" />
       <source>Add existing files to the project?</source>
       <translation>Adicionar os ficheiros existentes ao projeto?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3699" />
-      <location filename="../Project/Project.py" line="3056" />
+      <location filename="../Project/Project.py" line="3686" />
+      <location filename="../Project/Project.py" line="3043" />
       <source>Select Version Control System</source>
       <translation>Selecionar o Sistema de Control de Versão</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3160" />
-      <location filename="../Project/Project.py" line="3081" />
+      <location filename="../Project/Project.py" line="3147" />
+      <location filename="../Project/Project.py" line="3068" />
       <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="3099" />
+      <location filename="../Project/Project.py" line="3086" />
       <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="3136" />
-      <location filename="../Project/Project.py" line="3125" />
+      <location filename="../Project/Project.py" line="3123" />
+      <location filename="../Project/Project.py" line="3112" />
       <source>None</source>
       <translation>Nenhum</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3131" />
+      <location filename="../Project/Project.py" line="3118" />
       <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="3342" />
+      <location filename="../Project/Project.py" line="3329" />
       <source>Translation Pattern</source>
       <translation>Padrão de Tradução</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3343" />
+      <location filename="../Project/Project.py" line="3330" />
       <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source>
       <translation>Introduzir o padrão para os ficheiros de tradução (usar '%language%' em lugar do código de idioma):</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3647" />
+      <location filename="../Project/Project.py" line="3634" />
       <source>Open Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8061" />
-      <location filename="../Project/Project.py" line="8055" />
-      <location filename="../Project/Project.py" line="8045" />
-      <location filename="../Project/Project.py" line="3880" />
-      <location filename="../Project/Project.py" line="3870" />
-      <location filename="../Project/Project.py" line="3649" />
+      <location filename="../Project/Project.py" line="8048" />
+      <location filename="../Project/Project.py" line="8042" />
+      <location filename="../Project/Project.py" line="8032" />
+      <location filename="../Project/Project.py" line="3867" />
+      <location filename="../Project/Project.py" line="3857" />
+      <location filename="../Project/Project.py" line="3636" />
       <source>Project Files (*.epj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3894" />
-      <location filename="../Project/Project.py" line="3878" />
+      <location filename="../Project/Project.py" line="3881" />
+      <location filename="../Project/Project.py" line="3865" />
       <source>Save Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3933" />
+      <location filename="../Project/Project.py" line="3920" />
       <source>Close Project</source>
       <translation>Fechar Projeto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3934" />
+      <location filename="../Project/Project.py" line="3921" />
       <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="4134" />
-      <location filename="../Project/Project.py" line="4098" />
+      <location filename="../Project/Project.py" line="4121" />
+      <location filename="../Project/Project.py" line="4085" />
       <source>Syntax Errors Detected</source>
       <translation type="unfinished" />
     </message>
     <message numerus="yes">
-      <location filename="../Project/Project.py" line="4135" />
-      <location filename="../Project/Project.py" line="4099" />
+      <location filename="../Project/Project.py" line="4122" />
+      <location filename="../Project/Project.py" line="4086" />
       <source>The project contains %n file(s) with syntax errors.</source>
       <translation>
         <numerusform>O projeto tem um ficheiro com erros de síntaxe.</numerusform>
@@ -63683,1271 +63661,1279 @@
       </translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4793" />
+      <location filename="../Project/Project.py" line="4780" />
       <source>New project</source>
       <translation>Projeto novo</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4795" />
+      <location filename="../Project/Project.py" line="4782" />
       <source>&amp;New...</source>
       <translation>&amp;Novo...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4801" />
+      <location filename="../Project/Project.py" line="4788" />
       <source>Generate a new project</source>
       <translation>Criar um projeto novo</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4803" />
+      <location filename="../Project/Project.py" line="4790" />
       <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="4813" />
+      <location filename="../Project/Project.py" line="4800" />
       <source>Open project</source>
       <translation>Abrir projeto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4815" />
+      <location filename="../Project/Project.py" line="4802" />
       <source>&amp;Open...</source>
       <translation>&amp;Abrir...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4821" />
+      <location filename="../Project/Project.py" line="4808" />
       <source>Open an existing project</source>
       <translation>Abrir um projeto existente</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4823" />
+      <location filename="../Project/Project.py" line="4810" />
       <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="4829" />
+      <location filename="../Project/Project.py" line="4816" />
       <source>Open remote project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4831" />
+      <location filename="../Project/Project.py" line="4818" />
       <source>Open (Remote)...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4824" />
+      <source>Open an existing remote project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4826" />
+      <source>&lt;b&gt;Open (Remote)...&lt;/b&gt;&lt;p&gt;This opens an existing remote project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4835" />
+      <source>Reload project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4837" />
-      <source>Open an existing remote project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4839" />
-      <source>&lt;b&gt;Open (Remote)...&lt;/b&gt;&lt;p&gt;This opens an existing remote project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4848" />
-      <source>Reload project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4850" />
       <source>Re&amp;load</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4856" />
+      <location filename="../Project/Project.py" line="4843" />
       <source>Reload the current project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4858" />
+      <location filename="../Project/Project.py" line="4845" />
       <source>&lt;b&gt;Reload&lt;/b&gt;&lt;p&gt;This reloads the current project.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4864" />
+      <location filename="../Project/Project.py" line="4851" />
       <source>Close project</source>
       <translation>Fechar projeto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4866" />
+      <location filename="../Project/Project.py" line="4853" />
       <source>&amp;Close</source>
       <translation>&amp;Fechar</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4872" />
+      <location filename="../Project/Project.py" line="4859" />
       <source>Close the current project</source>
       <translation>Fechar o projeto atual</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4874" />
+      <location filename="../Project/Project.py" line="4861" />
       <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="4880" />
+      <location filename="../Project/Project.py" line="4867" />
       <source>Save project</source>
       <translation>Gravar projeto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5177" />
-      <location filename="../Project/Project.py" line="4882" />
+      <location filename="../Project/Project.py" line="5164" />
+      <location filename="../Project/Project.py" line="4869" />
       <source>&amp;Save</source>
       <translation>&amp;Gravar</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4888" />
+      <location filename="../Project/Project.py" line="4875" />
       <source>Save the current project</source>
       <translation>Gravar o projeto actual</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4890" />
+      <location filename="../Project/Project.py" line="4877" />
       <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="4896" />
+      <location filename="../Project/Project.py" line="4883" />
       <source>Save project as</source>
       <translation>Gravar projeto como</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4898" />
+      <location filename="../Project/Project.py" line="4885" />
       <source>Save &amp;as...</source>
       <translation>Gravar &amp;como...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4891" />
+      <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="4893" />
+      <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="4902" />
+      <source>Save project as (Remote)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4904" />
-      <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="4906" />
-      <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="4915" />
-      <source>Save project as (Remote)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4917" />
       <source>Save as (Remote)...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4924" />
+      <location filename="../Project/Project.py" line="4911" />
       <source>Save the current project to a new remote file</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4927" />
+      <location filename="../Project/Project.py" line="4914" />
       <source>&lt;b&gt;Save as (Remote)&lt;/b&gt;&lt;p&gt;This saves the current project to a new remote file.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4943" />
+      <location filename="../Project/Project.py" line="4930" />
       <source>Add files to project</source>
       <translation>Adicionar ficheiros ao projeto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4945" />
+      <location filename="../Project/Project.py" line="4932" />
       <source>Add &amp;files...</source>
       <translation>Adicionar &amp;ficheiros...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4938" />
+      <source>Add files to the current project</source>
+      <translation>Adicionar ficheiros ao projeto atual</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4940" />
+      <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="4951" />
-      <source>Add files to the current project</source>
-      <translation>Adicionar ficheiros ao projeto atual</translation>
+      <source>Add directory to project</source>
+      <translation>Adicionar diretório ao projeto</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="4953" />
-      <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="4964" />
-      <source>Add directory to project</source>
-      <translation>Adicionar diretório ao projeto</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4966" />
       <source>Add directory...</source>
       <translation>Adicionar diretório...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4960" />
+      <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="4963" />
+      <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="4973" />
-      <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="4976" />
-      <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="4986" />
       <source>Add translation to project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4988" />
+      <location filename="../Project/Project.py" line="4975" />
       <source>Add &amp;translation...</source>
       <translation>Adicionar &amp;tradução...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4982" />
+      <source>Add a translation to the current project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4985" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4995" />
-      <source>Add a translation to the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4998" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5008" />
       <source>Search new files</source>
       <translation>Procurar ficheiros novos</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5009" />
+      <location filename="../Project/Project.py" line="4996" />
       <source>Searc&amp;h new files...</source>
       <translation>&amp;Procurar ficheiros novos...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5002" />
+      <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="5004" />
+      <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, forms, ...) in the project directory and registered subdirectories.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5014" />
+      <source>Search Project File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5015" />
-      <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="5017" />
-      <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, forms, ...) in the project directory and registered subdirectories.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5027" />
-      <source>Search Project File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5028" />
       <source>Search Project File...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5029" />
+      <location filename="../Project/Project.py" line="5016" />
       <source>Alt+Ctrl+P</source>
       <comment>Project|Search Project File</comment>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5021" />
+      <source>Search for a file in the project list of files.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5023" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5032" />
+      <source>Project properties</source>
+      <translation>Propriedades do projeto</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5034" />
-      <source>Search for a file in the project list of files.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5036" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5045" />
-      <source>Project properties</source>
-      <translation>Propriedades do projeto</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5047" />
       <source>&amp;Properties...</source>
       <translation>&amp;Propriedades...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5040" />
+      <source>Show the project properties</source>
+      <translation>Mostrar as propriedades do projeto</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5042" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5051" />
+      <source>User project properties</source>
+      <translation>Propriedades de projecto do usuário</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5053" />
-      <source>Show the project properties</source>
-      <translation>Mostrar as propriedades do projeto</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5055" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5064" />
-      <source>User project properties</source>
-      <translation>Propriedades de projecto do usuário</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5066" />
       <source>&amp;User Properties...</source>
       <translation>Propriedades de &amp;Usuário...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5060" />
+      <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="5063" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5073" />
-      <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="5076" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5086" />
       <source>Filetype Associations</source>
       <translation>Associações de Tipos de Ficheiros</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5087" />
+      <location filename="../Project/Project.py" line="5074" />
       <source>Filetype Associations...</source>
       <translation>Associações de Tipos de Ficheiros...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5094" />
+      <location filename="../Project/Project.py" line="5081" />
       <source>Show the project file type associations</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5084" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5097" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5110" />
       <source>Lexer Associations</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5111" />
+      <location filename="../Project/Project.py" line="5098" />
       <source>Lexer Associations...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5118" />
+      <location filename="../Project/Project.py" line="5105" />
       <source>Show the project lexer associations (overriding defaults)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5121" />
+      <location filename="../Project/Project.py" line="5108" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5139" />
+      <location filename="../Project/Project.py" line="5126" />
       <source>Debugger Properties</source>
       <translation>Propriedades do Depurador</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5140" />
+      <location filename="../Project/Project.py" line="5127" />
       <source>Debugger &amp;Properties...</source>
       <translation>&amp;Propriedades do Depurador...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5133" />
+      <source>Show the debugger properties</source>
+      <translation>Mostrar as propriedades do depurador</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5135" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5145" />
+      <source>Load</source>
+      <translation>Carregar</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5146" />
-      <source>Show the debugger properties</source>
-      <translation>Mostrar as propriedades do depurador</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5148" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5158" />
-      <source>Load</source>
-      <translation>Carregar</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5159" />
       <source>&amp;Load</source>
       <translation>&amp;Carregar</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5165" />
+      <location filename="../Project/Project.py" line="5152" />
       <source>Load the debugger properties</source>
       <translation>Carregar propriedades do depurador</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5167" />
+      <location filename="../Project/Project.py" line="5154" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5176" />
+      <location filename="../Project/Project.py" line="5163" />
       <source>Save</source>
       <translation>Gravar</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5183" />
+      <location filename="../Project/Project.py" line="5170" />
       <source>Save the debugger properties</source>
       <translation>Gravar propriedades do depurador</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5185" />
+      <location filename="../Project/Project.py" line="5172" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5194" />
+      <location filename="../Project/Project.py" line="5181" />
       <source>Delete</source>
       <translation>Apagar</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5195" />
+      <location filename="../Project/Project.py" line="5182" />
       <source>&amp;Delete</source>
       <translation>&amp;Apagar</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5188" />
+      <source>Delete the debugger properties</source>
+      <translation>Apagar as propriedades do depurador</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5190" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5200" />
+      <source>Reset</source>
+      <translation>Reinicializar</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5201" />
-      <source>Delete the debugger properties</source>
-      <translation>Apagar as propriedades do depurador</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5203" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5213" />
-      <source>Reset</source>
-      <translation>Reinicializar</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5214" />
       <source>&amp;Reset</source>
       <translation>&amp;Reinicializar</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5220" />
+      <location filename="../Project/Project.py" line="5207" />
       <source>Reset the debugger properties</source>
       <translation>Reinicializar as propriedades do depurador</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5222" />
+      <location filename="../Project/Project.py" line="5209" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5238" />
-      <location filename="../Project/Project.py" line="5237" />
+      <location filename="../Project/Project.py" line="5225" />
+      <location filename="../Project/Project.py" line="5224" />
       <source>Load session</source>
       <translation>Carregar sessão</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5244" />
+      <location filename="../Project/Project.py" line="5231" />
       <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="5246" />
+      <location filename="../Project/Project.py" line="5233" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5262" />
-      <location filename="../Project/Project.py" line="5261" />
+      <location filename="../Project/Project.py" line="5249" />
+      <location filename="../Project/Project.py" line="5248" />
       <source>Save session</source>
       <translation>Guargar sessão</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5268" />
+      <location filename="../Project/Project.py" line="5255" />
       <source>Save the projects session file.</source>
       <translation>Gravar ficheiro de sessão do projeto.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5270" />
+      <location filename="../Project/Project.py" line="5257" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5286" />
-      <location filename="../Project/Project.py" line="5285" />
+      <location filename="../Project/Project.py" line="5273" />
+      <location filename="../Project/Project.py" line="5272" />
       <source>Delete session</source>
       <translation>Apagar sessão</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5292" />
+      <location filename="../Project/Project.py" line="5279" />
       <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="5294" />
+      <location filename="../Project/Project.py" line="5281" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5309" />
+      <location filename="../Project/Project.py" line="5296" />
       <source>Code Metrics</source>
       <translation type="unfinished">Métricas de Código</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5310" />
+      <location filename="../Project/Project.py" line="5297" />
       <source>&amp;Code Metrics...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5304" />
+      <source>Show some code metrics for the project.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5307" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5317" />
-      <source>Show some code metrics for the project.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5320" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5330" />
       <source>Python Code Coverage</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5331" />
+      <location filename="../Project/Project.py" line="5318" />
       <source>Code Co&amp;verage...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5338" />
+      <location filename="../Project/Project.py" line="5325" />
       <source>Show code coverage information for the project.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5341" />
+      <location filename="../Project/Project.py" line="5328" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6775" />
       <location filename="../Project/Project.py" line="6762" />
-      <location filename="../Project/Project.py" line="5351" />
+      <location filename="../Project/Project.py" line="6749" />
+      <location filename="../Project/Project.py" line="5338" />
       <source>Profile Data</source>
       <translation type="unfinished">Dados de Perfil</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5352" />
+      <location filename="../Project/Project.py" line="5339" />
       <source>&amp;Profile Data...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5359" />
+      <location filename="../Project/Project.py" line="5346" />
       <source>Show profiling data for the project.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5362" />
+      <location filename="../Project/Project.py" line="5349" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6827" />
-      <location filename="../Project/Project.py" line="5377" />
+      <location filename="../Project/Project.py" line="6814" />
+      <location filename="../Project/Project.py" line="5364" />
       <source>Application Diagram</source>
       <translation>Diagrama da Aplicação</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5378" />
+      <location filename="../Project/Project.py" line="5365" />
       <source>&amp;Application Diagram...</source>
       <translation>Diagrama da &amp;Aplicação...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5372" />
+      <source>Show a diagram of the project.</source>
+      <translation>Mostrar o diagrama do projeto.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5375" />
+      <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="5384" />
+      <source>Load Diagram</source>
+      <translation>Carregar Diagrama</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5385" />
-      <source>Show a diagram of the project.</source>
-      <translation>Mostrar o diagrama do projeto.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5388" />
-      <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="5397" />
-      <source>Load Diagram</source>
-      <translation>Carregar Diagrama</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5398" />
       <source>&amp;Load Diagram...</source>
       <translation>&amp;Carregar Diagrama...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5404" />
+      <location filename="../Project/Project.py" line="5391" />
       <source>Load a diagram from file.</source>
       <translation>Carregar um diagrama desde um ficheiro.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5406" />
+      <location filename="../Project/Project.py" line="5393" />
       <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>
     <message>
-      <location filename="../Project/Project.py" line="6995" />
-      <location filename="../Project/Project.py" line="6940" />
-      <location filename="../Project/Project.py" line="5421" />
+      <location filename="../Project/Project.py" line="6982" />
+      <location filename="../Project/Project.py" line="6927" />
+      <location filename="../Project/Project.py" line="5408" />
       <source>Create Package List</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5423" />
+      <location filename="../Project/Project.py" line="5410" />
       <source>Create &amp;Package List</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5430" />
+      <location filename="../Project/Project.py" line="5417" />
       <source>Create an initial PKGLIST file for an eric plugin.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5420" />
+      <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric plugin archive. The list is created from the project file.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7053" />
+      <location filename="../Project/Project.py" line="5431" />
+      <source>Create Plugin Archives</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5433" />
-      <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric plugin archive. The list is created from the project file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7066" />
-      <location filename="../Project/Project.py" line="5444" />
-      <source>Create Plugin Archives</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5446" />
       <source>Create Plugin &amp;Archives</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5452" />
+      <location filename="../Project/Project.py" line="5439" />
       <source>Create eric plugin archive files.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5454" />
+      <location filename="../Project/Project.py" line="5441" />
       <source>&lt;b&gt;Create Plugin Archives&lt;/b&gt;&lt;p&gt;This creates eric 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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5466" />
+      <location filename="../Project/Project.py" line="5453" />
       <source>Create Plugin Archives (Snapshot)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5468" />
+      <location filename="../Project/Project.py" line="5455" />
       <source>Create Plugin Archives (&amp;Snapshot)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5475" />
+      <location filename="../Project/Project.py" line="5462" />
       <source>Create eric plugin archive files (snapshot releases).</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5478" />
+      <location filename="../Project/Project.py" line="5465" />
       <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric 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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7522" />
-      <location filename="../Project/Project.py" line="7493" />
-      <location filename="../Project/Project.py" line="7447" />
-      <location filename="../Project/Project.py" line="7399" />
-      <location filename="../Project/Project.py" line="5497" />
+      <location filename="../Project/Project.py" line="7509" />
+      <location filename="../Project/Project.py" line="7480" />
+      <location filename="../Project/Project.py" line="7434" />
+      <location filename="../Project/Project.py" line="7386" />
+      <location filename="../Project/Project.py" line="5484" />
       <source>Execute Make</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5498" />
+      <location filename="../Project/Project.py" line="5485" />
       <source>&amp;Execute Make</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5491" />
+      <source>Perform a 'make' run.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5493" />
+      <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a 'make' run to rebuild the configured target.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7486" />
+      <location filename="../Project/Project.py" line="5503" />
+      <source>Test for Changes</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5504" />
-      <source>Perform a 'make' run.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5506" />
-      <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a 'make' run to rebuild the configured target.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7499" />
-      <location filename="../Project/Project.py" line="5516" />
-      <source>Test for Changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5517" />
       <source>&amp;Test for Changes</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5524" />
+      <location filename="../Project/Project.py" line="5511" />
       <source>Question 'make', if a rebuild is needed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5527" />
+      <location filename="../Project/Project.py" line="5514" />
       <source>&lt;b&gt;Test for Changes&lt;/b&gt;&lt;p&gt;This questions 'make', if a rebuild of the configured target is necessary.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5545" />
+      <location filename="../Project/Project.py" line="5532" />
       <source>Create SBOM File</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5546" />
+      <location filename="../Project/Project.py" line="5533" />
       <source>Create &amp;SBOM File</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5553" />
+      <location filename="../Project/Project.py" line="5540" />
       <source>Create a SBOM file of the project dependencies.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5556" />
+      <location filename="../Project/Project.py" line="5543" />
       <source>&lt;b&gt;Create SBOM File&lt;/b&gt;&lt;p&gt;This allows the creation of a SBOM file of the project dependencies. This may be based on various input sources and will be saved as a CycloneDX SBOM file.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5567" />
+      <location filename="../Project/Project.py" line="5554" />
       <source>Clear Byte Code Caches</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5568" />
+      <location filename="../Project/Project.py" line="5555" />
       <source>Clear Byte Code &amp;Caches</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5575" />
+      <location filename="../Project/Project.py" line="5562" />
       <source>Clear the byte code caches of the project.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5578" />
+      <location filename="../Project/Project.py" line="5565" />
       <source>&lt;b&gt;Clear Byte Code Caches&lt;/b&gt;&lt;p&gt;This deletes all directories containing byte code cache files.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5594" />
+      <location filename="../Project/Project.py" line="5581" />
       <source>About Black</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5595" />
+      <location filename="../Project/Project.py" line="5582" />
       <source>&amp;Black</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5601" />
+      <location filename="../Project/Project.py" line="5588" />
       <source>Show some information about 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5590" />
+      <source>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'Black' tool.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5602" />
+      <source>Format Code</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5603" />
-      <source>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'Black' tool.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5615" />
-      <source>Format Code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5616" />
       <source>&amp;Format Code</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5623" />
+      <location filename="../Project/Project.py" line="5610" />
       <source>Format the project sources with 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5613" />
+      <source>&lt;b&gt;Format Code&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the formatting run and reformats the project sources using 'Black'.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5625" />
+      <source>Check Code Formatting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5626" />
-      <source>&lt;b&gt;Format Code&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the formatting run and reformats the project sources using 'Black'.&lt;/p&gt;</source>
+      <source>&amp;Check Code Formatting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5633" />
+      <source>Check, if the project sources need to be reformatted with 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5638" />
-      <source>Check Code Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5639" />
-      <source>&amp;Check Code Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5646" />
-      <source>Check, if the project sources need to be reformatted with 'Black'.</source>
+      <source>&lt;b&gt;Check Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format check run and performs a check, if the project sources need to be reformatted using 'Black'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5651" />
-      <source>&lt;b&gt;Check Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format check run and performs a check, if the project sources need to be reformatted using 'Black'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5664" />
       <source>Code Formatting Diff</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5652" />
+      <source>Code Formatting &amp;Diff</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5659" />
+      <source>Generate a unified diff of potential project source reformatting with 'Black'.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5665" />
-      <source>Code Formatting &amp;Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5672" />
-      <source>Generate a unified diff of potential project source reformatting with 'Black'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
+      <source>&lt;b&gt;Diff Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format diff run and generates a unified diff of potential project source reformatting using 'Black'.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5830" />
+      <location filename="../Project/Project.py" line="5780" />
+      <location filename="../Project/Project.py" line="5779" />
+      <location filename="../Project/Project.py" line="5679" />
       <location filename="../Project/Project.py" line="5678" />
-      <source>&lt;b&gt;Diff Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format diff run and generates a unified diff of potential project source reformatting using 'Black'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5843" />
-      <location filename="../Project/Project.py" line="5793" />
-      <location filename="../Project/Project.py" line="5792" />
-      <location filename="../Project/Project.py" line="5692" />
-      <location filename="../Project/Project.py" line="5691" />
       <source>Configure</source>
       <translation type="unfinished">Configurar</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5699" />
+      <location filename="../Project/Project.py" line="5686" />
       <source>Enter the parameters for formatting the project sources with 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5704" />
+      <location filename="../Project/Project.py" line="5691" />
       <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This shows a dialog to enter the parameters for formatting the project sources with 'Black'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5720" />
+      <location filename="../Project/Project.py" line="5707" />
       <source>About isort</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5721" />
+      <location filename="../Project/Project.py" line="5708" />
       <source>&amp;isort</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5727" />
+      <location filename="../Project/Project.py" line="5714" />
       <source>Show some information about 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5716" />
+      <source>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'isort' tool.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5729" />
-      <source>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'isort' tool.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5742" />
-      <location filename="../Project/Project.py" line="5741" />
+      <location filename="../Project/Project.py" line="5728" />
       <source>Sort Imports</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5749" />
+      <location filename="../Project/Project.py" line="5736" />
       <source>Sort the import statements of the project sources with 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5739" />
+      <source>&lt;b&gt;Sort Imports&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting run and sorts the import statements of the project sources using 'isort'.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5753" />
       <location filename="../Project/Project.py" line="5752" />
-      <source>&lt;b&gt;Sort Imports&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting run and sorts the import statements of the project sources using 'isort'.&lt;/p&gt;</source>
+      <source>Imports Sorting Diff</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5760" />
+      <source>Generate a unified diff of potential project source imports resorting with 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5766" />
-      <location filename="../Project/Project.py" line="5765" />
-      <source>Imports Sorting Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5773" />
-      <source>Generate a unified diff of potential project source imports resorting with 'isort'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5779" />
       <source>&lt;b&gt;Imports Sorting Diff&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting diff run and generates a unified diff of potential project source changes using 'isort'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5800" />
+      <location filename="../Project/Project.py" line="5787" />
       <source>Enter the parameters for resorting the project sources import statements with 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5806" />
+      <location filename="../Project/Project.py" line="5793" />
       <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This shows a dialog to enter the parameters for resorting the import statements of the project sources with 'isort'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5822" />
+      <location filename="../Project/Project.py" line="5809" />
       <source>Install Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5823" />
+      <location filename="../Project/Project.py" line="5810" />
       <source>&amp;Install Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5830" />
+      <location filename="../Project/Project.py" line="5817" />
       <source>Install the project into the embedded environment.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5833" />
+      <location filename="../Project/Project.py" line="5820" />
       <source>&lt;b&gt;Install Project&lt;/b&gt;&lt;p&gt;This installs the project into the embedded virtual environment in editable mode (i.e. development mode).&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5844" />
+      <location filename="../Project/Project.py" line="5831" />
       <source>&amp;Configure</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5838" />
+      <source>Configure the embedded environment.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5841" />
+      <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This opens a dialog to configure the embedded virtual environment of the project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5851" />
-      <source>Configure the embedded environment.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5854" />
-      <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This opens a dialog to configure the embedded virtual environment of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5864" />
       <source>Upgrade</source>
       <translation type="unfinished">Atualizar</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5865" />
+      <location filename="../Project/Project.py" line="5852" />
       <source>&amp;Upgrade</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5871" />
+      <location filename="../Project/Project.py" line="5858" />
       <source>Upgrade the embedded environment.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5860" />
+      <source>&lt;b&gt;Upgrade&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to upgrade the embedded virtual environment of the project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5872" />
+      <source>Recreate</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5873" />
-      <source>&lt;b&gt;Upgrade&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to upgrade the embedded virtual environment of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5885" />
-      <source>Recreate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5886" />
       <source>&amp;Recreate</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5892" />
+      <location filename="../Project/Project.py" line="5879" />
       <source>Recreate the embedded environment.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5894" />
+      <location filename="../Project/Project.py" line="5881" />
       <source>&lt;b&gt;Recreate&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to recreate the embedded virtual environment of the project. The existing environment is cleared first.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5926" />
+      <location filename="../Project/Project.py" line="5913" />
       <source>&amp;Project</source>
       <translation>&amp;Projeto</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5914" />
+      <source>Open &amp;Recent Projects</source>
+      <translation>Abrir Projetos &amp;Recentes</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5916" />
+      <source>Session</source>
+      <translation>Sessão</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5917" />
+      <source>Debugger</source>
+      <translation>Depurador</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5918" />
+      <source>Embedded Environment</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5920" />
+      <source>Project-T&amp;ools</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5921" />
+      <source>&amp;Version Control</source>
+      <translation>Contro&amp;l de Versão</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5925" />
+      <source>Chec&amp;k</source>
+      <translation>&amp;Verificar</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5927" />
-      <source>Open &amp;Recent Projects</source>
-      <translation>Abrir Projetos &amp;Recentes</translation>
+      <source>Code &amp;Formatting</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5929" />
-      <source>Session</source>
-      <translation>Sessão</translation>
+      <source>Sho&amp;w</source>
+      <translation>&amp;Mostrar</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5930" />
-      <source>Debugger</source>
-      <translation>Depurador</translation>
+      <source>&amp;Diagrams</source>
+      <translation>&amp;Diagramas</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5931" />
-      <source>Embedded Environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5933" />
-      <source>Project-T&amp;ools</source>
-      <translation type="unfinished" />
+      <source>Pac&amp;kagers</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5932" />
+      <source>Source &amp;Documentation</source>
+      <translation>&amp;Documentação Fonte</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5934" />
-      <source>&amp;Version Control</source>
-      <translation>Contro&amp;l de Versão</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5938" />
-      <source>Chec&amp;k</source>
-      <translation>&amp;Verificar</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5940" />
-      <source>Code &amp;Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5942" />
-      <source>Sho&amp;w</source>
-      <translation>&amp;Mostrar</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5943" />
-      <source>&amp;Diagrams</source>
-      <translation>&amp;Diagramas</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5944" />
-      <source>Pac&amp;kagers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5945" />
-      <source>Source &amp;Documentation</source>
-      <translation>&amp;Documentação Fonte</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5947" />
       <source>Make</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5948" />
+      <location filename="../Project/Project.py" line="5935" />
       <source>Other Tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6110" />
-      <location filename="../Project/Project.py" line="6108" />
+      <location filename="../Project/Project.py" line="6097" />
+      <location filename="../Project/Project.py" line="6095" />
       <source>Project</source>
       <translation>Projeto</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6192" />
+      <location filename="../Project/Project.py" line="6179" />
       <source>&amp;Clear</source>
       <translation>&amp;Limpar</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6389" />
+      <location filename="../Project/Project.py" line="6376" />
       <source>Search New Files</source>
       <translation>Procurar Ficheiros Novos</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6390" />
+      <location filename="../Project/Project.py" line="6377" />
       <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="6551" />
       <location filename="../Project/Project.py" line="6538" />
+      <location filename="../Project/Project.py" line="6525" />
       <source>Version Control System</source>
       <translation>Sistema de Control de Versão</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="6526" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="6539" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6552" />
       <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" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="6696" />
+      <source>Coverage Data</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6750" />
+      <location filename="../Project/Project.py" line="6697" />
+      <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="6709" />
-      <source>Coverage Data</source>
+      <source>Code Coverage</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6710" />
+      <source>Please select a coverage file</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="6763" />
-      <location filename="../Project/Project.py" line="6710" />
-      <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="6722" />
-      <source>Code Coverage</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6723" />
-      <source>Please select a coverage file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6776" />
       <source>Please select a profile file</source>
       <translation>Escolha um ficheiro de perfil por favor</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6828" />
+      <location filename="../Project/Project.py" line="6815" />
       <source>Include module names?</source>
       <translation>Incluir nomes de módulos?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6941" />
+      <location filename="../Project/Project.py" line="6928" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6996" />
+      <location filename="../Project/Project.py" line="6983" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7307" />
-      <location filename="../Project/Project.py" line="7263" />
-      <location filename="../Project/Project.py" line="7213" />
-      <location filename="../Project/Project.py" line="7202" />
-      <location filename="../Project/Project.py" line="7184" />
-      <location filename="../Project/Project.py" line="7137" />
-      <location filename="../Project/Project.py" line="7107" />
-      <location filename="../Project/Project.py" line="7079" />
-      <location filename="../Project/Project.py" line="7049" />
-      <location filename="../Project/Project.py" line="7034" />
-      <location filename="../Project/Project.py" line="7017" />
+      <location filename="../Project/Project.py" line="7294" />
+      <location filename="../Project/Project.py" line="7250" />
+      <location filename="../Project/Project.py" line="7200" />
+      <location filename="../Project/Project.py" line="7189" />
+      <location filename="../Project/Project.py" line="7171" />
+      <location filename="../Project/Project.py" line="7124" />
+      <location filename="../Project/Project.py" line="7094" />
+      <location filename="../Project/Project.py" line="7066" />
+      <location filename="../Project/Project.py" line="7036" />
+      <location filename="../Project/Project.py" line="7021" />
+      <location filename="../Project/Project.py" line="7004" />
       <source>Create Plugin Archive</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7018" />
+      <location filename="../Project/Project.py" line="7005" />
       <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="7035" />
+      <location filename="../Project/Project.py" line="7022" />
       <source>Select package lists:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7050" />
+      <location filename="../Project/Project.py" line="7037" />
       <source>&lt;p&gt;No package list files (PKGLIST*) available or selected. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7058" />
+      <location filename="../Project/Project.py" line="7045" />
       <source>Creating plugin archives...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7059" />
+      <location filename="../Project/Project.py" line="7046" />
       <source>Abort</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7062" />
+      <location filename="../Project/Project.py" line="7049" />
       <source>%v/%m Archives</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7080" />
+      <location filename="../Project/Project.py" line="7067" />
       <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="7108" />
+      <location filename="../Project/Project.py" line="7095" />
       <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'; initial_list' line of the header.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7138" />
+      <location filename="../Project/Project.py" line="7125" />
       <source>&lt;p&gt;The eric 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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7185" />
+      <location filename="../Project/Project.py" line="7172" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7203" />
+      <location filename="../Project/Project.py" line="7190" />
       <source>&lt;p&gt;The eric plugin archive files were created with some errors.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7214" />
+      <location filename="../Project/Project.py" line="7201" />
       <source>&lt;p&gt;The eric plugin archive files were created successfully.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7264" />
+      <location filename="../Project/Project.py" line="7251" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7308" />
+      <location filename="../Project/Project.py" line="7295" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7400" />
+      <location filename="../Project/Project.py" line="7387" />
       <source>'Make' is not supported for remote projects. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7448" />
+      <location filename="../Project/Project.py" line="7435" />
       <source>The make process did not start.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="7481" />
+      <source>The make process crashed.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7489" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="7494" />
-      <source>The make process crashed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7502" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7507" />
       <source>&lt;p&gt;There are changes that require the default make target to be rebuilt.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7523" />
+      <location filename="../Project/Project.py" line="7510" />
       <source>The makefile contains errors.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7961" />
+      <location filename="../Project/Project.py" line="7948" />
       <source>Interpreter Missing</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7962" />
+      <location filename="../Project/Project.py" line="7949" />
       <source>The configured interpreter of the embedded environment does not exist anymore. Shall the environment be upgraded?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8043" />
+      <location filename="../Project/Project.py" line="8030" />
       <source>Open Remote Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8074" />
-      <location filename="../Project/Project.py" line="8059" />
+      <location filename="../Project/Project.py" line="8061" />
+      <location filename="../Project/Project.py" line="8046" />
       <source>Save Remote Project</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <source>PyQt5 GUI</source>
+      <translation type="vanished">GUI de PyQt5</translation>
+    </message>
+    <message>
+      <source>PyQt5 Console</source>
+      <translation type="vanished">Consola de PyQt5</translation>
+    </message>
   </context>
   <context>
     <name>ProjectBaseBrowser</name>
@@ -65193,9 +65179,9 @@
   <context>
     <name>ProjectFormsBrowser</name>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1131" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1083" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1046" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1110" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1063" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1026" />
       <location filename="../Project/ProjectFormsBrowser.py" line="142" />
       <location filename="../Project/ProjectFormsBrowser.py" line="77" />
       <source>Forms</source>
@@ -65468,102 +65454,112 @@
       <translation>Compilar formulários</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="732" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="719" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="700" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="683" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="731" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="718" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="699" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="682" />
       <source>New Form</source>
       <translation>Novo Formulário</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="684" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="683" />
       <source>Select a form type:</source>
       <translation>Selecionar o tipo de form:</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="702" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="701" />
       <source>Qt User-Interface Files (*.ui);;All Files (*)</source>
       <translation>Ficheiros de Interface de Usuário Qt (*.ui);;Ficheiros Todos (*)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="720" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="719" />
       <source>The file already exists! Overwrite it?</source>
       <translation>O ficheiro já existe. Sobreescrever?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="733" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="732" />
       <source>&lt;p&gt;The new form file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br&gt;Problem: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;O ficheiro do novo formulário &lt;b&gt;{0}&lt;/b&gt; não pôde ser criado.&lt;br&gt;Problema: {1}&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="758" />
+      <source>Delete forms</source>
+      <translation>Apagar formulários</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectFormsBrowser.py" line="759" />
-      <source>Delete forms</source>
-      <translation>Apagar formulários</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="760" />
       <source>Do you really want to delete these forms from the project?</source>
       <translation>Tem a certeza de que quer apagar estes formulários do projeto?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="888" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="877" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="870" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="883" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="872" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="865" />
       <source>Form Compilation</source>
       <translation>Compilação de Formulários</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="871" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="866" />
       <source>The compilation of the form file was successful.</source>
       <translation>A compilação do form teve êxito.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="878" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="873" />
       <source>&lt;p&gt;The compilation of the form file failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Falhou a compilação do ficheiro do formulário.&lt;/p&gt;&lt;p&gt;Razão: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="889" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="884" />
       <source>The compilation of the form file failed.</source>
       <translation>A compilação do ficheiro do form falhou.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="977" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="931" />
+      <source>Error Compiling Form</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="932" />
+      <source>The project type &lt;b&gt;{0}&lt;/b&gt; is not supported.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="957" />
       <source>Process Generation Error</source>
       <translation>Erro na Criação de Processo</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="978" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="958" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation>Não pôde iniciar {0}.&lt;br&gt;Certifique-se de que está na rota de pesquisa.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1074" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1037" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1054" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1017" />
       <source>Compiling forms...</source>
       <translation>A compilar formulários...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1124" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1075" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1038" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1103" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1055" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1018" />
       <source>Abort</source>
       <translation>Terminar</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1127" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1078" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1041" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1106" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1058" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1021" />
       <source>%v/%m Forms</source>
       <translation>%v/%m Formulários</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1123" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1102" />
       <source>Determining changed forms...</source>
       <translation>A determinar formulários alterados...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1153" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1132" />
       <source>Compiling changed forms...</source>
       <translation>A compilar formulários alterados...</translation>
     </message>
@@ -66015,9 +66011,9 @@
   <context>
     <name>ProjectResourcesBrowser</name>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="940" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="864" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="828" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="926" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="850" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="814" />
       <location filename="../Project/ProjectResourcesBrowser.py" line="87" />
       <location filename="../Project/ProjectResourcesBrowser.py" line="68" />
       <source>Resources</source>
@@ -66044,219 +66040,219 @@
       <translation type="unfinished">Navegador de Recursos</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="163" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="150" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="161" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="148" />
       <source>Compile resource</source>
       <translation>Compilar recurso</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="384" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="373" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="334" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="323" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="241" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="229" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="170" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="152" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="372" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="361" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="324" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="313" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="235" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="223" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="168" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="150" />
       <source>Compile all resources</source>
       <translation>Compilar todos os recursos</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="377" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="327" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="288" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="233" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="156" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="365" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="317" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="280" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="227" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="154" />
       <source>Configure rcc Compiler</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="300" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="179" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="292" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="177" />
       <source>Open</source>
       <translation>Abrir</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="181" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="179" />
       <source>Rename file</source>
       <translation>Renomear ficheiro</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="339" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="302" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="183" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="329" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="294" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="181" />
       <source>Remove from project</source>
       <translation>Retirar do projeto</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="341" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="304" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="185" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="331" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="296" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="183" />
       <source>Delete</source>
       <translation>Apagar</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="335" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="243" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="230" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="196" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="191" />
+      <source>New resource...</source>
+      <translation>Novo recurso...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="378" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="336" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="248" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="200" />
+      <source>Add resources...</source>
+      <translation>Adicionar recursos...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="381" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="338" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="251" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="202" />
+      <source>Add resources directory...</source>
+      <translation>Adicionar diretório de recursos...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="343" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="257" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="207" />
+      <source>Show in File Manager</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/ProjectResourcesBrowser.py" line="345" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="249" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="236" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="200" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="195" />
-      <source>New resource...</source>
-      <translation>Novo recurso...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="390" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="346" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="254" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="204" />
-      <source>Add resources...</source>
-      <translation>Adicionar recursos...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="393" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="348" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="257" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="206" />
-      <source>Add resources directory...</source>
-      <translation>Adicionar diretório de recursos...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="353" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="263" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="211" />
-      <source>Show in File Manager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="355" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="213" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="209" />
       <source>Copy Path to Clipboard</source>
       <translation>Copiar Rota à Área de Transferência</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="398" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="357" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="307" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="266" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="215" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="386" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="347" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="299" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="260" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="211" />
       <source>Expand all directories</source>
       <translation>Expandir os diretórios todos</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="401" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="359" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="309" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="268" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="216" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="389" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="349" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="301" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="262" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="212" />
       <source>Collapse all directories</source>
       <translation>Colapsar os diretórios todos</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="404" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="362" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="312" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="271" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="218" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="392" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="352" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="304" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="265" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="214" />
       <source>Configure...</source>
       <translation>Configurar...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="295" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="284" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="287" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="276" />
       <source>Compile resources</source>
       <translation>Compilar recursos</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="583" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="562" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="543" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="571" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="550" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="531" />
       <source>New Resource</source>
       <translation>Novo Recurso</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="545" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="533" />
       <source>Qt Resource Files (*.qrc)</source>
       <translation>Ficheiro de Recursos Qt (*.qrc)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="563" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="551" />
       <source>The file already exists! Overwrite it?</source>
       <translation>O ficheiro já existe. Sobreescrever?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="584" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="572" />
       <source>&lt;p&gt;The new resource file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br&gt;Problem: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;O novo ficheiro de recursos &lt;b&gt;{0}&lt;/b&gt; não se pode criar.&lt;br&gt;Problema: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="610" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="598" />
       <source>Delete resources</source>
       <translation>Apagar recursos</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="611" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="599" />
       <source>Do you really want to delete these resources from the project?</source>
       <translation>Tem a certeza de que quer apagar estes recursos do projeto?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="705" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="696" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="689" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="693" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="684" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="677" />
       <source>Resource Compilation</source>
       <translation>Compilação de Recursos</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="690" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="678" />
       <source>The compilation of the resource file was successful.</source>
       <translation>A compilação do recurso teve êxito.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="697" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="685" />
       <source>&lt;p&gt;The compilation of the resource file failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;A compilação do ficheiro de recurso falhou.&lt;/p&gt;&lt;p&gt;Motivo: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="706" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="694" />
       <source>The compilation of the resource file failed.</source>
       <translation>A compilação do ficheiro de recurso falhou.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="789" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="775" />
       <source>Process Generation Error</source>
       <translation>Erro na Criação de Processo</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="790" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="776" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation>Não pôde iniciar {0}.&lt;br&gt;Certifique-se de que está na rota de pesquisa.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="855" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="819" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="841" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="805" />
       <source>Compiling resources...</source>
       <translation>A compilar recursos...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="933" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="856" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="820" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="919" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="842" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="806" />
       <source>Abort</source>
       <translation>Cancelar</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="936" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="859" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="823" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="922" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="845" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="809" />
       <source>%v/%m Resources</source>
       <translation>%v/%m Recursos</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="932" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="918" />
       <source>Determining changed resources...</source>
       <translation>A determinar recursos alterados...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="970" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="956" />
       <source>Compiling changed resources...</source>
       <translation>A compilar recursos alterados...</translation>
     </message>
@@ -66792,250 +66788,250 @@
       <translation type="unfinished">Navegador de Traduções</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="508" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="467" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="450" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="428" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="294" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="236" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="211" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="180" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="502" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="461" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="444" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="422" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="292" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="234" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="209" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="178" />
       <source>Open in Editor</source>
       <translation>Abrir no Editor</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="253" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="186" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="251" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="184" />
       <source>Generate translation</source>
       <translation>Gerar tradução</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="263" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="191" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="261" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="189" />
       <source>Generate translation (with obsolete)</source>
       <translation>Gerar tradução (com obsoleto)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="572" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="543" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="378" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="350" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="272" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="197" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="564" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="535" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="374" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="346" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="270" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="195" />
       <source>Generate all translations</source>
       <translation>Gerar traduções todas</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="573" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="539" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="383" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="350" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="279" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="199" />
+      <source>Generate all translations (with obsolete)</source>
+      <translation>Gerar traduções todas (com obsoleto)</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="440" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="205" />
+      <source>Open in Qt-Linguist</source>
+      <translation>Abrir em Qt-Linguist</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="299" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="214" />
+      <source>Release translation</source>
+      <translation>Liberar tradução</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="581" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="547" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="387" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="354" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="281" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="201" />
-      <source>Generate all translations (with obsolete)</source>
-      <translation>Gerar traduções todas (com obsoleto)</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="446" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="207" />
-      <source>Open in Qt-Linguist</source>
-      <translation>Abrir em Qt-Linguist</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="301" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="216" />
-      <source>Release translation</source>
-      <translation>Liberar tradução</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="589" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="552" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="395" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="359" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="310" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="221" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="544" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="391" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="355" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="308" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="219" />
       <source>Release all translations</source>
       <translation>Liberar traduções todas</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="226" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="224" />
       <source>Preview translation</source>
       <translation>Pré visualizar tradução</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="557" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="364" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="230" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="549" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="360" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="228" />
       <source>Preview all translations</source>
       <translation>Previsualizar traduções todas</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="563" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="475" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="370" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="244" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="555" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="469" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="366" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="242" />
       <source>Extract messages</source>
       <translation>Extrair mensagens</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="503" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="289" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="497" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="287" />
       <source>Open</source>
       <translation>Abrir</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="523" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="317" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="517" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="315" />
       <source>Remove from project</source>
       <translation>Tirar do projeto</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="587" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="520" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="318" />
+      <source>Delete</source>
+      <translation>Apagar</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="592" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="398" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="322" />
+      <source>New translation...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="595" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="526" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="320" />
-      <source>Delete</source>
-      <translation>Apagar</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="600" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="402" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="324" />
-      <source>New translation...</source>
-      <translation type="unfinished" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="401" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="325" />
+      <source>Add translation files...</source>
+      <translation>Adicionar ficheiros de tradução...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="599" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="405" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="330" />
+      <source>Show in File Manager</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="601" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="332" />
+      <source>Copy Path to Clipboard</source>
+      <translation>Copiar Rota à Área de Transferência</translation>
     </message>
     <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="603" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="405" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="327" />
-      <source>Add translation files...</source>
-      <translation>Adicionar ficheiros de tradução...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="607" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="409" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="332" />
-      <source>Show in File Manager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="609" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="523" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="408" />
       <location filename="../Project/ProjectTranslationsBrowser.py" line="334" />
-      <source>Copy Path to Clipboard</source>
-      <translation>Copiar Rota à Área de Transferência</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="611" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="529" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="412" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="336" />
       <source>Configure...</source>
       <translation>Configurar...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="484" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="434" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="478" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="428" />
       <source>Generate translations</source>
       <translation>Gerar traduções</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="494" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="439" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="488" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="433" />
       <source>Generate translations (with obsolete)</source>
       <translation>Gerar traduções (com obsoleto)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="515" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="455" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="509" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="449" />
       <source>Release translations</source>
       <translation>Liberar traduções</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="461" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="455" />
       <source>Preview translations</source>
       <translation>Antever traduções</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="866" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="850" />
       <source>Delete translation files</source>
       <translation>Apagar ficheiros de tradução</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="867" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="851" />
       <source>Do you really want to delete these translation files from the project?</source>
       <translation>Tem a certeza de que quer apagar estes ficheiros de tradução do projeto?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1560" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1035" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="995" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1540" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1019" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="979" />
       <source>Write temporary project file</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1561" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1287" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="996" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1541" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1269" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="980" />
       <source>No translation files (*.ts) selected.</source>
       <translation>Não há ficheiros de tradução (*.ts) selecionados.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1036" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1020" />
       <source>&lt;p&gt;The temporary project file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1286" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1173" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1161" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1268" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1157" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1145" />
       <source>Translation file generation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1162" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1146" />
       <source>The generation of the translation files (*.ts) was successful.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1168" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1152" />
       <source> The process has crashed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1174" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1158" />
       <source>The generation of the translation files (*.ts) has failed.{0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1590" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1388" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1340" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1570" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1370" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1322" />
       <source>Process Generation Error</source>
       <translation>Erro na Criação de Processo</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1389" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1341" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1371" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1323" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation>Não pôde iniciar {0}.&lt;br&gt;Certifique-se de que está na rota de pesquisa.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1477" />
       <location filename="../Project/ProjectTranslationsBrowser.py" line="1459" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1441" />
       <source>Translation file release</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1442" />
+      <source>The release of the translation files (*.qm) was successful.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="1460" />
-      <source>The release of the translation files (*.qm) was successful.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1478" />
       <source>The release of the translation files (*.qm) has failed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1591" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1571" />
       <source>&lt;p&gt;Could not start lrelease.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -71689,7 +71685,7 @@
   <context>
     <name>QtPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.py" line="139" />
+      <location filename="../Preferences/ConfigurationPages/QtPage.py" line="124" />
       <source>Sample: {0}designer{1}</source>
       <translation type="unfinished" />
     </message>
@@ -71732,7 +71728,6 @@
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Tools Directory:</source>
       <translation type="unfinished" />
     </message>
@@ -71805,16 +71800,10 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt 5</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>PyQt 6</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Virtual Environment:</source>
@@ -71823,71 +71812,23 @@
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Select the virtual environment to be used</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Press to open the virtual environment manager dialog</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Press to refresh the list of vitual environments</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Enter the path of the PyQt 5 tools directory, if they are not found.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>pyuic5 Options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Indent Width:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Select the indent width (default: 4)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Generate imports relative to '.'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Select to generate extra code to test and display the form</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Generate Extra Test Code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt 6</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Enter the path of the PyQt 6 tools directory, if they are not found.</source>
       <translation type="unfinished" />
     </message>
@@ -71898,6 +71839,26 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Select to generate extra code to test and display the form</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Generate Extra Test Code</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Select the indent width (default: 4)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Indent Width:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>PySide6</source>
       <translation type="unfinished" />
     </message>
@@ -71911,6 +71872,11 @@
       <source>pyside6-uic Options</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Generate imports relative to '.'</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>Queues</name>
@@ -91605,7 +91571,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7866" />
+      <location filename="../UI/UserInterface.py" line="7822" />
       <location filename="../UI/UserInterface.py" line="1956" />
       <location filename="../UI/UserInterface.py" line="1949" />
       <source>Load session</source>
@@ -92322,7 +92288,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4712" />
+      <location filename="../UI/UserInterface.py" line="4668" />
       <location filename="../UI/UserInterface.py" line="2813" />
       <source>Report Bug</source>
       <translation>Reportar Falho</translation>
@@ -92363,7 +92329,7 @@
       <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="4148" />
+      <location filename="../UI/UserInterface.py" line="4104" />
       <location filename="../UI/UserInterface.py" line="2843" />
       <source>Testing</source>
       <translation type="unfinished" />
@@ -92696,7 +92662,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6605" />
+      <location filename="../UI/UserInterface.py" line="6561" />
       <location filename="../UI/UserInterface.py" line="3173" />
       <source>Snapshot</source>
       <translation type="unfinished" />
@@ -92933,8 +92899,8 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7574" />
-      <location filename="../UI/UserInterface.py" line="7555" />
+      <location filename="../UI/UserInterface.py" line="7530" />
+      <location filename="../UI/UserInterface.py" line="7511" />
       <location filename="../UI/UserInterface.py" line="3403" />
       <source>Export Keyboard Shortcuts</source>
       <translation>Exportar Atalhos de Teclado</translation>
@@ -92955,7 +92921,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7593" />
+      <location filename="../UI/UserInterface.py" line="7549" />
       <location filename="../UI/UserInterface.py" line="3422" />
       <source>Import Keyboard Shortcuts</source>
       <translation>Importar Atalhos de Teclado</translation>
@@ -93141,676 +93107,660 @@
     <message>
       <location filename="../UI/UserInterface.py" line="3653" />
       <location filename="../UI/UserInterface.py" line="3652" />
-      <source>Qt5 Documentation</source>
-      <translation>Documentação de Qt5</translation>
+      <source>Qt6 Documentation</source>
+      <translation type="unfinished">Documentação de Qt5 {6 ?}</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3659" />
-      <source>Open Qt5 Documentation</source>
-      <translation>Abrir a Documentação de Qt5</translation>
+      <source>Open Qt6 Documentation</source>
+      <translation type="unfinished">Abrir a Documentação de Qt5 {6 ?}</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3661" />
-      <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's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3674" />
       <location filename="../UI/UserInterface.py" line="3673" />
-      <source>Qt6 Documentation</source>
-      <translation type="unfinished">Documentação de Qt5 {6 ?}</translation>
+      <source>PyQt6 Documentation</source>
+      <translation type="unfinished">Documentação do PyQt5 {6 ?}</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3680" />
-      <source>Open Qt6 Documentation</source>
-      <translation type="unfinished">Abrir a Documentação de Qt5 {6 ?}</translation>
+      <source>Open PyQt6 Documentation</source>
+      <translation type="unfinished">Abrir a Documentação de PyQt5 {6 ?}</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3682" />
-      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3695" />
-      <location filename="../UI/UserInterface.py" line="3694" />
-      <source>PyQt5 Documentation</source>
-      <translation>Documentação do PyQt5</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3701" />
-      <source>Open PyQt5 Documentation</source>
-      <translation>Abrir a Documentação de PyQt5</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3703" />
-      <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's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3716" />
-      <location filename="../UI/UserInterface.py" line="3715" />
-      <source>PyQt6 Documentation</source>
-      <translation type="unfinished">Documentação do PyQt5 {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3722" />
-      <source>Open PyQt6 Documentation</source>
-      <translation type="unfinished">Abrir a Documentação de PyQt5 {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3724" />
       <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3742" />
-      <location filename="../UI/UserInterface.py" line="3741" />
+      <location filename="../UI/UserInterface.py" line="3700" />
+      <location filename="../UI/UserInterface.py" line="3699" />
       <source>Python 3 Documentation</source>
       <translation>Documentação de Python 3</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3748" />
+      <location filename="../UI/UserInterface.py" line="3706" />
       <source>Open Python 3 Documentation</source>
       <translation>Abrir a Documentação de Python 3</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3750" />
+      <location filename="../UI/UserInterface.py" line="3708" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3769" />
-      <location filename="../UI/UserInterface.py" line="3768" />
+      <location filename="../UI/UserInterface.py" line="3727" />
+      <location filename="../UI/UserInterface.py" line="3726" />
       <source>eric API Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3775" />
+      <location filename="../UI/UserInterface.py" line="3733" />
       <source>Open eric API Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3777" />
+      <location filename="../UI/UserInterface.py" line="3735" />
       <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 eric installation directory.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3795" />
-      <location filename="../UI/UserInterface.py" line="3794" />
+      <location filename="../UI/UserInterface.py" line="3753" />
+      <location filename="../UI/UserInterface.py" line="3752" />
       <source>PySide6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3801" />
+      <location filename="../UI/UserInterface.py" line="3759" />
       <source>Open PySide6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3803" />
+      <location filename="../UI/UserInterface.py" line="3761" />
       <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3839" />
+      <location filename="../UI/UserInterface.py" line="3797" />
       <source>Sessions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3920" />
+      <location filename="../UI/UserInterface.py" line="3878" />
       <source>E&amp;xtras</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3930" />
+      <location filename="../UI/UserInterface.py" line="3888" />
       <source>Wi&amp;zards</source>
       <translation>A&amp;ssistentes</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3948" />
+      <location filename="../UI/UserInterface.py" line="3906" />
       <source>P&amp;lugins</source>
       <translation>Comp&amp;lementos</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3957" />
+      <location filename="../UI/UserInterface.py" line="3915" />
       <source>Configure...</source>
       <translation>Configurar...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3966" />
+      <location filename="../UI/UserInterface.py" line="3924" />
       <source>&amp;Testing</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3983" />
+      <location filename="../UI/UserInterface.py" line="3941" />
       <source>Select Tool Group</source>
       <translation>Selecionar Grupo de Ferramentas</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3952" />
+      <source>Se&amp;ttings</source>
+      <translation>Definiçõe&amp;s</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3985" />
+      <source>&amp;Window</source>
+      <translation>&amp;Janela</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3994" />
-      <source>Se&amp;ttings</source>
-      <translation>Definiçõe&amp;s</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4027" />
-      <source>&amp;Window</source>
-      <translation>&amp;Janela</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4036" />
       <source>&amp;Windows</source>
       <translation>&amp;Janelas</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3998" />
+      <source>Central Park</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4002" />
+      <source>Left Side</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4021" />
+      <source>Right Side</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="4040" />
-      <source>Central Park</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4044" />
-      <source>Left Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4063" />
-      <source>Right Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4082" />
       <source>Bottom Side</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4090" />
+      <location filename="../UI/UserInterface.py" line="4048" />
       <source>Plug-ins</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4096" />
+      <location filename="../UI/UserInterface.py" line="4054" />
       <source>&amp;Toolbars</source>
       <translation>Barras de Ferramen&amp;tas</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4109" />
+      <location filename="../UI/UserInterface.py" line="4067" />
       <source>&amp;Help</source>
       <translation>&amp;Ajuda</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4164" />
-      <location filename="../UI/UserInterface.py" line="4147" />
+      <location filename="../UI/UserInterface.py" line="4120" />
+      <location filename="../UI/UserInterface.py" line="4103" />
       <source>Tools</source>
       <translation>Ferramentas</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4166" />
-      <location filename="../UI/UserInterface.py" line="4151" />
+      <location filename="../UI/UserInterface.py" line="4122" />
+      <location filename="../UI/UserInterface.py" line="4107" />
       <source>Settings</source>
       <translation>Definições</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6335" />
-      <location filename="../UI/UserInterface.py" line="4167" />
-      <location filename="../UI/UserInterface.py" line="4152" />
+      <location filename="../UI/UserInterface.py" line="6291" />
+      <location filename="../UI/UserInterface.py" line="4123" />
+      <location filename="../UI/UserInterface.py" line="4108" />
       <source>Help</source>
       <translation>Ajuda</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4168" />
-      <location filename="../UI/UserInterface.py" line="4153" />
+      <location filename="../UI/UserInterface.py" line="4124" />
+      <location filename="../UI/UserInterface.py" line="4109" />
       <source>Profiles</source>
       <translation>Perfiles</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4169" />
-      <location filename="../UI/UserInterface.py" line="4154" />
+      <location filename="../UI/UserInterface.py" line="4125" />
+      <location filename="../UI/UserInterface.py" line="4110" />
       <source>Plugins</source>
       <translation>Complementos</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4165" />
+      <location filename="../UI/UserInterface.py" line="4121" />
       <source>Unittest</source>
       <translation>Teste Unitário</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4342" />
+      <location filename="../UI/UserInterface.py" line="4298" />
       <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4351" />
+      <location filename="../UI/UserInterface.py" line="4307" />
       <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4360" />
+      <location filename="../UI/UserInterface.py" line="4316" />
       <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4369" />
+      <location filename="../UI/UserInterface.py" line="4325" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4378" />
+      <location filename="../UI/UserInterface.py" line="4334" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4387" />
+      <location filename="../UI/UserInterface.py" line="4343" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4401" />
+      <location filename="../UI/UserInterface.py" line="4357" />
       <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4475" />
-      <location filename="../UI/UserInterface.py" line="4434" />
+      <location filename="../UI/UserInterface.py" line="4431" />
+      <location filename="../UI/UserInterface.py" line="4390" />
       <source>External Tools/{0}</source>
       <translation>Ferramentas Externas/{0}</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4583" />
+      <location filename="../UI/UserInterface.py" line="4539" />
       <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="4653" />
+      <location filename="../UI/UserInterface.py" line="4609" />
       <source>Desktop</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4657" />
+      <location filename="../UI/UserInterface.py" line="4613" />
       <source>Session Type</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4713" />
+      <location filename="../UI/UserInterface.py" line="4669" />
       <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="5048" />
+      <location filename="../UI/UserInterface.py" line="5004" />
       <source>Restart application</source>
       <translation>Reiniciar a aplicação</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5049" />
+      <location filename="../UI/UserInterface.py" line="5005" />
       <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="5073" />
+      <location filename="../UI/UserInterface.py" line="5029" />
       <source>Upgrade PyQt</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5074" />
+      <location filename="../UI/UserInterface.py" line="5030" />
       <source>eric needs to be closed in order to upgrade PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5098" />
+      <location filename="../UI/UserInterface.py" line="5054" />
       <source>Upgrade Eric</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5099" />
+      <location filename="../UI/UserInterface.py" line="5055" />
       <source>eric needs to be closed in order to be upgraded. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5124" />
+      <location filename="../UI/UserInterface.py" line="5080" />
       <source>Upgrade Eric and PyQt6</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5125" />
+      <location filename="../UI/UserInterface.py" line="5081" />
       <source>eric needs to be closed in order to upgrade eric and PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
  Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5187" />
+      <location filename="../UI/UserInterface.py" line="5143" />
       <source>&amp;Builtin Tools</source>
       <translation>Ferramentas &amp;Internas</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5207" />
+      <location filename="../UI/UserInterface.py" line="5163" />
       <source>&amp;Plugin Tools</source>
       <translation>Ferramentas dos &amp;Complementos</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5210" />
+      <location filename="../UI/UserInterface.py" line="5166" />
       <source>&amp;User Tools</source>
       <translation>Ferramentas de &amp;Utilizador</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5236" />
+      <location filename="../UI/UserInterface.py" line="5192" />
       <source>Configure Tool Groups ...</source>
       <translation>Configurar Grupos de Ferramentas...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5240" />
+      <location filename="../UI/UserInterface.py" line="5196" />
       <source>Configure current Tool Group ...</source>
       <translation>Configurar o atual Grupo de Ferramentas ...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5279" />
-      <location filename="../UI/UserInterface.py" line="5259" />
+      <location filename="../UI/UserInterface.py" line="5235" />
+      <location filename="../UI/UserInterface.py" line="5215" />
       <source>No User Tools Configured</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5355" />
+      <location filename="../UI/UserInterface.py" line="5311" />
       <source>&amp;Show all</source>
       <translation>&amp;Mostrar tudo</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5357" />
+      <location filename="../UI/UserInterface.py" line="5313" />
       <source>&amp;Hide all</source>
       <translation>&amp;Esconder tudo</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6472" />
-      <location filename="../UI/UserInterface.py" line="6461" />
-      <location filename="../UI/UserInterface.py" line="6413" />
-      <location filename="../UI/UserInterface.py" line="6403" />
-      <location filename="../UI/UserInterface.py" line="6226" />
-      <location filename="../UI/UserInterface.py" line="6216" />
-      <location filename="../UI/UserInterface.py" line="6158" />
-      <location filename="../UI/UserInterface.py" line="6148" />
+      <location filename="../UI/UserInterface.py" line="6428" />
+      <location filename="../UI/UserInterface.py" line="6417" />
+      <location filename="../UI/UserInterface.py" line="6369" />
+      <location filename="../UI/UserInterface.py" line="6359" />
+      <location filename="../UI/UserInterface.py" line="6182" />
+      <location filename="../UI/UserInterface.py" line="6172" />
+      <location filename="../UI/UserInterface.py" line="6114" />
+      <location filename="../UI/UserInterface.py" line="6104" />
       <source>Problem</source>
       <translation>Problema</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6473" />
-      <location filename="../UI/UserInterface.py" line="6462" />
-      <location filename="../UI/UserInterface.py" line="6414" />
-      <location filename="../UI/UserInterface.py" line="6404" />
-      <location filename="../UI/UserInterface.py" line="6227" />
-      <location filename="../UI/UserInterface.py" line="6217" />
-      <location filename="../UI/UserInterface.py" line="6159" />
-      <location filename="../UI/UserInterface.py" line="6149" />
+      <location filename="../UI/UserInterface.py" line="6429" />
+      <location filename="../UI/UserInterface.py" line="6418" />
+      <location filename="../UI/UserInterface.py" line="6370" />
+      <location filename="../UI/UserInterface.py" line="6360" />
+      <location filename="../UI/UserInterface.py" line="6183" />
+      <location filename="../UI/UserInterface.py" line="6173" />
+      <location filename="../UI/UserInterface.py" line="6115" />
+      <location filename="../UI/UserInterface.py" line="6105" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6714" />
-      <location filename="../UI/UserInterface.py" line="6625" />
-      <location filename="../UI/UserInterface.py" line="6508" />
-      <location filename="../UI/UserInterface.py" line="6485" />
-      <location filename="../UI/UserInterface.py" line="6426" />
-      <location filename="../UI/UserInterface.py" line="6373" />
-      <location filename="../UI/UserInterface.py" line="6351" />
-      <location filename="../UI/UserInterface.py" line="6302" />
-      <location filename="../UI/UserInterface.py" line="6293" />
+      <location filename="../UI/UserInterface.py" line="6670" />
+      <location filename="../UI/UserInterface.py" line="6581" />
+      <location filename="../UI/UserInterface.py" line="6464" />
+      <location filename="../UI/UserInterface.py" line="6441" />
+      <location filename="../UI/UserInterface.py" line="6382" />
+      <location filename="../UI/UserInterface.py" line="6329" />
+      <location filename="../UI/UserInterface.py" line="6307" />
       <location filename="../UI/UserInterface.py" line="6258" />
       <location filename="../UI/UserInterface.py" line="6249" />
-      <location filename="../UI/UserInterface.py" line="6190" />
-      <location filename="../UI/UserInterface.py" line="6181" />
+      <location filename="../UI/UserInterface.py" line="6214" />
+      <location filename="../UI/UserInterface.py" line="6205" />
+      <location filename="../UI/UserInterface.py" line="6146" />
+      <location filename="../UI/UserInterface.py" line="6137" />
       <source>Process Generation Error</source>
       <translation>Erro na Criação de Processo</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6182" />
+      <location filename="../UI/UserInterface.py" line="6138" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6191" />
+      <location filename="../UI/UserInterface.py" line="6147" />
       <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" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6206" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6215" />
+      <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" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6250" />
-      <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>
+      <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" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="6259" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6294" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6303" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6336" />
+      <location filename="../UI/UserInterface.py" line="6292" />
       <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="6352" />
+      <location filename="../UI/UserInterface.py" line="6308" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6374" />
+      <location filename="../UI/UserInterface.py" line="6330" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6427" />
+      <location filename="../UI/UserInterface.py" line="6383" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6486" />
+      <location filename="../UI/UserInterface.py" line="6442" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6509" />
+      <location filename="../UI/UserInterface.py" line="6465" />
       <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" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6562" />
+      <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6582" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6615" />
+      <location filename="../UI/UserInterface.py" line="6605" />
+      <source>External Tools</source>
+      <translation>Ferramentas Externas</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6606" />
-      <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6626" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6659" />
-      <location filename="../UI/UserInterface.py" line="6649" />
-      <source>External Tools</source>
-      <translation>Ferramentas Externas</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6650" />
       <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6660" />
+      <location filename="../UI/UserInterface.py" line="6616" />
       <source>No toolgroup entry '{0}' found.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6697" />
+      <location filename="../UI/UserInterface.py" line="6653" />
       <source>Starting process '{0} {1}'.
 </source>
       <translation>A iniciar processo '{0} {1}'.
 </translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6715" />
+      <location filename="../UI/UserInterface.py" line="6671" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6794" />
+      <location filename="../UI/UserInterface.py" line="6750" />
       <source>Process '{0}' has exited.
 </source>
       <translation>Processo '{0}' saiu.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7082" />
-      <location filename="../UI/UserInterface.py" line="7020" />
+      <location filename="../UI/UserInterface.py" line="7038" />
       <location filename="../UI/UserInterface.py" line="6976" />
-      <location filename="../UI/UserInterface.py" line="6902" />
-      <location filename="../UI/UserInterface.py" line="6838" />
+      <location filename="../UI/UserInterface.py" line="6932" />
+      <location filename="../UI/UserInterface.py" line="6858" />
+      <location filename="../UI/UserInterface.py" line="6794" />
       <source>Documentation Missing</source>
       <translation>Falta a Documentação</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7083" />
-      <location filename="../UI/UserInterface.py" line="7021" />
+      <location filename="../UI/UserInterface.py" line="7039" />
       <location filename="../UI/UserInterface.py" line="6977" />
-      <location filename="../UI/UserInterface.py" line="6903" />
-      <location filename="../UI/UserInterface.py" line="6839" />
+      <location filename="../UI/UserInterface.py" line="6933" />
+      <location filename="../UI/UserInterface.py" line="6859" />
+      <location filename="../UI/UserInterface.py" line="6795" />
       <source>&lt;p&gt;The documentation starting point "&lt;b&gt;{0}&lt;/b&gt;" could not be found.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7064" />
-      <location filename="../UI/UserInterface.py" line="6946" />
+      <location filename="../UI/UserInterface.py" line="7020" />
+      <location filename="../UI/UserInterface.py" line="6902" />
       <source>Documentation</source>
       <translation>Documentação</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6947" />
+      <location filename="../UI/UserInterface.py" line="6903" />
       <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7065" />
+      <location filename="../UI/UserInterface.py" line="7021" />
       <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7244" />
-      <location filename="../UI/UserInterface.py" line="7180" />
+      <location filename="../UI/UserInterface.py" line="7200" />
+      <location filename="../UI/UserInterface.py" line="7136" />
       <source>Start Web Browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7181" />
+      <location filename="../UI/UserInterface.py" line="7137" />
       <source>The eric web browser could not be started.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7245" />
+      <location filename="../UI/UserInterface.py" line="7201" />
       <source>&lt;p&gt;The eric web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7291" />
+      <location filename="../UI/UserInterface.py" line="7247" />
       <source>Open Browser</source>
       <translation>Abrir Navegador</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7291" />
+      <location filename="../UI/UserInterface.py" line="7247" />
       <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="7595" />
-      <location filename="../UI/UserInterface.py" line="7557" />
+      <location filename="../UI/UserInterface.py" line="7551" />
+      <location filename="../UI/UserInterface.py" line="7513" />
       <source>Keyboard Shortcuts File (*.ekj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7575" />
+      <location filename="../UI/UserInterface.py" line="7531" />
       <source>&lt;p&gt;The keyboard shortcuts file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7779" />
+      <location filename="../UI/UserInterface.py" line="7735" />
       <source>Load crash session...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7782" />
+      <location filename="../UI/UserInterface.py" line="7738" />
       <source>Clean crash sessions...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7819" />
+      <location filename="../UI/UserInterface.py" line="7775" />
       <source>Read Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7820" />
+      <location filename="../UI/UserInterface.py" line="7776" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7843" />
+      <location filename="../UI/UserInterface.py" line="7799" />
       <source>Save Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7868" />
-      <location filename="../UI/UserInterface.py" line="7845" />
+      <location filename="../UI/UserInterface.py" line="7824" />
+      <location filename="../UI/UserInterface.py" line="7801" />
       <source>eric Session Files (*.esj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8374" />
+      <location filename="../UI/UserInterface.py" line="8330" />
       <source>Drop Error</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8375" />
+      <location filename="../UI/UserInterface.py" line="8331" />
       <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="8550" />
+      <location filename="../UI/UserInterface.py" line="8506" />
       <source>Upgrade available</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8551" />
+      <location filename="../UI/UserInterface.py" line="8507" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8599" />
+      <location filename="../UI/UserInterface.py" line="8555" />
       <source>First time usage</source>
       <translation>Usado a primeira vez</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8600" />
+      <location filename="../UI/UserInterface.py" line="8556" />
       <source>eric has not been configured yet. The configuration dialog will be started.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8622" />
+      <location filename="../UI/UserInterface.py" line="8578" />
       <source>Select Workspace Directory</source>
       <translation>Selecionar o Diretório de Trabalho</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8790" />
+      <location filename="../UI/UserInterface.py" line="8746" />
       <source>Unsaved Data Detected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8791" />
+      <location filename="../UI/UserInterface.py" line="8747" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <source>Qt5 Documentation</source>
+      <translation type="vanished">Documentação de Qt5</translation>
+    </message>
+    <message>
+      <source>Open Qt5 Documentation</source>
+      <translation type="vanished">Abrir a Documentação de Qt5</translation>
+    </message>
+    <message>
+      <source>PyQt5 Documentation</source>
+      <translation type="vanished">Documentação do PyQt5</translation>
+    </message>
+    <message>
+      <source>Open PyQt5 Documentation</source>
+      <translation type="vanished">Abrir a Documentação de PyQt5</translation>
+    </message>
   </context>
   <context>
     <name>UserProjectFile</name>
--- a/src/eric7/i18n/eric7_ru.ts	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/i18n/eric7_ru.ts	Sun Apr 13 15:53:14 2025 +0200
@@ -8800,62 +8800,62 @@
       <translation>Файл &lt;b&gt;{0}&lt;/b&gt; существует, но не содержит ни одного класса.</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="252" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="243" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="248" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="239" />
       <source>uic error</source>
       <translation>ошибка uic</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="244" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="240" />
       <source>&lt;p&gt;There was an error loading the form &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;{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/CreateDialogCodeDialog.py" line="253" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="249" />
       <source>&lt;p&gt;The project specific Python interpreter &lt;b&gt;{0}&lt;/b&gt; could not be started or did not finish within 30 seconds.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Невозможно запустить или завершить проект с конкретным интерпретатором Python &lt;b&gt;{0}&lt;/b&gt; в течение 30 секунд.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="405" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="401" />
       <source>Update Slots List</source>
       <translation>Обновить список слотов</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="406" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="402" />
       <source>&lt;p&gt;The update of the slots list failed because invalid data was received.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Data: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Не удалось обновить список слотов, так как были получены неверные данные.&lt;/p&gt;&lt;p&gt;Ошибка: {0}&lt;/p&gt;&lt;p&gt;Данные: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="604" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="501" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="463" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="451" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="419" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="596" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="493" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="455" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="443" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="415" />
       <source>Code Generation</source>
       <translation>Генерация кода</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="420" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="416" />
       <source>&lt;p&gt;Code generation for project language "{0}" is not supported.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Генерация кода для языка проекта "{0}" не поддерживается.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="452" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="444" />
       <source>&lt;p&gt;No code template file available for project type "{0}".&lt;/p&gt;</source>
       <translation>&lt;p&gt;Нет доступного файла с кодом шаблона для типа проекта "{0}".&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="464" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="456" />
       <source>&lt;p&gt;Could not open the code template file "{0}".&lt;/p&gt;&lt;p&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/CreateDialogCodeDialog.py" line="502" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="494" />
       <source>&lt;p&gt;Could not open the source file "{0}".&lt;/p&gt;&lt;p&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/CreateDialogCodeDialog.py" line="605" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="597" />
       <source>&lt;p&gt;Could not write the source file "{0}".&lt;/p&gt;&lt;p&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>
@@ -24217,18 +24217,18 @@
       <translation>eric (pathlib.Path)</translation>
     </message>
     <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="81" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="80" />
       <source>EricFileDialog Wizard</source>
       <translation>Мастер EricFileDialog</translation>
     </message>
     <message>
       <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="91" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="90" />
       <source>QFileDialog Wizard</source>
       <translation>Мастер QFileDialog</translation>
     </message>
     <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="109" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="108" />
       <source>Test</source>
       <translation>Тест</translation>
     </message>
@@ -33516,8 +33516,7 @@
   <context>
     <name>HelpDocsInstaller</name>
     <message>
-      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="319" />
-      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="248" />
+      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="128" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be registered. &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>
@@ -33525,8 +33524,6 @@
   <context>
     <name>HelpDocumentationPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="60" />
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="56" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="52" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="48" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="44" />
@@ -33591,21 +33588,6 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Qt5 Documentation</source>
-      <translation>Документация Qt5</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Enter the Qt5 documentation directory</source>
-      <translation>Задайте директорию с документацией Qt5</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the QT5DOCDIR environment variable, if set.</source>
-      <translation>&lt;b&gt;Примечание&lt;/b&gt;: Оставьте поле пустым, чтобы использовать переменную среды окружения QT5DOCDIR, если она установлена.</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
       <source>Qt6 Documentation</source>
       <translation>Документация Qt6</translation>
     </message>
@@ -33621,21 +33603,6 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>PyQt5 Documentation</source>
-      <translation>Документация PyQt5</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Enter the PyQt5 documentation directory</source>
-      <translation>Задайте директорию с документацией PyQt5</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source>
-      <translation>&lt;b&gt;Примечание&lt;/b&gt;: Оставьте поле пустым, чтобы использовать переменную среды окружения PYQT5DOCDIR, если она установлена.</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
       <source>PyQt6 Documentation</source>
       <translation>Документация PyQt6</translation>
     </message>
@@ -33665,6 +33632,30 @@
       <translation>&lt;b&gt;Примечание&lt;/b&gt;: Оставьте поле пустым, чтобы использовать переменную среды окружения PYSIDE6DOCDIR, если она установлена.</translation>
     </message>
     <message>
+      <source>Qt5 Documentation</source>
+      <translation type="vanished">Документация Qt5</translation>
+    </message>
+    <message>
+      <source>Enter the Qt5 documentation directory</source>
+      <translation type="vanished">Задайте директорию с документацией Qt5</translation>
+    </message>
+    <message>
+      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the QT5DOCDIR environment variable, if set.</source>
+      <translation type="vanished">&lt;b&gt;Примечание&lt;/b&gt;: Оставьте поле пустым, чтобы использовать переменную среды окружения QT5DOCDIR, если она установлена.</translation>
+    </message>
+    <message>
+      <source>PyQt5 Documentation</source>
+      <translation type="vanished">Документация PyQt5</translation>
+    </message>
+    <message>
+      <source>Enter the PyQt5 documentation directory</source>
+      <translation type="vanished">Задайте директорию с документацией PyQt5</translation>
+    </message>
+    <message>
+      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source>
+      <translation type="vanished">&lt;b&gt;Примечание&lt;/b&gt;: Оставьте поле пустым, чтобы использовать переменную среды окружения PYQT5DOCDIR, если она установлена.</translation>
+    </message>
+    <message>
       <source>PySide2 Documentation</source>
       <translation type="vanished">Документация PySide2</translation>
     </message>
@@ -50862,14 +50853,18 @@
     </message>
     <message>
       <location filename="../QScintilla/Lexers/LexerPython.py" line="94" />
-      <source>PyQt5/6 Modules</source>
-      <translation>Модули PyQt5/6</translation>
+      <source>PyQt6 Modules</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../QScintilla/Lexers/LexerPython.py" line="111" />
       <source>Cython Specifics</source>
       <translation>Особенности Cython</translation>
     </message>
+    <message>
+      <source>PyQt5/6 Modules</source>
+      <translation type="vanished">Модули PyQt5/6</translation>
+    </message>
   </context>
   <context>
     <name>LexerQSS</name>
@@ -62658,18 +62653,18 @@
   <context>
     <name>Preferences</name>
     <message>
-      <location filename="../Preferences/__init__.py" line="1891" />
+      <location filename="../Preferences/__init__.py" line="1866" />
       <source>Export Preferences</source>
       <translation>Экспорт Preferences</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1920" />
-      <location filename="../Preferences/__init__.py" line="1893" />
+      <location filename="../Preferences/__init__.py" line="1895" />
+      <location filename="../Preferences/__init__.py" line="1868" />
       <source>Properties File (*.ini);;All Files (*)</source>
       <translation>Файлы Preferences (*.ini);;Все файлы (*)</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1918" />
+      <location filename="../Preferences/__init__.py" line="1893" />
       <source>Import Preferences</source>
       <translation>Импорт Preferences</translation>
     </message>
@@ -63168,127 +63163,124 @@
     </message>
     <message>
       <location filename="../Preferences/ProgramsDialog.py" line="160" />
-      <source>Translation Extractor (Python, PyQt5)</source>
-      <translation>Извлечение переводов (Python, PyQt5)</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="168" />
-      <source>Forms Compiler (Python, PyQt5)</source>
-      <translation>Компилятор форм (Python, PyQt5)</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="176" />
-      <source>Resource Compiler (Python, PyQt5)</source>
-      <translation>Компилятор ресурсов (Python, PyQt5)</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="187" />
       <source>Translation Extractor (Python, PyQt6)</source>
       <translation>Извлечение переводов (Python, PyQt6)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="194" />
+      <location filename="../Preferences/ProgramsDialog.py" line="167" />
       <source>Forms Compiler (Python, PyQt6)</source>
       <translation>Компилятор форм (Python, PyQt6)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="204" />
+      <location filename="../Preferences/ProgramsDialog.py" line="177" />
       <source>Translation Extractor (Python, PySide6)</source>
       <translation>Извлечение переводов (Python, PySide6)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="213" />
+      <location filename="../Preferences/ProgramsDialog.py" line="186" />
       <source>Forms Compiler (Python, PySide6)</source>
       <translation>Компилятор форм (Python, PySide6)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="222" />
+      <location filename="../Preferences/ProgramsDialog.py" line="195" />
       <source>Resource Compiler (Python, PySide6)</source>
       <translation>Компилятор ресурсов (Python, PySide6)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="237" />
+      <location filename="../Preferences/ProgramsDialog.py" line="210" />
       <source>conda Manager</source>
       <translation>Менеджер пакетов Conda</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="247" />
+      <location filename="../Preferences/ProgramsDialog.py" line="220" />
       <source>PyPI Package Management</source>
       <translation>Менеджер пакетов PyPI</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="499" />
-      <location filename="../Preferences/ProgramsDialog.py" line="496" />
-      <location filename="../Preferences/ProgramsDialog.py" line="480" />
-      <location filename="../Preferences/ProgramsDialog.py" line="350" />
-      <location filename="../Preferences/ProgramsDialog.py" line="283" />
-      <location filename="../Preferences/ProgramsDialog.py" line="266" />
+      <location filename="../Preferences/ProgramsDialog.py" line="472" />
+      <location filename="../Preferences/ProgramsDialog.py" line="469" />
+      <location filename="../Preferences/ProgramsDialog.py" line="453" />
+      <location filename="../Preferences/ProgramsDialog.py" line="323" />
+      <location filename="../Preferences/ProgramsDialog.py" line="256" />
+      <location filename="../Preferences/ProgramsDialog.py" line="239" />
       <source>(unknown)</source>
       <translation>(неизвестный)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="270" />
+      <location filename="../Preferences/ProgramsDialog.py" line="243" />
       <source>Spell Checker - PyEnchant</source>
       <translation>Проверка орфографии - PyEnchant</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="287" />
+      <location filename="../Preferences/ProgramsDialog.py" line="260" />
       <source>Source Highlighter - Pygments</source>
       <translation>Подсветка синтаксиса - Pygments</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="294" />
+      <location filename="../Preferences/ProgramsDialog.py" line="267" />
       <source>MicroPython - MPY Cross Compiler</source>
       <translation>MicroPython - MPY Cross Compiler</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="301" />
+      <location filename="../Preferences/ProgramsDialog.py" line="274" />
       <source>MicroPython - ESP Tool</source>
       <translation>MicroPython - ESP Tool</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="312" />
+      <location filename="../Preferences/ProgramsDialog.py" line="285" />
       <source>MicroPython - PyBoard Flasher</source>
       <translation>MicroPython - PyBoard Flasher</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="322" />
+      <location filename="../Preferences/ProgramsDialog.py" line="295" />
       <source>MicroPython - STLink Info</source>
       <translation>MicroPython - STLink Info</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="332" />
+      <location filename="../Preferences/ProgramsDialog.py" line="305" />
       <source>MicroPython - STLink Flasher</source>
       <translation>MicroPython - STLink Flasher</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="354" />
+      <location filename="../Preferences/ProgramsDialog.py" line="327" />
       <source>Code Assistant - Jedi</source>
       <translation>Code Assistant - Jedi</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="434" />
+      <location filename="../Preferences/ProgramsDialog.py" line="407" />
       <source>(not configured)</source>
       <translation>(не настроено)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="469" />
+      <location filename="../Preferences/ProgramsDialog.py" line="442" />
       <source>(module not found)</source>
       <translation>(модуль не найден)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="502" />
+      <location filename="../Preferences/ProgramsDialog.py" line="475" />
       <source>(not executable)</source>
       <translation>(не исполняемый)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="548" />
-      <location filename="../Preferences/ProgramsDialog.py" line="516" />
-      <location filename="../Preferences/ProgramsDialog.py" line="514" />
+      <location filename="../Preferences/ProgramsDialog.py" line="521" />
+      <location filename="../Preferences/ProgramsDialog.py" line="489" />
+      <location filename="../Preferences/ProgramsDialog.py" line="487" />
       <source>(not found)</source>
       <translation>(не найдено)</translation>
     </message>
     <message>
+      <source>Translation Extractor (Python, PyQt5)</source>
+      <translation type="vanished">Извлечение переводов (Python, PyQt5)</translation>
+    </message>
+    <message>
+      <source>Forms Compiler (Python, PyQt5)</source>
+      <translation type="vanished">Компилятор форм (Python, PyQt5)</translation>
+    </message>
+    <message>
+      <source>Resource Compiler (Python, PyQt5)</source>
+      <translation type="vanished">Компилятор ресурсов (Python, PyQt5)</translation>
+    </message>
+    <message>
       <source>Translation Extractor (Python, PySide2)</source>
       <translation type="vanished">Извлечение переводов (Python, PySide2)</translation>
     </message>
@@ -63320,404 +63312,394 @@
     </message>
     <message>
       <location filename="../Project/Project.py" line="337" />
-      <source>PyQt5 GUI</source>
-      <translation>PyQt5 GUI</translation>
+      <source>PyQt6 GUI</source>
+      <translation>PyQt6 GUI</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="338" />
-      <source>PyQt5 Console</source>
-      <translation>Консоль PyQt5</translation>
+      <source>PyQt6 Console</source>
+      <translation>Консоль PyQt6</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="339" />
-      <source>PyQt6 GUI</source>
-      <translation>PyQt6 GUI</translation>
+      <source>Eric7 Plugin</source>
+      <translation>Eric7 Plugin</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="340" />
-      <source>PyQt6 Console</source>
-      <translation>Консоль PyQt6</translation>
+      <source>Console</source>
+      <translation>Консоль</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="341" />
-      <source>Eric7 Plugin</source>
-      <translation>Eric7 Plugin</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="342" />
-      <source>Console</source>
-      <translation>Консоль</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="343" />
       <source>Other</source>
       <translation>Другой</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="362" />
+      <location filename="../Project/Project.py" line="358" />
       <source>PySide6 GUI</source>
       <translation>PySide6 GUI</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="363" />
+      <location filename="../Project/Project.py" line="359" />
       <source>PySide6 Console</source>
       <translation>Консоль PySide6</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="461" />
-      <location filename="../Project/Project.py" line="449" />
-      <location filename="../Project/Project.py" line="438" />
+      <location filename="../Project/Project.py" line="457" />
+      <location filename="../Project/Project.py" line="445" />
+      <location filename="../Project/Project.py" line="434" />
       <source>Registering Project Type</source>
       <translation>Регистрация типа проекта</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="439" />
+      <location filename="../Project/Project.py" line="435" />
       <source>&lt;p&gt;The Programming Language &lt;b&gt;{0}&lt;/b&gt; is not supported (project type: {1}).&lt;/p&gt;</source>
       <translation>&lt;p&gt;Язык программирования &lt;b&gt;{0}&lt;/b&gt; не поддерживается (тип проекта: {1}).&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="450" />
+      <location filename="../Project/Project.py" line="446" />
       <source>&lt;p&gt;The Project type &lt;b&gt;{0}&lt;/b&gt; is already registered with Programming Language &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Тип проекта &lt;b&gt;{0}&lt;/b&gt; уже зарегистрирован для языка программирования &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="462" />
+      <location filename="../Project/Project.py" line="458" />
       <source>&lt;p&gt;The Project type &lt;b&gt;{0}&lt;/b&gt; is already registered.&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="767" />
+      <location filename="../Project/Project.py" line="763" />
       <source>All Files (*)</source>
       <translation>Все файлы (*)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1321" />
+      <location filename="../Project/Project.py" line="1310" />
       <source>Read Project Session</source>
       <translation>Загрузить сеанс проекта</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1567" />
-      <location filename="../Project/Project.py" line="1541" />
-      <location filename="../Project/Project.py" line="1505" />
-      <location filename="../Project/Project.py" line="1423" />
-      <location filename="../Project/Project.py" line="1384" />
-      <location filename="../Project/Project.py" line="1359" />
-      <location filename="../Project/Project.py" line="1322" />
+      <location filename="../Project/Project.py" line="1556" />
+      <location filename="../Project/Project.py" line="1530" />
+      <location filename="../Project/Project.py" line="1494" />
+      <location filename="../Project/Project.py" line="1412" />
+      <location filename="../Project/Project.py" line="1373" />
+      <location filename="../Project/Project.py" line="1348" />
+      <location filename="../Project/Project.py" line="1311" />
       <source>Please save the project first.</source>
       <translation>Пожалуйста, сначала сохраните проект.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1358" />
+      <location filename="../Project/Project.py" line="1347" />
       <source>Save Project Session</source>
       <translation>Сохранить сеанс проекта</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1400" />
-      <location filename="../Project/Project.py" line="1383" />
+      <location filename="../Project/Project.py" line="1389" />
+      <location filename="../Project/Project.py" line="1372" />
       <source>Delete Project Session</source>
       <translation>Удалить сеанс проекта</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1390" />
+      <location filename="../Project/Project.py" line="1379" />
       <source>Delete Remote Project Session</source>
       <translation>Удалить сеанс удаленного проекта</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1409" />
+      <location filename="../Project/Project.py" line="1398" />
       <source>&lt;p&gt;The project session file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&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="1422" />
+      <location filename="../Project/Project.py" line="1411" />
       <source>Read Tasks</source>
       <translation>Прочитать задачи</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1504" />
+      <location filename="../Project/Project.py" line="1493" />
       <source>Read Debugger Properties</source>
       <translation>Прочитать свойства отладчика</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1540" />
+      <location filename="../Project/Project.py" line="1529" />
       <source>Save Debugger Properties</source>
       <translation>Сохранить свойства отладчика</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1583" />
-      <location filename="../Project/Project.py" line="1566" />
+      <location filename="../Project/Project.py" line="1572" />
+      <location filename="../Project/Project.py" line="1555" />
       <source>Delete Debugger Properties</source>
       <translation>Удалить свойства отладчика</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1573" />
+      <location filename="../Project/Project.py" line="1562" />
       <source>Delete Remote Debugger Properties</source>
       <translation>Удалить свойства удаленного отладчика</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1592" />
+      <location filename="../Project/Project.py" line="1581" />
       <source>&lt;p&gt;The project debugger properties file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&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="1765" />
+      <location filename="../Project/Project.py" line="1754" />
       <source>Add Language</source>
       <translation>Добавить язык перевода</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1766" />
+      <location filename="../Project/Project.py" line="1755" />
       <source>You have to specify a translation pattern first.</source>
       <translation>Необходимо сначала задать шаблон перевода.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1905" />
+      <location filename="../Project/Project.py" line="1892" />
       <source>Delete Translation</source>
       <translation>Удалить перевод</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1932" />
-      <location filename="../Project/Project.py" line="1906" />
+      <location filename="../Project/Project.py" line="1919" />
+      <location filename="../Project/Project.py" line="1893" />
       <source>&lt;p&gt;The selected translation file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&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="1931" />
+      <location filename="../Project/Project.py" line="1918" />
       <source>Delete translation</source>
       <translation>Удалить перевод</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="2071" />
+      <location filename="../Project/Project.py" line="2054" />
+      <source>Add File</source>
+      <translation>Добавить файл</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="2173" />
+      <location filename="../Project/Project.py" line="2055" />
+      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists.&lt;/p&gt;&lt;p&gt;Overwrite it?&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="2072" />
+      <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be added to &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {2}&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Невозможно добавить выделенный файл &lt;b&gt;{0}&lt;/b&gt; в архив &lt;b&gt;{1}&lt;/b&gt;. &lt;/p&gt;&lt;p&gt;Причина: {2}&lt;/p&gt;</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="2084" />
-      <location filename="../Project/Project.py" line="2067" />
-      <source>Add File</source>
-      <translation>Добавить файл</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2186" />
-      <location filename="../Project/Project.py" line="2068" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists.&lt;/p&gt;&lt;p&gt;Overwrite it?&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="2085" />
-      <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be added to &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {2}&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Невозможно добавить выделенный файл &lt;b&gt;{0}&lt;/b&gt; в архив &lt;b&gt;{1}&lt;/b&gt;. &lt;/p&gt;&lt;p&gt;Причина: {2}&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2097" />
       <source>Add file</source>
       <translation>Добавить файл</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2282" />
-      <location filename="../Project/Project.py" line="2098" />
+      <location filename="../Project/Project.py" line="2269" />
+      <location filename="../Project/Project.py" line="2085" />
       <source>The target directory must not be empty.</source>
       <translation>Целевая директория не должна быть пустой.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2185" />
-      <location filename="../Project/Project.py" line="2158" />
-      <location filename="../Project/Project.py" line="2138" />
+      <location filename="../Project/Project.py" line="2172" />
+      <location filename="../Project/Project.py" line="2145" />
+      <location filename="../Project/Project.py" line="2125" />
       <source>Add Directory</source>
       <translation>Добавить директорию</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2139" />
+      <location filename="../Project/Project.py" line="2126" />
       <source>&lt;p&gt;The source directory doesn't contain any files belonging to the selected category.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Директория не содержит ни одного файла, принадлежащего к заданной категории.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2159" />
+      <location filename="../Project/Project.py" line="2146" />
       <source>&lt;p&gt;The target directory &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;&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2293" />
-      <location filename="../Project/Project.py" line="2281" />
+      <location filename="../Project/Project.py" line="2280" />
+      <location filename="../Project/Project.py" line="2268" />
       <source>Add directory</source>
       <translation>Добавить директорию</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2294" />
+      <location filename="../Project/Project.py" line="2281" />
       <source>The source directory must not be empty.</source>
       <translation>Исходная директория не должна быть пустой.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2408" />
-      <location filename="../Project/Project.py" line="2390" />
-      <location filename="../Project/Project.py" line="2374" />
-      <location filename="../Project/Project.py" line="2367" />
+      <location filename="../Project/Project.py" line="2395" />
+      <location filename="../Project/Project.py" line="2377" />
+      <location filename="../Project/Project.py" line="2361" />
+      <location filename="../Project/Project.py" line="2354" />
       <source>Rename File</source>
       <translation>Переименовать файл</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8075" />
-      <location filename="../Project/Project.py" line="3895" />
-      <location filename="../Project/Project.py" line="2391" />
+      <location filename="../Project/Project.py" line="8062" />
+      <location filename="../Project/Project.py" line="3882" />
+      <location filename="../Project/Project.py" line="2378" />
       <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>
     <message>
-      <location filename="../Project/Project.py" line="2409" />
+      <location filename="../Project/Project.py" line="2396" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be renamed.&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="2676" />
+      <location filename="../Project/Project.py" line="2663" />
       <source>Delete File</source>
       <translation>Удалить файл</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2677" />
+      <location filename="../Project/Project.py" line="2664" />
       <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&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="2705" />
+      <location filename="../Project/Project.py" line="2692" />
       <source>Delete Directory</source>
       <translation>Удалить директорию</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2706" />
+      <location filename="../Project/Project.py" line="2693" />
       <source>&lt;p&gt;The selected directory &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&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="2839" />
+      <location filename="../Project/Project.py" line="2826" />
       <source>Create project directory</source>
       <translation>Создать директорию проекта</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2840" />
+      <location filename="../Project/Project.py" line="2827" />
       <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; could not be created.&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="3668" />
-      <location filename="../Project/Project.py" line="2940" />
+      <location filename="../Project/Project.py" line="3655" />
+      <location filename="../Project/Project.py" line="2927" />
       <source>Create project management directory</source>
       <translation>Создать служебную директорию проекта</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3669" />
-      <location filename="../Project/Project.py" line="2941" />
+      <location filename="../Project/Project.py" line="3656" />
+      <location filename="../Project/Project.py" line="2928" />
       <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="2981" />
+      <location filename="../Project/Project.py" line="2968" />
       <source>Create main script</source>
       <translation>Создать главный сценарий</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2982" />
+      <location filename="../Project/Project.py" line="2969" />
       <source>&lt;p&gt;The main script &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="3449" />
-      <location filename="../Project/Project.py" line="3006" />
+      <location filename="../Project/Project.py" line="3436" />
+      <location filename="../Project/Project.py" line="2993" />
       <source>Create Makefile</source>
       <translation>Создать Makefile</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3450" />
-      <location filename="../Project/Project.py" line="3007" />
+      <location filename="../Project/Project.py" line="3437" />
+      <location filename="../Project/Project.py" line="2994" />
       <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="3698" />
-      <location filename="../Project/Project.py" line="3159" />
-      <location filename="../Project/Project.py" line="3130" />
-      <location filename="../Project/Project.py" line="3098" />
-      <location filename="../Project/Project.py" line="3080" />
-      <location filename="../Project/Project.py" line="3055" />
-      <location filename="../Project/Project.py" line="3017" />
+      <location filename="../Project/Project.py" line="3685" />
+      <location filename="../Project/Project.py" line="3146" />
+      <location filename="../Project/Project.py" line="3117" />
+      <location filename="../Project/Project.py" line="3085" />
+      <location filename="../Project/Project.py" line="3067" />
+      <location filename="../Project/Project.py" line="3042" />
+      <location filename="../Project/Project.py" line="3004" />
       <source>New Project</source>
       <translation>Новый проект</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3018" />
+      <location filename="../Project/Project.py" line="3005" />
       <source>Add existing files to the project?</source>
       <translation>Добавить существующие файлы в проект?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3699" />
-      <location filename="../Project/Project.py" line="3056" />
+      <location filename="../Project/Project.py" line="3686" />
+      <location filename="../Project/Project.py" line="3043" />
       <source>Select Version Control System</source>
       <translation>Выберите систему контроля версий (VCS)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3160" />
-      <location filename="../Project/Project.py" line="3081" />
+      <location filename="../Project/Project.py" line="3147" />
+      <location filename="../Project/Project.py" line="3068" />
       <source>Would you like to edit the VCS command options?</source>
       <translation>Вы хотите редактировать параметры команд VCS?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3099" />
+      <location filename="../Project/Project.py" line="3086" />
       <source>Shall the project file be added to the repository?</source>
       <translation>Должен ли файл проекта быть добавлен в репозиторий?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3136" />
-      <location filename="../Project/Project.py" line="3125" />
+      <location filename="../Project/Project.py" line="3123" />
+      <location filename="../Project/Project.py" line="3112" />
       <source>None</source>
       <translation>None</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3131" />
+      <location filename="../Project/Project.py" line="3118" />
       <source>Select version control system for the project</source>
       <translation>Выберите систему контроля версий для проекта</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3342" />
+      <location filename="../Project/Project.py" line="3329" />
       <source>Translation Pattern</source>
       <translation>Шаблон перевода</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3343" />
+      <location filename="../Project/Project.py" line="3330" />
       <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source>
       <translation>Введите шаблон пути для файлов переводов (используйте '%language%' вместо language code):</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3647" />
+      <location filename="../Project/Project.py" line="3634" />
       <source>Open Project</source>
       <translation>Открыть проект</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8061" />
-      <location filename="../Project/Project.py" line="8055" />
-      <location filename="../Project/Project.py" line="8045" />
-      <location filename="../Project/Project.py" line="3880" />
-      <location filename="../Project/Project.py" line="3870" />
-      <location filename="../Project/Project.py" line="3649" />
+      <location filename="../Project/Project.py" line="8048" />
+      <location filename="../Project/Project.py" line="8042" />
+      <location filename="../Project/Project.py" line="8032" />
+      <location filename="../Project/Project.py" line="3867" />
+      <location filename="../Project/Project.py" line="3857" />
+      <location filename="../Project/Project.py" line="3636" />
       <source>Project Files (*.epj)</source>
       <translation>Файлы проекта (*.epj)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3894" />
-      <location filename="../Project/Project.py" line="3878" />
+      <location filename="../Project/Project.py" line="3881" />
+      <location filename="../Project/Project.py" line="3865" />
       <source>Save Project</source>
       <translation>Сохранить проект</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3933" />
+      <location filename="../Project/Project.py" line="3920" />
       <source>Close Project</source>
       <translation>Закрыть проект</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3934" />
+      <location filename="../Project/Project.py" line="3921" />
       <source>The current project has unsaved changes.</source>
       <translation>Изменения в текущем проекте не сохранены.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4134" />
-      <location filename="../Project/Project.py" line="4098" />
+      <location filename="../Project/Project.py" line="4121" />
+      <location filename="../Project/Project.py" line="4085" />
       <source>Syntax Errors Detected</source>
       <translation>Обнаружены синтаксические ошибки</translation>
     </message>
     <message numerus="yes">
-      <location filename="../Project/Project.py" line="4135" />
-      <location filename="../Project/Project.py" line="4099" />
+      <location filename="../Project/Project.py" line="4122" />
+      <location filename="../Project/Project.py" line="4086" />
       <source>The project contains %n file(s) with syntax errors.</source>
       <translation>
         <numerusform>Проект содержит %n файл с синтаксической ошибкой.</numerusform>
@@ -63726,464 +63708,464 @@
       </translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4793" />
+      <location filename="../Project/Project.py" line="4780" />
       <source>New project</source>
       <translation>Новый проект</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4795" />
+      <location filename="../Project/Project.py" line="4782" />
       <source>&amp;New...</source>
       <translation>&amp;Новый...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4801" />
+      <location filename="../Project/Project.py" line="4788" />
       <source>Generate a new project</source>
       <translation>Создать новый проект</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4803" />
+      <location filename="../Project/Project.py" line="4790" />
       <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="4813" />
+      <location filename="../Project/Project.py" line="4800" />
       <source>Open project</source>
       <translation>Открыть проект</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4815" />
+      <location filename="../Project/Project.py" line="4802" />
       <source>&amp;Open...</source>
       <translation>&amp;Открыть...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4821" />
+      <location filename="../Project/Project.py" line="4808" />
       <source>Open an existing project</source>
       <translation>Открыть существующий проект</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4823" />
+      <location filename="../Project/Project.py" line="4810" />
       <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="4829" />
+      <location filename="../Project/Project.py" line="4816" />
       <source>Open remote project</source>
       <translation>Открыть удаленный проект</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4831" />
+      <location filename="../Project/Project.py" line="4818" />
       <source>Open (Remote)...</source>
       <translation>Открыть (удаленно)...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4824" />
+      <source>Open an existing remote project</source>
+      <translation>Открыть существующий удаленный проект</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4826" />
+      <source>&lt;b&gt;Open (Remote)...&lt;/b&gt;&lt;p&gt;This opens an existing remote 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="4835" />
+      <source>Reload project</source>
+      <translation>Перезагрузить проект</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4837" />
-      <source>Open an existing remote project</source>
-      <translation>Открыть существующий удаленный проект</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4839" />
-      <source>&lt;b&gt;Open (Remote)...&lt;/b&gt;&lt;p&gt;This opens an existing remote 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="4848" />
-      <source>Reload project</source>
-      <translation>Перезагрузить проект</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4850" />
       <source>Re&amp;load</source>
       <translation>П&amp;ерезагрузить</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4856" />
+      <location filename="../Project/Project.py" line="4843" />
       <source>Reload the current project</source>
       <translation>Перезагрузить текущий проект</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4858" />
+      <location filename="../Project/Project.py" line="4845" />
       <source>&lt;b&gt;Reload&lt;/b&gt;&lt;p&gt;This reloads 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="4864" />
+      <location filename="../Project/Project.py" line="4851" />
       <source>Close project</source>
       <translation>Закрыть проект</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4866" />
+      <location filename="../Project/Project.py" line="4853" />
       <source>&amp;Close</source>
       <translation>&amp;Закрыть</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4872" />
+      <location filename="../Project/Project.py" line="4859" />
       <source>Close the current project</source>
       <translation>Закрыть текущий проект</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4874" />
+      <location filename="../Project/Project.py" line="4861" />
       <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="4880" />
+      <location filename="../Project/Project.py" line="4867" />
       <source>Save project</source>
       <translation>Сохранить проект</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5177" />
-      <location filename="../Project/Project.py" line="4882" />
+      <location filename="../Project/Project.py" line="5164" />
+      <location filename="../Project/Project.py" line="4869" />
       <source>&amp;Save</source>
       <translation>&amp;Сохранить</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4888" />
+      <location filename="../Project/Project.py" line="4875" />
       <source>Save the current project</source>
       <translation>Сохранить текущий проект</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4890" />
+      <location filename="../Project/Project.py" line="4877" />
       <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="4896" />
+      <location filename="../Project/Project.py" line="4883" />
       <source>Save project as</source>
       <translation>Сохранить проект как</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4898" />
+      <location filename="../Project/Project.py" line="4885" />
       <source>Save &amp;as...</source>
       <translation>Сохранить &amp;как...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4891" />
+      <source>Save the current project to a new file</source>
+      <translation>Сохранить текущий проект в новый файл</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4893" />
+      <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="4902" />
+      <source>Save project as (Remote)</source>
+      <translation>Сохранить проект как (удаленно)</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4904" />
-      <source>Save the current project to a new file</source>
-      <translation>Сохранить текущий проект в новый файл</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4906" />
-      <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="4915" />
-      <source>Save project as (Remote)</source>
-      <translation>Сохранить проект как (удаленно)</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4917" />
       <source>Save as (Remote)...</source>
       <translation>Сохранить как (удаленно)...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4924" />
+      <location filename="../Project/Project.py" line="4911" />
       <source>Save the current project to a new remote file</source>
       <translation>Сохранить текущий проект в новом удаленном файле</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4927" />
+      <location filename="../Project/Project.py" line="4914" />
       <source>&lt;b&gt;Save as (Remote)&lt;/b&gt;&lt;p&gt;This saves the current project to a new remote 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="4943" />
+      <location filename="../Project/Project.py" line="4930" />
       <source>Add files to project</source>
       <translation>Добавить файлы в проект</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4945" />
+      <location filename="../Project/Project.py" line="4932" />
       <source>Add &amp;files...</source>
       <translation>Добавить &amp;файлы...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4938" />
+      <source>Add files to the current project</source>
+      <translation>Добавить файлы в текущий проект</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4940" />
+      <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="4951" />
-      <source>Add files to the current project</source>
-      <translation>Добавить файлы в текущий проект</translation>
+      <source>Add directory to project</source>
+      <translation>Добавить директорию в проект</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="4953" />
-      <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="4964" />
-      <source>Add directory to project</source>
-      <translation>Добавить директорию в проект</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4966" />
       <source>Add directory...</source>
       <translation>Добавить директорию...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4960" />
+      <source>Add a directory to the current project</source>
+      <translation>Добавить директорию в текущий проект</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4963" />
+      <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="4973" />
-      <source>Add a directory to the current project</source>
-      <translation>Добавить директорию в текущий проект</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4976" />
-      <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="4986" />
       <source>Add translation to project</source>
       <translation>Добавить перевод в проект</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4988" />
+      <location filename="../Project/Project.py" line="4975" />
       <source>Add &amp;translation...</source>
       <translation>Добавить &amp;перевод...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4982" />
+      <source>Add a translation to the current project</source>
+      <translation>Добавить перевод в текущий проект</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4985" />
+      <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="4995" />
-      <source>Add a translation to the current project</source>
-      <translation>Добавить перевод в текущий проект</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4998" />
-      <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="5008" />
       <source>Search new files</source>
       <translation>Поиск новых файлов</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5009" />
+      <location filename="../Project/Project.py" line="4996" />
       <source>Searc&amp;h new files...</source>
       <translation>Поис&amp;к новых файлов...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5002" />
+      <source>Search new files in the project directory.</source>
+      <translation>Поиск новых файлов в директории проекта.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5004" />
+      <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, forms, ...) in the project directory and registered subdirectories.&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="5014" />
+      <source>Search Project File</source>
+      <translation>Поиск файла проекта</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5015" />
-      <source>Search new files in the project directory.</source>
-      <translation>Поиск новых файлов в директории проекта.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5017" />
-      <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, forms, ...) in the project directory and registered subdirectories.&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="5027" />
-      <source>Search Project File</source>
-      <translation>Поиск файла проекта</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5028" />
       <source>Search Project File...</source>
       <translation>Поиск файла проекта...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5029" />
+      <location filename="../Project/Project.py" line="5016" />
       <source>Alt+Ctrl+P</source>
       <comment>Project|Search Project File</comment>
       <translation>Alt+Ctrl+P</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5021" />
+      <source>Search for a file in the project list of files.</source>
+      <translation>Поиск файла в списке файлов проекта.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5023" />
+      <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="5032" />
+      <source>Project properties</source>
+      <translation>Свойства проекта</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5034" />
-      <source>Search for a file in the project list of files.</source>
-      <translation>Поиск файла в списке файлов проекта.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5036" />
-      <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="5045" />
-      <source>Project properties</source>
-      <translation>Свойства проекта</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5047" />
       <source>&amp;Properties...</source>
       <translation>&amp;Свойства...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5040" />
+      <source>Show the project properties</source>
+      <translation>Показать свойства проекта</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5042" />
+      <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="5051" />
+      <source>User project properties</source>
+      <translation>Пользовательские настройки проекта</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5053" />
-      <source>Show the project properties</source>
-      <translation>Показать свойства проекта</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5055" />
-      <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="5064" />
-      <source>User project properties</source>
-      <translation>Пользовательские настройки проекта</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5066" />
       <source>&amp;User Properties...</source>
       <translation>&amp;Пользовательские свойства...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5060" />
+      <source>Show the user specific project properties</source>
+      <translation>Показать пользовательские свойства проекта</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5063" />
+      <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="5073" />
-      <source>Show the user specific project properties</source>
-      <translation>Показать пользовательские свойства проекта</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5076" />
-      <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="5086" />
       <source>Filetype Associations</source>
       <translation>Ассоциации типов файлов</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5087" />
+      <location filename="../Project/Project.py" line="5074" />
       <source>Filetype Associations...</source>
       <translation>Ассоциации типов файлов...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5094" />
+      <location filename="../Project/Project.py" line="5081" />
       <source>Show the project file type associations</source>
       <translation>Показать ассоциации типов файлов для проекта</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5084" />
+      <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>
+    <message>
       <location filename="../Project/Project.py" line="5097" />
-      <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>
-    <message>
-      <location filename="../Project/Project.py" line="5110" />
       <source>Lexer Associations</source>
       <translation>Ассоциации для лексеров</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5111" />
+      <location filename="../Project/Project.py" line="5098" />
       <source>Lexer Associations...</source>
       <translation>Ассоциации для лексеров...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5118" />
+      <location filename="../Project/Project.py" line="5105" />
       <source>Show the project lexer associations (overriding defaults)</source>
       <translation>Показать ассоциации для лексеров проекта (переопределяющие по умолчанию)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5121" />
+      <location filename="../Project/Project.py" line="5108" />
       <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="5139" />
+      <location filename="../Project/Project.py" line="5126" />
       <source>Debugger Properties</source>
       <translation>Свойства отладчика</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5140" />
+      <location filename="../Project/Project.py" line="5127" />
       <source>Debugger &amp;Properties...</source>
       <translation>&amp;Свойства отладчика...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5133" />
+      <source>Show the debugger properties</source>
+      <translation>Показать свойства отладчика</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5135" />
+      <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="5145" />
+      <source>Load</source>
+      <translation>Загрузить</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5146" />
-      <source>Show the debugger properties</source>
-      <translation>Показать свойства отладчика</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5148" />
-      <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="5158" />
-      <source>Load</source>
-      <translation>Загрузить</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5159" />
       <source>&amp;Load</source>
       <translation>&amp;Загрузить</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5165" />
+      <location filename="../Project/Project.py" line="5152" />
       <source>Load the debugger properties</source>
       <translation>Загрузить свойства отладчика</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5167" />
+      <location filename="../Project/Project.py" line="5154" />
       <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="5176" />
+      <location filename="../Project/Project.py" line="5163" />
       <source>Save</source>
       <translation>Сохранить</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5183" />
+      <location filename="../Project/Project.py" line="5170" />
       <source>Save the debugger properties</source>
       <translation>Сохранить свойства отладчика</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5185" />
+      <location filename="../Project/Project.py" line="5172" />
       <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="5194" />
+      <location filename="../Project/Project.py" line="5181" />
       <source>Delete</source>
       <translation>Удалить</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5195" />
+      <location filename="../Project/Project.py" line="5182" />
       <source>&amp;Delete</source>
       <translation>&amp;Удалить</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5188" />
+      <source>Delete the debugger properties</source>
+      <translation>Удалить свойства отладчика</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5190" />
+      <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="5200" />
+      <source>Reset</source>
+      <translation>Рестарт</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5201" />
-      <source>Delete the debugger properties</source>
-      <translation>Удалить свойства отладчика</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5203" />
-      <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="5213" />
-      <source>Reset</source>
-      <translation>Рестарт</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5214" />
       <source>&amp;Reset</source>
       <translation>&amp;Рестарт</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5220" />
+      <location filename="../Project/Project.py" line="5207" />
       <source>Reset the debugger properties</source>
       <translation>Сбросить свойства отладчика</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5222" />
+      <location filename="../Project/Project.py" line="5209" />
       <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="5238" />
-      <location filename="../Project/Project.py" line="5237" />
+      <location filename="../Project/Project.py" line="5225" />
+      <location filename="../Project/Project.py" line="5224" />
       <source>Load session</source>
       <translation>Загрузить сеанс</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5244" />
+      <location filename="../Project/Project.py" line="5231" />
       <source>Load the projects session file.</source>
       <translation>Загрузить файл с сеансом проекта.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5246" />
+      <location filename="../Project/Project.py" line="5233" />
       <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;
@@ -64195,18 +64177,18 @@
 &lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5262" />
-      <location filename="../Project/Project.py" line="5261" />
+      <location filename="../Project/Project.py" line="5249" />
+      <location filename="../Project/Project.py" line="5248" />
       <source>Save session</source>
       <translation>Сохранить сеанс</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5268" />
+      <location filename="../Project/Project.py" line="5255" />
       <source>Save the projects session file.</source>
       <translation>Сохранить файл с сеансом проекта.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5270" />
+      <location filename="../Project/Project.py" line="5257" />
       <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;
@@ -64218,798 +64200,806 @@
 &lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5286" />
-      <location filename="../Project/Project.py" line="5285" />
+      <location filename="../Project/Project.py" line="5273" />
+      <location filename="../Project/Project.py" line="5272" />
       <source>Delete session</source>
       <translation>Удалить сеанс</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5292" />
+      <location filename="../Project/Project.py" line="5279" />
       <source>Delete the projects session file.</source>
       <translation>Удалить файл с сеансом проекта.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5294" />
+      <location filename="../Project/Project.py" line="5281" />
       <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="5309" />
+      <location filename="../Project/Project.py" line="5296" />
       <source>Code Metrics</source>
       <translation>Метрики кода</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5310" />
+      <location filename="../Project/Project.py" line="5297" />
       <source>&amp;Code Metrics...</source>
       <translation>&amp;Метрики кода...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5304" />
+      <source>Show some code metrics for the project.</source>
+      <translation>Отображение некоторых метрик кода проекта.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5307" />
+      <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="5317" />
-      <source>Show some code metrics for the project.</source>
-      <translation>Отображение некоторых метрик кода проекта.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5320" />
-      <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="5330" />
       <source>Python Code Coverage</source>
       <translation>Покрытие кода Python</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5331" />
+      <location filename="../Project/Project.py" line="5318" />
       <source>Code Co&amp;verage...</source>
       <translation>&amp;Покрытие кода...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5338" />
+      <location filename="../Project/Project.py" line="5325" />
       <source>Show code coverage information for the project.</source>
       <translation>Показать информацию покрытия кода проекта.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5341" />
+      <location filename="../Project/Project.py" line="5328" />
       <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="6775" />
       <location filename="../Project/Project.py" line="6762" />
-      <location filename="../Project/Project.py" line="5351" />
+      <location filename="../Project/Project.py" line="6749" />
+      <location filename="../Project/Project.py" line="5338" />
       <source>Profile Data</source>
       <translation>Данные профайлера</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5352" />
+      <location filename="../Project/Project.py" line="5339" />
       <source>&amp;Profile Data...</source>
       <translation>&amp;Данные профайлера...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5359" />
+      <location filename="../Project/Project.py" line="5346" />
       <source>Show profiling data for the project.</source>
       <translation>Отображение результатов профилирования проекта.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5362" />
+      <location filename="../Project/Project.py" line="5349" />
       <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="6827" />
-      <location filename="../Project/Project.py" line="5377" />
+      <location filename="../Project/Project.py" line="6814" />
+      <location filename="../Project/Project.py" line="5364" />
       <source>Application Diagram</source>
       <translation>Диаграмма приложения</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5378" />
+      <location filename="../Project/Project.py" line="5365" />
       <source>&amp;Application Diagram...</source>
       <translation>&amp;Диаграмма приложения...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5372" />
+      <source>Show a diagram of the project.</source>
+      <translation>Показать диаграмму проекта.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5375" />
+      <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="5384" />
+      <source>Load Diagram</source>
+      <translation>Загрузить диаграмму</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5385" />
-      <source>Show a diagram of the project.</source>
-      <translation>Показать диаграмму проекта.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5388" />
-      <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="5397" />
-      <source>Load Diagram</source>
-      <translation>Загрузить диаграмму</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5398" />
       <source>&amp;Load Diagram...</source>
       <translation>&amp;Загрузить диаграмму...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5404" />
+      <location filename="../Project/Project.py" line="5391" />
       <source>Load a diagram from file.</source>
       <translation>Загрузить диаграмму из файла.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5406" />
+      <location filename="../Project/Project.py" line="5393" />
       <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>
     <message>
-      <location filename="../Project/Project.py" line="6995" />
-      <location filename="../Project/Project.py" line="6940" />
-      <location filename="../Project/Project.py" line="5421" />
+      <location filename="../Project/Project.py" line="6982" />
+      <location filename="../Project/Project.py" line="6927" />
+      <location filename="../Project/Project.py" line="5408" />
       <source>Create Package List</source>
       <translation>Создать список пакета</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5423" />
+      <location filename="../Project/Project.py" line="5410" />
       <source>Create &amp;Package List</source>
       <translation>&amp;Создать список пакета</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5430" />
+      <location filename="../Project/Project.py" line="5417" />
       <source>Create an initial PKGLIST file for an eric plugin.</source>
       <translation>Создать первичный файл PKGLIST для плагина eric.</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5420" />
+      <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric plugin archive. The list is created from the project file.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Создать список пакета&lt;/b&gt;&lt;p&gt;Создаёт начальный список файлов для включения в архив плагина eric. Список создаётся из файла проекта.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7053" />
+      <location filename="../Project/Project.py" line="5431" />
+      <source>Create Plugin Archives</source>
+      <translation>Создать архивы плагина</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5433" />
-      <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric plugin archive. The list is created from the project file.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Создать список пакета&lt;/b&gt;&lt;p&gt;Создаёт начальный список файлов для включения в архив плагина eric. Список создаётся из файла проекта.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7066" />
-      <location filename="../Project/Project.py" line="5444" />
-      <source>Create Plugin Archives</source>
-      <translation>Создать архивы плагина</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5446" />
       <source>Create Plugin &amp;Archives</source>
       <translation>Создать архивы &amp;плагина</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5452" />
+      <location filename="../Project/Project.py" line="5439" />
       <source>Create eric plugin archive files.</source>
       <translation>Создание архивных файлов плагина eric.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5454" />
+      <location filename="../Project/Project.py" line="5441" />
       <source>&lt;b&gt;Create Plugin Archives&lt;/b&gt;&lt;p&gt;This creates eric 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;Создание архивных файлов плагина eric, используя список файлов, приведенный в файле PKGLIST. Имя архива, если оно не задано в файле со списком пакета, создается из имени главного сценария.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5466" />
+      <location filename="../Project/Project.py" line="5453" />
       <source>Create Plugin Archives (Snapshot)</source>
       <translation>Создать архивы плагина (Snapshot)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5468" />
+      <location filename="../Project/Project.py" line="5455" />
       <source>Create Plugin Archives (&amp;Snapshot)</source>
       <translation>Создать архивы плагина (&amp;Snapshot)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5475" />
+      <location filename="../Project/Project.py" line="5462" />
       <source>Create eric plugin archive files (snapshot releases).</source>
       <translation>Создание архивных файлов плагина eric (snapshot releases).</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5478" />
+      <location filename="../Project/Project.py" line="5465" />
       <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric 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;Создание архивных файлов плагина eric, используя список файлов, приведенный в файле PKGLIST. Имя архива, если оно не задано в файле со списком пакета, создается из имени главного сценария. Версия главного скрипта изменяется в соответствии релизом snapshot.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7522" />
-      <location filename="../Project/Project.py" line="7493" />
-      <location filename="../Project/Project.py" line="7447" />
-      <location filename="../Project/Project.py" line="7399" />
-      <location filename="../Project/Project.py" line="5497" />
+      <location filename="../Project/Project.py" line="7509" />
+      <location filename="../Project/Project.py" line="7480" />
+      <location filename="../Project/Project.py" line="7434" />
+      <location filename="../Project/Project.py" line="7386" />
+      <location filename="../Project/Project.py" line="5484" />
       <source>Execute Make</source>
       <translation>Выполнить Make</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5498" />
+      <location filename="../Project/Project.py" line="5485" />
       <source>&amp;Execute Make</source>
       <translation>&amp;Выполнить Make</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5491" />
+      <source>Perform a 'make' run.</source>
+      <translation>Выполнить прогон 'make'.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5493" />
+      <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a 'make' run to rebuild the configured target.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Выполнить Make&lt;/b&gt;&lt;p&gt;Выполнение прогона 'make' для пересборки настроеной цели.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7486" />
+      <location filename="../Project/Project.py" line="5503" />
+      <source>Test for Changes</source>
+      <translation>Проверить изменения</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5504" />
-      <source>Perform a 'make' run.</source>
-      <translation>Выполнить прогон 'make'.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5506" />
-      <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a 'make' run to rebuild the configured target.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Выполнить Make&lt;/b&gt;&lt;p&gt;Выполнение прогона 'make' для пересборки настроеной цели.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7499" />
-      <location filename="../Project/Project.py" line="5516" />
-      <source>Test for Changes</source>
-      <translation>Проверить изменения</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5517" />
       <source>&amp;Test for Changes</source>
       <translation>&amp;Проверить изменения</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5524" />
+      <location filename="../Project/Project.py" line="5511" />
       <source>Question 'make', if a rebuild is needed.</source>
       <translation>Запрос 'make', если необходима пересборка.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5527" />
+      <location filename="../Project/Project.py" line="5514" />
       <source>&lt;b&gt;Test for Changes&lt;/b&gt;&lt;p&gt;This questions 'make', if a rebuild of the configured target is necessary.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Проверка изменений&lt;/b&gt;&lt;p&gt;Запрос 'make', если требуется пересборка настроенной цели.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5545" />
+      <location filename="../Project/Project.py" line="5532" />
       <source>Create SBOM File</source>
       <translation>Создать файл SBOM</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5546" />
+      <location filename="../Project/Project.py" line="5533" />
       <source>Create &amp;SBOM File</source>
       <translation>Создать файл &amp;SBOM</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5553" />
+      <location filename="../Project/Project.py" line="5540" />
       <source>Create a SBOM file of the project dependencies.</source>
       <translation>Создайте SBOM файл зависимостей проекта.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5556" />
+      <location filename="../Project/Project.py" line="5543" />
       <source>&lt;b&gt;Create SBOM File&lt;/b&gt;&lt;p&gt;This allows the creation of a SBOM file of the project dependencies. This may be based on various input sources and will be saved as a CycloneDX SBOM file.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Создать файл SBOM&lt;/b&gt;&lt;p&gt;Создание SBOM файла зависимостей проекта. Он может быть основан на различных источниках ввода и будет сохранен как файл CycloneDX SBOM.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5567" />
+      <location filename="../Project/Project.py" line="5554" />
       <source>Clear Byte Code Caches</source>
       <translation>Очистить кэши байт-кода</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5568" />
+      <location filename="../Project/Project.py" line="5555" />
       <source>Clear Byte Code &amp;Caches</source>
       <translation>Очистить &amp;кэши байт-кода</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5575" />
+      <location filename="../Project/Project.py" line="5562" />
       <source>Clear the byte code caches of the project.</source>
       <translation>Очистить кэши байт-кода проекта.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5578" />
+      <location filename="../Project/Project.py" line="5565" />
       <source>&lt;b&gt;Clear Byte Code Caches&lt;/b&gt;&lt;p&gt;This deletes all directories containing byte code cache 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="5594" />
+      <location filename="../Project/Project.py" line="5581" />
       <source>About Black</source>
       <translation>О Black</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5595" />
+      <location filename="../Project/Project.py" line="5582" />
       <source>&amp;Black</source>
       <translation>&amp;Black</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5601" />
+      <location filename="../Project/Project.py" line="5588" />
       <source>Show some information about 'Black'.</source>
       <translation>Отображение некоторой информации о форматере 'Black'.</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5590" />
+      <source>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'Black' tool.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;Отображение некоторой информации об установленном форматере 'Black'.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5602" />
+      <source>Format Code</source>
+      <translation>Форматировать код</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5603" />
-      <source>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'Black' tool.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;Отображение некоторой информации об установленном форматере 'Black'.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5615" />
-      <source>Format Code</source>
-      <translation>Форматировать код</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5616" />
       <source>&amp;Format Code</source>
       <translation>&amp;Форматировать код</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5623" />
+      <location filename="../Project/Project.py" line="5610" />
       <source>Format the project sources with 'Black'.</source>
       <translation>Форматирование исходников проекта с помощью 'Black'.</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5613" />
+      <source>&lt;b&gt;Format Code&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the formatting run and reformats the project sources using 'Black'.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Форматировать код&lt;/b&gt;&lt;p&gt;Отображение диалога задания параметров для форматирования и переформатирование исходников проекта с помощью 'Black'.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5625" />
+      <source>Check Code Formatting</source>
+      <translation>Проверить форматирование кода</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5626" />
-      <source>&lt;b&gt;Format Code&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the formatting run and reformats the project sources using 'Black'.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Форматировать код&lt;/b&gt;&lt;p&gt;Отображение диалога задания параметров для форматирования и переформатирование исходников проекта с помощью 'Black'.&lt;/p&gt;</translation>
+      <source>&amp;Check Code Formatting</source>
+      <translation>&amp;Проверить форматирование кода</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5633" />
+      <source>Check, if the project sources need to be reformatted with 'Black'.</source>
+      <translation>Проверка возможности переформатирования исходников проекта с помощью 'Black'.</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5638" />
-      <source>Check Code Formatting</source>
-      <translation>Проверить форматирование кода</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5639" />
-      <source>&amp;Check Code Formatting</source>
-      <translation>&amp;Проверить форматирование кода</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5646" />
-      <source>Check, if the project sources need to be reformatted with 'Black'.</source>
-      <translation>Проверка возможности переформатирования исходников проекта с помощью 'Black'.</translation>
+      <source>&lt;b&gt;Check Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format check run and performs a check, if the project sources need to be reformatted using 'Black'.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Проверить форматирование кода&lt;/b&gt;&lt;p&gt;Отображение диалога задания параметров для запуска проверки формата и выполнение проверки, если исходный проект необходимо переформатировать посредством 'Black'.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5651" />
-      <source>&lt;b&gt;Check Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format check run and performs a check, if the project sources need to be reformatted using 'Black'.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Проверить форматирование кода&lt;/b&gt;&lt;p&gt;Отображение диалога задания параметров для запуска проверки формата и выполнение проверки, если исходный проект необходимо переформатировать посредством 'Black'.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5664" />
       <source>Code Formatting Diff</source>
       <translation>Различия форматирования кода</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5652" />
+      <source>Code Formatting &amp;Diff</source>
+      <translation>&amp;Различия форматирования кода</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5659" />
+      <source>Generate a unified diff of potential project source reformatting with 'Black'.</source>
+      <translation>Генерация унифицированного diff потенциального переформатирования исходников проекта с помощью 'Black'.</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5665" />
-      <source>Code Formatting &amp;Diff</source>
-      <translation>&amp;Различия форматирования кода</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5672" />
-      <source>Generate a unified diff of potential project source reformatting with 'Black'.</source>
-      <translation>Генерация унифицированного diff потенциального переформатирования исходников проекта с помощью 'Black'.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5678" />
       <source>&lt;b&gt;Diff Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format diff run and generates a unified diff of potential project source reformatting using 'Black'.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Различия форматирования кода&lt;/b&gt;&lt;p&gt;Отображение диалога задания параметров для запуска сравнения форматов и генерации единого diff потенциального переформатирования исходного проекта с помощью 'Black'.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5843" />
-      <location filename="../Project/Project.py" line="5793" />
-      <location filename="../Project/Project.py" line="5792" />
-      <location filename="../Project/Project.py" line="5692" />
-      <location filename="../Project/Project.py" line="5691" />
+      <location filename="../Project/Project.py" line="5830" />
+      <location filename="../Project/Project.py" line="5780" />
+      <location filename="../Project/Project.py" line="5779" />
+      <location filename="../Project/Project.py" line="5679" />
+      <location filename="../Project/Project.py" line="5678" />
       <source>Configure</source>
       <translation>Конфигурация</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5699" />
+      <location filename="../Project/Project.py" line="5686" />
       <source>Enter the parameters for formatting the project sources with 'Black'.</source>
       <translation>Задание параметров форматирования исходников проекта с помощью  'Black'.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5704" />
+      <location filename="../Project/Project.py" line="5691" />
       <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This shows a dialog to enter the parameters for formatting the project sources with 'Black'.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Конфигурация&lt;/b&gt;&lt;p&gt;Отображение диалога задания параметров для форматирования исходников проекта с помощью 'Black'.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5720" />
+      <location filename="../Project/Project.py" line="5707" />
       <source>About isort</source>
       <translation>О isort</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5721" />
+      <location filename="../Project/Project.py" line="5708" />
       <source>&amp;isort</source>
       <translation>&amp;isort</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5727" />
+      <location filename="../Project/Project.py" line="5714" />
       <source>Show some information about 'isort'.</source>
       <translation>Отображение некоторой информации о утилите 'isort'.</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5716" />
+      <source>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'isort' tool.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;Отображение некоторой информацим об установленном инструменте isort.&lt;/p&gt;</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5729" />
-      <source>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'isort' tool.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;Отображение некоторой информацим об установленном инструменте isort.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5742" />
-      <location filename="../Project/Project.py" line="5741" />
+      <location filename="../Project/Project.py" line="5728" />
       <source>Sort Imports</source>
       <translation>Сортировать импорт</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5749" />
+      <location filename="../Project/Project.py" line="5736" />
       <source>Sort the import statements of the project sources with 'isort'.</source>
       <translation>Сортировка операторов импорта исходников проекта с помощью 'isort'.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5752" />
+      <location filename="../Project/Project.py" line="5739" />
       <source>&lt;b&gt;Sort Imports&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting run and sorts the import statements of the project sources using 'isort'.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Сортировка импорта&lt;/b&gt;&lt;p&gt;Отображение диалога задания параметров для запуска сортировки импорта и сортировки операторов импорта исходного проекта с помощью 'isort'.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5753" />
+      <location filename="../Project/Project.py" line="5752" />
+      <source>Imports Sorting Diff</source>
+      <translation>Различия сортировки импорта</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5760" />
+      <source>Generate a unified diff of potential project source imports resorting with 'isort'.</source>
+      <translation>Создание унифицированного diff потенциального импорта исходников проекта c помощью 'isort'.</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5766" />
-      <location filename="../Project/Project.py" line="5765" />
-      <source>Imports Sorting Diff</source>
-      <translation>Различия сортировки импорта</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5773" />
-      <source>Generate a unified diff of potential project source imports resorting with 'isort'.</source>
-      <translation>Создание унифицированного diff потенциального импорта исходников проекта c помощью 'isort'.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5779" />
       <source>&lt;b&gt;Imports Sorting Diff&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting diff run and generates a unified diff of potential project source changes using 'isort'.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Различия сортировки импорта&lt;/b&gt;&lt;p&gt;Отображение диалога задания параметров для запуска сравнения сортировки импорта и создания унифицированного diff потенциальных изменений исходников проекта с помощью 'isort'.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5800" />
+      <location filename="../Project/Project.py" line="5787" />
       <source>Enter the parameters for resorting the project sources import statements with 'isort'.</source>
       <translation>Задание параметров сортировки операторов импорта исходников проекта с помощью 'isort'.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5806" />
+      <location filename="../Project/Project.py" line="5793" />
       <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This shows a dialog to enter the parameters for resorting the import statements of the project sources with 'isort'.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Конфигурация&lt;/b&gt;&lt;p&gt;Отображение диалогового окна ввода параметров для сортировки операторов импорта исходников проекта с помощью 'isort'.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5822" />
+      <location filename="../Project/Project.py" line="5809" />
       <source>Install Project</source>
       <translation>Установить проект</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5823" />
+      <location filename="../Project/Project.py" line="5810" />
       <source>&amp;Install Project</source>
       <translation>&amp;Установить проект</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5830" />
+      <location filename="../Project/Project.py" line="5817" />
       <source>Install the project into the embedded environment.</source>
       <translation>Установка проекта во встроенную среду.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5833" />
+      <location filename="../Project/Project.py" line="5820" />
       <source>&lt;b&gt;Install Project&lt;/b&gt;&lt;p&gt;This installs the project into the embedded virtual environment in editable mode (i.e. development mode).&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="5844" />
+      <location filename="../Project/Project.py" line="5831" />
       <source>&amp;Configure</source>
       <translation>&amp;Настройки</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5838" />
+      <source>Configure the embedded environment.</source>
+      <translation>Настройка встроенного виртуального окружения.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5841" />
+      <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This opens a dialog to configure the embedded virtual environment 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="5851" />
-      <source>Configure the embedded environment.</source>
-      <translation>Настройка встроенного виртуального окружения.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5854" />
-      <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This opens a dialog to configure the embedded virtual environment 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="5864" />
       <source>Upgrade</source>
       <translation>Модернизировать</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5865" />
+      <location filename="../Project/Project.py" line="5852" />
       <source>&amp;Upgrade</source>
       <translation>&amp;Модернизировать</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5871" />
+      <location filename="../Project/Project.py" line="5858" />
       <source>Upgrade the embedded environment.</source>
       <translation>Модернизация встроенного виртуального окружения.</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5860" />
+      <source>&lt;b&gt;Upgrade&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to upgrade the embedded virtual environment 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="5872" />
+      <source>Recreate</source>
+      <translation>Пересоздать</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5873" />
-      <source>&lt;b&gt;Upgrade&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to upgrade the embedded virtual environment 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="5885" />
-      <source>Recreate</source>
-      <translation>Пересоздать</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5886" />
       <source>&amp;Recreate</source>
       <translation>&amp;Пересоздать</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5892" />
+      <location filename="../Project/Project.py" line="5879" />
       <source>Recreate the embedded environment.</source>
       <translation>Пересоздание встроенного виртуального окружения.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5894" />
+      <location filename="../Project/Project.py" line="5881" />
       <source>&lt;b&gt;Recreate&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to recreate the embedded virtual environment of the project. The existing environment is cleared first.&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="5926" />
+      <location filename="../Project/Project.py" line="5913" />
       <source>&amp;Project</source>
       <translation>&amp;Проект</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5914" />
+      <source>Open &amp;Recent Projects</source>
+      <translation>Открыть &amp;недавние проекты</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5916" />
+      <source>Session</source>
+      <translation>Сеанс</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5917" />
+      <source>Debugger</source>
+      <translation>Отладка</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5918" />
+      <source>Embedded Environment</source>
+      <translation>Встроенная среда окружения</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5920" />
+      <source>Project-T&amp;ools</source>
+      <translation>&amp;Инструменты-проекта</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5921" />
+      <source>&amp;Version Control</source>
+      <translation>Контроль &amp;версий</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5925" />
+      <source>Chec&amp;k</source>
+      <translation>&amp;Проверить</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5927" />
-      <source>Open &amp;Recent Projects</source>
-      <translation>Открыть &amp;недавние проекты</translation>
+      <source>Code &amp;Formatting</source>
+      <translation>&amp;Форматировать код</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5929" />
-      <source>Session</source>
-      <translation>Сеанс</translation>
+      <source>Sho&amp;w</source>
+      <translation>По&amp;казать</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5930" />
-      <source>Debugger</source>
-      <translation>Отладка</translation>
+      <source>&amp;Diagrams</source>
+      <translation>&amp;Диаграммы</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5931" />
-      <source>Embedded Environment</source>
-      <translation>Встроенная среда окружения</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5933" />
-      <source>Project-T&amp;ools</source>
-      <translation>&amp;Инструменты-проекта</translation>
+      <source>Pac&amp;kagers</source>
+      <translation>У&amp;паковщики</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5932" />
+      <source>Source &amp;Documentation</source>
+      <translation>&amp;Документация исходников</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5934" />
-      <source>&amp;Version Control</source>
-      <translation>Контроль &amp;версий</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5938" />
-      <source>Chec&amp;k</source>
-      <translation>&amp;Проверить</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5940" />
-      <source>Code &amp;Formatting</source>
-      <translation>&amp;Форматировать код</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5942" />
-      <source>Sho&amp;w</source>
-      <translation>По&amp;казать</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5943" />
-      <source>&amp;Diagrams</source>
-      <translation>&amp;Диаграммы</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5944" />
-      <source>Pac&amp;kagers</source>
-      <translation>У&amp;паковщики</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5945" />
-      <source>Source &amp;Documentation</source>
-      <translation>&amp;Документация исходников</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5947" />
       <source>Make</source>
       <translation>Make</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5948" />
+      <location filename="../Project/Project.py" line="5935" />
       <source>Other Tools</source>
       <translation>Другие инструменты</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6110" />
-      <location filename="../Project/Project.py" line="6108" />
+      <location filename="../Project/Project.py" line="6097" />
+      <location filename="../Project/Project.py" line="6095" />
       <source>Project</source>
       <translation>Проект</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6192" />
+      <location filename="../Project/Project.py" line="6179" />
       <source>&amp;Clear</source>
       <translation>&amp;Очистить</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6389" />
+      <location filename="../Project/Project.py" line="6376" />
       <source>Search New Files</source>
       <translation>Поиск новых файлов</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6390" />
+      <location filename="../Project/Project.py" line="6377" />
       <source>There were no new files found to be added.</source>
       <translation>Не найдено новых файлов для добавления.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6551" />
       <location filename="../Project/Project.py" line="6538" />
+      <location filename="../Project/Project.py" line="6525" />
       <source>Version Control System</source>
       <translation>Система контроля версий</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="6526" />
+      <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="6539" />
-      <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="6552" />
       <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="6696" />
+      <source>Coverage Data</source>
+      <translation>Данные покрытия</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6750" />
+      <location filename="../Project/Project.py" line="6697" />
+      <source>There is no main script defined for the current project. Aborting</source>
+      <translation>Для текущего проекта не определён главный сценарий. Отмена</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="6709" />
-      <source>Coverage Data</source>
-      <translation>Данные покрытия</translation>
+      <source>Code Coverage</source>
+      <translation>Покрытие кода</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6710" />
+      <source>Please select a coverage file</source>
+      <translation>Пожалуйста, выберите файл покрытия</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="6763" />
-      <location filename="../Project/Project.py" line="6710" />
-      <source>There is no main script defined for the current project. Aborting</source>
-      <translation>Для текущего проекта не определён главный сценарий. Отмена</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6722" />
-      <source>Code Coverage</source>
-      <translation>Покрытие кода</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6723" />
-      <source>Please select a coverage file</source>
-      <translation>Пожалуйста, выберите файл покрытия</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6776" />
       <source>Please select a profile file</source>
       <translation>Пожалуйста, выберите файл профиля</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6828" />
+      <location filename="../Project/Project.py" line="6815" />
       <source>Include module names?</source>
       <translation>Включать имена модулей?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6941" />
+      <location filename="../Project/Project.py" line="6928" />
       <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="6996" />
+      <location filename="../Project/Project.py" line="6983" />
       <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="7307" />
-      <location filename="../Project/Project.py" line="7263" />
-      <location filename="../Project/Project.py" line="7213" />
-      <location filename="../Project/Project.py" line="7202" />
-      <location filename="../Project/Project.py" line="7184" />
-      <location filename="../Project/Project.py" line="7137" />
-      <location filename="../Project/Project.py" line="7107" />
-      <location filename="../Project/Project.py" line="7079" />
-      <location filename="../Project/Project.py" line="7049" />
-      <location filename="../Project/Project.py" line="7034" />
-      <location filename="../Project/Project.py" line="7017" />
+      <location filename="../Project/Project.py" line="7294" />
+      <location filename="../Project/Project.py" line="7250" />
+      <location filename="../Project/Project.py" line="7200" />
+      <location filename="../Project/Project.py" line="7189" />
+      <location filename="../Project/Project.py" line="7171" />
+      <location filename="../Project/Project.py" line="7124" />
+      <location filename="../Project/Project.py" line="7094" />
+      <location filename="../Project/Project.py" line="7066" />
+      <location filename="../Project/Project.py" line="7036" />
+      <location filename="../Project/Project.py" line="7021" />
+      <location filename="../Project/Project.py" line="7004" />
       <source>Create Plugin Archive</source>
       <translation>Создать архив плагина</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7018" />
+      <location filename="../Project/Project.py" line="7005" />
       <source>The project does not have a main script defined. Aborting...</source>
       <translation>Для текущего проекта не определён главный сценарий. Отмена...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7035" />
+      <location filename="../Project/Project.py" line="7022" />
       <source>Select package lists:</source>
       <translation>Выбор списков пакета:</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7050" />
+      <location filename="../Project/Project.py" line="7037" />
       <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="7058" />
+      <location filename="../Project/Project.py" line="7045" />
       <source>Creating plugin archives...</source>
       <translation>Создание архивов плагина...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7059" />
+      <location filename="../Project/Project.py" line="7046" />
       <source>Abort</source>
       <translation>Прервать</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7062" />
+      <location filename="../Project/Project.py" line="7049" />
       <source>%v/%m Archives</source>
       <translation>%v из %m архивов</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7080" />
+      <location filename="../Project/Project.py" line="7067" />
       <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="7108" />
+      <location filename="../Project/Project.py" line="7095" />
       <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'; initial_list' 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;Пожалуйста переработайте его и удалите строки '; initial_list' из его заголовка.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7138" />
+      <location filename="../Project/Project.py" line="7125" />
       <source>&lt;p&gt;The eric 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; eric.&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7185" />
+      <location filename="../Project/Project.py" line="7172" />
       <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="7203" />
+      <location filename="../Project/Project.py" line="7190" />
       <source>&lt;p&gt;The eric plugin archive files were created with some errors.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Файлы архива плагина eric были созданы с ошибками.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7214" />
+      <location filename="../Project/Project.py" line="7201" />
       <source>&lt;p&gt;The eric plugin archive files were created successfully.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Файлы архива плагина eric созданы успешно.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7264" />
+      <location filename="../Project/Project.py" line="7251" />
       <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="7308" />
+      <location filename="../Project/Project.py" line="7295" />
       <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="7400" />
+      <location filename="../Project/Project.py" line="7387" />
       <source>'Make' is not supported for remote projects. Aborting...</source>
       <translation>'Make' не поддерживает для удаленных проектов. Отмена...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7448" />
+      <location filename="../Project/Project.py" line="7435" />
       <source>The make process did not start.</source>
       <translation>Make-процесс не был запущен.</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="7481" />
+      <source>The make process crashed.</source>
+      <translation>Make-процесс разрушен.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7489" />
+      <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="7494" />
-      <source>The make process crashed.</source>
-      <translation>Make-процесс разрушен.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7502" />
-      <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="7507" />
       <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="7523" />
+      <location filename="../Project/Project.py" line="7510" />
       <source>The makefile contains errors.</source>
       <translation>Makefile содержит ошибки.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7961" />
+      <location filename="../Project/Project.py" line="7948" />
       <source>Interpreter Missing</source>
       <translation>Отсутствует интерпретатор</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7962" />
+      <location filename="../Project/Project.py" line="7949" />
       <source>The configured interpreter of the embedded environment does not exist anymore. Shall the environment be upgraded?</source>
       <translation>Сконфигурированный интерпретатор встроенной среды окружения больше не существует. Следует ли обновить среду?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8043" />
+      <location filename="../Project/Project.py" line="8030" />
       <source>Open Remote Project</source>
       <translation>Открыть удаленный проект</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8074" />
-      <location filename="../Project/Project.py" line="8059" />
+      <location filename="../Project/Project.py" line="8061" />
+      <location filename="../Project/Project.py" line="8046" />
       <source>Save Remote Project</source>
       <translation>Сохранить удаленный проект</translation>
     </message>
     <message>
+      <source>PyQt5 GUI</source>
+      <translation type="vanished">PyQt5 GUI</translation>
+    </message>
+    <message>
+      <source>PyQt5 Console</source>
+      <translation type="vanished">Консоль PyQt5</translation>
+    </message>
+    <message>
       <source>PySide2 GUI</source>
       <translation type="vanished">PySide2 GUI</translation>
     </message>
@@ -65262,9 +65252,9 @@
   <context>
     <name>ProjectFormsBrowser</name>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1131" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1083" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1046" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1110" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1063" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1026" />
       <location filename="../Project/ProjectFormsBrowser.py" line="142" />
       <location filename="../Project/ProjectFormsBrowser.py" line="77" />
       <source>Forms</source>
@@ -65537,102 +65527,112 @@
       <translation>Компилировать формы</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="732" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="719" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="700" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="683" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="731" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="718" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="699" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="682" />
       <source>New Form</source>
       <translation>Новая форма</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="684" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="683" />
       <source>Select a form type:</source>
       <translation>Выберите тип формы:</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="702" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="701" />
       <source>Qt User-Interface Files (*.ui);;All Files (*)</source>
       <translation>Файлы Qt интерфейса пользователя (*.ui);;Все файлы (*)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="720" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="719" />
       <source>The file already exists! Overwrite it?</source>
       <translation>Файл уже существует! Перезаписать?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="733" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="732" />
       <source>&lt;p&gt;The new form file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br&gt;Problem: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Файл с формой &lt;b&gt;{0}&lt;/b&gt; не может быть создан. Проблема: {1}&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="758" />
+      <source>Delete forms</source>
+      <translation>Удалить формы</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectFormsBrowser.py" line="759" />
-      <source>Delete forms</source>
-      <translation>Удалить формы</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="760" />
       <source>Do you really want to delete these forms from the project?</source>
       <translation>Вы действительно хотите удалить выбранные формы из проекта?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="888" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="877" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="870" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="883" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="872" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="865" />
       <source>Form Compilation</source>
       <translation>Компиляция форм</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="871" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="866" />
       <source>The compilation of the form file was successful.</source>
       <translation>Компиляция формы прошла успешно.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="878" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="873" />
       <source>&lt;p&gt;The compilation of the form file failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Компиляция формы не удалась.&lt;/p&gt;&lt;p&gt;Причина: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="889" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="884" />
       <source>The compilation of the form file failed.</source>
       <translation>Компиляция формы не удалась.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="977" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="931" />
+      <source>Error Compiling Form</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="932" />
+      <source>The project type &lt;b&gt;{0}&lt;/b&gt; is not supported.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="957" />
       <source>Process Generation Error</source>
       <translation>Ошибка при запуске процесса</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="978" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="958" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation>Невозможно запустить {0}.&lt;br&gt;Убедитесь, что он находится в путях поиска.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1074" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1037" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1054" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1017" />
       <source>Compiling forms...</source>
       <translation>Компилирую формы...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1124" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1075" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1038" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1103" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1055" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1018" />
       <source>Abort</source>
       <translation>Прервать</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1127" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1078" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1041" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1106" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1058" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1021" />
       <source>%v/%m Forms</source>
       <translation>%v/%m форм</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1123" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1102" />
       <source>Determining changed forms...</source>
       <translation>Определение измененных форм...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1153" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1132" />
       <source>Compiling changed forms...</source>
       <translation>Компилирую изменённые формы...</translation>
     </message>
@@ -66084,9 +66084,9 @@
   <context>
     <name>ProjectResourcesBrowser</name>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="940" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="864" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="828" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="926" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="850" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="814" />
       <location filename="../Project/ProjectResourcesBrowser.py" line="87" />
       <location filename="../Project/ProjectResourcesBrowser.py" line="68" />
       <source>Resources</source>
@@ -66113,219 +66113,219 @@
       <translation>Браузер ресурсов</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="163" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="150" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="161" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="148" />
       <source>Compile resource</source>
       <translation>Компилировать ресурс</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="384" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="373" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="334" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="323" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="241" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="229" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="170" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="152" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="372" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="361" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="324" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="313" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="235" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="223" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="168" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="150" />
       <source>Compile all resources</source>
       <translation>Компилировать все ресурсы</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="377" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="327" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="288" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="233" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="156" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="365" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="317" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="280" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="227" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="154" />
       <source>Configure rcc Compiler</source>
       <translation>Настройка rcc компилятора</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="300" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="179" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="292" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="177" />
       <source>Open</source>
       <translation>Открыть</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="181" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="179" />
       <source>Rename file</source>
       <translation>Переименовать файл</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="339" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="302" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="183" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="329" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="294" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="181" />
       <source>Remove from project</source>
       <translation>Удалить из проекта</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="341" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="304" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="185" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="331" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="296" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="183" />
       <source>Delete</source>
       <translation>Удалить</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="335" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="243" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="230" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="196" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="191" />
+      <source>New resource...</source>
+      <translation>Новый ресурс...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="378" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="336" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="248" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="200" />
+      <source>Add resources...</source>
+      <translation>Добавить ресурсы...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="381" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="338" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="251" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="202" />
+      <source>Add resources directory...</source>
+      <translation>Добавить директорию с ресурсами...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="343" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="257" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="207" />
+      <source>Show in File Manager</source>
+      <translation>Показать в менеджере файлов</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectResourcesBrowser.py" line="345" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="249" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="236" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="200" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="195" />
-      <source>New resource...</source>
-      <translation>Новый ресурс...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="390" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="346" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="254" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="204" />
-      <source>Add resources...</source>
-      <translation>Добавить ресурсы...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="393" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="348" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="257" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="206" />
-      <source>Add resources directory...</source>
-      <translation>Добавить директорию с ресурсами...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="353" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="263" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="211" />
-      <source>Show in File Manager</source>
-      <translation>Показать в менеджере файлов</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="355" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="213" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="209" />
       <source>Copy Path to Clipboard</source>
       <translation>Копировать путь в буфер обмена</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="398" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="357" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="307" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="266" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="215" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="386" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="347" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="299" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="260" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="211" />
       <source>Expand all directories</source>
       <translation>Открыть все директории</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="401" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="359" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="309" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="268" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="216" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="389" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="349" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="301" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="262" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="212" />
       <source>Collapse all directories</source>
       <translation>Свернуть все директории</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="404" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="362" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="312" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="271" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="218" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="392" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="352" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="304" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="265" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="214" />
       <source>Configure...</source>
       <translation>Настроить...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="295" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="284" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="287" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="276" />
       <source>Compile resources</source>
       <translation>Компилировать ресурсы</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="583" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="562" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="543" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="571" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="550" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="531" />
       <source>New Resource</source>
       <translation>Новый ресурс</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="545" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="533" />
       <source>Qt Resource Files (*.qrc)</source>
       <translation>Файлы ресурсов Qt (*.qrc)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="563" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="551" />
       <source>The file already exists! Overwrite it?</source>
       <translation>Файл уже существует! Перезаписать?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="584" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="572" />
       <source>&lt;p&gt;The new resource file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br&gt;Problem: {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/ProjectResourcesBrowser.py" line="610" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="598" />
       <source>Delete resources</source>
       <translation>Удалить ресурс</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="611" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="599" />
       <source>Do you really want to delete these resources from the project?</source>
       <translation>Вы действительно хотите удалить эти ресурсы из проекта?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="705" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="696" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="689" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="693" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="684" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="677" />
       <source>Resource Compilation</source>
       <translation>Компилиляция ресурса</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="690" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="678" />
       <source>The compilation of the resource file was successful.</source>
       <translation>Компиляция ресурса прошла успешно.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="697" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="685" />
       <source>&lt;p&gt;The compilation of the resource file failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Компиляция ресурса не удалась.&lt;/p&gt;&lt;p&gt;Причина: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="706" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="694" />
       <source>The compilation of the resource file failed.</source>
       <translation>Компиляция ресурса не удалась.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="789" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="775" />
       <source>Process Generation Error</source>
       <translation>Ошибка при запуске процесса</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="790" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="776" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation>Невозможно запустить {0}.&lt;br&gt;Убедитесь, что он находится в путях поиска.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="855" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="819" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="841" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="805" />
       <source>Compiling resources...</source>
       <translation>Компиляция ресурсов...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="933" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="856" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="820" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="919" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="842" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="806" />
       <source>Abort</source>
       <translation>Прервать</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="936" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="859" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="823" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="922" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="845" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="809" />
       <source>%v/%m Resources</source>
       <translation>%v/%m ресурсов</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="932" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="918" />
       <source>Determining changed resources...</source>
       <translation>Определение изменённых ресурсов...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="970" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="956" />
       <source>Compiling changed resources...</source>
       <translation>Компилирую изменённые ресурсы...</translation>
     </message>
@@ -66861,250 +66861,250 @@
       <translation>Браузер переводов</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="508" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="467" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="450" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="428" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="294" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="236" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="211" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="180" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="502" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="461" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="444" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="422" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="292" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="234" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="209" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="178" />
       <source>Open in Editor</source>
       <translation>Открыть в редакторе</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="253" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="186" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="251" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="184" />
       <source>Generate translation</source>
       <translation>Создать перевод</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="263" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="191" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="261" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="189" />
       <source>Generate translation (with obsolete)</source>
       <translation>Создать перевод (включая устаревшие)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="572" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="543" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="378" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="350" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="272" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="197" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="564" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="535" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="374" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="346" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="270" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="195" />
       <source>Generate all translations</source>
       <translation>Создать все переводы</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="573" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="539" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="383" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="350" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="279" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="199" />
+      <source>Generate all translations (with obsolete)</source>
+      <translation>Создать все переводы (включая устаревшие)</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="440" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="205" />
+      <source>Open in Qt-Linguist</source>
+      <translation>Открыть в Qt-Linguist</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="299" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="214" />
+      <source>Release translation</source>
+      <translation>Релиз перевода</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="581" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="547" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="387" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="354" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="281" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="201" />
-      <source>Generate all translations (with obsolete)</source>
-      <translation>Создать все переводы (включая устаревшие)</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="446" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="207" />
-      <source>Open in Qt-Linguist</source>
-      <translation>Открыть в Qt-Linguist</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="301" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="216" />
-      <source>Release translation</source>
-      <translation>Релиз перевода</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="589" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="552" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="395" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="359" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="310" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="221" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="544" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="391" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="355" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="308" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="219" />
       <source>Release all translations</source>
       <translation>Создать релизы всех переводов</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="226" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="224" />
       <source>Preview translation</source>
       <translation>Предпросмотр перевода</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="557" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="364" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="230" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="549" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="360" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="228" />
       <source>Preview all translations</source>
       <translation>Предпросмотр всех переводов</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="563" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="475" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="370" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="244" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="555" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="469" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="366" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="242" />
       <source>Extract messages</source>
       <translation>Извлечь сообщения</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="503" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="289" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="497" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="287" />
       <source>Open</source>
       <translation>Открыть</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="523" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="317" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="517" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="315" />
       <source>Remove from project</source>
       <translation>Удалить из проекта</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="587" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="520" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="318" />
+      <source>Delete</source>
+      <translation>Удалить</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="592" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="398" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="322" />
+      <source>New translation...</source>
+      <translation>Новый перевод...</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="595" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="526" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="320" />
-      <source>Delete</source>
-      <translation>Удалить</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="600" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="402" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="324" />
-      <source>New translation...</source>
-      <translation>Новый перевод...</translation>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="401" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="325" />
+      <source>Add translation files...</source>
+      <translation>Добавить файлы переводов...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="599" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="405" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="330" />
+      <source>Show in File Manager</source>
+      <translation>Показать в менеджере файлов</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="601" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="332" />
+      <source>Copy Path to Clipboard</source>
+      <translation>Копировать путь в буфер обмена</translation>
     </message>
     <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="603" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="405" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="327" />
-      <source>Add translation files...</source>
-      <translation>Добавить файлы переводов...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="607" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="409" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="332" />
-      <source>Show in File Manager</source>
-      <translation>Показать в менеджере файлов</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="609" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="523" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="408" />
       <location filename="../Project/ProjectTranslationsBrowser.py" line="334" />
-      <source>Copy Path to Clipboard</source>
-      <translation>Копировать путь в буфер обмена</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="611" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="529" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="412" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="336" />
       <source>Configure...</source>
       <translation>Настроить...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="484" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="434" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="478" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="428" />
       <source>Generate translations</source>
       <translation>Создать переводы</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="494" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="439" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="488" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="433" />
       <source>Generate translations (with obsolete)</source>
       <translation>Создать переводы (включая устаревшие)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="515" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="455" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="509" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="449" />
       <source>Release translations</source>
       <translation>Релизы переводов</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="461" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="455" />
       <source>Preview translations</source>
       <translation>Предпросмотр переводов</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="866" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="850" />
       <source>Delete translation files</source>
       <translation>Удалить файлы переводов</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="867" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="851" />
       <source>Do you really want to delete these translation files from the project?</source>
       <translation>Вы действительно хотите удалить эти файлы переводов из проекта?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1560" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1035" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="995" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1540" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1019" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="979" />
       <source>Write temporary project file</source>
       <translation>Запись временного файла проекта</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1561" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1287" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="996" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1541" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1269" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="980" />
       <source>No translation files (*.ts) selected.</source>
       <translation>Не выбраны файлы перевода (* .ts).</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1036" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1020" />
       <source>&lt;p&gt;The temporary project 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="../Project/ProjectTranslationsBrowser.py" line="1286" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1173" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1161" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1268" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1157" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1145" />
       <source>Translation file generation</source>
       <translation>Создание файлов перевода</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1162" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1146" />
       <source>The generation of the translation files (*.ts) was successful.</source>
       <translation>Создание файлов перевода (*.ts) прошло успешно.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1168" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1152" />
       <source> The process has crashed.</source>
       <translation> Crash-завершение процесса.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1174" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1158" />
       <source>The generation of the translation files (*.ts) has failed.{0}</source>
       <translation>Попытка создания файлов перевода (*.ts) завершилась неудачно. {0}</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1590" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1388" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1340" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1570" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1370" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1322" />
       <source>Process Generation Error</source>
       <translation>Ошибка при запуске процесса</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1389" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1341" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1371" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1323" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation>Невозможно запустить {0}.&lt;br&gt;Убедитесь, что он находится в путях поиска.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1477" />
       <location filename="../Project/ProjectTranslationsBrowser.py" line="1459" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1441" />
       <source>Translation file release</source>
       <translation>Релиз файлов перевода</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1442" />
+      <source>The release of the translation files (*.qm) was successful.</source>
+      <translation>Релиз файлов перевода (*.qm) успешно создан.</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="1460" />
-      <source>The release of the translation files (*.qm) was successful.</source>
-      <translation>Релиз файлов перевода (*.qm) успешно создан.</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1478" />
       <source>The release of the translation files (*.qm) has failed.</source>
       <translation>Создание релиза файлов перевода (*.qm) не удалось.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1591" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1571" />
       <source>&lt;p&gt;Could not start lrelease.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Невозможно запустить утилиту lrelease.&lt;br&gt;Убедитесь, что она доступна в &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
@@ -71903,7 +71903,7 @@
   <context>
     <name>QtPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.py" line="139" />
+      <location filename="../Preferences/ConfigurationPages/QtPage.py" line="124" />
       <source>Sample: {0}designer{1}</source>
       <translation>Например: {0}designer{1}</translation>
     </message>
@@ -71946,7 +71946,6 @@
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Tools Directory:</source>
       <translation>Директория инструментов:</translation>
     </message>
@@ -72021,16 +72020,10 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt</source>
-      <translation>PyQt</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt 5</source>
-      <translation>PyQt 5</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>PyQt 6</source>
+      <translation>PyQt 6</translation>
+    </message>
+    <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Virtual Environment:</source>
@@ -72039,71 +72032,23 @@
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Select the virtual environment to be used</source>
       <translation>Выберите для использования виртуальное окружение</translation>
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Press to open the virtual environment manager dialog</source>
       <translation>Открыть диалог менеджера виртуального окружения</translation>
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Press to refresh the list of vitual environments</source>
       <translation>Освежить список виртуальных окружений</translation>
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Enter the path of the PyQt 5 tools directory, if they are not found.</source>
-      <translation>Задайте путь к директории инструментов PyQT 5, если они не найдены.</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>pyuic5 Options</source>
-      <translation>Опции pyuic5</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Indent Width:</source>
-      <translation>Ширина отступа:</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Select the indent width (default: 4)</source>
-      <translation>Задайте ширину отступа (по умолчанию: 4)</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Generate imports relative to '.'</source>
-      <translation>Генерировать импорт относительно '.'</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Select to generate extra code to test and display the form</source>
-      <translation>Разрешить генерировать дополнительный код для тестирования и отображения формы</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Generate Extra Test Code</source>
-      <translation>Генерировать дополнительный тестовый код</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt 6</source>
-      <translation>PyQt 6</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Enter the path of the PyQt 6 tools directory, if they are not found.</source>
       <translation>Задайте путь к директории инструментов PyQT 6, если они не найдены.</translation>
     </message>
@@ -72114,6 +72059,26 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Select to generate extra code to test and display the form</source>
+      <translation>Разрешить генерировать дополнительный код для тестирования и отображения формы</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Generate Extra Test Code</source>
+      <translation>Генерировать дополнительный тестовый код</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Select the indent width (default: 4)</source>
+      <translation>Задайте ширину отступа (по умолчанию: 4)</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Indent Width:</source>
+      <translation>Ширина отступа:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>PySide6</source>
       <translation>PySide6</translation>
     </message>
@@ -72128,6 +72093,27 @@
       <translation>Опции pyside6-uic</translation>
     </message>
     <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Generate imports relative to '.'</source>
+      <translation>Генерировать импорт относительно '.'</translation>
+    </message>
+    <message>
+      <source>PyQt</source>
+      <translation type="vanished">PyQt</translation>
+    </message>
+    <message>
+      <source>PyQt 5</source>
+      <translation type="vanished">PyQt 5</translation>
+    </message>
+    <message>
+      <source>Enter the path of the PyQt 5 tools directory, if they are not found.</source>
+      <translation type="vanished">Задайте путь к директории инструментов PyQT 5, если они не найдены.</translation>
+    </message>
+    <message>
+      <source>pyuic5 Options</source>
+      <translation type="vanished">Опции pyuic5</translation>
+    </message>
+    <message>
       <source>PySide</source>
       <translation type="vanished">PySide</translation>
     </message>
@@ -91994,7 +91980,7 @@
       <translation>&lt;b&gt;Сохранить севнс...&lt;/b&gt;&lt;p&gt;Позволяет сохранить текущий сеанс на диск. Открывается диалог для выбора имени файла.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7866" />
+      <location filename="../UI/UserInterface.py" line="7822" />
       <location filename="../UI/UserInterface.py" line="1956" />
       <location filename="../UI/UserInterface.py" line="1949" />
       <source>Load session</source>
@@ -92713,7 +92699,7 @@
       <translation>&lt;b&gt;Показать информацию об установке...&lt;/b&gt;&lt;p&gt;Открывает диалоговое окно, в котором отображается некая информация о процессе установки.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4712" />
+      <location filename="../UI/UserInterface.py" line="4668" />
       <location filename="../UI/UserInterface.py" line="2813" />
       <source>Report Bug</source>
       <translation>Сообщение об ошибке</translation>
@@ -92754,7 +92740,7 @@
       <translation>&lt;b&gt;Послать запрос...&lt;/b&gt;&lt;p&gt;Отображение диалога создания запроса.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4148" />
+      <location filename="../UI/UserInterface.py" line="4104" />
       <location filename="../UI/UserInterface.py" line="2843" />
       <source>Testing</source>
       <translation>Тестировать</translation>
@@ -93089,7 +93075,7 @@
       <translation>&lt;b&gt;Редактор иконок&lt;/b&gt;&lt;p&gt;Запустить eric редактор иконок.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6605" />
+      <location filename="../UI/UserInterface.py" line="6561" />
       <location filename="../UI/UserInterface.py" line="3173" />
       <source>Snapshot</source>
       <translation>Снимки</translation>
@@ -93327,8 +93313,8 @@
       <translation>&lt;b&gt;Горячие клавиши&lt;/b&gt;&lt;p&gt;Определите горячие клавиши приложения согласно вашим предпочтениям.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7574" />
-      <location filename="../UI/UserInterface.py" line="7555" />
+      <location filename="../UI/UserInterface.py" line="7530" />
+      <location filename="../UI/UserInterface.py" line="7511" />
       <location filename="../UI/UserInterface.py" line="3403" />
       <source>Export Keyboard Shortcuts</source>
       <translation>Экспорт горячих клавиш</translation>
@@ -93350,7 +93336,7 @@
 &lt;p&gt;Экспортировать горячие клавиши приложения.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7593" />
+      <location filename="../UI/UserInterface.py" line="7549" />
       <location filename="../UI/UserInterface.py" line="3422" />
       <source>Import Keyboard Shortcuts</source>
       <translation>Импорт горячих клавиш</translation>
@@ -93538,314 +93524,282 @@
     <message>
       <location filename="../UI/UserInterface.py" line="3653" />
       <location filename="../UI/UserInterface.py" line="3652" />
-      <source>Qt5 Documentation</source>
-      <translation>Документация Qt5</translation>
+      <source>Qt6 Documentation</source>
+      <translation>Документация Qt6</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3659" />
-      <source>Open Qt5 Documentation</source>
-      <translation>Открыть документацию Qt5</translation>
+      <source>Open Qt6 Documentation</source>
+      <translation>Открыть документацию Qt6</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3661" />
-      <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's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-      <translation>&lt;b&gt;Документация Qt5&lt;/b&gt;&lt;p&gt;Отображение документации Qt5. В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. &lt;/p&gt;</translation>
+      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+      <translation>&lt;b&gt;Документация Qt6&lt;/b&gt;&lt;p&gt;Отображение документации Qt6. В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. &lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3674" />
       <location filename="../UI/UserInterface.py" line="3673" />
-      <source>Qt6 Documentation</source>
-      <translation>Документация Qt6</translation>
+      <source>PyQt6 Documentation</source>
+      <translation>Документация PyQt6</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3680" />
-      <source>Open Qt6 Documentation</source>
-      <translation>Открыть документацию Qt6</translation>
+      <source>Open PyQt6 Documentation</source>
+      <translation>Открыть документацию PyQt6</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3682" />
-      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-      <translation>&lt;b&gt;Документация Qt6&lt;/b&gt;&lt;p&gt;Отображение документации Qt6. В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. &lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3695" />
-      <location filename="../UI/UserInterface.py" line="3694" />
-      <source>PyQt5 Documentation</source>
-      <translation>Документация PyQt5</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3701" />
-      <source>Open PyQt5 Documentation</source>
-      <translation>Открыть документацию PyQt5</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3703" />
-      <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's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-      <translation>&lt;b&gt;Докуметация PyQt5&lt;/b&gt;&lt;p&gt;Отображение документации PyQt5. В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. &lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3716" />
-      <location filename="../UI/UserInterface.py" line="3715" />
-      <source>PyQt6 Documentation</source>
-      <translation>Документация PyQt6</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3722" />
-      <source>Open PyQt6 Documentation</source>
-      <translation>Открыть документацию PyQt6</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3724" />
       <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation>&lt;b&gt;Докуметация PyQt6&lt;/b&gt;&lt;p&gt;Отображение документации PyQt6. В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. &lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3742" />
-      <location filename="../UI/UserInterface.py" line="3741" />
+      <location filename="../UI/UserInterface.py" line="3700" />
+      <location filename="../UI/UserInterface.py" line="3699" />
       <source>Python 3 Documentation</source>
       <translation>Документация Python 3</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3748" />
+      <location filename="../UI/UserInterface.py" line="3706" />
       <source>Open Python 3 Documentation</source>
       <translation>Открыть документацию Python 3</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3750" />
+      <location filename="../UI/UserInterface.py" line="3708" />
       <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. Если директория документации не настроена, то предполагается, что документация Python 3 находится в директории doc в расположении исполняемого файла Python 3 в Windows и &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="3769" />
-      <location filename="../UI/UserInterface.py" line="3768" />
+      <location filename="../UI/UserInterface.py" line="3727" />
+      <location filename="../UI/UserInterface.py" line="3726" />
       <source>eric API Documentation</source>
       <translation>Документация API Eric</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3775" />
+      <location filename="../UI/UserInterface.py" line="3733" />
       <source>Open eric API Documentation</source>
       <translation>Открыть документацию API Eric</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3777" />
+      <location filename="../UI/UserInterface.py" line="3735" />
       <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 eric installation directory.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Документация API eric&lt;/b&gt;&lt;p&gt;Отображение документации API eric. Местонахождение документации - директория Documentation/Source, расположенный в директории инсталляции eric.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3795" />
-      <location filename="../UI/UserInterface.py" line="3794" />
+      <location filename="../UI/UserInterface.py" line="3753" />
+      <location filename="../UI/UserInterface.py" line="3752" />
       <source>PySide6 Documentation</source>
       <translation>Документация PySide6</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3801" />
+      <location filename="../UI/UserInterface.py" line="3759" />
       <source>Open PySide6 Documentation</source>
       <translation>Открыть документацию PySide6</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3803" />
+      <location filename="../UI/UserInterface.py" line="3761" />
       <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation>&lt;b&gt;Документация PySide6&lt;/b&gt;&lt;p&gt;Отображение документации PySide6.  В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. &lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3839" />
+      <location filename="../UI/UserInterface.py" line="3797" />
       <source>Sessions</source>
       <translation>Сеансы</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3920" />
+      <location filename="../UI/UserInterface.py" line="3878" />
       <source>E&amp;xtras</source>
       <translation>&amp;Дополнительно</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3930" />
+      <location filename="../UI/UserInterface.py" line="3888" />
       <source>Wi&amp;zards</source>
       <translation>&amp;Мастера</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3948" />
+      <location filename="../UI/UserInterface.py" line="3906" />
       <source>P&amp;lugins</source>
       <translation>Пла&amp;гины</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3957" />
+      <location filename="../UI/UserInterface.py" line="3915" />
       <source>Configure...</source>
       <translation>Настроить...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3966" />
+      <location filename="../UI/UserInterface.py" line="3924" />
       <source>&amp;Testing</source>
       <translation>&amp;Тестировать</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3983" />
+      <location filename="../UI/UserInterface.py" line="3941" />
       <source>Select Tool Group</source>
       <translation>Выберите группу инструментов</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3952" />
+      <source>Se&amp;ttings</source>
+      <translation>&amp;Настройки</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3985" />
+      <source>&amp;Window</source>
+      <translation>&amp;Окно</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3994" />
-      <source>Se&amp;ttings</source>
-      <translation>&amp;Настройки</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4027" />
-      <source>&amp;Window</source>
-      <translation>&amp;Окно</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4036" />
       <source>&amp;Windows</source>
       <translation>&amp;Окна</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3998" />
+      <source>Central Park</source>
+      <translation>Центральное окно</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4002" />
+      <source>Left Side</source>
+      <translation>Левая панель</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4021" />
+      <source>Right Side</source>
+      <translation>Правая панель</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="4040" />
-      <source>Central Park</source>
-      <translation>Центральное окно</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4044" />
-      <source>Left Side</source>
-      <translation>Левая панель</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4063" />
-      <source>Right Side</source>
-      <translation>Правая панель</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4082" />
       <source>Bottom Side</source>
       <translation>Нижняя панель</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4090" />
+      <location filename="../UI/UserInterface.py" line="4048" />
       <source>Plug-ins</source>
       <translation>Плагины</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4096" />
+      <location filename="../UI/UserInterface.py" line="4054" />
       <source>&amp;Toolbars</source>
       <translation>&amp;Панели инструментов</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4109" />
+      <location filename="../UI/UserInterface.py" line="4067" />
       <source>&amp;Help</source>
       <translation>&amp;Справка</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4164" />
-      <location filename="../UI/UserInterface.py" line="4147" />
+      <location filename="../UI/UserInterface.py" line="4120" />
+      <location filename="../UI/UserInterface.py" line="4103" />
       <source>Tools</source>
       <translation>Инструменты</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4166" />
-      <location filename="../UI/UserInterface.py" line="4151" />
+      <location filename="../UI/UserInterface.py" line="4122" />
+      <location filename="../UI/UserInterface.py" line="4107" />
       <source>Settings</source>
       <translation>Настройки</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6335" />
-      <location filename="../UI/UserInterface.py" line="4167" />
-      <location filename="../UI/UserInterface.py" line="4152" />
+      <location filename="../UI/UserInterface.py" line="6291" />
+      <location filename="../UI/UserInterface.py" line="4123" />
+      <location filename="../UI/UserInterface.py" line="4108" />
       <source>Help</source>
       <translation>Справка</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4168" />
-      <location filename="../UI/UserInterface.py" line="4153" />
+      <location filename="../UI/UserInterface.py" line="4124" />
+      <location filename="../UI/UserInterface.py" line="4109" />
       <source>Profiles</source>
       <translation>Профили</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4169" />
-      <location filename="../UI/UserInterface.py" line="4154" />
+      <location filename="../UI/UserInterface.py" line="4125" />
+      <location filename="../UI/UserInterface.py" line="4110" />
       <source>Plugins</source>
       <translation>Плагины</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4165" />
+      <location filename="../UI/UserInterface.py" line="4121" />
       <source>Unittest</source>
       <translation>Юниттест</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4342" />
+      <location filename="../UI/UserInterface.py" line="4298" />
       <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="4351" />
+      <location filename="../UI/UserInterface.py" line="4307" />
       <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="4360" />
+      <location filename="../UI/UserInterface.py" line="4316" />
       <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="4369" />
+      <location filename="../UI/UserInterface.py" line="4325" />
       <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;В этой части строки состояния отображается режим ro/rw файла, открытого в редакторе.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4378" />
+      <location filename="../UI/UserInterface.py" line="4334" />
       <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="4387" />
+      <location filename="../UI/UserInterface.py" line="4343" />
       <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>
     <message>
-      <location filename="../UI/UserInterface.py" line="4401" />
+      <location filename="../UI/UserInterface.py" line="4357" />
       <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;В этой части строки состояния разрешено масштабирование редактора или оболочки.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4475" />
-      <location filename="../UI/UserInterface.py" line="4434" />
+      <location filename="../UI/UserInterface.py" line="4431" />
+      <location filename="../UI/UserInterface.py" line="4390" />
       <source>External Tools/{0}</source>
       <translation>Внешние инструменты/{0}</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4583" />
+      <location filename="../UI/UserInterface.py" line="4539" />
       <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
       <translation>&lt;h2&gt;Номера версий&lt;/h2&gt;&lt;table&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4653" />
+      <location filename="../UI/UserInterface.py" line="4609" />
       <source>Desktop</source>
       <translation>Рабочий стол</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4657" />
+      <location filename="../UI/UserInterface.py" line="4613" />
       <source>Session Type</source>
       <translation>Тип сеанса</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4713" />
+      <location filename="../UI/UserInterface.py" line="4669" />
       <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
       <translation>Почтовый адрес или адрес почтового сервера пуст. &lt;p&gt;Настройте параметры вашей электронной почты в диалоге предпочтений.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5048" />
+      <location filename="../UI/UserInterface.py" line="5004" />
       <source>Restart application</source>
       <translation>Перезапустить приложение</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5049" />
+      <location filename="../UI/UserInterface.py" line="5005" />
       <source>The application needs to be restarted. Do it now?</source>
       <translation>Необходимо перезапустить приложение. Сделать это сейчас?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5073" />
+      <location filename="../UI/UserInterface.py" line="5029" />
       <source>Upgrade PyQt</source>
       <translation>Обновить PyQt</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5074" />
+      <location filename="../UI/UserInterface.py" line="5030" />
       <source>eric needs to be closed in order to upgrade PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
@@ -93854,12 +93808,12 @@
 Выполнить обновление сейчас?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5098" />
+      <location filename="../UI/UserInterface.py" line="5054" />
       <source>Upgrade Eric</source>
       <translation>Обновить Eric</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5099" />
+      <location filename="../UI/UserInterface.py" line="5055" />
       <source>eric needs to be closed in order to be upgraded. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
@@ -93868,12 +93822,12 @@
 Выполнить обновление сейчас?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5124" />
+      <location filename="../UI/UserInterface.py" line="5080" />
       <source>Upgrade Eric and PyQt6</source>
       <translation>Обновить Eric и PyQt6</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5125" />
+      <location filename="../UI/UserInterface.py" line="5081" />
       <source>eric needs to be closed in order to upgrade eric and PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
  Shall the upgrade be done now?</source>
@@ -93882,340 +93836,364 @@
  Выполнить обновление сейчас?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5187" />
+      <location filename="../UI/UserInterface.py" line="5143" />
       <source>&amp;Builtin Tools</source>
       <translation>&amp;Встроенные инструменты</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5207" />
+      <location filename="../UI/UserInterface.py" line="5163" />
       <source>&amp;Plugin Tools</source>
       <translation>Инструменты - &amp;плагины</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5210" />
+      <location filename="../UI/UserInterface.py" line="5166" />
       <source>&amp;User Tools</source>
       <translation>&amp;Инструменты пользователя</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5236" />
+      <location filename="../UI/UserInterface.py" line="5192" />
       <source>Configure Tool Groups ...</source>
       <translation>Настройка группы инструментов...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5240" />
+      <location filename="../UI/UserInterface.py" line="5196" />
       <source>Configure current Tool Group ...</source>
       <translation>Настроить текущую группу инструментов...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5279" />
-      <location filename="../UI/UserInterface.py" line="5259" />
+      <location filename="../UI/UserInterface.py" line="5235" />
+      <location filename="../UI/UserInterface.py" line="5215" />
       <source>No User Tools Configured</source>
       <translation>Инструменты пользователя не сконфигурированы</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5355" />
+      <location filename="../UI/UserInterface.py" line="5311" />
       <source>&amp;Show all</source>
       <translation>Показать &amp;всё</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5357" />
+      <location filename="../UI/UserInterface.py" line="5313" />
       <source>&amp;Hide all</source>
       <translation>Ск&amp;рыть всё</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6472" />
-      <location filename="../UI/UserInterface.py" line="6461" />
-      <location filename="../UI/UserInterface.py" line="6413" />
-      <location filename="../UI/UserInterface.py" line="6403" />
-      <location filename="../UI/UserInterface.py" line="6226" />
-      <location filename="../UI/UserInterface.py" line="6216" />
-      <location filename="../UI/UserInterface.py" line="6158" />
-      <location filename="../UI/UserInterface.py" line="6148" />
+      <location filename="../UI/UserInterface.py" line="6428" />
+      <location filename="../UI/UserInterface.py" line="6417" />
+      <location filename="../UI/UserInterface.py" line="6369" />
+      <location filename="../UI/UserInterface.py" line="6359" />
+      <location filename="../UI/UserInterface.py" line="6182" />
+      <location filename="../UI/UserInterface.py" line="6172" />
+      <location filename="../UI/UserInterface.py" line="6114" />
+      <location filename="../UI/UserInterface.py" line="6104" />
       <source>Problem</source>
       <translation>Проблема</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6473" />
-      <location filename="../UI/UserInterface.py" line="6462" />
-      <location filename="../UI/UserInterface.py" line="6414" />
-      <location filename="../UI/UserInterface.py" line="6404" />
-      <location filename="../UI/UserInterface.py" line="6227" />
-      <location filename="../UI/UserInterface.py" line="6217" />
-      <location filename="../UI/UserInterface.py" line="6159" />
-      <location filename="../UI/UserInterface.py" line="6149" />
+      <location filename="../UI/UserInterface.py" line="6429" />
+      <location filename="../UI/UserInterface.py" line="6418" />
+      <location filename="../UI/UserInterface.py" line="6370" />
+      <location filename="../UI/UserInterface.py" line="6360" />
+      <location filename="../UI/UserInterface.py" line="6183" />
+      <location filename="../UI/UserInterface.py" line="6173" />
+      <location filename="../UI/UserInterface.py" line="6115" />
+      <location filename="../UI/UserInterface.py" line="6105" />
       <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="6714" />
-      <location filename="../UI/UserInterface.py" line="6625" />
-      <location filename="../UI/UserInterface.py" line="6508" />
-      <location filename="../UI/UserInterface.py" line="6485" />
-      <location filename="../UI/UserInterface.py" line="6426" />
-      <location filename="../UI/UserInterface.py" line="6373" />
-      <location filename="../UI/UserInterface.py" line="6351" />
-      <location filename="../UI/UserInterface.py" line="6302" />
-      <location filename="../UI/UserInterface.py" line="6293" />
+      <location filename="../UI/UserInterface.py" line="6670" />
+      <location filename="../UI/UserInterface.py" line="6581" />
+      <location filename="../UI/UserInterface.py" line="6464" />
+      <location filename="../UI/UserInterface.py" line="6441" />
+      <location filename="../UI/UserInterface.py" line="6382" />
+      <location filename="../UI/UserInterface.py" line="6329" />
+      <location filename="../UI/UserInterface.py" line="6307" />
       <location filename="../UI/UserInterface.py" line="6258" />
       <location filename="../UI/UserInterface.py" line="6249" />
-      <location filename="../UI/UserInterface.py" line="6190" />
-      <location filename="../UI/UserInterface.py" line="6181" />
+      <location filename="../UI/UserInterface.py" line="6214" />
+      <location filename="../UI/UserInterface.py" line="6205" />
+      <location filename="../UI/UserInterface.py" line="6146" />
+      <location filename="../UI/UserInterface.py" line="6137" />
       <source>Process Generation Error</source>
       <translation>Ошибка при запуске процесса</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6182" />
+      <location filename="../UI/UserInterface.py" line="6138" />
       <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.&lt;br&gt;Убедитесь, что он доступен в &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6191" />
+      <location filename="../UI/UserInterface.py" line="6147" />
       <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;Не удается найти исполняемый файл Qt-Designer.&lt;br&gt;На странице настройки Qt убедитесь, что он установлен и дополнительно настроен.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6206" />
+      <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.&lt;br&gt;Убедитесь, что он доступен в &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6215" />
+      <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;Не удается найти исполняемый файл Qt-Linguist.&lt;br&gt;На странице настройки Qt убедитесь, что он установлен и дополнительно настроен.&lt;/p&gt;</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6250" />
-      <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.&lt;br&gt;Убедитесь, что он доступен в &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
+      <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.&lt;br&gt;Убедитесь, что он доступен в &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="6259" />
-      <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;Не удается найти исполняемый файл Qt-Linguist.&lt;br&gt;На странице настройки Qt убедитесь, что он установлен и дополнительно настроен.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6294" />
-      <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.&lt;br&gt;Убедитесь, что он доступен в &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6303" />
       <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;Не удается найти исполняемый файл Qt-Assistant.&lt;br&gt;На странице настройки Qt убедитесь, что он установлен и дополнительно настроен.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6336" />
+      <location filename="../UI/UserInterface.py" line="6292" />
       <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="6352" />
+      <location filename="../UI/UserInterface.py" line="6308" />
       <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="6374" />
+      <location filename="../UI/UserInterface.py" line="6330" />
       <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="6427" />
+      <location filename="../UI/UserInterface.py" line="6383" />
       <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 Previewer (предпросмотр интерфейсов).&lt;br&gt;Убедитесь, что он находится в &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6486" />
+      <location filename="../UI/UserInterface.py" line="6442" />
       <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;Невозможно запустить Translation Previewer (предпросмотр переводов).&lt;br&gt;Убедитесь, что он находится в &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6509" />
+      <location filename="../UI/UserInterface.py" line="6465" />
       <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="6562" />
+      <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Утилита моментального снимка недоступна для сеансов Wayland desktop.&lt; / p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6582" />
+      <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="6615" />
+      <location filename="../UI/UserInterface.py" line="6605" />
+      <source>External Tools</source>
+      <translation>Внешние инструменты</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6606" />
-      <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Утилита моментального снимка недоступна для сеансов Wayland desktop.&lt; / p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6626" />
-      <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="6659" />
-      <location filename="../UI/UserInterface.py" line="6649" />
-      <source>External Tools</source>
-      <translation>Внешние инструменты</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6650" />
       <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
       <translation>Запись для внешнего инструмента '{0}' не найдена в группе инструментов '{1}'.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6660" />
+      <location filename="../UI/UserInterface.py" line="6616" />
       <source>No toolgroup entry '{0}' found.</source>
       <translation>Запись для группы инструментов '{0}' не найдена.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6697" />
+      <location filename="../UI/UserInterface.py" line="6653" />
       <source>Starting process '{0} {1}'.
 </source>
       <translation>Запускается процесс '{0} {1}'.
 </translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6715" />
+      <location filename="../UI/UserInterface.py" line="6671" />
       <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;Невозможно запустить инструмент &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Убедитесь, что он доступен в &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6794" />
+      <location filename="../UI/UserInterface.py" line="6750" />
       <source>Process '{0}' has exited.
 </source>
       <translation>Процесс '{0}' завершен.
 </translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7082" />
-      <location filename="../UI/UserInterface.py" line="7020" />
+      <location filename="../UI/UserInterface.py" line="7038" />
       <location filename="../UI/UserInterface.py" line="6976" />
-      <location filename="../UI/UserInterface.py" line="6902" />
-      <location filename="../UI/UserInterface.py" line="6838" />
+      <location filename="../UI/UserInterface.py" line="6932" />
+      <location filename="../UI/UserInterface.py" line="6858" />
+      <location filename="../UI/UserInterface.py" line="6794" />
       <source>Documentation Missing</source>
       <translation>Документация отсутствует</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7083" />
-      <location filename="../UI/UserInterface.py" line="7021" />
+      <location filename="../UI/UserInterface.py" line="7039" />
       <location filename="../UI/UserInterface.py" line="6977" />
-      <location filename="../UI/UserInterface.py" line="6903" />
-      <location filename="../UI/UserInterface.py" line="6839" />
+      <location filename="../UI/UserInterface.py" line="6933" />
+      <location filename="../UI/UserInterface.py" line="6859" />
+      <location filename="../UI/UserInterface.py" line="6795" />
       <source>&lt;p&gt;The documentation starting point "&lt;b&gt;{0}&lt;/b&gt;" could not be found.&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="7064" />
-      <location filename="../UI/UserInterface.py" line="6946" />
+      <location filename="../UI/UserInterface.py" line="7020" />
+      <location filename="../UI/UserInterface.py" line="6902" />
       <source>Documentation</source>
       <translation>Документация</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6947" />
+      <location filename="../UI/UserInterface.py" line="6903" />
       <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Стартовая директория документации PyQt{0} не настроена.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7065" />
+      <location filename="../UI/UserInterface.py" line="7021" />
       <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Просмотр документации PySide{0} не настроен.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7244" />
-      <location filename="../UI/UserInterface.py" line="7180" />
+      <location filename="../UI/UserInterface.py" line="7200" />
+      <location filename="../UI/UserInterface.py" line="7136" />
       <source>Start Web Browser</source>
       <translation>Запуск web-браузера</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7181" />
+      <location filename="../UI/UserInterface.py" line="7137" />
       <source>The eric web browser could not be started.</source>
       <translation>Невозможно запустить eric web-браузер.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7245" />
+      <location filename="../UI/UserInterface.py" line="7201" />
       <source>&lt;p&gt;The eric web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Eric web-браузер не запущен.&lt;/p&gt;&lt;p&gt;Причина: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7291" />
+      <location filename="../UI/UserInterface.py" line="7247" />
       <source>Open Browser</source>
       <translation>Открыть браузер</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7291" />
+      <location filename="../UI/UserInterface.py" line="7247" />
       <source>Could not start a web browser</source>
       <translation>Невозможно запустить web-браузер</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7595" />
-      <location filename="../UI/UserInterface.py" line="7557" />
+      <location filename="../UI/UserInterface.py" line="7551" />
+      <location filename="../UI/UserInterface.py" line="7513" />
       <source>Keyboard Shortcuts File (*.ekj)</source>
       <translation>Файл горячих клавиш (*.ekj)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7575" />
+      <location filename="../UI/UserInterface.py" line="7531" />
       <source>&lt;p&gt;The keyboard shortcuts file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&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="7779" />
+      <location filename="../UI/UserInterface.py" line="7735" />
       <source>Load crash session...</source>
       <translation>Загрузить crash-сеанс...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7782" />
+      <location filename="../UI/UserInterface.py" line="7738" />
       <source>Clean crash sessions...</source>
       <translation>Очистить crash-сеансы...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7819" />
+      <location filename="../UI/UserInterface.py" line="7775" />
       <source>Read Session</source>
       <translation>Загрузить сеанс</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7820" />
+      <location filename="../UI/UserInterface.py" line="7776" />
       <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="7843" />
+      <location filename="../UI/UserInterface.py" line="7799" />
       <source>Save Session</source>
       <translation>Сохранить сеанс</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7868" />
-      <location filename="../UI/UserInterface.py" line="7845" />
+      <location filename="../UI/UserInterface.py" line="7824" />
+      <location filename="../UI/UserInterface.py" line="7801" />
       <source>eric Session Files (*.esj)</source>
       <translation>Файлы сеансов eric (*.esj)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8374" />
+      <location filename="../UI/UserInterface.py" line="8330" />
       <source>Drop Error</source>
       <translation>Ошибка Drag&amp;&amp;Drop</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8375" />
+      <location filename="../UI/UserInterface.py" line="8331" />
       <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="8550" />
+      <location filename="../UI/UserInterface.py" line="8506" />
       <source>Upgrade available</source>
       <translation>Доступно обновление</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8551" />
+      <location filename="../UI/UserInterface.py" line="8507" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation>&lt;p&gt;Новая версия пакета &lt;b&gt;eric-ide&lt;/b&gt; доступна по адресу &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt; Установлено: {1}&lt;br/&gt;Доступно: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Должен ли &lt;b&gt;eric-ide&lt;/b&gt; быть обновлен?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8599" />
+      <location filename="../UI/UserInterface.py" line="8555" />
       <source>First time usage</source>
       <translation>Первое использование</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8600" />
+      <location filename="../UI/UserInterface.py" line="8556" />
       <source>eric has not been configured yet. The configuration dialog will be started.</source>
       <translation>Настройка eric ещё не выполнена. Сейчас будет запущен диалог конфигурации.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8622" />
+      <location filename="../UI/UserInterface.py" line="8578" />
       <source>Select Workspace Directory</source>
       <translation>Выбор директории рабочей области</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8790" />
+      <location filename="../UI/UserInterface.py" line="8746" />
       <source>Unsaved Data Detected</source>
       <translation>Обнаружены несохраненные данные</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8791" />
+      <location filename="../UI/UserInterface.py" line="8747" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation>Некоторые редакторы содержат несохраненные данные. Должны ли они быть сохранены?</translation>
     </message>
     <message>
+      <source>Qt5 Documentation</source>
+      <translation type="vanished">Документация Qt5</translation>
+    </message>
+    <message>
+      <source>Open Qt5 Documentation</source>
+      <translation type="vanished">Открыть документацию Qt5</translation>
+    </message>
+    <message>
+      <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's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+      <translation type="vanished">&lt;b&gt;Документация Qt5&lt;/b&gt;&lt;p&gt;Отображение документации Qt5. В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. &lt;/p&gt;</translation>
+    </message>
+    <message>
+      <source>PyQt5 Documentation</source>
+      <translation type="vanished">Документация PyQt5</translation>
+    </message>
+    <message>
+      <source>Open PyQt5 Documentation</source>
+      <translation type="vanished">Открыть документацию PyQt5</translation>
+    </message>
+    <message>
+      <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's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+      <translation type="vanished">&lt;b&gt;Докуметация PyQt5&lt;/b&gt;&lt;p&gt;Отображение документации PyQt5. В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. &lt;/p&gt;</translation>
+    </message>
+    <message>
       <source>PySide2 Documentation</source>
       <translation type="vanished">Документация PySide2</translation>
     </message>
--- a/src/eric7/i18n/eric7_tr.ts	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/i18n/eric7_tr.ts	Sun Apr 13 15:53:14 2025 +0200
@@ -8798,62 +8798,62 @@
       <translation>&lt;b&gt;{0}&lt;/b&gt; dosyası mevcut ama hiçbir sınıf barındırmıyor.</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="252" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="243" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="248" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="239" />
       <source>uic error</source>
       <translation>uic hatası</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="244" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="240" />
       <source>&lt;p&gt;There was an error loading the form &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;{1} formlarını yüklerken hata meydana geldi&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="253" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="249" />
       <source>&lt;p&gt;The project specific Python interpreter &lt;b&gt;{0}&lt;/b&gt; could not be started or did not finish within 30 seconds.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="405" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="401" />
       <source>Update Slots List</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="406" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="402" />
       <source>&lt;p&gt;The update of the slots list failed because invalid data was received.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Data: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="604" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="501" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="463" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="451" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="419" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="596" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="493" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="455" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="443" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="415" />
       <source>Code Generation</source>
       <translation>Kod üretici</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="420" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="416" />
       <source>&lt;p&gt;Code generation for project language "{0}" is not supported.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="452" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="444" />
       <source>&lt;p&gt;No code template file available for project type "{0}".&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="464" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="456" />
       <source>&lt;p&gt;Could not open the code template file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Kod şablon dosyası "{0}" açılamıyor.&lt;/p&gt;&lt;p&gt;Sebep: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="502" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="494" />
       <source>&lt;p&gt;Could not open the source file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Kaynak dosyası açılamıyor "{0}".&lt;/p&gt;&lt;p&gt;.Sebep: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="605" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="597" />
       <source>&lt;p&gt;Could not write the source file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Kaynak dosyası "{0}"yazılamıyor.&lt;/p&gt;&lt;p&gt;Sebep: {1}&lt;/p&gt;</translation>
     </message>
@@ -24154,18 +24154,18 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="81" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="80" />
       <source>EricFileDialog Wizard</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="91" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="90" />
       <source>QFileDialog Wizard</source>
       <translation>QFileDialog Sihirbazı</translation>
     </message>
     <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="109" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="108" />
       <source>Test</source>
       <translation>Test</translation>
     </message>
@@ -33418,8 +33418,7 @@
   <context>
     <name>HelpDocsInstaller</name>
     <message>
-      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="319" />
-      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="248" />
+      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="128" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be registered. &lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -33427,8 +33426,6 @@
   <context>
     <name>HelpDocumentationPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="60" />
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="56" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="52" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="48" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="44" />
@@ -33493,21 +33490,6 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Qt5 Documentation</source>
-      <translation type="unfinished">Qt4 Belgeleri {5 ?}</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Enter the Qt5 documentation directory</source>
-      <translation type="unfinished">Qt4 belgelirinin dizini gir {5 ?}</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the QT5DOCDIR environment variable, if set.</source>
-      <translation type="unfinished">&lt;b&gt;Not&lt;/b&gt;: Ayarlandığında Boş bıraktıysanız QT4DOCDIR ortam değişkeni kullanılır. {5D?}</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
       <source>Qt6 Documentation</source>
       <translation type="unfinished">Qt4 Belgeleri {6 ?}</translation>
     </message>
@@ -33523,21 +33505,6 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>PyQt5 Documentation</source>
-      <translation type="unfinished">PyQt4 Belgeleri {5 ?}</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Enter the PyQt5 documentation directory</source>
-      <translation type="unfinished">PyQt4 belgelirinin dizini gir {5 ?}</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source>
-      <translation type="unfinished">&lt;b&gt;Not&lt;/b&gt;: Ayarlandığında Boş bıraktıysanız PYQT4DOCDIR ortam değişkeni kullanılır. {5D?}</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
       <source>PyQt6 Documentation</source>
       <translation type="unfinished">PyQt4 Belgeleri {6 ?}</translation>
     </message>
@@ -33566,6 +33533,30 @@
       <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYSIDE6DOCDIR environment variable, if set.</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <source>Qt5 Documentation</source>
+      <translation type="vanished">Qt4 Belgeleri {5 ?}</translation>
+    </message>
+    <message>
+      <source>Enter the Qt5 documentation directory</source>
+      <translation type="vanished">Qt4 belgelirinin dizini gir {5 ?}</translation>
+    </message>
+    <message>
+      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the QT5DOCDIR environment variable, if set.</source>
+      <translation type="vanished">&lt;b&gt;Not&lt;/b&gt;: Ayarlandığında Boş bıraktıysanız QT4DOCDIR ortam değişkeni kullanılır. {5D?}</translation>
+    </message>
+    <message>
+      <source>PyQt5 Documentation</source>
+      <translation type="vanished">PyQt4 Belgeleri {5 ?}</translation>
+    </message>
+    <message>
+      <source>Enter the PyQt5 documentation directory</source>
+      <translation type="vanished">PyQt4 belgelirinin dizini gir {5 ?}</translation>
+    </message>
+    <message>
+      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source>
+      <translation type="vanished">&lt;b&gt;Not&lt;/b&gt;: Ayarlandığında Boş bıraktıysanız PYQT4DOCDIR ortam değişkeni kullanılır. {5D?}</translation>
+    </message>
   </context>
   <context>
     <name>HelpIndexWidget</name>
@@ -50733,7 +50724,7 @@
     </message>
     <message>
       <location filename="../QScintilla/Lexers/LexerPython.py" line="94" />
-      <source>PyQt5/6 Modules</source>
+      <source>PyQt6 Modules</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -62529,18 +62520,18 @@
   <context>
     <name>Preferences</name>
     <message>
-      <location filename="../Preferences/__init__.py" line="1891" />
+      <location filename="../Preferences/__init__.py" line="1866" />
       <source>Export Preferences</source>
       <translation>Seçenekleri Dışa Aktar</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1920" />
-      <location filename="../Preferences/__init__.py" line="1893" />
+      <location filename="../Preferences/__init__.py" line="1895" />
+      <location filename="../Preferences/__init__.py" line="1868" />
       <source>Properties File (*.ini);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1918" />
+      <location filename="../Preferences/__init__.py" line="1893" />
       <source>Import Preferences</source>
       <translation>Seçenekleri İçe Aktar</translation>
     </message>
@@ -63043,123 +63034,108 @@
     </message>
     <message>
       <location filename="../Preferences/ProgramsDialog.py" line="160" />
-      <source>Translation Extractor (Python, PyQt5)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="168" />
-      <source>Forms Compiler (Python, PyQt5)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="176" />
-      <source>Resource Compiler (Python, PyQt5)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="187" />
       <source>Translation Extractor (Python, PyQt6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="194" />
+      <location filename="../Preferences/ProgramsDialog.py" line="167" />
       <source>Forms Compiler (Python, PyQt6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="204" />
+      <location filename="../Preferences/ProgramsDialog.py" line="177" />
       <source>Translation Extractor (Python, PySide6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="213" />
+      <location filename="../Preferences/ProgramsDialog.py" line="186" />
       <source>Forms Compiler (Python, PySide6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="222" />
+      <location filename="../Preferences/ProgramsDialog.py" line="195" />
       <source>Resource Compiler (Python, PySide6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="237" />
+      <location filename="../Preferences/ProgramsDialog.py" line="210" />
       <source>conda Manager</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="247" />
+      <location filename="../Preferences/ProgramsDialog.py" line="220" />
       <source>PyPI Package Management</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="499" />
-      <location filename="../Preferences/ProgramsDialog.py" line="496" />
-      <location filename="../Preferences/ProgramsDialog.py" line="480" />
-      <location filename="../Preferences/ProgramsDialog.py" line="350" />
-      <location filename="../Preferences/ProgramsDialog.py" line="283" />
-      <location filename="../Preferences/ProgramsDialog.py" line="266" />
+      <location filename="../Preferences/ProgramsDialog.py" line="472" />
+      <location filename="../Preferences/ProgramsDialog.py" line="469" />
+      <location filename="../Preferences/ProgramsDialog.py" line="453" />
+      <location filename="../Preferences/ProgramsDialog.py" line="323" />
+      <location filename="../Preferences/ProgramsDialog.py" line="256" />
+      <location filename="../Preferences/ProgramsDialog.py" line="239" />
       <source>(unknown)</source>
       <translation>(bilinmeyen)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="270" />
+      <location filename="../Preferences/ProgramsDialog.py" line="243" />
       <source>Spell Checker - PyEnchant</source>
       <translation>Heceleme Kontrolü - PyEnchant</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="287" />
+      <location filename="../Preferences/ProgramsDialog.py" line="260" />
       <source>Source Highlighter - Pygments</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="294" />
+      <location filename="../Preferences/ProgramsDialog.py" line="267" />
       <source>MicroPython - MPY Cross Compiler</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="301" />
+      <location filename="../Preferences/ProgramsDialog.py" line="274" />
       <source>MicroPython - ESP Tool</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="312" />
+      <location filename="../Preferences/ProgramsDialog.py" line="285" />
       <source>MicroPython - PyBoard Flasher</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="322" />
+      <location filename="../Preferences/ProgramsDialog.py" line="295" />
       <source>MicroPython - STLink Info</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="332" />
+      <location filename="../Preferences/ProgramsDialog.py" line="305" />
       <source>MicroPython - STLink Flasher</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="354" />
+      <location filename="../Preferences/ProgramsDialog.py" line="327" />
       <source>Code Assistant - Jedi</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="434" />
+      <location filename="../Preferences/ProgramsDialog.py" line="407" />
       <source>(not configured)</source>
       <translation>(ayarlanmadı)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="469" />
+      <location filename="../Preferences/ProgramsDialog.py" line="442" />
       <source>(module not found)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="502" />
+      <location filename="../Preferences/ProgramsDialog.py" line="475" />
       <source>(not executable)</source>
       <translation>(yürütülemez)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="548" />
-      <location filename="../Preferences/ProgramsDialog.py" line="516" />
-      <location filename="../Preferences/ProgramsDialog.py" line="514" />
+      <location filename="../Preferences/ProgramsDialog.py" line="521" />
+      <location filename="../Preferences/ProgramsDialog.py" line="489" />
+      <location filename="../Preferences/ProgramsDialog.py" line="487" />
       <source>(not found)</source>
       <translation>(bulunamadı)</translation>
     </message>
@@ -63183,404 +63159,394 @@
     </message>
     <message>
       <location filename="../Project/Project.py" line="337" />
-      <source>PyQt5 GUI</source>
+      <source>PyQt6 GUI</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="338" />
-      <source>PyQt5 Console</source>
+      <source>PyQt6 Console</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="339" />
-      <source>PyQt6 GUI</source>
+      <source>Eric7 Plugin</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="340" />
-      <source>PyQt6 Console</source>
-      <translation type="unfinished" />
+      <source>Console</source>
+      <translation>Konsol- kumanda birimi</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="341" />
-      <source>Eric7 Plugin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="342" />
-      <source>Console</source>
-      <translation>Konsol- kumanda birimi</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="343" />
       <source>Other</source>
       <translation>Diğer</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="362" />
+      <location filename="../Project/Project.py" line="358" />
       <source>PySide6 GUI</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="363" />
+      <location filename="../Project/Project.py" line="359" />
       <source>PySide6 Console</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="461" />
-      <location filename="../Project/Project.py" line="449" />
-      <location filename="../Project/Project.py" line="438" />
+      <location filename="../Project/Project.py" line="457" />
+      <location filename="../Project/Project.py" line="445" />
+      <location filename="../Project/Project.py" line="434" />
       <source>Registering Project Type</source>
       <translation>Kaydedilmiş Proje Türü</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="439" />
+      <location filename="../Project/Project.py" line="435" />
       <source>&lt;p&gt;The Programming Language &lt;b&gt;{0}&lt;/b&gt; is not supported (project type: {1}).&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="450" />
+      <location filename="../Project/Project.py" line="446" />
       <source>&lt;p&gt;The Project type &lt;b&gt;{0}&lt;/b&gt; is already registered with Programming Language &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="462" />
+      <location filename="../Project/Project.py" line="458" />
       <source>&lt;p&gt;The Project type &lt;b&gt;{0}&lt;/b&gt; is already registered.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="767" />
+      <location filename="../Project/Project.py" line="763" />
       <source>All Files (*)</source>
       <translation type="unfinished">Tüm Dosyalar (*)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1321" />
+      <location filename="../Project/Project.py" line="1310" />
       <source>Read Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1567" />
-      <location filename="../Project/Project.py" line="1541" />
-      <location filename="../Project/Project.py" line="1505" />
-      <location filename="../Project/Project.py" line="1423" />
-      <location filename="../Project/Project.py" line="1384" />
-      <location filename="../Project/Project.py" line="1359" />
-      <location filename="../Project/Project.py" line="1322" />
+      <location filename="../Project/Project.py" line="1556" />
+      <location filename="../Project/Project.py" line="1530" />
+      <location filename="../Project/Project.py" line="1494" />
+      <location filename="../Project/Project.py" line="1412" />
+      <location filename="../Project/Project.py" line="1373" />
+      <location filename="../Project/Project.py" line="1348" />
+      <location filename="../Project/Project.py" line="1311" />
       <source>Please save the project first.</source>
       <translation>Lütfen ilkolarak projeyi kaydedin.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1358" />
+      <location filename="../Project/Project.py" line="1347" />
       <source>Save Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1400" />
-      <location filename="../Project/Project.py" line="1383" />
+      <location filename="../Project/Project.py" line="1389" />
+      <location filename="../Project/Project.py" line="1372" />
       <source>Delete Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1390" />
+      <location filename="../Project/Project.py" line="1379" />
       <source>Delete Remote Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1409" />
+      <location filename="../Project/Project.py" line="1398" />
       <source>&lt;p&gt;The project session file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1422" />
+      <location filename="../Project/Project.py" line="1411" />
       <source>Read Tasks</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1504" />
+      <location filename="../Project/Project.py" line="1493" />
       <source>Read Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1540" />
+      <location filename="../Project/Project.py" line="1529" />
       <source>Save Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1583" />
-      <location filename="../Project/Project.py" line="1566" />
+      <location filename="../Project/Project.py" line="1572" />
+      <location filename="../Project/Project.py" line="1555" />
       <source>Delete Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1573" />
+      <location filename="../Project/Project.py" line="1562" />
       <source>Delete Remote Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1592" />
+      <location filename="../Project/Project.py" line="1581" />
       <source>&lt;p&gt;The project debugger properties file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1765" />
+      <location filename="../Project/Project.py" line="1754" />
       <source>Add Language</source>
       <translation>Dil Ekle</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1766" />
+      <location filename="../Project/Project.py" line="1755" />
       <source>You have to specify a translation pattern first.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1905" />
+      <location filename="../Project/Project.py" line="1892" />
       <source>Delete Translation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1932" />
-      <location filename="../Project/Project.py" line="1906" />
+      <location filename="../Project/Project.py" line="1919" />
+      <location filename="../Project/Project.py" line="1893" />
       <source>&lt;p&gt;The selected translation file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1931" />
+      <location filename="../Project/Project.py" line="1918" />
       <source>Delete translation</source>
       <translation>Çeviriyi silin</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="2071" />
+      <location filename="../Project/Project.py" line="2054" />
+      <source>Add File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="2173" />
+      <location filename="../Project/Project.py" line="2055" />
+      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists.&lt;/p&gt;&lt;p&gt;Overwrite it?&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="2072" />
+      <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be added to &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {2}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="2084" />
-      <location filename="../Project/Project.py" line="2067" />
-      <source>Add File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2186" />
-      <location filename="../Project/Project.py" line="2068" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists.&lt;/p&gt;&lt;p&gt;Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2085" />
-      <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be added to &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {2}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2097" />
       <source>Add file</source>
       <translation>Dosya ekle</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2282" />
-      <location filename="../Project/Project.py" line="2098" />
+      <location filename="../Project/Project.py" line="2269" />
+      <location filename="../Project/Project.py" line="2085" />
       <source>The target directory must not be empty.</source>
       <translation>Hedef dizin boş olamaz.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2185" />
-      <location filename="../Project/Project.py" line="2158" />
-      <location filename="../Project/Project.py" line="2138" />
+      <location filename="../Project/Project.py" line="2172" />
+      <location filename="../Project/Project.py" line="2145" />
+      <location filename="../Project/Project.py" line="2125" />
       <source>Add Directory</source>
       <translation type="unfinished">Dizin Ekle</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2139" />
+      <location filename="../Project/Project.py" line="2126" />
       <source>&lt;p&gt;The source directory doesn't contain any files belonging to the selected category.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2159" />
+      <location filename="../Project/Project.py" line="2146" />
       <source>&lt;p&gt;The target directory &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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2293" />
-      <location filename="../Project/Project.py" line="2281" />
+      <location filename="../Project/Project.py" line="2280" />
+      <location filename="../Project/Project.py" line="2268" />
       <source>Add directory</source>
       <translation>Dizin Ekle</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2294" />
+      <location filename="../Project/Project.py" line="2281" />
       <source>The source directory must not be empty.</source>
       <translation>Kaynak dizin boş olamaz.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2408" />
-      <location filename="../Project/Project.py" line="2390" />
-      <location filename="../Project/Project.py" line="2374" />
-      <location filename="../Project/Project.py" line="2367" />
+      <location filename="../Project/Project.py" line="2395" />
+      <location filename="../Project/Project.py" line="2377" />
+      <location filename="../Project/Project.py" line="2361" />
+      <location filename="../Project/Project.py" line="2354" />
       <source>Rename File</source>
       <translation>Dosya adını Değiştir</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8075" />
-      <location filename="../Project/Project.py" line="3895" />
-      <location filename="../Project/Project.py" line="2391" />
+      <location filename="../Project/Project.py" line="8062" />
+      <location filename="../Project/Project.py" line="3882" />
+      <location filename="../Project/Project.py" line="2378" />
       <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>
     <message>
-      <location filename="../Project/Project.py" line="2409" />
+      <location filename="../Project/Project.py" line="2396" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be renamed.&lt;br /&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2676" />
+      <location filename="../Project/Project.py" line="2663" />
       <source>Delete File</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2677" />
+      <location filename="../Project/Project.py" line="2664" />
       <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2705" />
+      <location filename="../Project/Project.py" line="2692" />
       <source>Delete Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2706" />
+      <location filename="../Project/Project.py" line="2693" />
       <source>&lt;p&gt;The selected directory &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2839" />
+      <location filename="../Project/Project.py" line="2826" />
       <source>Create project directory</source>
       <translation>Proje dizinin oluştur</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2840" />
+      <location filename="../Project/Project.py" line="2827" />
       <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;</source>
       <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="3668" />
-      <location filename="../Project/Project.py" line="2940" />
+      <location filename="../Project/Project.py" line="3655" />
+      <location filename="../Project/Project.py" line="2927" />
       <source>Create project management directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3669" />
-      <location filename="../Project/Project.py" line="2941" />
+      <location filename="../Project/Project.py" line="3656" />
+      <location filename="../Project/Project.py" line="2928" />
       <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; is not writable.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2981" />
+      <location filename="../Project/Project.py" line="2968" />
       <source>Create main script</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2982" />
+      <location filename="../Project/Project.py" line="2969" />
       <source>&lt;p&gt;The main script &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3449" />
-      <location filename="../Project/Project.py" line="3006" />
+      <location filename="../Project/Project.py" line="3436" />
+      <location filename="../Project/Project.py" line="2993" />
       <source>Create Makefile</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3450" />
-      <location filename="../Project/Project.py" line="3007" />
+      <location filename="../Project/Project.py" line="3437" />
+      <location filename="../Project/Project.py" line="2994" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3698" />
-      <location filename="../Project/Project.py" line="3159" />
-      <location filename="../Project/Project.py" line="3130" />
-      <location filename="../Project/Project.py" line="3098" />
-      <location filename="../Project/Project.py" line="3080" />
-      <location filename="../Project/Project.py" line="3055" />
-      <location filename="../Project/Project.py" line="3017" />
+      <location filename="../Project/Project.py" line="3685" />
+      <location filename="../Project/Project.py" line="3146" />
+      <location filename="../Project/Project.py" line="3117" />
+      <location filename="../Project/Project.py" line="3085" />
+      <location filename="../Project/Project.py" line="3067" />
+      <location filename="../Project/Project.py" line="3042" />
+      <location filename="../Project/Project.py" line="3004" />
       <source>New Project</source>
       <translation>Yeni Proje</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3018" />
+      <location filename="../Project/Project.py" line="3005" />
       <source>Add existing files to the project?</source>
       <translation>Var olan dosyalar projeye eklensin mi?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3699" />
-      <location filename="../Project/Project.py" line="3056" />
+      <location filename="../Project/Project.py" line="3686" />
+      <location filename="../Project/Project.py" line="3043" />
       <source>Select Version Control System</source>
       <translation>Sürüm Kontrol Sistemini Seç</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3160" />
-      <location filename="../Project/Project.py" line="3081" />
+      <location filename="../Project/Project.py" line="3147" />
+      <location filename="../Project/Project.py" line="3068" />
       <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="3099" />
+      <location filename="../Project/Project.py" line="3086" />
       <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="3136" />
-      <location filename="../Project/Project.py" line="3125" />
+      <location filename="../Project/Project.py" line="3123" />
+      <location filename="../Project/Project.py" line="3112" />
       <source>None</source>
       <translation>Yok</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3131" />
+      <location filename="../Project/Project.py" line="3118" />
       <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="3342" />
+      <location filename="../Project/Project.py" line="3329" />
       <source>Translation Pattern</source>
       <translation>Çeviri Kalıbı</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3343" />
+      <location filename="../Project/Project.py" line="3330" />
       <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source>
       <translation>Çeviri dosylarınınyol kalıbını giriniz (kullanılan '% dil %'dil kodu):</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3647" />
+      <location filename="../Project/Project.py" line="3634" />
       <source>Open Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8061" />
-      <location filename="../Project/Project.py" line="8055" />
-      <location filename="../Project/Project.py" line="8045" />
-      <location filename="../Project/Project.py" line="3880" />
-      <location filename="../Project/Project.py" line="3870" />
-      <location filename="../Project/Project.py" line="3649" />
+      <location filename="../Project/Project.py" line="8048" />
+      <location filename="../Project/Project.py" line="8042" />
+      <location filename="../Project/Project.py" line="8032" />
+      <location filename="../Project/Project.py" line="3867" />
+      <location filename="../Project/Project.py" line="3857" />
+      <location filename="../Project/Project.py" line="3636" />
       <source>Project Files (*.epj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3894" />
-      <location filename="../Project/Project.py" line="3878" />
+      <location filename="../Project/Project.py" line="3881" />
+      <location filename="../Project/Project.py" line="3865" />
       <source>Save Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3933" />
+      <location filename="../Project/Project.py" line="3920" />
       <source>Close Project</source>
       <translation>Projeyi Kapat</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3934" />
+      <location filename="../Project/Project.py" line="3921" />
       <source>The current project has unsaved changes.</source>
       <translation>Geçerli projede kaydedilmemiş dosyalar var.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4134" />
-      <location filename="../Project/Project.py" line="4098" />
+      <location filename="../Project/Project.py" line="4121" />
+      <location filename="../Project/Project.py" line="4085" />
       <source>Syntax Errors Detected</source>
       <translation type="unfinished" />
     </message>
     <message numerus="yes">
-      <location filename="../Project/Project.py" line="4135" />
-      <location filename="../Project/Project.py" line="4099" />
+      <location filename="../Project/Project.py" line="4122" />
+      <location filename="../Project/Project.py" line="4086" />
       <source>The project contains %n file(s) with syntax errors.</source>
       <translation type="unfinished">
         <numerusform />
@@ -63588,1268 +63554,1268 @@
       </translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4793" />
+      <location filename="../Project/Project.py" line="4780" />
       <source>New project</source>
       <translation>Yeni Proje</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4795" />
+      <location filename="../Project/Project.py" line="4782" />
       <source>&amp;New...</source>
       <translation>Ye&amp;ni...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4801" />
+      <location filename="../Project/Project.py" line="4788" />
       <source>Generate a new project</source>
       <translation>Yeni bir proje üret</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4803" />
+      <location filename="../Project/Project.py" line="4790" />
       <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="4813" />
+      <location filename="../Project/Project.py" line="4800" />
       <source>Open project</source>
       <translation>Projeyi aç</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4815" />
+      <location filename="../Project/Project.py" line="4802" />
       <source>&amp;Open...</source>
       <translation>&amp;Aç...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4821" />
+      <location filename="../Project/Project.py" line="4808" />
       <source>Open an existing project</source>
       <translation>Var olan bir projeyi aç</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4823" />
+      <location filename="../Project/Project.py" line="4810" />
       <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="4829" />
+      <location filename="../Project/Project.py" line="4816" />
       <source>Open remote project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4831" />
+      <location filename="../Project/Project.py" line="4818" />
       <source>Open (Remote)...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4824" />
+      <source>Open an existing remote project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4826" />
+      <source>&lt;b&gt;Open (Remote)...&lt;/b&gt;&lt;p&gt;This opens an existing remote project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4835" />
+      <source>Reload project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4837" />
-      <source>Open an existing remote project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4839" />
-      <source>&lt;b&gt;Open (Remote)...&lt;/b&gt;&lt;p&gt;This opens an existing remote project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4848" />
-      <source>Reload project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4850" />
       <source>Re&amp;load</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4856" />
+      <location filename="../Project/Project.py" line="4843" />
       <source>Reload the current project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4858" />
+      <location filename="../Project/Project.py" line="4845" />
       <source>&lt;b&gt;Reload&lt;/b&gt;&lt;p&gt;This reloads the current project.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4864" />
+      <location filename="../Project/Project.py" line="4851" />
       <source>Close project</source>
       <translation>Projeyi kapat</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4866" />
+      <location filename="../Project/Project.py" line="4853" />
       <source>&amp;Close</source>
       <translation>&amp;Kapat</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4872" />
+      <location filename="../Project/Project.py" line="4859" />
       <source>Close the current project</source>
       <translation>Geçerli projeyi kapat</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4874" />
+      <location filename="../Project/Project.py" line="4861" />
       <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="4880" />
+      <location filename="../Project/Project.py" line="4867" />
       <source>Save project</source>
       <translation>Projeyi kaydet</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5177" />
-      <location filename="../Project/Project.py" line="4882" />
+      <location filename="../Project/Project.py" line="5164" />
+      <location filename="../Project/Project.py" line="4869" />
       <source>&amp;Save</source>
       <translation>&amp;Kaydet</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4888" />
+      <location filename="../Project/Project.py" line="4875" />
       <source>Save the current project</source>
       <translation>Geçerli projeyi kapat</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4890" />
+      <location filename="../Project/Project.py" line="4877" />
       <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="4896" />
+      <location filename="../Project/Project.py" line="4883" />
       <source>Save project as</source>
       <translation>projeyi farklı adda kaydet</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4898" />
+      <location filename="../Project/Project.py" line="4885" />
       <source>Save &amp;as...</source>
       <translation>Farklı k&amp;aydet...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4891" />
+      <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="4893" />
+      <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="4902" />
+      <source>Save project as (Remote)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4904" />
-      <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="4906" />
-      <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="4915" />
-      <source>Save project as (Remote)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4917" />
       <source>Save as (Remote)...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4924" />
+      <location filename="../Project/Project.py" line="4911" />
       <source>Save the current project to a new remote file</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4927" />
+      <location filename="../Project/Project.py" line="4914" />
       <source>&lt;b&gt;Save as (Remote)&lt;/b&gt;&lt;p&gt;This saves the current project to a new remote file.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4943" />
+      <location filename="../Project/Project.py" line="4930" />
       <source>Add files to project</source>
       <translation>Projeye dosyalar ekle</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4945" />
+      <location filename="../Project/Project.py" line="4932" />
       <source>Add &amp;files...</source>
       <translation>Dosyaları &amp;ekle...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4938" />
+      <source>Add files to the current project</source>
+      <translation>Geçerli projeye dosyalar ekle</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4940" />
+      <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="4951" />
-      <source>Add files to the current project</source>
-      <translation>Geçerli projeye dosyalar ekle</translation>
+      <source>Add directory to project</source>
+      <translation>Projeye dizin ekle</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="4953" />
-      <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="4964" />
-      <source>Add directory to project</source>
-      <translation>Projeye dizin ekle</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4966" />
       <source>Add directory...</source>
       <translation>Dizin ekle...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4960" />
+      <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="4963" />
+      <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="4973" />
-      <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="4976" />
-      <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="4986" />
       <source>Add translation to project</source>
       <translation>Projeye çeviri ekle</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4988" />
+      <location filename="../Project/Project.py" line="4975" />
       <source>Add &amp;translation...</source>
       <translation>Çeviri &amp;ekle...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4982" />
+      <source>Add a translation to the current project</source>
+      <translation>Geçerli projeye çeviri ekle</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4985" />
+      <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="4995" />
-      <source>Add a translation to the current project</source>
-      <translation>Geçerli projeye çeviri ekle</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4998" />
-      <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="5008" />
       <source>Search new files</source>
       <translation>Yeni dosyaları ara</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5009" />
+      <location filename="../Project/Project.py" line="4996" />
       <source>Searc&amp;h new files...</source>
       <translation>Yeni dosyaları a&amp;ra...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5002" />
+      <source>Search new files in the project directory.</source>
+      <translation>Proje dizininde yeni dosyaları ara.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5004" />
+      <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, forms, ...) in the project directory and registered subdirectories.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5014" />
+      <source>Search Project File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5015" />
-      <source>Search new files in the project directory.</source>
-      <translation>Proje dizininde yeni dosyaları ara.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5017" />
-      <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, forms, ...) in the project directory and registered subdirectories.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5027" />
-      <source>Search Project File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5028" />
       <source>Search Project File...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5029" />
+      <location filename="../Project/Project.py" line="5016" />
       <source>Alt+Ctrl+P</source>
       <comment>Project|Search Project File</comment>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5021" />
+      <source>Search for a file in the project list of files.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5023" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5032" />
+      <source>Project properties</source>
+      <translation>Proje özellikleri</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5034" />
-      <source>Search for a file in the project list of files.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5036" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5045" />
-      <source>Project properties</source>
-      <translation>Proje özellikleri</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5047" />
       <source>&amp;Properties...</source>
       <translation>&amp;Özellikler...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5040" />
+      <source>Show the project properties</source>
+      <translation>Proje özelliklerini göster</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5042" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5051" />
+      <source>User project properties</source>
+      <translation>Kullanıcı projesi özellikleri</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5053" />
-      <source>Show the project properties</source>
-      <translation>Proje özelliklerini göster</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5055" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5064" />
-      <source>User project properties</source>
-      <translation>Kullanıcı projesi özellikleri</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5066" />
       <source>&amp;User Properties...</source>
       <translation>K&amp;ullanıcı Özellikleri...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5060" />
+      <source>Show the user specific project properties</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5063" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5073" />
-      <source>Show the user specific project properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5076" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5086" />
       <source>Filetype Associations</source>
       <translation>Dosyatipi Birleştirme</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5087" />
+      <location filename="../Project/Project.py" line="5074" />
       <source>Filetype Associations...</source>
       <translation>Dosyatipi Birleştirme...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5094" />
+      <location filename="../Project/Project.py" line="5081" />
       <source>Show the project file type associations</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5084" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5097" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5110" />
       <source>Lexer Associations</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5111" />
+      <location filename="../Project/Project.py" line="5098" />
       <source>Lexer Associations...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5118" />
+      <location filename="../Project/Project.py" line="5105" />
       <source>Show the project lexer associations (overriding defaults)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5121" />
+      <location filename="../Project/Project.py" line="5108" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5139" />
+      <location filename="../Project/Project.py" line="5126" />
       <source>Debugger Properties</source>
       <translation>Hata Ayıklayıcı Özellikleri</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5140" />
+      <location filename="../Project/Project.py" line="5127" />
       <source>Debugger &amp;Properties...</source>
       <translation>Hata Ayıklayıcı &amp;Özellikleri...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5133" />
+      <source>Show the debugger properties</source>
+      <translation>Hata ayıklayıcı özelliklerini göster</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5135" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5145" />
+      <source>Load</source>
+      <translation>Yükle</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5146" />
-      <source>Show the debugger properties</source>
-      <translation>Hata ayıklayıcı özelliklerini göster</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5148" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5158" />
-      <source>Load</source>
-      <translation>Yükle</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5159" />
       <source>&amp;Load</source>
       <translation>Yük&amp;le</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5165" />
+      <location filename="../Project/Project.py" line="5152" />
       <source>Load the debugger properties</source>
       <translation>Hata ayıklayıcı özelliklerini yükle</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5167" />
+      <location filename="../Project/Project.py" line="5154" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5176" />
+      <location filename="../Project/Project.py" line="5163" />
       <source>Save</source>
       <translation>Kaydet</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5183" />
+      <location filename="../Project/Project.py" line="5170" />
       <source>Save the debugger properties</source>
       <translation>Hata ayıklayıcı özelliklerini kaydet</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5185" />
+      <location filename="../Project/Project.py" line="5172" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5194" />
+      <location filename="../Project/Project.py" line="5181" />
       <source>Delete</source>
       <translation>Sil</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5195" />
+      <location filename="../Project/Project.py" line="5182" />
       <source>&amp;Delete</source>
       <translation>&amp;Sil</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5188" />
+      <source>Delete the debugger properties</source>
+      <translation>Hata ayıklayıcı özelliklerini sil</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5190" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5200" />
+      <source>Reset</source>
+      <translation>Başadön</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5201" />
-      <source>Delete the debugger properties</source>
-      <translation>Hata ayıklayıcı özelliklerini sil</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5203" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5213" />
-      <source>Reset</source>
-      <translation>Başadön</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5214" />
       <source>&amp;Reset</source>
       <translation>Başad&amp;ön</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5220" />
+      <location filename="../Project/Project.py" line="5207" />
       <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="5222" />
+      <location filename="../Project/Project.py" line="5209" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5238" />
-      <location filename="../Project/Project.py" line="5237" />
+      <location filename="../Project/Project.py" line="5225" />
+      <location filename="../Project/Project.py" line="5224" />
       <source>Load session</source>
       <translation>Oturum yükleniyor</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5244" />
+      <location filename="../Project/Project.py" line="5231" />
       <source>Load the projects session file.</source>
       <translation>Projelerin oturm dosyasını yükle.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5246" />
+      <location filename="../Project/Project.py" line="5233" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5262" />
-      <location filename="../Project/Project.py" line="5261" />
+      <location filename="../Project/Project.py" line="5249" />
+      <location filename="../Project/Project.py" line="5248" />
       <source>Save session</source>
       <translation>Oturumu kaydet</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5268" />
+      <location filename="../Project/Project.py" line="5255" />
       <source>Save the projects session file.</source>
       <translation>Proje oturum dosyasını kaydet.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5270" />
+      <location filename="../Project/Project.py" line="5257" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5286" />
-      <location filename="../Project/Project.py" line="5285" />
+      <location filename="../Project/Project.py" line="5273" />
+      <location filename="../Project/Project.py" line="5272" />
       <source>Delete session</source>
       <translation>Oturumu sil</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5292" />
+      <location filename="../Project/Project.py" line="5279" />
       <source>Delete the projects session file.</source>
       <translation>Proje oturum dosyasını sil.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5294" />
+      <location filename="../Project/Project.py" line="5281" />
       <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="5309" />
+      <location filename="../Project/Project.py" line="5296" />
       <source>Code Metrics</source>
       <translation>Metrik Kod</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5310" />
+      <location filename="../Project/Project.py" line="5297" />
       <source>&amp;Code Metrics...</source>
       <translation>Me&amp;trik Kod...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5304" />
+      <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="5307" />
+      <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="5317" />
-      <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="5320" />
-      <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="5330" />
       <source>Python Code Coverage</source>
       <translation>Python Kod Koruyucu</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5331" />
+      <location filename="../Project/Project.py" line="5318" />
       <source>Code Co&amp;verage...</source>
       <translation>Kod Koru&amp;yucu...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5338" />
+      <location filename="../Project/Project.py" line="5325" />
       <source>Show code coverage information for the project.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5341" />
+      <location filename="../Project/Project.py" line="5328" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6775" />
       <location filename="../Project/Project.py" line="6762" />
-      <location filename="../Project/Project.py" line="5351" />
+      <location filename="../Project/Project.py" line="6749" />
+      <location filename="../Project/Project.py" line="5338" />
       <source>Profile Data</source>
       <translation>Veri Kesiti</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5352" />
+      <location filename="../Project/Project.py" line="5339" />
       <source>&amp;Profile Data...</source>
       <translation>&amp;Veri kesiti...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5359" />
+      <location filename="../Project/Project.py" line="5346" />
       <source>Show profiling data for the project.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5362" />
+      <location filename="../Project/Project.py" line="5349" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6827" />
-      <location filename="../Project/Project.py" line="5377" />
+      <location filename="../Project/Project.py" line="6814" />
+      <location filename="../Project/Project.py" line="5364" />
       <source>Application Diagram</source>
       <translation>Uygulama Şeması</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5378" />
+      <location filename="../Project/Project.py" line="5365" />
       <source>&amp;Application Diagram...</source>
       <translation>Uygulama Şem&amp;ası...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5372" />
+      <source>Show a diagram of the project.</source>
+      <translation>Projenin bir şemasını göster.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5375" />
+      <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="5384" />
+      <source>Load Diagram</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5385" />
-      <source>Show a diagram of the project.</source>
-      <translation>Projenin bir şemasını göster.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5388" />
-      <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="5397" />
-      <source>Load Diagram</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5398" />
       <source>&amp;Load Diagram...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5404" />
+      <location filename="../Project/Project.py" line="5391" />
       <source>Load a diagram from file.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5406" />
+      <location filename="../Project/Project.py" line="5393" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6995" />
-      <location filename="../Project/Project.py" line="6940" />
-      <location filename="../Project/Project.py" line="5421" />
+      <location filename="../Project/Project.py" line="6982" />
+      <location filename="../Project/Project.py" line="6927" />
+      <location filename="../Project/Project.py" line="5408" />
       <source>Create Package List</source>
       <translation>Paket Listesini Oluştur</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5423" />
+      <location filename="../Project/Project.py" line="5410" />
       <source>Create &amp;Package List</source>
       <translation type="unfinished">Eklenti &amp;Arşivi Oluştur</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5430" />
+      <location filename="../Project/Project.py" line="5417" />
       <source>Create an initial PKGLIST file for an eric plugin.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5420" />
+      <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric plugin archive. The list is created from the project file.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7053" />
+      <location filename="../Project/Project.py" line="5431" />
+      <source>Create Plugin Archives</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5433" />
-      <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric plugin archive. The list is created from the project file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7066" />
-      <location filename="../Project/Project.py" line="5444" />
-      <source>Create Plugin Archives</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5446" />
       <source>Create Plugin &amp;Archives</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5452" />
+      <location filename="../Project/Project.py" line="5439" />
       <source>Create eric plugin archive files.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5454" />
+      <location filename="../Project/Project.py" line="5441" />
       <source>&lt;b&gt;Create Plugin Archives&lt;/b&gt;&lt;p&gt;This creates eric 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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5466" />
+      <location filename="../Project/Project.py" line="5453" />
       <source>Create Plugin Archives (Snapshot)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5468" />
+      <location filename="../Project/Project.py" line="5455" />
       <source>Create Plugin Archives (&amp;Snapshot)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5475" />
+      <location filename="../Project/Project.py" line="5462" />
       <source>Create eric plugin archive files (snapshot releases).</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5478" />
+      <location filename="../Project/Project.py" line="5465" />
       <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric 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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7522" />
-      <location filename="../Project/Project.py" line="7493" />
-      <location filename="../Project/Project.py" line="7447" />
-      <location filename="../Project/Project.py" line="7399" />
-      <location filename="../Project/Project.py" line="5497" />
+      <location filename="../Project/Project.py" line="7509" />
+      <location filename="../Project/Project.py" line="7480" />
+      <location filename="../Project/Project.py" line="7434" />
+      <location filename="../Project/Project.py" line="7386" />
+      <location filename="../Project/Project.py" line="5484" />
       <source>Execute Make</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5498" />
+      <location filename="../Project/Project.py" line="5485" />
       <source>&amp;Execute Make</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5491" />
+      <source>Perform a 'make' run.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5493" />
+      <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a 'make' run to rebuild the configured target.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7486" />
+      <location filename="../Project/Project.py" line="5503" />
+      <source>Test for Changes</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5504" />
-      <source>Perform a 'make' run.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5506" />
-      <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a 'make' run to rebuild the configured target.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7499" />
-      <location filename="../Project/Project.py" line="5516" />
-      <source>Test for Changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5517" />
       <source>&amp;Test for Changes</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5524" />
+      <location filename="../Project/Project.py" line="5511" />
       <source>Question 'make', if a rebuild is needed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5527" />
+      <location filename="../Project/Project.py" line="5514" />
       <source>&lt;b&gt;Test for Changes&lt;/b&gt;&lt;p&gt;This questions 'make', if a rebuild of the configured target is necessary.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5545" />
+      <location filename="../Project/Project.py" line="5532" />
       <source>Create SBOM File</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5546" />
+      <location filename="../Project/Project.py" line="5533" />
       <source>Create &amp;SBOM File</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5553" />
+      <location filename="../Project/Project.py" line="5540" />
       <source>Create a SBOM file of the project dependencies.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5556" />
+      <location filename="../Project/Project.py" line="5543" />
       <source>&lt;b&gt;Create SBOM File&lt;/b&gt;&lt;p&gt;This allows the creation of a SBOM file of the project dependencies. This may be based on various input sources and will be saved as a CycloneDX SBOM file.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5567" />
+      <location filename="../Project/Project.py" line="5554" />
       <source>Clear Byte Code Caches</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5568" />
+      <location filename="../Project/Project.py" line="5555" />
       <source>Clear Byte Code &amp;Caches</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5575" />
+      <location filename="../Project/Project.py" line="5562" />
       <source>Clear the byte code caches of the project.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5578" />
+      <location filename="../Project/Project.py" line="5565" />
       <source>&lt;b&gt;Clear Byte Code Caches&lt;/b&gt;&lt;p&gt;This deletes all directories containing byte code cache files.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5594" />
+      <location filename="../Project/Project.py" line="5581" />
       <source>About Black</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5595" />
+      <location filename="../Project/Project.py" line="5582" />
       <source>&amp;Black</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5601" />
+      <location filename="../Project/Project.py" line="5588" />
       <source>Show some information about 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5590" />
+      <source>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'Black' tool.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5602" />
+      <source>Format Code</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5603" />
-      <source>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'Black' tool.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5615" />
-      <source>Format Code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5616" />
       <source>&amp;Format Code</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5623" />
+      <location filename="../Project/Project.py" line="5610" />
       <source>Format the project sources with 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5613" />
+      <source>&lt;b&gt;Format Code&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the formatting run and reformats the project sources using 'Black'.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5625" />
+      <source>Check Code Formatting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5626" />
-      <source>&lt;b&gt;Format Code&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the formatting run and reformats the project sources using 'Black'.&lt;/p&gt;</source>
+      <source>&amp;Check Code Formatting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5633" />
+      <source>Check, if the project sources need to be reformatted with 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5638" />
-      <source>Check Code Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5639" />
-      <source>&amp;Check Code Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5646" />
-      <source>Check, if the project sources need to be reformatted with 'Black'.</source>
+      <source>&lt;b&gt;Check Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format check run and performs a check, if the project sources need to be reformatted using 'Black'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5651" />
-      <source>&lt;b&gt;Check Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format check run and performs a check, if the project sources need to be reformatted using 'Black'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5664" />
       <source>Code Formatting Diff</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5652" />
+      <source>Code Formatting &amp;Diff</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5659" />
+      <source>Generate a unified diff of potential project source reformatting with 'Black'.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5665" />
-      <source>Code Formatting &amp;Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5672" />
-      <source>Generate a unified diff of potential project source reformatting with 'Black'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
+      <source>&lt;b&gt;Diff Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format diff run and generates a unified diff of potential project source reformatting using 'Black'.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5830" />
+      <location filename="../Project/Project.py" line="5780" />
+      <location filename="../Project/Project.py" line="5779" />
+      <location filename="../Project/Project.py" line="5679" />
       <location filename="../Project/Project.py" line="5678" />
-      <source>&lt;b&gt;Diff Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format diff run and generates a unified diff of potential project source reformatting using 'Black'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5843" />
-      <location filename="../Project/Project.py" line="5793" />
-      <location filename="../Project/Project.py" line="5792" />
-      <location filename="../Project/Project.py" line="5692" />
-      <location filename="../Project/Project.py" line="5691" />
       <source>Configure</source>
       <translation type="unfinished">Yapılandırma</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5699" />
+      <location filename="../Project/Project.py" line="5686" />
       <source>Enter the parameters for formatting the project sources with 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5704" />
+      <location filename="../Project/Project.py" line="5691" />
       <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This shows a dialog to enter the parameters for formatting the project sources with 'Black'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5720" />
+      <location filename="../Project/Project.py" line="5707" />
       <source>About isort</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5721" />
+      <location filename="../Project/Project.py" line="5708" />
       <source>&amp;isort</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5727" />
+      <location filename="../Project/Project.py" line="5714" />
       <source>Show some information about 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5716" />
+      <source>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'isort' tool.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5729" />
-      <source>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'isort' tool.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5742" />
-      <location filename="../Project/Project.py" line="5741" />
+      <location filename="../Project/Project.py" line="5728" />
       <source>Sort Imports</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5749" />
+      <location filename="../Project/Project.py" line="5736" />
       <source>Sort the import statements of the project sources with 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5739" />
+      <source>&lt;b&gt;Sort Imports&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting run and sorts the import statements of the project sources using 'isort'.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5753" />
       <location filename="../Project/Project.py" line="5752" />
-      <source>&lt;b&gt;Sort Imports&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting run and sorts the import statements of the project sources using 'isort'.&lt;/p&gt;</source>
+      <source>Imports Sorting Diff</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5760" />
+      <source>Generate a unified diff of potential project source imports resorting with 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5766" />
-      <location filename="../Project/Project.py" line="5765" />
-      <source>Imports Sorting Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5773" />
-      <source>Generate a unified diff of potential project source imports resorting with 'isort'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5779" />
       <source>&lt;b&gt;Imports Sorting Diff&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting diff run and generates a unified diff of potential project source changes using 'isort'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5800" />
+      <location filename="../Project/Project.py" line="5787" />
       <source>Enter the parameters for resorting the project sources import statements with 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5806" />
+      <location filename="../Project/Project.py" line="5793" />
       <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This shows a dialog to enter the parameters for resorting the import statements of the project sources with 'isort'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5822" />
+      <location filename="../Project/Project.py" line="5809" />
       <source>Install Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5823" />
+      <location filename="../Project/Project.py" line="5810" />
       <source>&amp;Install Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5830" />
+      <location filename="../Project/Project.py" line="5817" />
       <source>Install the project into the embedded environment.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5833" />
+      <location filename="../Project/Project.py" line="5820" />
       <source>&lt;b&gt;Install Project&lt;/b&gt;&lt;p&gt;This installs the project into the embedded virtual environment in editable mode (i.e. development mode).&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5844" />
+      <location filename="../Project/Project.py" line="5831" />
       <source>&amp;Configure</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5838" />
+      <source>Configure the embedded environment.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5841" />
+      <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This opens a dialog to configure the embedded virtual environment of the project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5851" />
-      <source>Configure the embedded environment.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5854" />
-      <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This opens a dialog to configure the embedded virtual environment of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5864" />
       <source>Upgrade</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5865" />
+      <location filename="../Project/Project.py" line="5852" />
       <source>&amp;Upgrade</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5871" />
+      <location filename="../Project/Project.py" line="5858" />
       <source>Upgrade the embedded environment.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5860" />
+      <source>&lt;b&gt;Upgrade&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to upgrade the embedded virtual environment of the project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5872" />
+      <source>Recreate</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5873" />
-      <source>&lt;b&gt;Upgrade&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to upgrade the embedded virtual environment of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5885" />
-      <source>Recreate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5886" />
       <source>&amp;Recreate</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5892" />
+      <location filename="../Project/Project.py" line="5879" />
       <source>Recreate the embedded environment.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5894" />
+      <location filename="../Project/Project.py" line="5881" />
       <source>&lt;b&gt;Recreate&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to recreate the embedded virtual environment of the project. The existing environment is cleared first.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5926" />
+      <location filename="../Project/Project.py" line="5913" />
       <source>&amp;Project</source>
       <translation>&amp;Proje</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5914" />
+      <source>Open &amp;Recent Projects</source>
+      <translation>Geçmiş P&amp;rojeleri Aç</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5916" />
+      <source>Session</source>
+      <translation>Oturum</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5917" />
+      <source>Debugger</source>
+      <translation>Hata Ayıklayıcı</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5918" />
+      <source>Embedded Environment</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5920" />
+      <source>Project-T&amp;ools</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5921" />
+      <source>&amp;Version Control</source>
+      <translation>S&amp;ürüm Kontrol</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5925" />
+      <source>Chec&amp;k</source>
+      <translation>&amp;Kontrol</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5927" />
-      <source>Open &amp;Recent Projects</source>
-      <translation>Geçmiş P&amp;rojeleri Aç</translation>
+      <source>Code &amp;Formatting</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5929" />
-      <source>Session</source>
-      <translation>Oturum</translation>
+      <source>Sho&amp;w</source>
+      <translation>G&amp;öster</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5930" />
-      <source>Debugger</source>
-      <translation>Hata Ayıklayıcı</translation>
+      <source>&amp;Diagrams</source>
+      <translation>Şemalar &amp;D</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5931" />
-      <source>Embedded Environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5933" />
-      <source>Project-T&amp;ools</source>
-      <translation type="unfinished" />
+      <source>Pac&amp;kagers</source>
+      <translation>Pa&amp;ketleyici</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5932" />
+      <source>Source &amp;Documentation</source>
+      <translation>Kaynak Belgeleme &amp;D</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5934" />
-      <source>&amp;Version Control</source>
-      <translation>S&amp;ürüm Kontrol</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5938" />
-      <source>Chec&amp;k</source>
-      <translation>&amp;Kontrol</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5940" />
-      <source>Code &amp;Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5942" />
-      <source>Sho&amp;w</source>
-      <translation>G&amp;öster</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5943" />
-      <source>&amp;Diagrams</source>
-      <translation>Şemalar &amp;D</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5944" />
-      <source>Pac&amp;kagers</source>
-      <translation>Pa&amp;ketleyici</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5945" />
-      <source>Source &amp;Documentation</source>
-      <translation>Kaynak Belgeleme &amp;D</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5947" />
       <source>Make</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5948" />
+      <location filename="../Project/Project.py" line="5935" />
       <source>Other Tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6110" />
-      <location filename="../Project/Project.py" line="6108" />
+      <location filename="../Project/Project.py" line="6097" />
+      <location filename="../Project/Project.py" line="6095" />
       <source>Project</source>
       <translation>Proje</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6192" />
+      <location filename="../Project/Project.py" line="6179" />
       <source>&amp;Clear</source>
       <translation>T&amp;emizle</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6389" />
+      <location filename="../Project/Project.py" line="6376" />
       <source>Search New Files</source>
       <translation>Yeni Dosyaları Ara</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6390" />
+      <location filename="../Project/Project.py" line="6377" />
       <source>There were no new files found to be added.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6551" />
       <location filename="../Project/Project.py" line="6538" />
+      <location filename="../Project/Project.py" line="6525" />
       <source>Version Control System</source>
       <translation>Sürüm Kontrol Sistemi</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="6526" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="6539" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6552" />
       <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" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="6696" />
+      <source>Coverage Data</source>
+      <translation>Veri Kapsamı</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6750" />
+      <location filename="../Project/Project.py" line="6697" />
+      <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="6709" />
-      <source>Coverage Data</source>
-      <translation>Veri Kapsamı</translation>
+      <source>Code Coverage</source>
+      <translation>Kod Koruyucu</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6710" />
+      <source>Please select a coverage file</source>
+      <translation>Lütfen bir koruyucu dosya seçiniz</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="6763" />
-      <location filename="../Project/Project.py" line="6710" />
-      <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="6722" />
-      <source>Code Coverage</source>
-      <translation>Kod Koruyucu</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6723" />
-      <source>Please select a coverage file</source>
-      <translation>Lütfen bir koruyucu dosya seçiniz</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6776" />
       <source>Please select a profile file</source>
       <translation>Lütfen kesit dosyasını seçiniz</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6828" />
+      <location filename="../Project/Project.py" line="6815" />
       <source>Include module names?</source>
       <translation>Modül isimleri dahil edilsin mi?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6941" />
+      <location filename="../Project/Project.py" line="6928" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6996" />
+      <location filename="../Project/Project.py" line="6983" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7307" />
-      <location filename="../Project/Project.py" line="7263" />
-      <location filename="../Project/Project.py" line="7213" />
-      <location filename="../Project/Project.py" line="7202" />
-      <location filename="../Project/Project.py" line="7184" />
-      <location filename="../Project/Project.py" line="7137" />
-      <location filename="../Project/Project.py" line="7107" />
-      <location filename="../Project/Project.py" line="7079" />
-      <location filename="../Project/Project.py" line="7049" />
-      <location filename="../Project/Project.py" line="7034" />
-      <location filename="../Project/Project.py" line="7017" />
+      <location filename="../Project/Project.py" line="7294" />
+      <location filename="../Project/Project.py" line="7250" />
+      <location filename="../Project/Project.py" line="7200" />
+      <location filename="../Project/Project.py" line="7189" />
+      <location filename="../Project/Project.py" line="7171" />
+      <location filename="../Project/Project.py" line="7124" />
+      <location filename="../Project/Project.py" line="7094" />
+      <location filename="../Project/Project.py" line="7066" />
+      <location filename="../Project/Project.py" line="7036" />
+      <location filename="../Project/Project.py" line="7021" />
+      <location filename="../Project/Project.py" line="7004" />
       <source>Create Plugin Archive</source>
       <translation>Eklenti Arşivi Oluştur</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7018" />
+      <location filename="../Project/Project.py" line="7005" />
       <source>The project does not have a main script defined. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7035" />
+      <location filename="../Project/Project.py" line="7022" />
       <source>Select package lists:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7050" />
+      <location filename="../Project/Project.py" line="7037" />
       <source>&lt;p&gt;No package list files (PKGLIST*) available or selected. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7058" />
+      <location filename="../Project/Project.py" line="7045" />
       <source>Creating plugin archives...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7059" />
+      <location filename="../Project/Project.py" line="7046" />
       <source>Abort</source>
       <translation type="unfinished">Vazgeç</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7062" />
+      <location filename="../Project/Project.py" line="7049" />
       <source>%v/%m Archives</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7080" />
+      <location filename="../Project/Project.py" line="7067" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7108" />
+      <location filename="../Project/Project.py" line="7095" />
       <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'; initial_list' line of the header.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7138" />
+      <location filename="../Project/Project.py" line="7125" />
       <source>&lt;p&gt;The eric 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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7185" />
+      <location filename="../Project/Project.py" line="7172" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7203" />
+      <location filename="../Project/Project.py" line="7190" />
       <source>&lt;p&gt;The eric plugin archive files were created with some errors.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7214" />
+      <location filename="../Project/Project.py" line="7201" />
       <source>&lt;p&gt;The eric plugin archive files were created successfully.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7264" />
+      <location filename="../Project/Project.py" line="7251" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7308" />
+      <location filename="../Project/Project.py" line="7295" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7400" />
+      <location filename="../Project/Project.py" line="7387" />
       <source>'Make' is not supported for remote projects. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7448" />
+      <location filename="../Project/Project.py" line="7435" />
       <source>The make process did not start.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="7481" />
+      <source>The make process crashed.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7489" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="7494" />
-      <source>The make process crashed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7502" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7507" />
       <source>&lt;p&gt;There are changes that require the default make target to be rebuilt.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7523" />
+      <location filename="../Project/Project.py" line="7510" />
       <source>The makefile contains errors.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7961" />
+      <location filename="../Project/Project.py" line="7948" />
       <source>Interpreter Missing</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7962" />
+      <location filename="../Project/Project.py" line="7949" />
       <source>The configured interpreter of the embedded environment does not exist anymore. Shall the environment be upgraded?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8043" />
+      <location filename="../Project/Project.py" line="8030" />
       <source>Open Remote Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8074" />
-      <location filename="../Project/Project.py" line="8059" />
+      <location filename="../Project/Project.py" line="8061" />
+      <location filename="../Project/Project.py" line="8046" />
       <source>Save Remote Project</source>
       <translation type="unfinished" />
     </message>
@@ -65098,9 +65064,9 @@
   <context>
     <name>ProjectFormsBrowser</name>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1131" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1083" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1046" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1110" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1063" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1026" />
       <location filename="../Project/ProjectFormsBrowser.py" line="142" />
       <location filename="../Project/ProjectFormsBrowser.py" line="77" />
       <source>Forms</source>
@@ -65373,102 +65339,112 @@
       <translation>Formları derle</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="732" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="719" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="700" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="683" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="731" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="718" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="699" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="682" />
       <source>New Form</source>
       <translation>Yeni Form</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="684" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="683" />
       <source>Select a form type:</source>
       <translation>Form tipini seç:</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="702" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="701" />
       <source>Qt User-Interface Files (*.ui);;All Files (*)</source>
       <translation>Qt Kullanıcı-Arayüz Dosyaları (*.ui);;Tüm Dosyalar (*)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="720" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="719" />
       <source>The file already exists! Overwrite it?</source>
       <translation>Bu dosya halihazırda var! Üzerine yazılsın mı?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="733" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="732" />
       <source>&lt;p&gt;The new form file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br&gt;Problem: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="758" />
+      <source>Delete forms</source>
+      <translation>Formları sil</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectFormsBrowser.py" line="759" />
-      <source>Delete forms</source>
-      <translation>Formları sil</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="760" />
       <source>Do you really want to delete these forms from the project?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="888" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="877" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="870" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="883" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="872" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="865" />
       <source>Form Compilation</source>
       <translation>Form Derleme</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="871" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="866" />
       <source>The compilation of the form file was successful.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="878" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="873" />
       <source>&lt;p&gt;The compilation of the form file failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="889" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="884" />
       <source>The compilation of the form file failed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="977" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="931" />
+      <source>Error Compiling Form</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="932" />
+      <source>The project type &lt;b&gt;{0}&lt;/b&gt; is not supported.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="957" />
       <source>Process Generation Error</source>
       <translation>İşlem Üretecinde Hata</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="978" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="958" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1074" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1037" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1054" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1017" />
       <source>Compiling forms...</source>
       <translation>Formlar derleniyor...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1124" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1075" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1038" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1103" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1055" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1018" />
       <source>Abort</source>
       <translation>Vazgeç</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1127" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1078" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1041" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1106" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1058" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1021" />
       <source>%v/%m Forms</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1123" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1102" />
       <source>Determining changed forms...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1153" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1132" />
       <source>Compiling changed forms...</source>
       <translation>Değişen formlar derleniyor...</translation>
     </message>
@@ -65920,9 +65896,9 @@
   <context>
     <name>ProjectResourcesBrowser</name>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="940" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="864" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="828" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="926" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="850" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="814" />
       <location filename="../Project/ProjectResourcesBrowser.py" line="87" />
       <location filename="../Project/ProjectResourcesBrowser.py" line="68" />
       <source>Resources</source>
@@ -65949,219 +65925,219 @@
       <translation type="unfinished">Kaynaklar Gözatıcısı</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="163" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="150" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="161" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="148" />
       <source>Compile resource</source>
       <translation>Kaynağı derle</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="384" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="373" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="334" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="323" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="241" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="229" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="170" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="152" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="372" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="361" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="324" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="313" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="235" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="223" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="168" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="150" />
       <source>Compile all resources</source>
       <translation>Tüm kaynakları derle</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="377" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="327" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="288" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="233" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="156" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="365" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="317" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="280" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="227" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="154" />
       <source>Configure rcc Compiler</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="300" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="179" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="292" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="177" />
       <source>Open</source>
       <translation>Aç</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="181" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="179" />
       <source>Rename file</source>
       <translation>Dosya adını değiştir</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="339" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="302" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="183" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="329" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="294" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="181" />
       <source>Remove from project</source>
       <translation>Projeden çıkar</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="341" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="304" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="185" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="331" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="296" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="183" />
       <source>Delete</source>
       <translation>Sil</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="335" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="243" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="230" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="196" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="191" />
+      <source>New resource...</source>
+      <translation>Yeni kaynaklar...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="378" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="336" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="248" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="200" />
+      <source>Add resources...</source>
+      <translation>Kaynak ekle...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="381" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="338" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="251" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="202" />
+      <source>Add resources directory...</source>
+      <translation>Kaynak dizini ekle...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="343" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="257" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="207" />
+      <source>Show in File Manager</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/ProjectResourcesBrowser.py" line="345" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="249" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="236" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="200" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="195" />
-      <source>New resource...</source>
-      <translation>Yeni kaynaklar...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="390" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="346" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="254" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="204" />
-      <source>Add resources...</source>
-      <translation>Kaynak ekle...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="393" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="348" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="257" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="206" />
-      <source>Add resources directory...</source>
-      <translation>Kaynak dizini ekle...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="353" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="263" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="211" />
-      <source>Show in File Manager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="355" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="213" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="209" />
       <source>Copy Path to Clipboard</source>
       <translation>Yolu Panoya kopyala</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="398" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="357" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="307" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="266" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="215" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="386" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="347" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="299" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="260" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="211" />
       <source>Expand all directories</source>
       <translation>Tüm dizinleri genişlet</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="401" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="359" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="309" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="268" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="216" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="389" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="349" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="301" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="262" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="212" />
       <source>Collapse all directories</source>
       <translation>Tüm dizinleri daralt</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="404" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="362" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="312" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="271" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="218" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="392" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="352" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="304" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="265" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="214" />
       <source>Configure...</source>
       <translation>Ayarlanıyor...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="295" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="284" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="287" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="276" />
       <source>Compile resources</source>
       <translation>Kaynakları derle</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="583" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="562" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="543" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="571" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="550" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="531" />
       <source>New Resource</source>
       <translation>Yeni Kaynak</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="545" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="533" />
       <source>Qt Resource Files (*.qrc)</source>
       <translation>Qt Kaynak Dosyaları (*.qrc)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="563" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="551" />
       <source>The file already exists! Overwrite it?</source>
       <translation>Bu dosya halihazırda var! Üzerine yazılsın mı?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="584" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="572" />
       <source>&lt;p&gt;The new resource file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br&gt;Problem: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="610" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="598" />
       <source>Delete resources</source>
       <translation>Kaynakları sil</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="611" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="599" />
       <source>Do you really want to delete these resources from the project?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="705" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="696" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="689" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="693" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="684" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="677" />
       <source>Resource Compilation</source>
       <translation>Kaynak Derleme</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="690" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="678" />
       <source>The compilation of the resource file was successful.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="697" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="685" />
       <source>&lt;p&gt;The compilation of the resource file failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="706" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="694" />
       <source>The compilation of the resource file failed.</source>
       <translation>Kaynağın derlenmesinde hata.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="789" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="775" />
       <source>Process Generation Error</source>
       <translation>İşlem Üretecinde Hata</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="790" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="776" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="855" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="819" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="841" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="805" />
       <source>Compiling resources...</source>
       <translation>Kaynaklar derleniyor...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="933" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="856" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="820" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="919" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="842" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="806" />
       <source>Abort</source>
       <translation>Vazgeç</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="936" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="859" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="823" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="922" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="845" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="809" />
       <source>%v/%m Resources</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="932" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="918" />
       <source>Determining changed resources...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="970" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="956" />
       <source>Compiling changed resources...</source>
       <translation>Değişen kaynaklar derleniyor...</translation>
     </message>
@@ -66697,250 +66673,250 @@
       <translation type="unfinished">Çevirilier Gözatıcısı</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="508" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="467" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="450" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="428" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="294" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="236" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="211" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="180" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="502" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="461" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="444" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="422" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="292" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="234" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="209" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="178" />
       <source>Open in Editor</source>
       <translation>Düzenleyicide Aç</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="253" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="186" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="251" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="184" />
       <source>Generate translation</source>
       <translation>Çeviriyii üret</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="263" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="191" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="261" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="189" />
       <source>Generate translation (with obsolete)</source>
       <translation>Çeviriyi üret (eskileri ile beraber)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="572" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="543" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="378" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="350" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="272" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="197" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="564" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="535" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="374" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="346" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="270" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="195" />
       <source>Generate all translations</source>
       <translation>Tüm çevirileri üret</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="573" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="539" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="383" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="350" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="279" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="199" />
+      <source>Generate all translations (with obsolete)</source>
+      <translation>Tüm çevirileri üret (eskileri ile beraber)</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="440" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="205" />
+      <source>Open in Qt-Linguist</source>
+      <translation>Qt-Linguist'te Aç</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="299" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="214" />
+      <source>Release translation</source>
+      <translation>Çeviriyi yayımla</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="581" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="547" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="387" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="354" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="281" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="201" />
-      <source>Generate all translations (with obsolete)</source>
-      <translation>Tüm çevirileri üret (eskileri ile beraber)</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="446" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="207" />
-      <source>Open in Qt-Linguist</source>
-      <translation>Qt-Linguist'te Aç</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="301" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="216" />
-      <source>Release translation</source>
-      <translation>Çeviriyi yayımla</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="589" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="552" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="395" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="359" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="310" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="221" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="544" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="391" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="355" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="308" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="219" />
       <source>Release all translations</source>
       <translation>Tüm çevirileri yayımla</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="226" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="224" />
       <source>Preview translation</source>
       <translation>Çeviri öngörünümü</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="557" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="364" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="230" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="549" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="360" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="228" />
       <source>Preview all translations</source>
       <translation>Tüm çevirilerin öngörünümü</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="563" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="475" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="370" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="244" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="555" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="469" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="366" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="242" />
       <source>Extract messages</source>
       <translation>Masajı Genişlet</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="503" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="289" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="497" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="287" />
       <source>Open</source>
       <translation type="unfinished">Aç</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="523" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="317" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="517" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="315" />
       <source>Remove from project</source>
       <translation>Projeden çıkar</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="587" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="520" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="318" />
+      <source>Delete</source>
+      <translation>Sil</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="592" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="398" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="322" />
+      <source>New translation...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="595" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="526" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="320" />
-      <source>Delete</source>
-      <translation>Sil</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="600" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="402" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="324" />
-      <source>New translation...</source>
-      <translation type="unfinished" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="401" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="325" />
+      <source>Add translation files...</source>
+      <translation>Çeviri dosyası ekle...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="599" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="405" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="330" />
+      <source>Show in File Manager</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="601" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="332" />
+      <source>Copy Path to Clipboard</source>
+      <translation>Yolu Panoya kopyala</translation>
     </message>
     <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="603" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="405" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="327" />
-      <source>Add translation files...</source>
-      <translation>Çeviri dosyası ekle...</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="607" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="409" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="332" />
-      <source>Show in File Manager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="609" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="523" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="408" />
       <location filename="../Project/ProjectTranslationsBrowser.py" line="334" />
-      <source>Copy Path to Clipboard</source>
-      <translation>Yolu Panoya kopyala</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="611" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="529" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="412" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="336" />
       <source>Configure...</source>
       <translation>Ayarlanıyor...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="484" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="434" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="478" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="428" />
       <source>Generate translations</source>
       <translation>Çevirileri üret</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="494" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="439" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="488" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="433" />
       <source>Generate translations (with obsolete)</source>
       <translation>Çevirileri üret (eskileri ile beraber)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="515" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="455" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="509" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="449" />
       <source>Release translations</source>
       <translation>Çevirileri yayımla</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="461" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="455" />
       <source>Preview translations</source>
       <translation>Çeviri öngörünümü</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="866" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="850" />
       <source>Delete translation files</source>
       <translation>Çeviri dosyalarını sil</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="867" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="851" />
       <source>Do you really want to delete these translation files from the project?</source>
       <translation>Bu çeviri dosyalarını gerçekten projeden silmek mi istiyorsunuz?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1560" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1035" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="995" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1540" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1019" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="979" />
       <source>Write temporary project file</source>
       <translation>Geçici proje dosyasını yaz</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1561" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1287" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="996" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1541" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1269" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="980" />
       <source>No translation files (*.ts) selected.</source>
       <translation>Hiç çeviri dosyası (*.ts) seçilmedi.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1036" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1020" />
       <source>&lt;p&gt;The temporary project file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1286" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1173" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1161" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1268" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1157" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1145" />
       <source>Translation file generation</source>
       <translation>Çeviri dosyası üreteci</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1162" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1146" />
       <source>The generation of the translation files (*.ts) was successful.</source>
       <translation>Çeviri dosyaları (*.ts) tam olarak üretildi.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1168" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1152" />
       <source> The process has crashed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1174" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1158" />
       <source>The generation of the translation files (*.ts) has failed.{0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1590" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1388" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1340" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1570" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1370" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1322" />
       <source>Process Generation Error</source>
       <translation>İşlem Üretecinde Hata</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1389" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1341" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1371" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1323" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1477" />
       <location filename="../Project/ProjectTranslationsBrowser.py" line="1459" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1441" />
       <source>Translation file release</source>
       <translation>Yayımlanmış çeviri dosyası</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1442" />
+      <source>The release of the translation files (*.qm) was successful.</source>
+      <translation>Çeviri dosyaları (*.qm) tam olarak yayımlandı.</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="1460" />
-      <source>The release of the translation files (*.qm) was successful.</source>
-      <translation>Çeviri dosyaları (*.qm) tam olarak yayımlandı.</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1478" />
       <source>The release of the translation files (*.qm) has failed.</source>
       <translation>Çeviri dosyalarının (*qm) yayımı başarısız oldu.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1591" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1571" />
       <source>&lt;p&gt;Could not start lrelease.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -71588,7 +71564,7 @@
   <context>
     <name>QtPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.py" line="139" />
+      <location filename="../Preferences/ConfigurationPages/QtPage.py" line="124" />
       <source>Sample: {0}designer{1}</source>
       <translation type="unfinished" />
     </message>
@@ -71631,7 +71607,6 @@
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Tools Directory:</source>
       <translation type="unfinished" />
     </message>
@@ -71704,16 +71679,10 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt 5</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>PyQt 6</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Virtual Environment:</source>
@@ -71722,71 +71691,23 @@
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Select the virtual environment to be used</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Press to open the virtual environment manager dialog</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Press to refresh the list of vitual environments</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Enter the path of the PyQt 5 tools directory, if they are not found.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>pyuic5 Options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Indent Width:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Select the indent width (default: 4)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Generate imports relative to '.'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Select to generate extra code to test and display the form</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Generate Extra Test Code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt 6</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Enter the path of the PyQt 6 tools directory, if they are not found.</source>
       <translation type="unfinished" />
     </message>
@@ -71797,6 +71718,26 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Select to generate extra code to test and display the form</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Generate Extra Test Code</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Select the indent width (default: 4)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Indent Width:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>PySide6</source>
       <translation type="unfinished" />
     </message>
@@ -71810,6 +71751,11 @@
       <source>pyside6-uic Options</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Generate imports relative to '.'</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>Queues</name>
@@ -91525,7 +91471,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7866" />
+      <location filename="../UI/UserInterface.py" line="7822" />
       <location filename="../UI/UserInterface.py" line="1956" />
       <location filename="../UI/UserInterface.py" line="1949" />
       <source>Load session</source>
@@ -92242,7 +92188,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4712" />
+      <location filename="../UI/UserInterface.py" line="4668" />
       <location filename="../UI/UserInterface.py" line="2813" />
       <source>Report Bug</source>
       <translation>Hata Raporu</translation>
@@ -92283,7 +92229,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4148" />
+      <location filename="../UI/UserInterface.py" line="4104" />
       <location filename="../UI/UserInterface.py" line="2843" />
       <source>Testing</source>
       <translation type="unfinished" />
@@ -92616,7 +92562,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6605" />
+      <location filename="../UI/UserInterface.py" line="6561" />
       <location filename="../UI/UserInterface.py" line="3173" />
       <source>Snapshot</source>
       <translation type="unfinished" />
@@ -92853,8 +92799,8 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7574" />
-      <location filename="../UI/UserInterface.py" line="7555" />
+      <location filename="../UI/UserInterface.py" line="7530" />
+      <location filename="../UI/UserInterface.py" line="7511" />
       <location filename="../UI/UserInterface.py" line="3403" />
       <source>Export Keyboard Shortcuts</source>
       <translation>Kılavye Kısa Yollarını Dışa Aktar</translation>
@@ -92875,7 +92821,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7593" />
+      <location filename="../UI/UserInterface.py" line="7549" />
       <location filename="../UI/UserInterface.py" line="3422" />
       <source>Import Keyboard Shortcuts</source>
       <translation>Klavye kısayollarını İçe Aktar</translation>
@@ -93061,676 +93007,660 @@
     <message>
       <location filename="../UI/UserInterface.py" line="3653" />
       <location filename="../UI/UserInterface.py" line="3652" />
-      <source>Qt5 Documentation</source>
-      <translation type="unfinished">Qt4 Belgeleri {5 ?}</translation>
+      <source>Qt6 Documentation</source>
+      <translation type="unfinished">Qt4 Belgeleri {6 ?}</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3659" />
-      <source>Open Qt5 Documentation</source>
-      <translation type="unfinished">QT4 Belgelerini Aç {5 ?}</translation>
+      <source>Open Qt6 Documentation</source>
+      <translation type="unfinished">QT4 Belgelerini Aç {6 ?}</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3661" />
-      <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's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3674" />
       <location filename="../UI/UserInterface.py" line="3673" />
-      <source>Qt6 Documentation</source>
-      <translation type="unfinished">Qt4 Belgeleri {6 ?}</translation>
+      <source>PyQt6 Documentation</source>
+      <translation type="unfinished">PyQt4 Belgeleri {6 ?}</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3680" />
-      <source>Open Qt6 Documentation</source>
-      <translation type="unfinished">QT4 Belgelerini Aç {6 ?}</translation>
+      <source>Open PyQt6 Documentation</source>
+      <translation type="unfinished">PyQt4 Begelerini aç {6 ?}</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3682" />
-      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3695" />
-      <location filename="../UI/UserInterface.py" line="3694" />
-      <source>PyQt5 Documentation</source>
-      <translation type="unfinished">PyQt4 Belgeleri {5 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3701" />
-      <source>Open PyQt5 Documentation</source>
-      <translation type="unfinished">PyQt4 Begelerini aç {5 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3703" />
-      <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's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3716" />
-      <location filename="../UI/UserInterface.py" line="3715" />
-      <source>PyQt6 Documentation</source>
-      <translation type="unfinished">PyQt4 Belgeleri {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3722" />
-      <source>Open PyQt6 Documentation</source>
-      <translation type="unfinished">PyQt4 Begelerini aç {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3724" />
       <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3742" />
-      <location filename="../UI/UserInterface.py" line="3741" />
+      <location filename="../UI/UserInterface.py" line="3700" />
+      <location filename="../UI/UserInterface.py" line="3699" />
       <source>Python 3 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3748" />
+      <location filename="../UI/UserInterface.py" line="3706" />
       <source>Open Python 3 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3750" />
+      <location filename="../UI/UserInterface.py" line="3708" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3769" />
-      <location filename="../UI/UserInterface.py" line="3768" />
+      <location filename="../UI/UserInterface.py" line="3727" />
+      <location filename="../UI/UserInterface.py" line="3726" />
       <source>eric API Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3775" />
+      <location filename="../UI/UserInterface.py" line="3733" />
       <source>Open eric API Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3777" />
+      <location filename="../UI/UserInterface.py" line="3735" />
       <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 eric installation directory.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3795" />
-      <location filename="../UI/UserInterface.py" line="3794" />
+      <location filename="../UI/UserInterface.py" line="3753" />
+      <location filename="../UI/UserInterface.py" line="3752" />
       <source>PySide6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3801" />
+      <location filename="../UI/UserInterface.py" line="3759" />
       <source>Open PySide6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3803" />
+      <location filename="../UI/UserInterface.py" line="3761" />
       <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3839" />
+      <location filename="../UI/UserInterface.py" line="3797" />
       <source>Sessions</source>
       <translation type="unfinished">Oturumlar</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3920" />
+      <location filename="../UI/UserInterface.py" line="3878" />
       <source>E&amp;xtras</source>
       <translation>İla&amp;veler</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3930" />
+      <location filename="../UI/UserInterface.py" line="3888" />
       <source>Wi&amp;zards</source>
       <translation>Sihirba&amp;z</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3948" />
+      <location filename="../UI/UserInterface.py" line="3906" />
       <source>P&amp;lugins</source>
       <translation>Ek&amp;lentiler</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3957" />
+      <location filename="../UI/UserInterface.py" line="3915" />
       <source>Configure...</source>
       <translation>Ayarlanıyor...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3966" />
+      <location filename="../UI/UserInterface.py" line="3924" />
       <source>&amp;Testing</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3983" />
+      <location filename="../UI/UserInterface.py" line="3941" />
       <source>Select Tool Group</source>
       <translation>Araç Grubunu Seç</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3952" />
+      <source>Se&amp;ttings</source>
+      <translation>Ayar&amp;lar</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3985" />
+      <source>&amp;Window</source>
+      <translation>&amp;Pencere</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3994" />
-      <source>Se&amp;ttings</source>
-      <translation>Ayar&amp;lar</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4027" />
-      <source>&amp;Window</source>
-      <translation>&amp;Pencere</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4036" />
       <source>&amp;Windows</source>
       <translation type="unfinished">&amp;Pencereler</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3998" />
+      <source>Central Park</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4002" />
+      <source>Left Side</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4021" />
+      <source>Right Side</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="4040" />
-      <source>Central Park</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4044" />
-      <source>Left Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4063" />
-      <source>Right Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4082" />
       <source>Bottom Side</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4090" />
+      <location filename="../UI/UserInterface.py" line="4048" />
       <source>Plug-ins</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4096" />
+      <location filename="../UI/UserInterface.py" line="4054" />
       <source>&amp;Toolbars</source>
       <translation>&amp;Araççubuğu</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4109" />
+      <location filename="../UI/UserInterface.py" line="4067" />
       <source>&amp;Help</source>
       <translation>&amp;Yardım</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4164" />
-      <location filename="../UI/UserInterface.py" line="4147" />
+      <location filename="../UI/UserInterface.py" line="4120" />
+      <location filename="../UI/UserInterface.py" line="4103" />
       <source>Tools</source>
       <translation>Araçlar</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4166" />
-      <location filename="../UI/UserInterface.py" line="4151" />
+      <location filename="../UI/UserInterface.py" line="4122" />
+      <location filename="../UI/UserInterface.py" line="4107" />
       <source>Settings</source>
       <translation>Ayarlar</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6335" />
-      <location filename="../UI/UserInterface.py" line="4167" />
-      <location filename="../UI/UserInterface.py" line="4152" />
+      <location filename="../UI/UserInterface.py" line="6291" />
+      <location filename="../UI/UserInterface.py" line="4123" />
+      <location filename="../UI/UserInterface.py" line="4108" />
       <source>Help</source>
       <translation>Yardım</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4168" />
-      <location filename="../UI/UserInterface.py" line="4153" />
+      <location filename="../UI/UserInterface.py" line="4124" />
+      <location filename="../UI/UserInterface.py" line="4109" />
       <source>Profiles</source>
       <translation>Kesitler</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4169" />
-      <location filename="../UI/UserInterface.py" line="4154" />
+      <location filename="../UI/UserInterface.py" line="4125" />
+      <location filename="../UI/UserInterface.py" line="4110" />
       <source>Plugins</source>
       <translation>Eklentiler</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4165" />
+      <location filename="../UI/UserInterface.py" line="4121" />
       <source>Unittest</source>
       <translation>Birimtest</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4342" />
+      <location filename="../UI/UserInterface.py" line="4298" />
       <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4351" />
+      <location filename="../UI/UserInterface.py" line="4307" />
       <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4360" />
+      <location filename="../UI/UserInterface.py" line="4316" />
       <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4369" />
+      <location filename="../UI/UserInterface.py" line="4325" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4378" />
+      <location filename="../UI/UserInterface.py" line="4334" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4387" />
+      <location filename="../UI/UserInterface.py" line="4343" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4401" />
+      <location filename="../UI/UserInterface.py" line="4357" />
       <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4475" />
-      <location filename="../UI/UserInterface.py" line="4434" />
+      <location filename="../UI/UserInterface.py" line="4431" />
+      <location filename="../UI/UserInterface.py" line="4390" />
       <source>External Tools/{0}</source>
       <translation>Harici Araçlar/{0}</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4583" />
+      <location filename="../UI/UserInterface.py" line="4539" />
       <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="4653" />
+      <location filename="../UI/UserInterface.py" line="4609" />
       <source>Desktop</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4657" />
+      <location filename="../UI/UserInterface.py" line="4613" />
       <source>Session Type</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4713" />
+      <location filename="../UI/UserInterface.py" line="4669" />
       <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="5048" />
+      <location filename="../UI/UserInterface.py" line="5004" />
       <source>Restart application</source>
       <translation>Uygulmayı yeniden başlat</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5049" />
+      <location filename="../UI/UserInterface.py" line="5005" />
       <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="5073" />
+      <location filename="../UI/UserInterface.py" line="5029" />
       <source>Upgrade PyQt</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5074" />
+      <location filename="../UI/UserInterface.py" line="5030" />
       <source>eric needs to be closed in order to upgrade PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5098" />
+      <location filename="../UI/UserInterface.py" line="5054" />
       <source>Upgrade Eric</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5099" />
+      <location filename="../UI/UserInterface.py" line="5055" />
       <source>eric needs to be closed in order to be upgraded. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5124" />
+      <location filename="../UI/UserInterface.py" line="5080" />
       <source>Upgrade Eric and PyQt6</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5125" />
+      <location filename="../UI/UserInterface.py" line="5081" />
       <source>eric needs to be closed in order to upgrade eric and PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
  Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5187" />
+      <location filename="../UI/UserInterface.py" line="5143" />
       <source>&amp;Builtin Tools</source>
       <translation>Ya&amp;pılandırma Araçları</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5207" />
+      <location filename="../UI/UserInterface.py" line="5163" />
       <source>&amp;Plugin Tools</source>
       <translation>Eklen&amp;ti Araçları</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5210" />
+      <location filename="../UI/UserInterface.py" line="5166" />
       <source>&amp;User Tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5236" />
+      <location filename="../UI/UserInterface.py" line="5192" />
       <source>Configure Tool Groups ...</source>
       <translation>Alet Grupları Ayarlanıyor...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5240" />
+      <location filename="../UI/UserInterface.py" line="5196" />
       <source>Configure current Tool Group ...</source>
       <translation>Geçerli alet grubunu ayarla...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5279" />
-      <location filename="../UI/UserInterface.py" line="5259" />
+      <location filename="../UI/UserInterface.py" line="5235" />
+      <location filename="../UI/UserInterface.py" line="5215" />
       <source>No User Tools Configured</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5355" />
+      <location filename="../UI/UserInterface.py" line="5311" />
       <source>&amp;Show all</source>
       <translation>Hepsini Gö&amp;ster</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5357" />
+      <location filename="../UI/UserInterface.py" line="5313" />
       <source>&amp;Hide all</source>
       <translation>&amp;Hepsini gizle</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6472" />
-      <location filename="../UI/UserInterface.py" line="6461" />
-      <location filename="../UI/UserInterface.py" line="6413" />
-      <location filename="../UI/UserInterface.py" line="6403" />
-      <location filename="../UI/UserInterface.py" line="6226" />
-      <location filename="../UI/UserInterface.py" line="6216" />
-      <location filename="../UI/UserInterface.py" line="6158" />
-      <location filename="../UI/UserInterface.py" line="6148" />
+      <location filename="../UI/UserInterface.py" line="6428" />
+      <location filename="../UI/UserInterface.py" line="6417" />
+      <location filename="../UI/UserInterface.py" line="6369" />
+      <location filename="../UI/UserInterface.py" line="6359" />
+      <location filename="../UI/UserInterface.py" line="6182" />
+      <location filename="../UI/UserInterface.py" line="6172" />
+      <location filename="../UI/UserInterface.py" line="6114" />
+      <location filename="../UI/UserInterface.py" line="6104" />
       <source>Problem</source>
       <translation>Problem</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6473" />
-      <location filename="../UI/UserInterface.py" line="6462" />
-      <location filename="../UI/UserInterface.py" line="6414" />
-      <location filename="../UI/UserInterface.py" line="6404" />
-      <location filename="../UI/UserInterface.py" line="6227" />
-      <location filename="../UI/UserInterface.py" line="6217" />
-      <location filename="../UI/UserInterface.py" line="6159" />
-      <location filename="../UI/UserInterface.py" line="6149" />
+      <location filename="../UI/UserInterface.py" line="6429" />
+      <location filename="../UI/UserInterface.py" line="6418" />
+      <location filename="../UI/UserInterface.py" line="6370" />
+      <location filename="../UI/UserInterface.py" line="6360" />
+      <location filename="../UI/UserInterface.py" line="6183" />
+      <location filename="../UI/UserInterface.py" line="6173" />
+      <location filename="../UI/UserInterface.py" line="6115" />
+      <location filename="../UI/UserInterface.py" line="6105" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6714" />
-      <location filename="../UI/UserInterface.py" line="6625" />
-      <location filename="../UI/UserInterface.py" line="6508" />
-      <location filename="../UI/UserInterface.py" line="6485" />
-      <location filename="../UI/UserInterface.py" line="6426" />
-      <location filename="../UI/UserInterface.py" line="6373" />
-      <location filename="../UI/UserInterface.py" line="6351" />
-      <location filename="../UI/UserInterface.py" line="6302" />
-      <location filename="../UI/UserInterface.py" line="6293" />
+      <location filename="../UI/UserInterface.py" line="6670" />
+      <location filename="../UI/UserInterface.py" line="6581" />
+      <location filename="../UI/UserInterface.py" line="6464" />
+      <location filename="../UI/UserInterface.py" line="6441" />
+      <location filename="../UI/UserInterface.py" line="6382" />
+      <location filename="../UI/UserInterface.py" line="6329" />
+      <location filename="../UI/UserInterface.py" line="6307" />
       <location filename="../UI/UserInterface.py" line="6258" />
       <location filename="../UI/UserInterface.py" line="6249" />
-      <location filename="../UI/UserInterface.py" line="6190" />
-      <location filename="../UI/UserInterface.py" line="6181" />
+      <location filename="../UI/UserInterface.py" line="6214" />
+      <location filename="../UI/UserInterface.py" line="6205" />
+      <location filename="../UI/UserInterface.py" line="6146" />
+      <location filename="../UI/UserInterface.py" line="6137" />
       <source>Process Generation Error</source>
       <translation>İşlem Üretecinde Hata</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6182" />
+      <location filename="../UI/UserInterface.py" line="6138" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6191" />
+      <location filename="../UI/UserInterface.py" line="6147" />
       <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" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6206" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6215" />
+      <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" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6250" />
-      <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>
+      <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" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="6259" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6294" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6303" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6336" />
+      <location filename="../UI/UserInterface.py" line="6292" />
       <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="6352" />
+      <location filename="../UI/UserInterface.py" line="6308" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6374" />
+      <location filename="../UI/UserInterface.py" line="6330" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6427" />
+      <location filename="../UI/UserInterface.py" line="6383" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6486" />
+      <location filename="../UI/UserInterface.py" line="6442" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6509" />
+      <location filename="../UI/UserInterface.py" line="6465" />
       <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" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6562" />
+      <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6582" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6615" />
+      <location filename="../UI/UserInterface.py" line="6605" />
+      <source>External Tools</source>
+      <translation>Harici Araçlar</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6606" />
-      <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6626" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6659" />
-      <location filename="../UI/UserInterface.py" line="6649" />
-      <source>External Tools</source>
-      <translation>Harici Araçlar</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6650" />
       <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6660" />
+      <location filename="../UI/UserInterface.py" line="6616" />
       <source>No toolgroup entry '{0}' found.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6697" />
+      <location filename="../UI/UserInterface.py" line="6653" />
       <source>Starting process '{0} {1}'.
 </source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6715" />
+      <location filename="../UI/UserInterface.py" line="6671" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6794" />
+      <location filename="../UI/UserInterface.py" line="6750" />
       <source>Process '{0}' has exited.
 </source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7082" />
-      <location filename="../UI/UserInterface.py" line="7020" />
+      <location filename="../UI/UserInterface.py" line="7038" />
       <location filename="../UI/UserInterface.py" line="6976" />
-      <location filename="../UI/UserInterface.py" line="6902" />
-      <location filename="../UI/UserInterface.py" line="6838" />
+      <location filename="../UI/UserInterface.py" line="6932" />
+      <location filename="../UI/UserInterface.py" line="6858" />
+      <location filename="../UI/UserInterface.py" line="6794" />
       <source>Documentation Missing</source>
       <translation>Eksik Belgeleme</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7083" />
-      <location filename="../UI/UserInterface.py" line="7021" />
+      <location filename="../UI/UserInterface.py" line="7039" />
       <location filename="../UI/UserInterface.py" line="6977" />
-      <location filename="../UI/UserInterface.py" line="6903" />
-      <location filename="../UI/UserInterface.py" line="6839" />
+      <location filename="../UI/UserInterface.py" line="6933" />
+      <location filename="../UI/UserInterface.py" line="6859" />
+      <location filename="../UI/UserInterface.py" line="6795" />
       <source>&lt;p&gt;The documentation starting point "&lt;b&gt;{0}&lt;/b&gt;" could not be found.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7064" />
-      <location filename="../UI/UserInterface.py" line="6946" />
+      <location filename="../UI/UserInterface.py" line="7020" />
+      <location filename="../UI/UserInterface.py" line="6902" />
       <source>Documentation</source>
       <translation>Belgeleme</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6947" />
+      <location filename="../UI/UserInterface.py" line="6903" />
       <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7065" />
+      <location filename="../UI/UserInterface.py" line="7021" />
       <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7244" />
-      <location filename="../UI/UserInterface.py" line="7180" />
+      <location filename="../UI/UserInterface.py" line="7200" />
+      <location filename="../UI/UserInterface.py" line="7136" />
       <source>Start Web Browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7181" />
+      <location filename="../UI/UserInterface.py" line="7137" />
       <source>The eric web browser could not be started.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7245" />
+      <location filename="../UI/UserInterface.py" line="7201" />
       <source>&lt;p&gt;The eric web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7291" />
+      <location filename="../UI/UserInterface.py" line="7247" />
       <source>Open Browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7291" />
+      <location filename="../UI/UserInterface.py" line="7247" />
       <source>Could not start a web browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7595" />
-      <location filename="../UI/UserInterface.py" line="7557" />
+      <location filename="../UI/UserInterface.py" line="7551" />
+      <location filename="../UI/UserInterface.py" line="7513" />
       <source>Keyboard Shortcuts File (*.ekj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7575" />
+      <location filename="../UI/UserInterface.py" line="7531" />
       <source>&lt;p&gt;The keyboard shortcuts file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7779" />
+      <location filename="../UI/UserInterface.py" line="7735" />
       <source>Load crash session...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7782" />
+      <location filename="../UI/UserInterface.py" line="7738" />
       <source>Clean crash sessions...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7819" />
+      <location filename="../UI/UserInterface.py" line="7775" />
       <source>Read Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7820" />
+      <location filename="../UI/UserInterface.py" line="7776" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7843" />
+      <location filename="../UI/UserInterface.py" line="7799" />
       <source>Save Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7868" />
-      <location filename="../UI/UserInterface.py" line="7845" />
+      <location filename="../UI/UserInterface.py" line="7824" />
+      <location filename="../UI/UserInterface.py" line="7801" />
       <source>eric Session Files (*.esj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8374" />
+      <location filename="../UI/UserInterface.py" line="8330" />
       <source>Drop Error</source>
       <translation>Düşme hatası</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8375" />
+      <location filename="../UI/UserInterface.py" line="8331" />
       <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="8550" />
+      <location filename="../UI/UserInterface.py" line="8506" />
       <source>Upgrade available</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8551" />
+      <location filename="../UI/UserInterface.py" line="8507" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8599" />
+      <location filename="../UI/UserInterface.py" line="8555" />
       <source>First time usage</source>
       <translation>İlk kullanım</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8600" />
+      <location filename="../UI/UserInterface.py" line="8556" />
       <source>eric has not been configured yet. The configuration dialog will be started.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8622" />
+      <location filename="../UI/UserInterface.py" line="8578" />
       <source>Select Workspace Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8790" />
+      <location filename="../UI/UserInterface.py" line="8746" />
       <source>Unsaved Data Detected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8791" />
+      <location filename="../UI/UserInterface.py" line="8747" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <source>Qt5 Documentation</source>
+      <translation type="vanished">Qt4 Belgeleri {5 ?}</translation>
+    </message>
+    <message>
+      <source>Open Qt5 Documentation</source>
+      <translation type="vanished">QT4 Belgelerini Aç {5 ?}</translation>
+    </message>
+    <message>
+      <source>PyQt5 Documentation</source>
+      <translation type="vanished">PyQt4 Belgeleri {5 ?}</translation>
+    </message>
+    <message>
+      <source>Open PyQt5 Documentation</source>
+      <translation type="vanished">PyQt4 Begelerini aç {5 ?}</translation>
+    </message>
+    <message>
       <source>&lt;/table&gt;</source>
       <translation type="vanished">&lt;/table&gt;</translation>
     </message>
--- a/src/eric7/i18n/eric7_zh_CN.ts	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/i18n/eric7_zh_CN.ts	Sun Apr 13 15:53:14 2025 +0200
@@ -8809,62 +8809,62 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="252" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="243" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="248" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="239" />
       <source>uic error</source>
       <translation>uic 错误</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="244" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="240" />
       <source>&lt;p&gt;There was an error loading the form &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="253" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="249" />
       <source>&lt;p&gt;The project specific Python interpreter &lt;b&gt;{0}&lt;/b&gt; could not be started or did not finish within 30 seconds.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="405" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="401" />
       <source>Update Slots List</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="406" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="402" />
       <source>&lt;p&gt;The update of the slots list failed because invalid data was received.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Data: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="604" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="501" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="463" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="451" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="419" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="596" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="493" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="455" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="443" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="415" />
       <source>Code Generation</source>
       <translation>代码生成</translation>
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="420" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="416" />
       <source>&lt;p&gt;Code generation for project language "{0}" is not supported.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="452" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="444" />
       <source>&lt;p&gt;No code template file available for project type "{0}".&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="464" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="456" />
       <source>&lt;p&gt;Could not open the code template file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="502" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="494" />
       <source>&lt;p&gt;Could not open the source file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="605" />
+      <location filename="../Project/CreateDialogCodeDialog.py" line="597" />
       <source>&lt;p&gt;Could not write the source file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -24168,18 +24168,18 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="81" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="80" />
       <source>EricFileDialog Wizard</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="91" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="90" />
       <source>QFileDialog Wizard</source>
       <translation>QFileDialog 向导</translation>
     </message>
     <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="109" />
+      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="108" />
       <source>Test</source>
       <translation>测试</translation>
     </message>
@@ -33430,8 +33430,7 @@
   <context>
     <name>HelpDocsInstaller</name>
     <message>
-      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="319" />
-      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="248" />
+      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="128" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be registered. &lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -33439,8 +33438,6 @@
   <context>
     <name>HelpDocumentationPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="60" />
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="56" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="52" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="48" />
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="44" />
@@ -33505,21 +33502,6 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Qt5 Documentation</source>
-      <translation>Qt5 文档</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Enter the Qt5 documentation directory</source>
-      <translation>输入 Qt5 文档目录</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the QT5DOCDIR environment variable, if set.</source>
-      <translation>&lt;b&gt;注意&lt;/b&gt;: 为空时使用 QT5DOCDIR 环境变量,如果该环境变量已设定。</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
       <source>Qt6 Documentation</source>
       <translation type="unfinished">Qt6 文档</translation>
     </message>
@@ -33535,21 +33517,6 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>PyQt5 Documentation</source>
-      <translation>PyQt5 文档</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Enter the PyQt5 documentation directory</source>
-      <translation>输入 PyQt5 文档目录</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source>
-      <translation>&lt;b&gt;注意&lt;/b&gt;: 为空时使用 PYQT5DOCDIR 环境变量,如果该环境变量已设定。</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
       <source>PyQt6 Documentation</source>
       <translation type="unfinished">PyQt6 文档</translation>
     </message>
@@ -33579,6 +33546,30 @@
       <translation type="unfinished">&lt;b&gt;注意:&lt;/b&gt;留空将使用PYSIDE6DOCDIR环境变量(如果设置了)。</translation>
     </message>
     <message>
+      <source>Qt5 Documentation</source>
+      <translation type="vanished">Qt5 文档</translation>
+    </message>
+    <message>
+      <source>Enter the Qt5 documentation directory</source>
+      <translation type="vanished">输入 Qt5 文档目录</translation>
+    </message>
+    <message>
+      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the QT5DOCDIR environment variable, if set.</source>
+      <translation type="vanished">&lt;b&gt;注意&lt;/b&gt;: 为空时使用 QT5DOCDIR 环境变量,如果该环境变量已设定。</translation>
+    </message>
+    <message>
+      <source>PyQt5 Documentation</source>
+      <translation type="vanished">PyQt5 文档</translation>
+    </message>
+    <message>
+      <source>Enter the PyQt5 documentation directory</source>
+      <translation type="vanished">输入 PyQt5 文档目录</translation>
+    </message>
+    <message>
+      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source>
+      <translation type="vanished">&lt;b&gt;注意&lt;/b&gt;: 为空时使用 PYQT5DOCDIR 环境变量,如果该环境变量已设定。</translation>
+    </message>
+    <message>
       <source>PySide2 Documentation</source>
       <translation type="vanished">PySide2 文档</translation>
     </message>
@@ -50707,7 +50698,7 @@
     </message>
     <message>
       <location filename="../QScintilla/Lexers/LexerPython.py" line="94" />
-      <source>PyQt5/6 Modules</source>
+      <source>PyQt6 Modules</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -62607,18 +62598,18 @@
   <context>
     <name>Preferences</name>
     <message>
-      <location filename="../Preferences/__init__.py" line="1891" />
+      <location filename="../Preferences/__init__.py" line="1866" />
       <source>Export Preferences</source>
       <translation>导出首选项</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1920" />
-      <location filename="../Preferences/__init__.py" line="1893" />
+      <location filename="../Preferences/__init__.py" line="1895" />
+      <location filename="../Preferences/__init__.py" line="1868" />
       <source>Properties File (*.ini);;All Files (*)</source>
       <translation>属性文件 (*.ini);;所有文件 (*)</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1918" />
+      <location filename="../Preferences/__init__.py" line="1893" />
       <source>Import Preferences</source>
       <translation>导入首选项</translation>
     </message>
@@ -63121,126 +63112,123 @@
     </message>
     <message>
       <location filename="../Preferences/ProgramsDialog.py" line="160" />
-      <source>Translation Extractor (Python, PyQt5)</source>
-      <translation>翻译提取工具(Python, PyQt5)</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="168" />
-      <source>Forms Compiler (Python, PyQt5)</source>
-      <translation>窗体编译器(Python, PyQt5)</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="176" />
-      <source>Resource Compiler (Python, PyQt5)</source>
-      <translation>资源编译器(Python, PyQt5)</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="187" />
       <source>Translation Extractor (Python, PyQt6)</source>
       <translation type="unfinished">翻译提取工具(Python, PyQt5) {6)?}</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="194" />
+      <location filename="../Preferences/ProgramsDialog.py" line="167" />
       <source>Forms Compiler (Python, PyQt6)</source>
       <translation type="unfinished">窗体编译器(Python, PyQt5) {6)?}</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="204" />
+      <location filename="../Preferences/ProgramsDialog.py" line="177" />
       <source>Translation Extractor (Python, PySide6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="213" />
+      <location filename="../Preferences/ProgramsDialog.py" line="186" />
       <source>Forms Compiler (Python, PySide6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="222" />
+      <location filename="../Preferences/ProgramsDialog.py" line="195" />
       <source>Resource Compiler (Python, PySide6)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="237" />
+      <location filename="../Preferences/ProgramsDialog.py" line="210" />
       <source>conda Manager</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="247" />
+      <location filename="../Preferences/ProgramsDialog.py" line="220" />
       <source>PyPI Package Management</source>
       <translation type="unfinished">PyPi包管理</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="499" />
-      <location filename="../Preferences/ProgramsDialog.py" line="496" />
-      <location filename="../Preferences/ProgramsDialog.py" line="480" />
-      <location filename="../Preferences/ProgramsDialog.py" line="350" />
-      <location filename="../Preferences/ProgramsDialog.py" line="283" />
-      <location filename="../Preferences/ProgramsDialog.py" line="266" />
+      <location filename="../Preferences/ProgramsDialog.py" line="472" />
+      <location filename="../Preferences/ProgramsDialog.py" line="469" />
+      <location filename="../Preferences/ProgramsDialog.py" line="453" />
+      <location filename="../Preferences/ProgramsDialog.py" line="323" />
+      <location filename="../Preferences/ProgramsDialog.py" line="256" />
+      <location filename="../Preferences/ProgramsDialog.py" line="239" />
       <source>(unknown)</source>
       <translation>(未知)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="270" />
+      <location filename="../Preferences/ProgramsDialog.py" line="243" />
       <source>Spell Checker - PyEnchant</source>
       <translation>拼写检查器——PyEnchant</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="287" />
+      <location filename="../Preferences/ProgramsDialog.py" line="260" />
       <source>Source Highlighter - Pygments</source>
       <translation>代码高亮工具——Pygments</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="294" />
+      <location filename="../Preferences/ProgramsDialog.py" line="267" />
       <source>MicroPython - MPY Cross Compiler</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="301" />
+      <location filename="../Preferences/ProgramsDialog.py" line="274" />
       <source>MicroPython - ESP Tool</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="312" />
+      <location filename="../Preferences/ProgramsDialog.py" line="285" />
       <source>MicroPython - PyBoard Flasher</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="322" />
+      <location filename="../Preferences/ProgramsDialog.py" line="295" />
       <source>MicroPython - STLink Info</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="332" />
+      <location filename="../Preferences/ProgramsDialog.py" line="305" />
       <source>MicroPython - STLink Flasher</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="354" />
+      <location filename="../Preferences/ProgramsDialog.py" line="327" />
       <source>Code Assistant - Jedi</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="434" />
+      <location filename="../Preferences/ProgramsDialog.py" line="407" />
       <source>(not configured)</source>
       <translation>(未配置)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="469" />
+      <location filename="../Preferences/ProgramsDialog.py" line="442" />
       <source>(module not found)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="502" />
+      <location filename="../Preferences/ProgramsDialog.py" line="475" />
       <source>(not executable)</source>
       <translation>(不可执行)</translation>
     </message>
     <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="548" />
-      <location filename="../Preferences/ProgramsDialog.py" line="516" />
-      <location filename="../Preferences/ProgramsDialog.py" line="514" />
+      <location filename="../Preferences/ProgramsDialog.py" line="521" />
+      <location filename="../Preferences/ProgramsDialog.py" line="489" />
+      <location filename="../Preferences/ProgramsDialog.py" line="487" />
       <source>(not found)</source>
       <translation>(未找到)</translation>
     </message>
+    <message>
+      <source>Translation Extractor (Python, PyQt5)</source>
+      <translation type="vanished">翻译提取工具(Python, PyQt5)</translation>
+    </message>
+    <message>
+      <source>Forms Compiler (Python, PyQt5)</source>
+      <translation type="vanished">窗体编译器(Python, PyQt5)</translation>
+    </message>
+    <message>
+      <source>Resource Compiler (Python, PyQt5)</source>
+      <translation type="vanished">资源编译器(Python, PyQt5)</translation>
+    </message>
   </context>
   <context>
     <name>Project</name>
@@ -63261,1672 +63249,1662 @@
     </message>
     <message>
       <location filename="../Project/Project.py" line="337" />
-      <source>PyQt5 GUI</source>
+      <source>PyQt6 GUI</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="338" />
-      <source>PyQt5 Console</source>
+      <source>PyQt6 Console</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="339" />
-      <source>PyQt6 GUI</source>
+      <source>Eric7 Plugin</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="340" />
-      <source>PyQt6 Console</source>
-      <translation type="unfinished" />
+      <source>Console</source>
+      <translation>控制台程序</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="341" />
-      <source>Eric7 Plugin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="342" />
-      <source>Console</source>
-      <translation>控制台程序</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="343" />
       <source>Other</source>
       <translation>其它</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="362" />
+      <location filename="../Project/Project.py" line="358" />
       <source>PySide6 GUI</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="363" />
+      <location filename="../Project/Project.py" line="359" />
       <source>PySide6 Console</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="461" />
-      <location filename="../Project/Project.py" line="449" />
-      <location filename="../Project/Project.py" line="438" />
+      <location filename="../Project/Project.py" line="457" />
+      <location filename="../Project/Project.py" line="445" />
+      <location filename="../Project/Project.py" line="434" />
       <source>Registering Project Type</source>
       <translation>注册项目类型</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="439" />
+      <location filename="../Project/Project.py" line="435" />
       <source>&lt;p&gt;The Programming Language &lt;b&gt;{0}&lt;/b&gt; is not supported (project type: {1}).&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="450" />
+      <location filename="../Project/Project.py" line="446" />
       <source>&lt;p&gt;The Project type &lt;b&gt;{0}&lt;/b&gt; is already registered with Programming Language &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="462" />
+      <location filename="../Project/Project.py" line="458" />
       <source>&lt;p&gt;The Project type &lt;b&gt;{0}&lt;/b&gt; is already registered.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="767" />
+      <location filename="../Project/Project.py" line="763" />
       <source>All Files (*)</source>
       <translation type="unfinished">所有文件 (*)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1321" />
+      <location filename="../Project/Project.py" line="1310" />
       <source>Read Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1567" />
-      <location filename="../Project/Project.py" line="1541" />
-      <location filename="../Project/Project.py" line="1505" />
-      <location filename="../Project/Project.py" line="1423" />
-      <location filename="../Project/Project.py" line="1384" />
-      <location filename="../Project/Project.py" line="1359" />
-      <location filename="../Project/Project.py" line="1322" />
+      <location filename="../Project/Project.py" line="1556" />
+      <location filename="../Project/Project.py" line="1530" />
+      <location filename="../Project/Project.py" line="1494" />
+      <location filename="../Project/Project.py" line="1412" />
+      <location filename="../Project/Project.py" line="1373" />
+      <location filename="../Project/Project.py" line="1348" />
+      <location filename="../Project/Project.py" line="1311" />
       <source>Please save the project first.</source>
       <translation>请先保存项目。</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1358" />
+      <location filename="../Project/Project.py" line="1347" />
       <source>Save Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1400" />
-      <location filename="../Project/Project.py" line="1383" />
+      <location filename="../Project/Project.py" line="1389" />
+      <location filename="../Project/Project.py" line="1372" />
       <source>Delete Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1390" />
+      <location filename="../Project/Project.py" line="1379" />
       <source>Delete Remote Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1409" />
+      <location filename="../Project/Project.py" line="1398" />
       <source>&lt;p&gt;The project session file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1422" />
+      <location filename="../Project/Project.py" line="1411" />
       <source>Read Tasks</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1504" />
+      <location filename="../Project/Project.py" line="1493" />
       <source>Read Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1540" />
+      <location filename="../Project/Project.py" line="1529" />
       <source>Save Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1583" />
-      <location filename="../Project/Project.py" line="1566" />
+      <location filename="../Project/Project.py" line="1572" />
+      <location filename="../Project/Project.py" line="1555" />
       <source>Delete Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1573" />
+      <location filename="../Project/Project.py" line="1562" />
       <source>Delete Remote Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1592" />
+      <location filename="../Project/Project.py" line="1581" />
       <source>&lt;p&gt;The project debugger properties file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1765" />
+      <location filename="../Project/Project.py" line="1754" />
       <source>Add Language</source>
       <translation>添加语言</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1766" />
+      <location filename="../Project/Project.py" line="1755" />
       <source>You have to specify a translation pattern first.</source>
       <translation>必须先指定一个翻译样式。</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1905" />
+      <location filename="../Project/Project.py" line="1892" />
       <source>Delete Translation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1932" />
-      <location filename="../Project/Project.py" line="1906" />
+      <location filename="../Project/Project.py" line="1919" />
+      <location filename="../Project/Project.py" line="1893" />
       <source>&lt;p&gt;The selected translation file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1931" />
+      <location filename="../Project/Project.py" line="1918" />
       <source>Delete translation</source>
       <translation>删除翻译</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="2071" />
+      <location filename="../Project/Project.py" line="2054" />
+      <source>Add File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="2173" />
+      <location filename="../Project/Project.py" line="2055" />
+      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists.&lt;/p&gt;&lt;p&gt;Overwrite it?&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="2072" />
+      <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be added to &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {2}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="2084" />
-      <location filename="../Project/Project.py" line="2067" />
-      <source>Add File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2186" />
-      <location filename="../Project/Project.py" line="2068" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists.&lt;/p&gt;&lt;p&gt;Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2085" />
-      <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be added to &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {2}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2097" />
       <source>Add file</source>
       <translation>添加文件</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2282" />
-      <location filename="../Project/Project.py" line="2098" />
+      <location filename="../Project/Project.py" line="2269" />
+      <location filename="../Project/Project.py" line="2085" />
       <source>The target directory must not be empty.</source>
       <translation>目标文件夹不能为空。</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2185" />
-      <location filename="../Project/Project.py" line="2158" />
-      <location filename="../Project/Project.py" line="2138" />
+      <location filename="../Project/Project.py" line="2172" />
+      <location filename="../Project/Project.py" line="2145" />
+      <location filename="../Project/Project.py" line="2125" />
       <source>Add Directory</source>
       <translation type="unfinished">添加文件夹</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2139" />
+      <location filename="../Project/Project.py" line="2126" />
       <source>&lt;p&gt;The source directory doesn't contain any files belonging to the selected category.&lt;/p&gt;</source>
       <translation>&lt;p&gt;源文件夹不包含任何属于所选类别的文件。&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2159" />
+      <location filename="../Project/Project.py" line="2146" />
       <source>&lt;p&gt;The target directory &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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2293" />
-      <location filename="../Project/Project.py" line="2281" />
+      <location filename="../Project/Project.py" line="2280" />
+      <location filename="../Project/Project.py" line="2268" />
       <source>Add directory</source>
       <translation>添加文件夹</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2294" />
+      <location filename="../Project/Project.py" line="2281" />
       <source>The source directory must not be empty.</source>
       <translation>源文件夹不能为空。</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2408" />
-      <location filename="../Project/Project.py" line="2390" />
-      <location filename="../Project/Project.py" line="2374" />
-      <location filename="../Project/Project.py" line="2367" />
+      <location filename="../Project/Project.py" line="2395" />
+      <location filename="../Project/Project.py" line="2377" />
+      <location filename="../Project/Project.py" line="2361" />
+      <location filename="../Project/Project.py" line="2354" />
       <source>Rename File</source>
       <translation>重命名文件</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8075" />
-      <location filename="../Project/Project.py" line="3895" />
-      <location filename="../Project/Project.py" line="2391" />
+      <location filename="../Project/Project.py" line="8062" />
+      <location filename="../Project/Project.py" line="3882" />
+      <location filename="../Project/Project.py" line="2378" />
       <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>
     <message>
-      <location filename="../Project/Project.py" line="2409" />
+      <location filename="../Project/Project.py" line="2396" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be renamed.&lt;br /&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2676" />
+      <location filename="../Project/Project.py" line="2663" />
       <source>Delete File</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2677" />
+      <location filename="../Project/Project.py" line="2664" />
       <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2705" />
+      <location filename="../Project/Project.py" line="2692" />
       <source>Delete Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2706" />
+      <location filename="../Project/Project.py" line="2693" />
       <source>&lt;p&gt;The selected directory &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2839" />
+      <location filename="../Project/Project.py" line="2826" />
       <source>Create project directory</source>
       <translation>创建项目文件夹</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2840" />
+      <location filename="../Project/Project.py" line="2827" />
       <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3668" />
-      <location filename="../Project/Project.py" line="2940" />
+      <location filename="../Project/Project.py" line="3655" />
+      <location filename="../Project/Project.py" line="2927" />
       <source>Create project management directory</source>
       <translation>创建项目管理目录</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3669" />
-      <location filename="../Project/Project.py" line="2941" />
+      <location filename="../Project/Project.py" line="3656" />
+      <location filename="../Project/Project.py" line="2928" />
       <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="2981" />
+      <location filename="../Project/Project.py" line="2968" />
       <source>Create main script</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2982" />
+      <location filename="../Project/Project.py" line="2969" />
       <source>&lt;p&gt;The main script &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3449" />
-      <location filename="../Project/Project.py" line="3006" />
+      <location filename="../Project/Project.py" line="3436" />
+      <location filename="../Project/Project.py" line="2993" />
       <source>Create Makefile</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3450" />
-      <location filename="../Project/Project.py" line="3007" />
+      <location filename="../Project/Project.py" line="3437" />
+      <location filename="../Project/Project.py" line="2994" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3698" />
-      <location filename="../Project/Project.py" line="3159" />
-      <location filename="../Project/Project.py" line="3130" />
-      <location filename="../Project/Project.py" line="3098" />
-      <location filename="../Project/Project.py" line="3080" />
-      <location filename="../Project/Project.py" line="3055" />
-      <location filename="../Project/Project.py" line="3017" />
+      <location filename="../Project/Project.py" line="3685" />
+      <location filename="../Project/Project.py" line="3146" />
+      <location filename="../Project/Project.py" line="3117" />
+      <location filename="../Project/Project.py" line="3085" />
+      <location filename="../Project/Project.py" line="3067" />
+      <location filename="../Project/Project.py" line="3042" />
+      <location filename="../Project/Project.py" line="3004" />
       <source>New Project</source>
       <translation>新建项目</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3018" />
+      <location filename="../Project/Project.py" line="3005" />
       <source>Add existing files to the project?</source>
       <translation>是否将已有文件添加到项目中?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3699" />
-      <location filename="../Project/Project.py" line="3056" />
+      <location filename="../Project/Project.py" line="3686" />
+      <location filename="../Project/Project.py" line="3043" />
       <source>Select Version Control System</source>
       <translation>选择版本控制系统</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3160" />
-      <location filename="../Project/Project.py" line="3081" />
+      <location filename="../Project/Project.py" line="3147" />
+      <location filename="../Project/Project.py" line="3068" />
       <source>Would you like to edit the VCS command options?</source>
       <translation>是否编辑版本控制系统命令选项?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3099" />
+      <location filename="../Project/Project.py" line="3086" />
       <source>Shall the project file be added to the repository?</source>
       <translation>是否将项目文件添加到仓库?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3136" />
-      <location filename="../Project/Project.py" line="3125" />
+      <location filename="../Project/Project.py" line="3123" />
+      <location filename="../Project/Project.py" line="3112" />
       <source>None</source>
       <translation>无</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3131" />
+      <location filename="../Project/Project.py" line="3118" />
       <source>Select version control system for the project</source>
       <translation>为项目选择版本控制系统</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3342" />
+      <location filename="../Project/Project.py" line="3329" />
       <source>Translation Pattern</source>
       <translation>翻译样式</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3343" />
+      <location filename="../Project/Project.py" line="3330" />
       <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source>
       <translation>为翻译文件输入路径样式(在语言代码的相应位置使用“'%language%”):</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3647" />
+      <location filename="../Project/Project.py" line="3634" />
       <source>Open Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8061" />
-      <location filename="../Project/Project.py" line="8055" />
-      <location filename="../Project/Project.py" line="8045" />
-      <location filename="../Project/Project.py" line="3880" />
-      <location filename="../Project/Project.py" line="3870" />
-      <location filename="../Project/Project.py" line="3649" />
+      <location filename="../Project/Project.py" line="8048" />
+      <location filename="../Project/Project.py" line="8042" />
+      <location filename="../Project/Project.py" line="8032" />
+      <location filename="../Project/Project.py" line="3867" />
+      <location filename="../Project/Project.py" line="3857" />
+      <location filename="../Project/Project.py" line="3636" />
       <source>Project Files (*.epj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3894" />
-      <location filename="../Project/Project.py" line="3878" />
+      <location filename="../Project/Project.py" line="3881" />
+      <location filename="../Project/Project.py" line="3865" />
       <source>Save Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3933" />
+      <location filename="../Project/Project.py" line="3920" />
       <source>Close Project</source>
       <translation>关闭项目</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3934" />
+      <location filename="../Project/Project.py" line="3921" />
       <source>The current project has unsaved changes.</source>
       <translation>当前项目的更改未保存。</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4134" />
-      <location filename="../Project/Project.py" line="4098" />
+      <location filename="../Project/Project.py" line="4121" />
+      <location filename="../Project/Project.py" line="4085" />
       <source>Syntax Errors Detected</source>
       <translation type="unfinished" />
     </message>
     <message numerus="yes">
-      <location filename="../Project/Project.py" line="4135" />
-      <location filename="../Project/Project.py" line="4099" />
+      <location filename="../Project/Project.py" line="4122" />
+      <location filename="../Project/Project.py" line="4086" />
       <source>The project contains %n file(s) with syntax errors.</source>
       <translation>
         <numerusform>项目包含 %n 文件有语法错误。</numerusform>
       </translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4793" />
+      <location filename="../Project/Project.py" line="4780" />
       <source>New project</source>
       <translation>新建项目</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4795" />
+      <location filename="../Project/Project.py" line="4782" />
       <source>&amp;New...</source>
       <translation>新建(&amp;N)…</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4801" />
+      <location filename="../Project/Project.py" line="4788" />
       <source>Generate a new project</source>
       <translation>生成新项目</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4803" />
+      <location filename="../Project/Project.py" line="4790" />
       <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="4813" />
+      <location filename="../Project/Project.py" line="4800" />
       <source>Open project</source>
       <translation>打开项目</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4815" />
+      <location filename="../Project/Project.py" line="4802" />
       <source>&amp;Open...</source>
       <translation>打开(&amp;O)…</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4821" />
+      <location filename="../Project/Project.py" line="4808" />
       <source>Open an existing project</source>
       <translation>打开一个已有项目</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4823" />
+      <location filename="../Project/Project.py" line="4810" />
       <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="4829" />
+      <location filename="../Project/Project.py" line="4816" />
       <source>Open remote project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4831" />
+      <location filename="../Project/Project.py" line="4818" />
       <source>Open (Remote)...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4824" />
+      <source>Open an existing remote project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4826" />
+      <source>&lt;b&gt;Open (Remote)...&lt;/b&gt;&lt;p&gt;This opens an existing remote project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4835" />
+      <source>Reload project</source>
+      <translation>重新载入项目</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4837" />
-      <source>Open an existing remote project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4839" />
-      <source>&lt;b&gt;Open (Remote)...&lt;/b&gt;&lt;p&gt;This opens an existing remote project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4848" />
-      <source>Reload project</source>
-      <translation>重新载入项目</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4850" />
       <source>Re&amp;load</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4856" />
+      <location filename="../Project/Project.py" line="4843" />
       <source>Reload the current project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4858" />
+      <location filename="../Project/Project.py" line="4845" />
       <source>&lt;b&gt;Reload&lt;/b&gt;&lt;p&gt;This reloads the current project.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4864" />
+      <location filename="../Project/Project.py" line="4851" />
       <source>Close project</source>
       <translation>关闭项目</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4866" />
+      <location filename="../Project/Project.py" line="4853" />
       <source>&amp;Close</source>
       <translation>关闭(&amp;C)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4872" />
+      <location filename="../Project/Project.py" line="4859" />
       <source>Close the current project</source>
       <translation>关闭当前项目</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4874" />
+      <location filename="../Project/Project.py" line="4861" />
       <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="4880" />
+      <location filename="../Project/Project.py" line="4867" />
       <source>Save project</source>
       <translation>保存项目</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5177" />
-      <location filename="../Project/Project.py" line="4882" />
+      <location filename="../Project/Project.py" line="5164" />
+      <location filename="../Project/Project.py" line="4869" />
       <source>&amp;Save</source>
       <translation>保存(&amp;S)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4888" />
+      <location filename="../Project/Project.py" line="4875" />
       <source>Save the current project</source>
       <translation>保存当前项目</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4890" />
+      <location filename="../Project/Project.py" line="4877" />
       <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="4896" />
+      <location filename="../Project/Project.py" line="4883" />
       <source>Save project as</source>
       <translation>项目另存为</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4898" />
+      <location filename="../Project/Project.py" line="4885" />
       <source>Save &amp;as...</source>
       <translation>另存为(&amp;A)…</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4891" />
+      <source>Save the current project to a new file</source>
+      <translation>将当前项目另存为一个新文件</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4893" />
+      <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="4902" />
+      <source>Save project as (Remote)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4904" />
-      <source>Save the current project to a new file</source>
-      <translation>将当前项目另存为一个新文件</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4906" />
-      <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="4915" />
-      <source>Save project as (Remote)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4917" />
       <source>Save as (Remote)...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4924" />
+      <location filename="../Project/Project.py" line="4911" />
       <source>Save the current project to a new remote file</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4927" />
+      <location filename="../Project/Project.py" line="4914" />
       <source>&lt;b&gt;Save as (Remote)&lt;/b&gt;&lt;p&gt;This saves the current project to a new remote file.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4943" />
+      <location filename="../Project/Project.py" line="4930" />
       <source>Add files to project</source>
       <translation>将文件添加到项目中</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4945" />
+      <location filename="../Project/Project.py" line="4932" />
       <source>Add &amp;files...</source>
       <translation>添加文件(&amp;F)…</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4938" />
+      <source>Add files to the current project</source>
+      <translation>将文件添加到当前项目中</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4940" />
+      <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="4951" />
-      <source>Add files to the current project</source>
-      <translation>将文件添加到当前项目中</translation>
+      <source>Add directory to project</source>
+      <translation>将文件夹添加到项目中</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="4953" />
-      <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="4964" />
-      <source>Add directory to project</source>
-      <translation>将文件夹添加到项目中</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4966" />
       <source>Add directory...</source>
       <translation>添加文件夹…</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4960" />
+      <source>Add a directory to the current project</source>
+      <translation>为当前工程添加文件夹</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4963" />
+      <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="4973" />
-      <source>Add a directory to the current project</source>
-      <translation>为当前工程添加文件夹</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4976" />
-      <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="4986" />
       <source>Add translation to project</source>
       <translation>将翻译添加到项目中</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4988" />
+      <location filename="../Project/Project.py" line="4975" />
       <source>Add &amp;translation...</source>
       <translation>添加翻译(&amp;T)…</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4982" />
+      <source>Add a translation to the current project</source>
+      <translation>将翻译添加到当前项目中</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4985" />
+      <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="4995" />
-      <source>Add a translation to the current project</source>
-      <translation>将翻译添加到当前项目中</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4998" />
-      <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="5008" />
       <source>Search new files</source>
       <translation>搜索新文件</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5009" />
+      <location filename="../Project/Project.py" line="4996" />
       <source>Searc&amp;h new files...</source>
       <translation>搜索新文件(&amp;H)…</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5002" />
+      <source>Search new files in the project directory.</source>
+      <translation>在项目文件夹中搜索新文件。</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5004" />
+      <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, forms, ...) in the project directory and registered subdirectories.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5014" />
+      <source>Search Project File</source>
+      <translation type="unfinished">搜索项目文件</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5015" />
-      <source>Search new files in the project directory.</source>
-      <translation>在项目文件夹中搜索新文件。</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5017" />
-      <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, forms, ...) in the project directory and registered subdirectories.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5027" />
-      <source>Search Project File</source>
-      <translation type="unfinished">搜索项目文件</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5028" />
       <source>Search Project File...</source>
       <translation type="unfinished">搜索项目文件…</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5029" />
+      <location filename="../Project/Project.py" line="5016" />
       <source>Alt+Ctrl+P</source>
       <comment>Project|Search Project File</comment>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5021" />
+      <source>Search for a file in the project list of files.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5023" />
+      <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" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5032" />
+      <source>Project properties</source>
+      <translation>项目属性</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5034" />
-      <source>Search for a file in the project list of files.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5036" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5045" />
-      <source>Project properties</source>
-      <translation>项目属性</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5047" />
       <source>&amp;Properties...</source>
       <translation>属性(&amp;P)…</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5040" />
+      <source>Show the project properties</source>
+      <translation>显示项目属性</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5042" />
+      <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="5051" />
+      <source>User project properties</source>
+      <translation>用户项目属性</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5053" />
-      <source>Show the project properties</source>
-      <translation>显示项目属性</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5055" />
-      <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="5064" />
-      <source>User project properties</source>
-      <translation>用户项目属性</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5066" />
       <source>&amp;User Properties...</source>
       <translation>用户属性(&amp;U)…</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5060" />
+      <source>Show the user specific project properties</source>
+      <translation>显示用户指定的项目属性</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5063" />
+      <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="5073" />
-      <source>Show the user specific project properties</source>
-      <translation>显示用户指定的项目属性</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5076" />
-      <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="5086" />
       <source>Filetype Associations</source>
       <translation>文件类型关联</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5087" />
+      <location filename="../Project/Project.py" line="5074" />
       <source>Filetype Associations...</source>
       <translation>文件类型关联…</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5094" />
+      <location filename="../Project/Project.py" line="5081" />
       <source>Show the project file type associations</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5084" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5097" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5110" />
       <source>Lexer Associations</source>
       <translation type="unfinished">词法分析器联想</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5111" />
+      <location filename="../Project/Project.py" line="5098" />
       <source>Lexer Associations...</source>
       <translation type="unfinished">词法分析器联想…</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5118" />
+      <location filename="../Project/Project.py" line="5105" />
       <source>Show the project lexer associations (overriding defaults)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5121" />
+      <location filename="../Project/Project.py" line="5108" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5139" />
+      <location filename="../Project/Project.py" line="5126" />
       <source>Debugger Properties</source>
       <translation>调试器属性</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5140" />
+      <location filename="../Project/Project.py" line="5127" />
       <source>Debugger &amp;Properties...</source>
       <translation>调试器属性(&amp;P)…</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5133" />
+      <source>Show the debugger properties</source>
+      <translation>显示调试器属性</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5135" />
+      <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="5145" />
+      <source>Load</source>
+      <translation>载入</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5146" />
-      <source>Show the debugger properties</source>
-      <translation>显示调试器属性</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5148" />
-      <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="5158" />
-      <source>Load</source>
-      <translation>载入</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5159" />
       <source>&amp;Load</source>
       <translation>载入(&amp;L)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5165" />
+      <location filename="../Project/Project.py" line="5152" />
       <source>Load the debugger properties</source>
       <translation>载入调试器属性</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5167" />
+      <location filename="../Project/Project.py" line="5154" />
       <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="5176" />
+      <location filename="../Project/Project.py" line="5163" />
       <source>Save</source>
       <translation>保存</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5183" />
+      <location filename="../Project/Project.py" line="5170" />
       <source>Save the debugger properties</source>
       <translation>保存调试器属性</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5185" />
+      <location filename="../Project/Project.py" line="5172" />
       <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="5194" />
+      <location filename="../Project/Project.py" line="5181" />
       <source>Delete</source>
       <translation>删除</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5195" />
+      <location filename="../Project/Project.py" line="5182" />
       <source>&amp;Delete</source>
       <translation>删除(&amp;D)</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5188" />
+      <source>Delete the debugger properties</source>
+      <translation>删除调试器属性</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5190" />
+      <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="5200" />
+      <source>Reset</source>
+      <translation>重置</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5201" />
-      <source>Delete the debugger properties</source>
-      <translation>删除调试器属性</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5203" />
-      <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="5213" />
-      <source>Reset</source>
-      <translation>重置</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5214" />
       <source>&amp;Reset</source>
       <translation>重置(&amp;R)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5220" />
+      <location filename="../Project/Project.py" line="5207" />
       <source>Reset the debugger properties</source>
       <translation>重围调试器属性</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5222" />
+      <location filename="../Project/Project.py" line="5209" />
       <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="5238" />
-      <location filename="../Project/Project.py" line="5237" />
+      <location filename="../Project/Project.py" line="5225" />
+      <location filename="../Project/Project.py" line="5224" />
       <source>Load session</source>
       <translation>载入会话</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5244" />
+      <location filename="../Project/Project.py" line="5231" />
       <source>Load the projects session file.</source>
       <translation>载入项目会话文件。</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5246" />
+      <location filename="../Project/Project.py" line="5233" />
       <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="5262" />
-      <location filename="../Project/Project.py" line="5261" />
+      <location filename="../Project/Project.py" line="5249" />
+      <location filename="../Project/Project.py" line="5248" />
       <source>Save session</source>
       <translation>保存会话</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5268" />
+      <location filename="../Project/Project.py" line="5255" />
       <source>Save the projects session file.</source>
       <translation>保存项目会话文件。</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5270" />
+      <location filename="../Project/Project.py" line="5257" />
       <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="5286" />
-      <location filename="../Project/Project.py" line="5285" />
+      <location filename="../Project/Project.py" line="5273" />
+      <location filename="../Project/Project.py" line="5272" />
       <source>Delete session</source>
       <translation>删除会话</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5292" />
+      <location filename="../Project/Project.py" line="5279" />
       <source>Delete the projects session file.</source>
       <translation>删除项目会话文件。</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5294" />
+      <location filename="../Project/Project.py" line="5281" />
       <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="5309" />
+      <location filename="../Project/Project.py" line="5296" />
       <source>Code Metrics</source>
       <translation>代码度量</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5310" />
+      <location filename="../Project/Project.py" line="5297" />
       <source>&amp;Code Metrics...</source>
       <translation>代码度量(&amp;C)…</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5304" />
+      <source>Show some code metrics for the project.</source>
+      <translation>显示项目的部分代码度量。</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5307" />
+      <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="5317" />
-      <source>Show some code metrics for the project.</source>
-      <translation>显示项目的部分代码度量。</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5320" />
-      <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="5330" />
       <source>Python Code Coverage</source>
       <translation>Python 代码覆盖率</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5331" />
+      <location filename="../Project/Project.py" line="5318" />
       <source>Code Co&amp;verage...</source>
       <translation>代码覆盖率(&amp;v)…</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5338" />
+      <location filename="../Project/Project.py" line="5325" />
       <source>Show code coverage information for the project.</source>
       <translation>显示项目的代码覆盖率信息。</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5341" />
+      <location filename="../Project/Project.py" line="5328" />
       <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="6775" />
       <location filename="../Project/Project.py" line="6762" />
-      <location filename="../Project/Project.py" line="5351" />
+      <location filename="../Project/Project.py" line="6749" />
+      <location filename="../Project/Project.py" line="5338" />
       <source>Profile Data</source>
       <translation>剖析数据</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5352" />
+      <location filename="../Project/Project.py" line="5339" />
       <source>&amp;Profile Data...</source>
       <translation>剖析数据(&amp;P)…</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5359" />
+      <location filename="../Project/Project.py" line="5346" />
       <source>Show profiling data for the project.</source>
       <translation>显示项目的剖析数据。</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5362" />
+      <location filename="../Project/Project.py" line="5349" />
       <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="6827" />
-      <location filename="../Project/Project.py" line="5377" />
+      <location filename="../Project/Project.py" line="6814" />
+      <location filename="../Project/Project.py" line="5364" />
       <source>Application Diagram</source>
       <translation>应用程序图</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5378" />
+      <location filename="../Project/Project.py" line="5365" />
       <source>&amp;Application Diagram...</source>
       <translation>应用程序(&amp;A)图…</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5372" />
+      <source>Show a diagram of the project.</source>
+      <translation>显示项目图表。</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5375" />
+      <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="5384" />
+      <source>Load Diagram</source>
+      <translation type="unfinished">加载图表</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5385" />
-      <source>Show a diagram of the project.</source>
-      <translation>显示项目图表。</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5388" />
-      <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="5397" />
-      <source>Load Diagram</source>
-      <translation type="unfinished">加载图表</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5398" />
       <source>&amp;Load Diagram...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5404" />
+      <location filename="../Project/Project.py" line="5391" />
       <source>Load a diagram from file.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5406" />
+      <location filename="../Project/Project.py" line="5393" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6995" />
-      <location filename="../Project/Project.py" line="6940" />
-      <location filename="../Project/Project.py" line="5421" />
+      <location filename="../Project/Project.py" line="6982" />
+      <location filename="../Project/Project.py" line="6927" />
+      <location filename="../Project/Project.py" line="5408" />
       <source>Create Package List</source>
       <translation>创建程序包列表</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5423" />
+      <location filename="../Project/Project.py" line="5410" />
       <source>Create &amp;Package List</source>
       <translation type="unfinished">创建插件存档(&amp;A)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5430" />
+      <location filename="../Project/Project.py" line="5417" />
       <source>Create an initial PKGLIST file for an eric plugin.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5420" />
+      <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric plugin archive. The list is created from the project file.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7053" />
+      <location filename="../Project/Project.py" line="5431" />
+      <source>Create Plugin Archives</source>
+      <translation type="unfinished">创建插件存档</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5433" />
-      <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric plugin archive. The list is created from the project file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7066" />
-      <location filename="../Project/Project.py" line="5444" />
-      <source>Create Plugin Archives</source>
-      <translation type="unfinished">创建插件存档</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5446" />
       <source>Create Plugin &amp;Archives</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5452" />
+      <location filename="../Project/Project.py" line="5439" />
       <source>Create eric plugin archive files.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5454" />
+      <location filename="../Project/Project.py" line="5441" />
       <source>&lt;b&gt;Create Plugin Archives&lt;/b&gt;&lt;p&gt;This creates eric 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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5466" />
+      <location filename="../Project/Project.py" line="5453" />
       <source>Create Plugin Archives (Snapshot)</source>
       <translation type="unfinished">创建插件存档(快照)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5468" />
+      <location filename="../Project/Project.py" line="5455" />
       <source>Create Plugin Archives (&amp;Snapshot)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5475" />
+      <location filename="../Project/Project.py" line="5462" />
       <source>Create eric plugin archive files (snapshot releases).</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5478" />
+      <location filename="../Project/Project.py" line="5465" />
       <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric 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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7522" />
-      <location filename="../Project/Project.py" line="7493" />
-      <location filename="../Project/Project.py" line="7447" />
-      <location filename="../Project/Project.py" line="7399" />
-      <location filename="../Project/Project.py" line="5497" />
+      <location filename="../Project/Project.py" line="7509" />
+      <location filename="../Project/Project.py" line="7480" />
+      <location filename="../Project/Project.py" line="7434" />
+      <location filename="../Project/Project.py" line="7386" />
+      <location filename="../Project/Project.py" line="5484" />
       <source>Execute Make</source>
       <translation>执行make</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5498" />
+      <location filename="../Project/Project.py" line="5485" />
       <source>&amp;Execute Make</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5491" />
+      <source>Perform a 'make' run.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5493" />
+      <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a 'make' run to rebuild the configured target.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7486" />
+      <location filename="../Project/Project.py" line="5503" />
+      <source>Test for Changes</source>
+      <translation>测试变更</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5504" />
-      <source>Perform a 'make' run.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5506" />
-      <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a 'make' run to rebuild the configured target.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7499" />
-      <location filename="../Project/Project.py" line="5516" />
-      <source>Test for Changes</source>
-      <translation>测试变更</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5517" />
       <source>&amp;Test for Changes</source>
       <translation>&amp;测试变更</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5524" />
+      <location filename="../Project/Project.py" line="5511" />
       <source>Question 'make', if a rebuild is needed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5527" />
+      <location filename="../Project/Project.py" line="5514" />
       <source>&lt;b&gt;Test for Changes&lt;/b&gt;&lt;p&gt;This questions 'make', if a rebuild of the configured target is necessary.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5545" />
+      <location filename="../Project/Project.py" line="5532" />
       <source>Create SBOM File</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5546" />
+      <location filename="../Project/Project.py" line="5533" />
       <source>Create &amp;SBOM File</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5553" />
+      <location filename="../Project/Project.py" line="5540" />
       <source>Create a SBOM file of the project dependencies.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5556" />
+      <location filename="../Project/Project.py" line="5543" />
       <source>&lt;b&gt;Create SBOM File&lt;/b&gt;&lt;p&gt;This allows the creation of a SBOM file of the project dependencies. This may be based on various input sources and will be saved as a CycloneDX SBOM file.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5567" />
+      <location filename="../Project/Project.py" line="5554" />
       <source>Clear Byte Code Caches</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5568" />
+      <location filename="../Project/Project.py" line="5555" />
       <source>Clear Byte Code &amp;Caches</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5575" />
+      <location filename="../Project/Project.py" line="5562" />
       <source>Clear the byte code caches of the project.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5578" />
+      <location filename="../Project/Project.py" line="5565" />
       <source>&lt;b&gt;Clear Byte Code Caches&lt;/b&gt;&lt;p&gt;This deletes all directories containing byte code cache files.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5594" />
+      <location filename="../Project/Project.py" line="5581" />
       <source>About Black</source>
       <translation type="unfinished">关于Black</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5595" />
+      <location filename="../Project/Project.py" line="5582" />
       <source>&amp;Black</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5601" />
+      <location filename="../Project/Project.py" line="5588" />
       <source>Show some information about 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5590" />
+      <source>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'Black' tool.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5602" />
+      <source>Format Code</source>
+      <translation type="unfinished">格式化代码</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5603" />
-      <source>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'Black' tool.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5615" />
-      <source>Format Code</source>
-      <translation type="unfinished">格式化代码</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5616" />
       <source>&amp;Format Code</source>
       <translation type="unfinished">&amp;格式化代码</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5623" />
+      <location filename="../Project/Project.py" line="5610" />
       <source>Format the project sources with 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5613" />
+      <source>&lt;b&gt;Format Code&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the formatting run and reformats the project sources using 'Black'.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5625" />
+      <source>Check Code Formatting</source>
+      <translation>代码格式化</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5626" />
-      <source>&lt;b&gt;Format Code&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the formatting run and reformats the project sources using 'Black'.&lt;/p&gt;</source>
+      <source>&amp;Check Code Formatting</source>
+      <translation type="unfinished">&amp;检查代码格式化</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5633" />
+      <source>Check, if the project sources need to be reformatted with 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5638" />
-      <source>Check Code Formatting</source>
-      <translation>代码格式化</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5639" />
-      <source>&amp;Check Code Formatting</source>
-      <translation type="unfinished">&amp;检查代码格式化</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5646" />
-      <source>Check, if the project sources need to be reformatted with 'Black'.</source>
+      <source>&lt;b&gt;Check Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format check run and performs a check, if the project sources need to be reformatted using 'Black'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5651" />
-      <source>&lt;b&gt;Check Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format check run and performs a check, if the project sources need to be reformatted using 'Black'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5664" />
       <source>Code Formatting Diff</source>
       <translation type="unfinished">代码格式化差异</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5652" />
+      <source>Code Formatting &amp;Diff</source>
+      <translation type="unfinished">代码格式化&amp;差异</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5659" />
+      <source>Generate a unified diff of potential project source reformatting with 'Black'.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5665" />
-      <source>Code Formatting &amp;Diff</source>
-      <translation type="unfinished">代码格式化&amp;差异</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5672" />
-      <source>Generate a unified diff of potential project source reformatting with 'Black'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
+      <source>&lt;b&gt;Diff Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format diff run and generates a unified diff of potential project source reformatting using 'Black'.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5830" />
+      <location filename="../Project/Project.py" line="5780" />
+      <location filename="../Project/Project.py" line="5779" />
+      <location filename="../Project/Project.py" line="5679" />
       <location filename="../Project/Project.py" line="5678" />
-      <source>&lt;b&gt;Diff Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format diff run and generates a unified diff of potential project source reformatting using 'Black'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5843" />
-      <location filename="../Project/Project.py" line="5793" />
-      <location filename="../Project/Project.py" line="5792" />
-      <location filename="../Project/Project.py" line="5692" />
-      <location filename="../Project/Project.py" line="5691" />
       <source>Configure</source>
       <translation type="unfinished">配置</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5699" />
+      <location filename="../Project/Project.py" line="5686" />
       <source>Enter the parameters for formatting the project sources with 'Black'.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5704" />
+      <location filename="../Project/Project.py" line="5691" />
       <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This shows a dialog to enter the parameters for formatting the project sources with 'Black'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5720" />
+      <location filename="../Project/Project.py" line="5707" />
       <source>About isort</source>
       <translation type="unfinished">关于isort</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5721" />
+      <location filename="../Project/Project.py" line="5708" />
       <source>&amp;isort</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5727" />
+      <location filename="../Project/Project.py" line="5714" />
       <source>Show some information about 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5716" />
+      <source>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'isort' tool.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5729" />
-      <source>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'isort' tool.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5742" />
-      <location filename="../Project/Project.py" line="5741" />
+      <location filename="../Project/Project.py" line="5728" />
       <source>Sort Imports</source>
       <translation type="unfinished">排序 Imports</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5749" />
+      <location filename="../Project/Project.py" line="5736" />
       <source>Sort the import statements of the project sources with 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5739" />
+      <source>&lt;b&gt;Sort Imports&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting run and sorts the import statements of the project sources using 'isort'.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5753" />
       <location filename="../Project/Project.py" line="5752" />
-      <source>&lt;b&gt;Sort Imports&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting run and sorts the import statements of the project sources using 'isort'.&lt;/p&gt;</source>
+      <source>Imports Sorting Diff</source>
+      <translation type="unfinished">Imports 排序差异</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5760" />
+      <source>Generate a unified diff of potential project source imports resorting with 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="5766" />
-      <location filename="../Project/Project.py" line="5765" />
-      <source>Imports Sorting Diff</source>
-      <translation type="unfinished">Imports 排序差异</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5773" />
-      <source>Generate a unified diff of potential project source imports resorting with 'isort'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5779" />
       <source>&lt;b&gt;Imports Sorting Diff&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting diff run and generates a unified diff of potential project source changes using 'isort'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5800" />
+      <location filename="../Project/Project.py" line="5787" />
       <source>Enter the parameters for resorting the project sources import statements with 'isort'.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5806" />
+      <location filename="../Project/Project.py" line="5793" />
       <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This shows a dialog to enter the parameters for resorting the import statements of the project sources with 'isort'.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5822" />
+      <location filename="../Project/Project.py" line="5809" />
       <source>Install Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5823" />
+      <location filename="../Project/Project.py" line="5810" />
       <source>&amp;Install Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5830" />
+      <location filename="../Project/Project.py" line="5817" />
       <source>Install the project into the embedded environment.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5833" />
+      <location filename="../Project/Project.py" line="5820" />
       <source>&lt;b&gt;Install Project&lt;/b&gt;&lt;p&gt;This installs the project into the embedded virtual environment in editable mode (i.e. development mode).&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5844" />
+      <location filename="../Project/Project.py" line="5831" />
       <source>&amp;Configure</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5838" />
+      <source>Configure the embedded environment.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5841" />
+      <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This opens a dialog to configure the embedded virtual environment of the project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5851" />
-      <source>Configure the embedded environment.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5854" />
-      <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This opens a dialog to configure the embedded virtual environment of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5864" />
       <source>Upgrade</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5865" />
+      <location filename="../Project/Project.py" line="5852" />
       <source>&amp;Upgrade</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5871" />
+      <location filename="../Project/Project.py" line="5858" />
       <source>Upgrade the embedded environment.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5860" />
+      <source>&lt;b&gt;Upgrade&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to upgrade the embedded virtual environment of the project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5872" />
+      <source>Recreate</source>
+      <translation>重建</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5873" />
-      <source>&lt;b&gt;Upgrade&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to upgrade the embedded virtual environment of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5885" />
-      <source>Recreate</source>
-      <translation>重建</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5886" />
       <source>&amp;Recreate</source>
       <translation>&amp;重建</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5892" />
+      <location filename="../Project/Project.py" line="5879" />
       <source>Recreate the embedded environment.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5894" />
+      <location filename="../Project/Project.py" line="5881" />
       <source>&lt;b&gt;Recreate&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to recreate the embedded virtual environment of the project. The existing environment is cleared first.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5926" />
+      <location filename="../Project/Project.py" line="5913" />
       <source>&amp;Project</source>
       <translation>项目(&amp;P)</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5914" />
+      <source>Open &amp;Recent Projects</source>
+      <translation>打开最近的项目</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5916" />
+      <source>Session</source>
+      <translation>会话</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5917" />
+      <source>Debugger</source>
+      <translation>调试器</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5918" />
+      <source>Embedded Environment</source>
+      <translation type="unfinished">内嵌环境</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5920" />
+      <source>Project-T&amp;ools</source>
+      <translation>项目-工&amp;具</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5921" />
+      <source>&amp;Version Control</source>
+      <translation>版本控制(&amp;V)</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5925" />
+      <source>Chec&amp;k</source>
+      <translation>检查(&amp;K)</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5927" />
-      <source>Open &amp;Recent Projects</source>
-      <translation>打开最近的项目</translation>
+      <source>Code &amp;Formatting</source>
+      <translation type="unfinished">代码&amp;格式化</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5929" />
-      <source>Session</source>
-      <translation>会话</translation>
+      <source>Sho&amp;w</source>
+      <translation>显示(&amp;W)</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5930" />
-      <source>Debugger</source>
-      <translation>调试器</translation>
+      <source>&amp;Diagrams</source>
+      <translation>图表(&amp;D)</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5931" />
-      <source>Embedded Environment</source>
-      <translation type="unfinished">内嵌环境</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5933" />
-      <source>Project-T&amp;ools</source>
-      <translation>项目-工&amp;具</translation>
+      <source>Pac&amp;kagers</source>
+      <translation>打包程序(&amp;K)</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5932" />
+      <source>Source &amp;Documentation</source>
+      <translation>源文档(&amp;D)</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5934" />
-      <source>&amp;Version Control</source>
-      <translation>版本控制(&amp;V)</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5938" />
-      <source>Chec&amp;k</source>
-      <translation>检查(&amp;K)</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5940" />
-      <source>Code &amp;Formatting</source>
-      <translation type="unfinished">代码&amp;格式化</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5942" />
-      <source>Sho&amp;w</source>
-      <translation>显示(&amp;W)</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5943" />
-      <source>&amp;Diagrams</source>
-      <translation>图表(&amp;D)</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5944" />
-      <source>Pac&amp;kagers</source>
-      <translation>打包程序(&amp;K)</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5945" />
-      <source>Source &amp;Documentation</source>
-      <translation>源文档(&amp;D)</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5947" />
       <source>Make</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5948" />
+      <location filename="../Project/Project.py" line="5935" />
       <source>Other Tools</source>
       <translation>其它工具</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6110" />
-      <location filename="../Project/Project.py" line="6108" />
+      <location filename="../Project/Project.py" line="6097" />
+      <location filename="../Project/Project.py" line="6095" />
       <source>Project</source>
       <translation>项目</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6192" />
+      <location filename="../Project/Project.py" line="6179" />
       <source>&amp;Clear</source>
       <translation>清除(&amp;C)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6389" />
+      <location filename="../Project/Project.py" line="6376" />
       <source>Search New Files</source>
       <translation>搜索新文件</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6390" />
+      <location filename="../Project/Project.py" line="6377" />
       <source>There were no new files found to be added.</source>
       <translation>没有要添加的新文件。</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6551" />
       <location filename="../Project/Project.py" line="6538" />
+      <location filename="../Project/Project.py" line="6525" />
       <source>Version Control System</source>
       <translation>版本控制系统</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="6526" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="6539" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6552" />
       <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" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="6696" />
+      <source>Coverage Data</source>
+      <translation>覆盖率数据</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6750" />
+      <location filename="../Project/Project.py" line="6697" />
+      <source>There is no main script defined for the current project. Aborting</source>
+      <translation>当前项目未定义主脚本。终止</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="6709" />
-      <source>Coverage Data</source>
-      <translation>覆盖率数据</translation>
+      <source>Code Coverage</source>
+      <translation>代码覆盖率</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6710" />
+      <source>Please select a coverage file</source>
+      <translation>请选择一个覆盖率文件</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="6763" />
-      <location filename="../Project/Project.py" line="6710" />
-      <source>There is no main script defined for the current project. Aborting</source>
-      <translation>当前项目未定义主脚本。终止</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6722" />
-      <source>Code Coverage</source>
-      <translation>代码覆盖率</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6723" />
-      <source>Please select a coverage file</source>
-      <translation>请选择一个覆盖率文件</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6776" />
       <source>Please select a profile file</source>
       <translation>请选择一个剖析文件</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6828" />
+      <location filename="../Project/Project.py" line="6815" />
       <source>Include module names?</source>
       <translation>包含模块名?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6941" />
+      <location filename="../Project/Project.py" line="6928" />
       <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="6996" />
+      <location filename="../Project/Project.py" line="6983" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7307" />
-      <location filename="../Project/Project.py" line="7263" />
-      <location filename="../Project/Project.py" line="7213" />
-      <location filename="../Project/Project.py" line="7202" />
-      <location filename="../Project/Project.py" line="7184" />
-      <location filename="../Project/Project.py" line="7137" />
-      <location filename="../Project/Project.py" line="7107" />
-      <location filename="../Project/Project.py" line="7079" />
-      <location filename="../Project/Project.py" line="7049" />
-      <location filename="../Project/Project.py" line="7034" />
-      <location filename="../Project/Project.py" line="7017" />
+      <location filename="../Project/Project.py" line="7294" />
+      <location filename="../Project/Project.py" line="7250" />
+      <location filename="../Project/Project.py" line="7200" />
+      <location filename="../Project/Project.py" line="7189" />
+      <location filename="../Project/Project.py" line="7171" />
+      <location filename="../Project/Project.py" line="7124" />
+      <location filename="../Project/Project.py" line="7094" />
+      <location filename="../Project/Project.py" line="7066" />
+      <location filename="../Project/Project.py" line="7036" />
+      <location filename="../Project/Project.py" line="7021" />
+      <location filename="../Project/Project.py" line="7004" />
       <source>Create Plugin Archive</source>
       <translation>创建插件存档</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7018" />
+      <location filename="../Project/Project.py" line="7005" />
       <source>The project does not have a main script defined. Aborting...</source>
       <translation>项目未定义主脚本。终止…</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7035" />
+      <location filename="../Project/Project.py" line="7022" />
       <source>Select package lists:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7050" />
+      <location filename="../Project/Project.py" line="7037" />
       <source>&lt;p&gt;No package list files (PKGLIST*) available or selected. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7058" />
+      <location filename="../Project/Project.py" line="7045" />
       <source>Creating plugin archives...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7059" />
+      <location filename="../Project/Project.py" line="7046" />
       <source>Abort</source>
       <translation type="unfinished">终止</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7062" />
+      <location filename="../Project/Project.py" line="7049" />
       <source>%v/%m Archives</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7080" />
+      <location filename="../Project/Project.py" line="7067" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7108" />
+      <location filename="../Project/Project.py" line="7095" />
       <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'; initial_list' line of the header.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7138" />
+      <location filename="../Project/Project.py" line="7125" />
       <source>&lt;p&gt;The eric 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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7185" />
+      <location filename="../Project/Project.py" line="7172" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7203" />
+      <location filename="../Project/Project.py" line="7190" />
       <source>&lt;p&gt;The eric plugin archive files were created with some errors.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7214" />
+      <location filename="../Project/Project.py" line="7201" />
       <source>&lt;p&gt;The eric plugin archive files were created successfully.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7264" />
+      <location filename="../Project/Project.py" line="7251" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7308" />
+      <location filename="../Project/Project.py" line="7295" />
       <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" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7400" />
+      <location filename="../Project/Project.py" line="7387" />
       <source>'Make' is not supported for remote projects. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7448" />
+      <location filename="../Project/Project.py" line="7435" />
       <source>The make process did not start.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="7481" />
+      <source>The make process crashed.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="7489" />
+      <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" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="7494" />
-      <source>The make process crashed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7502" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="7507" />
       <source>&lt;p&gt;There are changes that require the default make target to be rebuilt.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7523" />
+      <location filename="../Project/Project.py" line="7510" />
       <source>The makefile contains errors.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7961" />
+      <location filename="../Project/Project.py" line="7948" />
       <source>Interpreter Missing</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7962" />
+      <location filename="../Project/Project.py" line="7949" />
       <source>The configured interpreter of the embedded environment does not exist anymore. Shall the environment be upgraded?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8043" />
+      <location filename="../Project/Project.py" line="8030" />
       <source>Open Remote Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="8074" />
-      <location filename="../Project/Project.py" line="8059" />
+      <location filename="../Project/Project.py" line="8061" />
+      <location filename="../Project/Project.py" line="8046" />
       <source>Save Remote Project</source>
       <translation type="unfinished" />
     </message>
@@ -65175,9 +65153,9 @@
   <context>
     <name>ProjectFormsBrowser</name>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1131" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1083" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1046" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1110" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1063" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1026" />
       <location filename="../Project/ProjectFormsBrowser.py" line="142" />
       <location filename="../Project/ProjectFormsBrowser.py" line="77" />
       <source>Forms</source>
@@ -65450,102 +65428,112 @@
       <translation>编译窗体</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="732" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="719" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="700" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="683" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="731" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="718" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="699" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="682" />
       <source>New Form</source>
       <translation>新建窗体</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="684" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="683" />
       <source>Select a form type:</source>
       <translation>选择窗体类型:</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="702" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="701" />
       <source>Qt User-Interface Files (*.ui);;All Files (*)</source>
       <translation>Qt 用户界面文件 (*.ui);;所有文件 (*)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="720" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="719" />
       <source>The file already exists! Overwrite it?</source>
       <translation>文件已存在!是否覆盖?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="733" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="732" />
       <source>&lt;p&gt;The new form file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br&gt;Problem: {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/ProjectFormsBrowser.py" line="758" />
+      <source>Delete forms</source>
+      <translation>删除窗体</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectFormsBrowser.py" line="759" />
-      <source>Delete forms</source>
-      <translation>删除窗体</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="760" />
       <source>Do you really want to delete these forms from the project?</source>
       <translation>确定要从项目中删除这些窗体?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="888" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="877" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="870" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="883" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="872" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="865" />
       <source>Form Compilation</source>
       <translation>窗体编译</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="871" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="866" />
       <source>The compilation of the form file was successful.</source>
       <translation>窗体文件编译成功。</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="878" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="873" />
       <source>&lt;p&gt;The compilation of the form file failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;窗体文件编译失败。&lt;/p&gt;&lt;p&gt;原因:{0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="889" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="884" />
       <source>The compilation of the form file failed.</source>
       <translation>窗体文件编译失败。</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="977" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="931" />
+      <source>Error Compiling Form</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="932" />
+      <source>The project type &lt;b&gt;{0}&lt;/b&gt; is not supported.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectFormsBrowser.py" line="957" />
       <source>Process Generation Error</source>
       <translation>进程生成错误</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="978" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="958" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation type="unfinished">无法启动 {0}。请保证它处在搜索路径中。</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1074" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1037" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1054" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1017" />
       <source>Compiling forms...</source>
       <translation>正在编译窗体…</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1124" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1075" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1038" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1103" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1055" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1018" />
       <source>Abort</source>
       <translation>终止</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1127" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1078" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1041" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1106" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1058" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1021" />
       <source>%v/%m Forms</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1123" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1102" />
       <source>Determining changed forms...</source>
       <translation>正在确定更改的窗体…</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1153" />
+      <location filename="../Project/ProjectFormsBrowser.py" line="1132" />
       <source>Compiling changed forms...</source>
       <translation>正在编译更改的窗体…</translation>
     </message>
@@ -65997,9 +65985,9 @@
   <context>
     <name>ProjectResourcesBrowser</name>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="940" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="864" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="828" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="926" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="850" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="814" />
       <location filename="../Project/ProjectResourcesBrowser.py" line="87" />
       <location filename="../Project/ProjectResourcesBrowser.py" line="68" />
       <source>Resources</source>
@@ -66026,219 +66014,219 @@
       <translation type="unfinished">资源浏览器</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="163" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="150" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="161" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="148" />
       <source>Compile resource</source>
       <translation>编译资源</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="384" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="373" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="334" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="323" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="241" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="229" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="170" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="152" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="372" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="361" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="324" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="313" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="235" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="223" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="168" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="150" />
       <source>Compile all resources</source>
       <translation>编译所有资源</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="377" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="327" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="288" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="233" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="156" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="365" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="317" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="280" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="227" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="154" />
       <source>Configure rcc Compiler</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="300" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="179" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="292" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="177" />
       <source>Open</source>
       <translation>打开</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="181" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="179" />
       <source>Rename file</source>
       <translation>重命名文件</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="339" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="302" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="183" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="329" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="294" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="181" />
       <source>Remove from project</source>
       <translation>从项目移除</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="341" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="304" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="185" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="331" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="296" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="183" />
       <source>Delete</source>
       <translation>删除</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="335" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="243" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="230" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="196" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="191" />
+      <source>New resource...</source>
+      <translation>新建资源…</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="378" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="336" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="248" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="200" />
+      <source>Add resources...</source>
+      <translation>添加资源…</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="381" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="338" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="251" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="202" />
+      <source>Add resources directory...</source>
+      <translation>添加资源文件夹…</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectResourcesBrowser.py" line="343" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="257" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="207" />
+      <source>Show in File Manager</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/ProjectResourcesBrowser.py" line="345" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="249" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="236" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="200" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="195" />
-      <source>New resource...</source>
-      <translation>新建资源…</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="390" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="346" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="254" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="204" />
-      <source>Add resources...</source>
-      <translation>添加资源…</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="393" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="348" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="257" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="206" />
-      <source>Add resources directory...</source>
-      <translation>添加资源文件夹…</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="353" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="263" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="211" />
-      <source>Show in File Manager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="355" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="213" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="209" />
       <source>Copy Path to Clipboard</source>
       <translation>将路径复制到剪贴板</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="398" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="357" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="307" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="266" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="215" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="386" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="347" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="299" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="260" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="211" />
       <source>Expand all directories</source>
       <translation>展开所有文件夹</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="401" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="359" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="309" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="268" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="216" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="389" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="349" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="301" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="262" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="212" />
       <source>Collapse all directories</source>
       <translation>折叠所有文件夹</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="404" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="362" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="312" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="271" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="218" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="392" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="352" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="304" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="265" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="214" />
       <source>Configure...</source>
       <translation>配置…</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="295" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="284" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="287" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="276" />
       <source>Compile resources</source>
       <translation>编译资源</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="583" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="562" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="543" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="571" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="550" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="531" />
       <source>New Resource</source>
       <translation>新建资源</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="545" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="533" />
       <source>Qt Resource Files (*.qrc)</source>
       <translation>Qt 资源文件 (*.qrc)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="563" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="551" />
       <source>The file already exists! Overwrite it?</source>
       <translation>文件已存在!是否覆盖?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="584" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="572" />
       <source>&lt;p&gt;The new resource file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br&gt;Problem: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="610" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="598" />
       <source>Delete resources</source>
       <translation>删除资源</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="611" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="599" />
       <source>Do you really want to delete these resources from the project?</source>
       <translation>确定要从项目中删除这些资源?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="705" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="696" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="689" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="693" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="684" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="677" />
       <source>Resource Compilation</source>
       <translation>资源编译</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="690" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="678" />
       <source>The compilation of the resource file was successful.</source>
       <translation>资源文件编译成功。</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="697" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="685" />
       <source>&lt;p&gt;The compilation of the resource file failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="706" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="694" />
       <source>The compilation of the resource file failed.</source>
       <translation>资源文件编译失败。</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="789" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="775" />
       <source>Process Generation Error</source>
       <translation>进程生成错误</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="790" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="776" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation>无法启动 {0}。请保证它处在搜索路径中。</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="855" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="819" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="841" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="805" />
       <source>Compiling resources...</source>
       <translation>正在编译资源…</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="933" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="856" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="820" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="919" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="842" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="806" />
       <source>Abort</source>
       <translation>终止</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="936" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="859" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="823" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="922" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="845" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="809" />
       <source>%v/%m Resources</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="932" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="918" />
       <source>Determining changed resources...</source>
       <translation>正在确认改变的资源…</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="970" />
+      <location filename="../Project/ProjectResourcesBrowser.py" line="956" />
       <source>Compiling changed resources...</source>
       <translation>正在编译改变的资源…</translation>
     </message>
@@ -66774,250 +66762,250 @@
       <translation type="unfinished">翻译浏览器</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="508" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="467" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="450" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="428" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="294" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="236" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="211" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="180" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="502" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="461" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="444" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="422" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="292" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="234" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="209" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="178" />
       <source>Open in Editor</source>
       <translation>在编辑器中打开</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="253" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="186" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="251" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="184" />
       <source>Generate translation</source>
       <translation>生成翻译</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="263" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="191" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="261" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="189" />
       <source>Generate translation (with obsolete)</source>
       <translation>生成翻译(包括不使用的翻译)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="572" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="543" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="378" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="350" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="272" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="197" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="564" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="535" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="374" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="346" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="270" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="195" />
       <source>Generate all translations</source>
       <translation>生成所有翻译</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="573" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="539" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="383" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="350" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="279" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="199" />
+      <source>Generate all translations (with obsolete)</source>
+      <translation>生成所有翻译(包括不使用的翻译)</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="440" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="205" />
+      <source>Open in Qt-Linguist</source>
+      <translation>在 Qt 语言家中打开</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="299" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="214" />
+      <source>Release translation</source>
+      <translation>发布翻译</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="581" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="547" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="387" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="354" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="281" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="201" />
-      <source>Generate all translations (with obsolete)</source>
-      <translation>生成所有翻译(包括不使用的翻译)</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="446" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="207" />
-      <source>Open in Qt-Linguist</source>
-      <translation>在 Qt 语言家中打开</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="301" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="216" />
-      <source>Release translation</source>
-      <translation>发布翻译</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="589" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="552" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="395" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="359" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="310" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="221" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="544" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="391" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="355" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="308" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="219" />
       <source>Release all translations</source>
       <translation>发布所有翻译</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="226" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="224" />
       <source>Preview translation</source>
       <translation>预览翻译</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="557" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="364" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="230" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="549" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="360" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="228" />
       <source>Preview all translations</source>
       <translation>预览所有翻译</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="563" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="475" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="370" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="244" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="555" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="469" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="366" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="242" />
       <source>Extract messages</source>
       <translation>提取消息</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="503" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="289" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="497" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="287" />
       <source>Open</source>
       <translation>打开</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="523" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="317" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="517" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="315" />
       <source>Remove from project</source>
       <translation>从项目移除</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="587" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="520" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="318" />
+      <source>Delete</source>
+      <translation>删除</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="592" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="398" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="322" />
+      <source>New translation...</source>
+      <translation type="unfinished">新的翻译…</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="595" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="526" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="320" />
-      <source>Delete</source>
-      <translation>删除</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="600" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="402" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="324" />
-      <source>New translation...</source>
-      <translation type="unfinished">新的翻译…</translation>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="401" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="325" />
+      <source>Add translation files...</source>
+      <translation>添加翻译文件…</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="599" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="405" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="330" />
+      <source>Show in File Manager</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="601" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="332" />
+      <source>Copy Path to Clipboard</source>
+      <translation>将路径复制到剪贴板</translation>
     </message>
     <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="603" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="405" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="327" />
-      <source>Add translation files...</source>
-      <translation>添加翻译文件…</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="607" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="409" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="332" />
-      <source>Show in File Manager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="609" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="523" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="408" />
       <location filename="../Project/ProjectTranslationsBrowser.py" line="334" />
-      <source>Copy Path to Clipboard</source>
-      <translation>将路径复制到剪贴板</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="611" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="529" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="412" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="336" />
       <source>Configure...</source>
       <translation>配置…</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="484" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="434" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="478" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="428" />
       <source>Generate translations</source>
       <translation>生成翻译</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="494" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="439" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="488" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="433" />
       <source>Generate translations (with obsolete)</source>
       <translation>生成翻译(包括过时的)</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="515" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="455" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="509" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="449" />
       <source>Release translations</source>
       <translation>发布翻译</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="461" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="455" />
       <source>Preview translations</source>
       <translation>预览翻译</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="866" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="850" />
       <source>Delete translation files</source>
       <translation>删除翻译文件</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="867" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="851" />
       <source>Do you really want to delete these translation files from the project?</source>
       <translation>确定要从项目中删除这些翻译?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1560" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1035" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="995" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1540" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1019" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="979" />
       <source>Write temporary project file</source>
       <translation>写入临时项目文件</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1561" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1287" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="996" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1541" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1269" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="980" />
       <source>No translation files (*.ts) selected.</source>
       <translation>未选择翻译文件 (*.ts)。</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1036" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1020" />
       <source>&lt;p&gt;The temporary project 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="../Project/ProjectTranslationsBrowser.py" line="1286" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1173" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1161" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1268" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1157" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1145" />
       <source>Translation file generation</source>
       <translation>翻译文件生成</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1162" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1146" />
       <source>The generation of the translation files (*.ts) was successful.</source>
       <translation>翻译文件 (*.ts) 生成成功。</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1168" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1152" />
       <source> The process has crashed.</source>
       <translation> 进程已崩溃。</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1174" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1158" />
       <source>The generation of the translation files (*.ts) has failed.{0}</source>
       <translation>翻译文件 (*.ts) 生成失败。{0}</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1590" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1388" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1340" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1570" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1370" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1322" />
       <source>Process Generation Error</source>
       <translation>进程生成错误</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1389" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1341" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1371" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1323" />
       <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
       <translation>无法启动 {0}。请保证它处在搜索路径中。</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1477" />
       <location filename="../Project/ProjectTranslationsBrowser.py" line="1459" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1441" />
       <source>Translation file release</source>
       <translation>翻译文件发布</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1442" />
+      <source>The release of the translation files (*.qm) was successful.</source>
+      <translation>翻译文件 (*.qm) 发布成功。</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectTranslationsBrowser.py" line="1460" />
-      <source>The release of the translation files (*.qm) was successful.</source>
-      <translation>翻译文件 (*.qm) 发布成功。</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1478" />
       <source>The release of the translation files (*.qm) has failed.</source>
       <translation>翻译文件 (*.qm) 发布失败。</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1591" />
+      <location filename="../Project/ProjectTranslationsBrowser.py" line="1571" />
       <source>&lt;p&gt;Could not start lrelease.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;无法启动 lrelease。&lt;br&gt;请确保它作为 &lt;b&gt;{0}&lt;/b&gt; 可用。&lt;/p&gt;</translation>
     </message>
@@ -71775,7 +71763,7 @@
   <context>
     <name>QtPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.py" line="139" />
+      <location filename="../Preferences/ConfigurationPages/QtPage.py" line="124" />
       <source>Sample: {0}designer{1}</source>
       <translation type="unfinished" />
     </message>
@@ -71818,7 +71806,6 @@
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Tools Directory:</source>
       <translation type="unfinished">工具目录:</translation>
     </message>
@@ -71891,16 +71878,10 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt 5</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>PyQt 6</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Virtual Environment:</source>
@@ -71909,71 +71890,23 @@
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Select the virtual environment to be used</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Press to open the virtual environment manager dialog</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Press to refresh the list of vitual environments</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Enter the path of the PyQt 5 tools directory, if they are not found.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>pyuic5 Options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Indent Width:</source>
-      <translation>缩进宽度:</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Select the indent width (default: 4)</source>
-      <translation>缩进宽度(默认值:4)</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Generate imports relative to '.'</source>
-      <translation type="unfinished">生成 imports 相对于'.'</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Select to generate extra code to test and display the form</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Generate Extra Test Code</source>
-      <translation type="unfinished">生成额外的测试代码</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt 6</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>Enter the path of the PyQt 6 tools directory, if they are not found.</source>
       <translation type="unfinished" />
     </message>
@@ -71984,6 +71917,26 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Select to generate extra code to test and display the form</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Generate Extra Test Code</source>
+      <translation type="unfinished">生成额外的测试代码</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Select the indent width (default: 4)</source>
+      <translation>缩进宽度(默认值:4)</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Indent Width:</source>
+      <translation>缩进宽度:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
       <source>PySide6</source>
       <translation type="unfinished" />
     </message>
@@ -71997,6 +71950,11 @@
       <source>pyside6-uic Options</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
+      <source>Generate imports relative to '.'</source>
+      <translation type="unfinished">生成 imports 相对于'.'</translation>
+    </message>
   </context>
   <context>
     <name>Queues</name>
@@ -91739,7 +91697,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7866" />
+      <location filename="../UI/UserInterface.py" line="7822" />
       <location filename="../UI/UserInterface.py" line="1956" />
       <location filename="../UI/UserInterface.py" line="1949" />
       <source>Load session</source>
@@ -92456,7 +92414,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4712" />
+      <location filename="../UI/UserInterface.py" line="4668" />
       <location filename="../UI/UserInterface.py" line="2813" />
       <source>Report Bug</source>
       <translation>报告错误</translation>
@@ -92497,7 +92455,7 @@
       <translation>&lt;b&gt;请求功能…&lt;/b&gt;&lt;p&gt;打开一个对话框并发送一个功能请求。&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4148" />
+      <location filename="../UI/UserInterface.py" line="4104" />
       <location filename="../UI/UserInterface.py" line="2843" />
       <source>Testing</source>
       <translation>测试</translation>
@@ -92830,7 +92788,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6605" />
+      <location filename="../UI/UserInterface.py" line="6561" />
       <location filename="../UI/UserInterface.py" line="3173" />
       <source>Snapshot</source>
       <translation>快照</translation>
@@ -93067,8 +93025,8 @@
       <translation>&lt;b&gt;键盘快捷键&lt;/b&gt;&lt;p&gt;将程序的键盘快捷键设置成你喜欢的按键。&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7574" />
-      <location filename="../UI/UserInterface.py" line="7555" />
+      <location filename="../UI/UserInterface.py" line="7530" />
+      <location filename="../UI/UserInterface.py" line="7511" />
       <location filename="../UI/UserInterface.py" line="3403" />
       <source>Export Keyboard Shortcuts</source>
       <translation>导出键盘快捷键</translation>
@@ -93089,7 +93047,7 @@
       <translation>&lt;b&gt;导出键盘快捷键&lt;/b&gt;&lt;p&gt;导出程序的键盘快捷键。&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7593" />
+      <location filename="../UI/UserInterface.py" line="7549" />
       <location filename="../UI/UserInterface.py" line="3422" />
       <source>Import Keyboard Shortcuts</source>
       <translation>导入键盘快捷键</translation>
@@ -93275,678 +93233,662 @@
     <message>
       <location filename="../UI/UserInterface.py" line="3653" />
       <location filename="../UI/UserInterface.py" line="3652" />
-      <source>Qt5 Documentation</source>
-      <translation>Qt5 文档</translation>
+      <source>Qt6 Documentation</source>
+      <translation type="unfinished">Qt6 文档</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3659" />
-      <source>Open Qt5 Documentation</source>
-      <translation>打开 Qt5 文档</translation>
+      <source>Open Qt6 Documentation</source>
+      <translation type="unfinished">打开 Qt6 文档</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3661" />
-      <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's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3674" />
       <location filename="../UI/UserInterface.py" line="3673" />
-      <source>Qt6 Documentation</source>
-      <translation type="unfinished">Qt6 文档</translation>
+      <source>PyQt6 Documentation</source>
+      <translation type="unfinished">PyQt6 文档</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3680" />
-      <source>Open Qt6 Documentation</source>
-      <translation type="unfinished">打开 Qt6 文档</translation>
+      <source>Open PyQt6 Documentation</source>
+      <translation type="unfinished">打开 PyQt6 文档</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3682" />
-      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3695" />
-      <location filename="../UI/UserInterface.py" line="3694" />
-      <source>PyQt5 Documentation</source>
-      <translation>PyQt5 文档</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3701" />
-      <source>Open PyQt5 Documentation</source>
-      <translation>打开 PyQt5 文档</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3703" />
-      <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's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3716" />
-      <location filename="../UI/UserInterface.py" line="3715" />
-      <source>PyQt6 Documentation</source>
-      <translation type="unfinished">PyQt6 文档</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3722" />
-      <source>Open PyQt6 Documentation</source>
-      <translation type="unfinished">打开 PyQt6 文档</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3724" />
       <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3742" />
-      <location filename="../UI/UserInterface.py" line="3741" />
+      <location filename="../UI/UserInterface.py" line="3700" />
+      <location filename="../UI/UserInterface.py" line="3699" />
       <source>Python 3 Documentation</source>
       <translation>Python 3 文档</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3748" />
+      <location filename="../UI/UserInterface.py" line="3706" />
       <source>Open Python 3 Documentation</source>
       <translation>打开 Python 3 文档</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3750" />
+      <location filename="../UI/UserInterface.py" line="3708" />
       <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="3769" />
-      <location filename="../UI/UserInterface.py" line="3768" />
+      <location filename="../UI/UserInterface.py" line="3727" />
+      <location filename="../UI/UserInterface.py" line="3726" />
       <source>eric API Documentation</source>
       <translation type="unfinished">eric API 文档</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3775" />
+      <location filename="../UI/UserInterface.py" line="3733" />
       <source>Open eric API Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3777" />
+      <location filename="../UI/UserInterface.py" line="3735" />
       <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 eric installation directory.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3795" />
-      <location filename="../UI/UserInterface.py" line="3794" />
+      <location filename="../UI/UserInterface.py" line="3753" />
+      <location filename="../UI/UserInterface.py" line="3752" />
       <source>PySide6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3801" />
+      <location filename="../UI/UserInterface.py" line="3759" />
       <source>Open PySide6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3803" />
+      <location filename="../UI/UserInterface.py" line="3761" />
       <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3839" />
+      <location filename="../UI/UserInterface.py" line="3797" />
       <source>Sessions</source>
       <translation type="unfinished">会话</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3920" />
+      <location filename="../UI/UserInterface.py" line="3878" />
       <source>E&amp;xtras</source>
       <translation>扩展(&amp;X)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3930" />
+      <location filename="../UI/UserInterface.py" line="3888" />
       <source>Wi&amp;zards</source>
       <translation>向导(&amp;Z)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3948" />
+      <location filename="../UI/UserInterface.py" line="3906" />
       <source>P&amp;lugins</source>
       <translation>插件(&amp;L)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3957" />
+      <location filename="../UI/UserInterface.py" line="3915" />
       <source>Configure...</source>
       <translation>配置…</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3966" />
+      <location filename="../UI/UserInterface.py" line="3924" />
       <source>&amp;Testing</source>
       <translation>&amp;测试</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3983" />
+      <location filename="../UI/UserInterface.py" line="3941" />
       <source>Select Tool Group</source>
       <translation>选择工具组</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3952" />
+      <source>Se&amp;ttings</source>
+      <translation>设置(&amp;T)</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3985" />
+      <source>&amp;Window</source>
+      <translation>窗口(&amp;W)</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3994" />
-      <source>Se&amp;ttings</source>
-      <translation>设置(&amp;T)</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4027" />
-      <source>&amp;Window</source>
-      <translation>窗口(&amp;W)</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4036" />
       <source>&amp;Windows</source>
       <translation>窗口(&amp;W)</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3998" />
+      <source>Central Park</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4002" />
+      <source>Left Side</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4021" />
+      <source>Right Side</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="4040" />
-      <source>Central Park</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4044" />
-      <source>Left Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4063" />
-      <source>Right Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4082" />
       <source>Bottom Side</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4090" />
+      <location filename="../UI/UserInterface.py" line="4048" />
       <source>Plug-ins</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4096" />
+      <location filename="../UI/UserInterface.py" line="4054" />
       <source>&amp;Toolbars</source>
       <translation>工具栏(&amp;T)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4109" />
+      <location filename="../UI/UserInterface.py" line="4067" />
       <source>&amp;Help</source>
       <translation>帮助(&amp;H)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4164" />
-      <location filename="../UI/UserInterface.py" line="4147" />
+      <location filename="../UI/UserInterface.py" line="4120" />
+      <location filename="../UI/UserInterface.py" line="4103" />
       <source>Tools</source>
       <translation>工具</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4166" />
-      <location filename="../UI/UserInterface.py" line="4151" />
+      <location filename="../UI/UserInterface.py" line="4122" />
+      <location filename="../UI/UserInterface.py" line="4107" />
       <source>Settings</source>
       <translation>设置</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6335" />
-      <location filename="../UI/UserInterface.py" line="4167" />
-      <location filename="../UI/UserInterface.py" line="4152" />
+      <location filename="../UI/UserInterface.py" line="6291" />
+      <location filename="../UI/UserInterface.py" line="4123" />
+      <location filename="../UI/UserInterface.py" line="4108" />
       <source>Help</source>
       <translation>帮助</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4168" />
-      <location filename="../UI/UserInterface.py" line="4153" />
+      <location filename="../UI/UserInterface.py" line="4124" />
+      <location filename="../UI/UserInterface.py" line="4109" />
       <source>Profiles</source>
       <translation>模式</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4169" />
-      <location filename="../UI/UserInterface.py" line="4154" />
+      <location filename="../UI/UserInterface.py" line="4125" />
+      <location filename="../UI/UserInterface.py" line="4110" />
       <source>Plugins</source>
       <translation>插件</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4165" />
+      <location filename="../UI/UserInterface.py" line="4121" />
       <source>Unittest</source>
       <translation>单元测试</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4342" />
+      <location filename="../UI/UserInterface.py" line="4298" />
       <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="4351" />
+      <location filename="../UI/UserInterface.py" line="4307" />
       <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="4360" />
+      <location filename="../UI/UserInterface.py" line="4316" />
       <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="4369" />
+      <location filename="../UI/UserInterface.py" line="4325" />
       <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="4378" />
+      <location filename="../UI/UserInterface.py" line="4334" />
       <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="4387" />
+      <location filename="../UI/UserInterface.py" line="4343" />
       <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>
     <message>
-      <location filename="../UI/UserInterface.py" line="4401" />
+      <location filename="../UI/UserInterface.py" line="4357" />
       <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4475" />
-      <location filename="../UI/UserInterface.py" line="4434" />
+      <location filename="../UI/UserInterface.py" line="4431" />
+      <location filename="../UI/UserInterface.py" line="4390" />
       <source>External Tools/{0}</source>
       <translation>外部工具/{0}</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4583" />
+      <location filename="../UI/UserInterface.py" line="4539" />
       <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="4653" />
+      <location filename="../UI/UserInterface.py" line="4609" />
       <source>Desktop</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4657" />
+      <location filename="../UI/UserInterface.py" line="4613" />
       <source>Session Type</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4713" />
+      <location filename="../UI/UserInterface.py" line="4669" />
       <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="5048" />
+      <location filename="../UI/UserInterface.py" line="5004" />
       <source>Restart application</source>
       <translation>重启程序</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5049" />
+      <location filename="../UI/UserInterface.py" line="5005" />
       <source>The application needs to be restarted. Do it now?</source>
       <translation>程序需要重启。现在重启?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5073" />
+      <location filename="../UI/UserInterface.py" line="5029" />
       <source>Upgrade PyQt</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5074" />
+      <location filename="../UI/UserInterface.py" line="5030" />
       <source>eric needs to be closed in order to upgrade PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5098" />
+      <location filename="../UI/UserInterface.py" line="5054" />
       <source>Upgrade Eric</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5099" />
+      <location filename="../UI/UserInterface.py" line="5055" />
       <source>eric needs to be closed in order to be upgraded. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5124" />
+      <location filename="../UI/UserInterface.py" line="5080" />
       <source>Upgrade Eric and PyQt6</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5125" />
+      <location filename="../UI/UserInterface.py" line="5081" />
       <source>eric needs to be closed in order to upgrade eric and PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
  Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5187" />
+      <location filename="../UI/UserInterface.py" line="5143" />
       <source>&amp;Builtin Tools</source>
       <translation>内建工具(&amp;B)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5207" />
+      <location filename="../UI/UserInterface.py" line="5163" />
       <source>&amp;Plugin Tools</source>
       <translation>插件工具(&amp;P)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5210" />
+      <location filename="../UI/UserInterface.py" line="5166" />
       <source>&amp;User Tools</source>
       <translation>用户工具(&amp;U)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5236" />
+      <location filename="../UI/UserInterface.py" line="5192" />
       <source>Configure Tool Groups ...</source>
       <translation>配置工具组…</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5240" />
+      <location filename="../UI/UserInterface.py" line="5196" />
       <source>Configure current Tool Group ...</source>
       <translation>配置当前工具组…</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5279" />
-      <location filename="../UI/UserInterface.py" line="5259" />
+      <location filename="../UI/UserInterface.py" line="5235" />
+      <location filename="../UI/UserInterface.py" line="5215" />
       <source>No User Tools Configured</source>
       <translation>没有配置的用户工具</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5355" />
+      <location filename="../UI/UserInterface.py" line="5311" />
       <source>&amp;Show all</source>
       <translation>全部显示(&amp;S)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5357" />
+      <location filename="../UI/UserInterface.py" line="5313" />
       <source>&amp;Hide all</source>
       <translation>全部隐藏(&amp;H)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6472" />
-      <location filename="../UI/UserInterface.py" line="6461" />
-      <location filename="../UI/UserInterface.py" line="6413" />
-      <location filename="../UI/UserInterface.py" line="6403" />
-      <location filename="../UI/UserInterface.py" line="6226" />
-      <location filename="../UI/UserInterface.py" line="6216" />
-      <location filename="../UI/UserInterface.py" line="6158" />
-      <location filename="../UI/UserInterface.py" line="6148" />
+      <location filename="../UI/UserInterface.py" line="6428" />
+      <location filename="../UI/UserInterface.py" line="6417" />
+      <location filename="../UI/UserInterface.py" line="6369" />
+      <location filename="../UI/UserInterface.py" line="6359" />
+      <location filename="../UI/UserInterface.py" line="6182" />
+      <location filename="../UI/UserInterface.py" line="6172" />
+      <location filename="../UI/UserInterface.py" line="6114" />
+      <location filename="../UI/UserInterface.py" line="6104" />
       <source>Problem</source>
       <translation>问题</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6473" />
-      <location filename="../UI/UserInterface.py" line="6462" />
-      <location filename="../UI/UserInterface.py" line="6414" />
-      <location filename="../UI/UserInterface.py" line="6404" />
-      <location filename="../UI/UserInterface.py" line="6227" />
-      <location filename="../UI/UserInterface.py" line="6217" />
-      <location filename="../UI/UserInterface.py" line="6159" />
-      <location filename="../UI/UserInterface.py" line="6149" />
+      <location filename="../UI/UserInterface.py" line="6429" />
+      <location filename="../UI/UserInterface.py" line="6418" />
+      <location filename="../UI/UserInterface.py" line="6370" />
+      <location filename="../UI/UserInterface.py" line="6360" />
+      <location filename="../UI/UserInterface.py" line="6183" />
+      <location filename="../UI/UserInterface.py" line="6173" />
+      <location filename="../UI/UserInterface.py" line="6115" />
+      <location filename="../UI/UserInterface.py" line="6105" />
       <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="6714" />
-      <location filename="../UI/UserInterface.py" line="6625" />
-      <location filename="../UI/UserInterface.py" line="6508" />
-      <location filename="../UI/UserInterface.py" line="6485" />
-      <location filename="../UI/UserInterface.py" line="6426" />
-      <location filename="../UI/UserInterface.py" line="6373" />
-      <location filename="../UI/UserInterface.py" line="6351" />
-      <location filename="../UI/UserInterface.py" line="6302" />
-      <location filename="../UI/UserInterface.py" line="6293" />
+      <location filename="../UI/UserInterface.py" line="6670" />
+      <location filename="../UI/UserInterface.py" line="6581" />
+      <location filename="../UI/UserInterface.py" line="6464" />
+      <location filename="../UI/UserInterface.py" line="6441" />
+      <location filename="../UI/UserInterface.py" line="6382" />
+      <location filename="../UI/UserInterface.py" line="6329" />
+      <location filename="../UI/UserInterface.py" line="6307" />
       <location filename="../UI/UserInterface.py" line="6258" />
       <location filename="../UI/UserInterface.py" line="6249" />
-      <location filename="../UI/UserInterface.py" line="6190" />
-      <location filename="../UI/UserInterface.py" line="6181" />
+      <location filename="../UI/UserInterface.py" line="6214" />
+      <location filename="../UI/UserInterface.py" line="6205" />
+      <location filename="../UI/UserInterface.py" line="6146" />
+      <location filename="../UI/UserInterface.py" line="6137" />
       <source>Process Generation Error</source>
       <translation>进程生成错误</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6182" />
+      <location filename="../UI/UserInterface.py" line="6138" />
       <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="6191" />
+      <location filename="../UI/UserInterface.py" line="6147" />
       <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" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6206" />
+      <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="6215" />
+      <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" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6250" />
-      <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>
+      <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="6259" />
-      <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" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6294" />
-      <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="6303" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6336" />
+      <location filename="../UI/UserInterface.py" line="6292" />
       <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="6352" />
+      <location filename="../UI/UserInterface.py" line="6308" />
       <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="6374" />
+      <location filename="../UI/UserInterface.py" line="6330" />
       <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="6427" />
+      <location filename="../UI/UserInterface.py" line="6383" />
       <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="6486" />
+      <location filename="../UI/UserInterface.py" line="6442" />
       <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="6509" />
+      <location filename="../UI/UserInterface.py" line="6465" />
       <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="6562" />
+      <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6582" />
+      <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="6615" />
+      <location filename="../UI/UserInterface.py" line="6605" />
+      <source>External Tools</source>
+      <translation>外部工具</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6606" />
-      <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6626" />
-      <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="6659" />
-      <location filename="../UI/UserInterface.py" line="6649" />
-      <source>External Tools</source>
-      <translation>外部工具</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6650" />
       <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6660" />
+      <location filename="../UI/UserInterface.py" line="6616" />
       <source>No toolgroup entry '{0}' found.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6697" />
+      <location filename="../UI/UserInterface.py" line="6653" />
       <source>Starting process '{0} {1}'.
 </source>
       <translation>正在启动进程“{0} {1}”。
 </translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6715" />
+      <location filename="../UI/UserInterface.py" line="6671" />
       <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" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6794" />
+      <location filename="../UI/UserInterface.py" line="6750" />
       <source>Process '{0}' has exited.
 </source>
       <translation>进程“{0}”已退出。
 </translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7082" />
-      <location filename="../UI/UserInterface.py" line="7020" />
+      <location filename="../UI/UserInterface.py" line="7038" />
       <location filename="../UI/UserInterface.py" line="6976" />
-      <location filename="../UI/UserInterface.py" line="6902" />
-      <location filename="../UI/UserInterface.py" line="6838" />
+      <location filename="../UI/UserInterface.py" line="6932" />
+      <location filename="../UI/UserInterface.py" line="6858" />
+      <location filename="../UI/UserInterface.py" line="6794" />
       <source>Documentation Missing</source>
       <translation>文档缺失</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7083" />
-      <location filename="../UI/UserInterface.py" line="7021" />
+      <location filename="../UI/UserInterface.py" line="7039" />
       <location filename="../UI/UserInterface.py" line="6977" />
-      <location filename="../UI/UserInterface.py" line="6903" />
-      <location filename="../UI/UserInterface.py" line="6839" />
+      <location filename="../UI/UserInterface.py" line="6933" />
+      <location filename="../UI/UserInterface.py" line="6859" />
+      <location filename="../UI/UserInterface.py" line="6795" />
       <source>&lt;p&gt;The documentation starting point "&lt;b&gt;{0}&lt;/b&gt;" could not be found.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7064" />
-      <location filename="../UI/UserInterface.py" line="6946" />
+      <location filename="../UI/UserInterface.py" line="7020" />
+      <location filename="../UI/UserInterface.py" line="6902" />
       <source>Documentation</source>
       <translation>文档</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6947" />
+      <location filename="../UI/UserInterface.py" line="6903" />
       <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7065" />
+      <location filename="../UI/UserInterface.py" line="7021" />
       <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7244" />
-      <location filename="../UI/UserInterface.py" line="7180" />
+      <location filename="../UI/UserInterface.py" line="7200" />
+      <location filename="../UI/UserInterface.py" line="7136" />
       <source>Start Web Browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7181" />
+      <location filename="../UI/UserInterface.py" line="7137" />
       <source>The eric web browser could not be started.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7245" />
+      <location filename="../UI/UserInterface.py" line="7201" />
       <source>&lt;p&gt;The eric web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7291" />
+      <location filename="../UI/UserInterface.py" line="7247" />
       <source>Open Browser</source>
       <translation>打开浏览器</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7291" />
+      <location filename="../UI/UserInterface.py" line="7247" />
       <source>Could not start a web browser</source>
       <translation>无法启动网络浏览器</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7595" />
-      <location filename="../UI/UserInterface.py" line="7557" />
+      <location filename="../UI/UserInterface.py" line="7551" />
+      <location filename="../UI/UserInterface.py" line="7513" />
       <source>Keyboard Shortcuts File (*.ekj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7575" />
+      <location filename="../UI/UserInterface.py" line="7531" />
       <source>&lt;p&gt;The keyboard shortcuts file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7779" />
+      <location filename="../UI/UserInterface.py" line="7735" />
       <source>Load crash session...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7782" />
+      <location filename="../UI/UserInterface.py" line="7738" />
       <source>Clean crash sessions...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7819" />
+      <location filename="../UI/UserInterface.py" line="7775" />
       <source>Read Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7820" />
+      <location filename="../UI/UserInterface.py" line="7776" />
       <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="7843" />
+      <location filename="../UI/UserInterface.py" line="7799" />
       <source>Save Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7868" />
-      <location filename="../UI/UserInterface.py" line="7845" />
+      <location filename="../UI/UserInterface.py" line="7824" />
+      <location filename="../UI/UserInterface.py" line="7801" />
       <source>eric Session Files (*.esj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8374" />
+      <location filename="../UI/UserInterface.py" line="8330" />
       <source>Drop Error</source>
       <translation>降落误差</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8375" />
+      <location filename="../UI/UserInterface.py" line="8331" />
       <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="8550" />
+      <location filename="../UI/UserInterface.py" line="8506" />
       <source>Upgrade available</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8551" />
+      <location filename="../UI/UserInterface.py" line="8507" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8599" />
+      <location filename="../UI/UserInterface.py" line="8555" />
       <source>First time usage</source>
       <translation>第一次使用</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8600" />
+      <location filename="../UI/UserInterface.py" line="8556" />
       <source>eric has not been configured yet. The configuration dialog will be started.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8622" />
+      <location filename="../UI/UserInterface.py" line="8578" />
       <source>Select Workspace Directory</source>
       <translation>选择工作区目录</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8790" />
+      <location filename="../UI/UserInterface.py" line="8746" />
       <source>Unsaved Data Detected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8791" />
+      <location filename="../UI/UserInterface.py" line="8747" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <source>Qt5 Documentation</source>
+      <translation type="vanished">Qt5 文档</translation>
+    </message>
+    <message>
+      <source>Open Qt5 Documentation</source>
+      <translation type="vanished">打开 Qt5 文档</translation>
+    </message>
+    <message>
+      <source>PyQt5 Documentation</source>
+      <translation type="vanished">PyQt5 文档</translation>
+    </message>
+    <message>
+      <source>Open PyQt5 Documentation</source>
+      <translation type="vanished">打开 PyQt5 文档</translation>
+    </message>
+    <message>
       <source>&lt;/table&gt;</source>
       <translation type="vanished">&lt;/table&gt;</translation>
     </message>

eric ide

mercurial