src/eric7/i18n/eric7_tr.ts

branch
eric7-maintenance
changeset 10148
31ba20629af4
parent 10101
34f74c19ed7a
parent 10143
bf84513859ca
child 10174
6aac1022f330
--- a/src/eric7/i18n/eric7_tr.ts	Sun Jul 02 17:40:17 2023 +0200
+++ b/src/eric7/i18n/eric7_tr.ts	Tue Aug 01 09:59:45 2023 +0200
@@ -1708,6 +1708,39 @@
     </message>
   </context>
   <context>
+    <name>AsyncChecker</name>
+    <message>
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Async/translations.py" line="14" />
+      <source>sync HTTP call in async function, use httpx.AsyncClient</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Async/translations.py" line="17" />
+      <source>blocking sync call in async function, use framework equivalent</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Async/translations.py" line="20" />
+      <source>sync process call in async function, use framework equivalent</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Async/translations.py" line="23" />
+      <source>blocking sync context manager in async function, use 'async with' statement</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Async/translations.py" line="28" />
+      <source>avoid using os.path, prefer using 'trio.Path' or 'anyio.Path' objects</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Async/translations.py" line="32" />
+      <source>use of potentially dangerous class in async function, use httpx.AsyncClient</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
     <name>AuthenticationDialog</name>
     <message>
       <location filename="../UI/AuthenticationDialog.ui" line="0" />
@@ -1806,77 +1839,77 @@
   <context>
     <name>BaseDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="210" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="214" />
       <source>Device Data Not Available</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="211" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="215" />
       <source>&lt;p&gt;The device data is not available. Try to connect to the device again. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="264" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="268" />
       <source>Unsupported Device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="274" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="278" />
       <source>REPL is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="293" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="297" />
       <source>Plotter is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="312" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="316" />
       <source>Running scripts is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="331" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="335" />
       <source>File Manager is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="386" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="390" />
       <source>Select Device Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="387" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="391" />
       <source>Select the directory for the connected device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="539" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="543" />
       <source>Detected an error without indications.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="1490" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="1515" />
       <source>Operation not supported.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="1824" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="1876" />
       <source>Yes</source>
       <translation type="unfinished">Evet</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="1824" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="1876" />
       <source>No</source>
       <translation type="unfinished">Hayır</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="1826" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="1878" />
       <source>yes</source>
       <translation type="unfinished">evet</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="1826" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="1878" />
       <source>no</source>
       <translation type="unfinished">no</translation>
     </message>
@@ -3945,61 +3978,66 @@
     </message>
     <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="85" />
-      <source>Code Complexity</source>
+      <source>Async Functions</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="86" />
-      <source>Documentation</source>
-      <translation type="unfinished">Belgeleme</translation>
+      <source>Code Complexity</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="87" />
-      <source>Errors</source>
-      <translation type="unfinished">Hatalar</translation>
+      <source>Documentation</source>
+      <translation type="unfinished">Belgeleme</translation>
     </message>
     <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="88" />
-      <source>Imports</source>
-      <translation type="unfinished" />
+      <source>Errors</source>
+      <translation type="unfinished">Hatalar</translation>
     </message>
     <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="89" />
-      <source>Miscellaneous</source>
+      <source>Imports</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="90" />
-      <source>Naming</source>
+      <source>Miscellaneous</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="91" />
-      <source>Name Order</source>
+      <source>Naming</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="92" />
-      <source>'pathlib' Usage</source>
+      <source>Name Order</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="93" />
-      <source>Security</source>
-      <translation type="unfinished">Güvenlik</translation>
+      <source>'pathlib' Usage</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="94" />
-      <source>Unused</source>
-      <translation type="unfinished" />
+      <source>Security</source>
+      <translation type="unfinished">Güvenlik</translation>
     </message>
     <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="95" />
-      <source>Warnings</source>
+      <source>Unused</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="96" />
+      <source>Warnings</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="97" />
       <source>Simplify Code</source>
       <translation type="unfinished" />
     </message>
@@ -4286,114 +4324,114 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1126" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1175" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="865" />
       <source>unknown ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1567" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1490" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1040" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="961" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1645" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1568" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1089" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1010" />
       <source>The device volume is not available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1004" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="976" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1053" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1025" />
       <source>Write WiFi Credentials</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1529" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1005" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="977" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1607" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1054" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1026" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Shall it be replaced?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1536" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1012" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="984" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1614" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1061" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1033" />
       <source>Aborted</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1193" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1242" />
       <source>CircuitPython does not support setting the IPv4 parameters of the WiFi access point.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1262" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1311" />
       <source>CircuitPython does not support reporting of connected clients.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1663" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1342" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1741" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1391" />
       <source>Active</source>
       <translation type="unfinished">Aktif</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1669" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1343" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1747" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1392" />
       <source>Connected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1344" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1393" />
       <source>IPv4 Address</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1345" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1394" />
       <source>Netmask</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1346" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1395" />
       <source>Gateway</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1347" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1396" />
       <source>DNS</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1665" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1348" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1743" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1397" />
       <source>MAC-Address</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1349" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1398" />
       <source>Chip Type</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1350" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1399" />
       <source>max. Sockets</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1528" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1606" />
       <source>Write Connect Script</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1664" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1742" />
       <source>Name</source>
       <translation type="unfinished">Adı</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1667" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1745" />
       <source>Address Type</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1670" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1748" />
       <source>Advertising</source>
       <translation type="unfinished" />
     </message>
@@ -5096,7 +5134,7 @@
   <context>
     <name>CodeStyleChecker</name>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="516" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="520" />
       <source>No message defined for code '{0}'.</source>
       <translation type="unfinished" />
     </message>
@@ -5109,52 +5147,52 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="128" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="129" />
       <source>PEP-257</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="129" />
-      <source>Eric</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="130" />
+      <source>Eric</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="131" />
       <source>Eric (Blacked)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="232" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="233" />
       <source>Errors</source>
       <translation type="unfinished">Hatalar</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="257" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="258" />
       <source>Error: {0}</source>
       <translation type="unfinished">Hata: {0}</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="1221" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="1222" />
       <source>{0} (ignored)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="1296" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="1297" />
       <source>No issues found.</source>
       <translation type="unfinished">Sorun bulunamadı.</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="1300" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="1301" />
       <source>No files found (check your ignore list).</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="2935" />
-      <source>Commented Code Whitelist Pattern</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="2936" />
+      <source>Commented Code Whitelist Pattern</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="2937" />
       <source>Enter a Commented Code Whitelist Pattern</source>
       <translation type="unfinished" />
     </message>
@@ -6226,146 +6264,146 @@
   <context>
     <name>CodeStyleFixer</name>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="259" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="260" />
       <source>Triple single quotes converted to triple double quotes.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="262" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="263" />
       <source>Introductory quotes corrected to be {0}"""</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="265" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="266" />
       <source>Single line docstring put on one line.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="268" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="269" />
       <source>Period added to summary line.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="295" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="271" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="296" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="272" />
       <source>Blank line before function/method docstring removed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="274" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="275" />
       <source>Blank line inserted before class docstring.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="277" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="278" />
       <source>Blank line inserted after class docstring.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="280" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="281" />
       <source>Blank line inserted after docstring summary.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="283" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="284" />
       <source>Blank line inserted after last paragraph of docstring.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="286" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="287" />
       <source>Leading quotes put on separate line.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="289" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="290" />
       <source>Trailing quotes put on separate line.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="292" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="293" />
       <source>Blank line before class docstring removed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="298" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="299" />
       <source>Blank line after class docstring removed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="301" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="302" />
       <source>Blank line after function/method docstring removed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="304" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="305" />
       <source>Blank line after last paragraph removed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="307" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="308" />
       <source>Tab converted to 4 spaces.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="310" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="311" />
       <source>Indentation adjusted to be a multiple of four.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="313" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="314" />
       <source>Indentation of continuation line corrected.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="316" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="317" />
       <source>Indentation of closing bracket corrected.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="319" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="320" />
       <source>Missing indentation of continuation line corrected.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="322" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="323" />
       <source>Closing bracket aligned to opening bracket.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="325" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="326" />
       <source>Indentation level changed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="328" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="329" />
       <source>Indentation level of hanging indentation changed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="331" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="332" />
       <source>Visual indentation corrected.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="346" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="340" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="334" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="347" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="341" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="335" />
       <source>Extraneous whitespace removed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="343" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="337" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="344" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="338" />
       <source>Missing whitespace added.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="349" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="350" />
       <source>Whitespace around comment sign corrected.</source>
       <translation type="unfinished" />
     </message>
     <message numerus="yes">
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="352" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="353" />
       <source>%n blank line(s) inserted.</source>
       <translation type="unfinished">
         <numerusform />
@@ -6373,7 +6411,7 @@
       </translation>
     </message>
     <message numerus="yes">
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="355" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="356" />
       <source>%n superfluous lines removed</source>
       <translation type="unfinished">
         <numerusform />
@@ -6381,73 +6419,73 @@
       </translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="358" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="359" />
       <source>Superfluous blank lines removed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="361" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="362" />
       <source>Superfluous blank lines after function decorator removed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="364" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="365" />
       <source>Imports were put on separate lines.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="367" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="368" />
       <source>Long lines have been shortened.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="370" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="371" />
       <source>Redundant backslash in brackets removed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="376" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="373" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="377" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="374" />
       <source>Compound statement corrected.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="379" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="380" />
       <source>Comparison to None/True/False corrected.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="382" />
-      <source>'{0}' argument added.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="383" />
-      <source>'{0}' argument removed.</source>
+      <source>'{0}' argument added.</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="384" />
+      <source>'{0}' argument removed.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="385" />
       <source>Whitespace stripped from end of line.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="387" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="388" />
       <source>newline added to end of file.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="390" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="391" />
       <source>Superfluous trailing blank lines removed from end of file.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="393" />
-      <source>'&lt;&gt;' replaced by '!='.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="394" />
+      <source>'&lt;&gt;' replaced by '!='.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="395" />
       <source>Could not save the file! Skipping it. Reason: {0}</source>
       <translation type="unfinished" />
     </message>
@@ -7653,378 +7691,392 @@
   <context>
     <name>ConfigurationWidget</name>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="175" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="180" />
       <source>Application</source>
       <translation>Uygulama</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="181" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="186" />
       <source>Conda</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="183" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="188" />
       <source>Cooperation</source>
       <translation>İşbirliği</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="190" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="195" />
       <source>Diff</source>
       <translation type="unfinished">Diff</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="197" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="202" />
       <source>Email</source>
       <translation>E-posta</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="204" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="209" />
       <source>Graphics</source>
       <translation>Grafik</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="866" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="211" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="871" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="216" />
       <source>Hex Editor</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="946" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="914" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="883" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="852" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="755" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="640" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="218" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="1059" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="950" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="919" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="888" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="857" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="760" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="645" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="223" />
       <source>Icons</source>
       <translation>İconlar</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="224" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="229" />
       <source>IRC</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="226" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="231" />
       <source>Log-Viewer</source>
       <translation type="unfinished">Kayıt-Gösterici</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="233" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="238" />
       <source>MicroPython</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="240" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="245" />
       <source>MIME-Types</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="769" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="247" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="774" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="252" />
       <source>Network</source>
       <translation>Ağ</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="254" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="259" />
       <source>Notifications</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="897" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="261" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="902" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="266" />
       <source>PDF Viewer</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="928" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="268" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="933" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="273" />
       <source>Python Package Management</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="275" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="280" />
       <source>Plugin Manager</source>
       <translation>Eklenti Yöneticisi</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="776" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="654" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="282" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="781" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="659" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="287" />
       <source>Printer</source>
       <translation>Yazıcı</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="289" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="294" />
       <source>Python</source>
       <translation>Python</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="295" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="300" />
       <source>Qt</source>
       <translation>Qt</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="783" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="297" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="788" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="302" />
       <source>Security</source>
       <translation type="unfinished">Güvenlik</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="304" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="964" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="309" />
       <source>Shell</source>
       <translation>Kabuk</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="310" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="315" />
       <source>Tasks</source>
       <translation>Görevler</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="312" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="317" />
       <source>Templates</source>
       <translation>Şablonlar</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="835" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="319" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="840" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="324" />
       <source>Tray Starter</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="326" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="331" />
       <source>Version Control Systems</source>
       <translation>Sürüm Kontrol Sistemi</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="333" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="338" />
       <source>Debugger</source>
       <translation>Hata Ayıklayıcı</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="668" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="375" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="340" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="971" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="673" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="380" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="345" />
       <source>General</source>
       <translation>Genel</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="347" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="352" />
       <source>Python3</source>
       <translation>Python3</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="661" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="354" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="666" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="359" />
       <source>Editor</source>
       <translation>Düzenleyici</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="361" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="366" />
       <source>APIs</source>
       <translation>API'ler</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="368" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="373" />
       <source>Documentation Viewer</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="675" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="382" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="680" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="387" />
       <source>Filehandling</source>
       <translation>Dosyaişleme</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="682" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="389" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="978" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="687" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="394" />
       <source>Searching</source>
       <translation>Arıyor</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="818" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="689" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="618" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="396" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="823" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="694" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="623" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="401" />
       <source>Spell checking</source>
       <translation>Yazım Kontrolü</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="696" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="403" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="985" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="701" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="408" />
       <source>Style</source>
       <translation>Stil</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="410" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="415" />
       <source>Code Checkers</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="703" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="417" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="708" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="422" />
       <source>Typing</source>
       <translation>Yazıyor</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="424" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="429" />
       <source>Exporters</source>
       <translation>Dışaaktarım</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="431" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="992" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="436" />
       <source>Autocompletion</source>
       <translation>Otomatik tamamlama</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="459" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="438" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="1013" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="999" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="464" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="443" />
       <source>QScintilla</source>
       <translation>QScintilla</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="515" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="466" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="445" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="520" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="471" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="450" />
       <source>Jedi</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="452" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="1006" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="457" />
       <source>Calltips</source>
       <translation>İpuçları</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="710" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="473" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="1020" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="715" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="478" />
       <source>Highlighters</source>
       <translation>Metin Vurgulayıcı</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="717" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="480" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="722" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="485" />
       <source>Filetype Associations</source>
       <translation>Dosyatipi Birleştirme</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="724" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="487" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="1027" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="729" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="492" />
       <source>Styles</source>
       <translation>Stiller</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="731" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="494" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="1034" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="736" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="499" />
       <source>Keywords</source>
       <translation>Anahtar Sözcükler</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="738" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="501" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="1041" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="743" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="506" />
       <source>Properties</source>
       <translation>Özellikler</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="508" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="513" />
       <source>Mouse Click Handlers</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="521" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="526" />
       <source>Help</source>
       <translation>Yardım</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="790" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="523" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="795" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="528" />
       <source>Help Documentation</source>
       <translation>Yardım Belgeleri</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="530" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="535" />
       <source>Help Viewers</source>
       <translation>Yardım Göstericiler</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="551" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="537" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="556" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="542" />
       <source>Project</source>
       <translation>Proje</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="544" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="549" />
       <source>Project Viewer</source>
       <translation>Proje Görüntüleyici</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="558" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="563" />
       <source>Multiproject</source>
       <translation>Çokluproje</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="953" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="921" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="890" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="859" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="762" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="647" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="572" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="565" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="1066" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="957" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="926" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="895" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="864" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="767" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="652" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="577" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="570" />
       <source>Interface</source>
       <translation>Arayüz</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="579" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="584" />
       <source>Viewmanager</source>
       <translation>Görünüm Yönetcisi</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="590" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="595" />
       <source>Web Browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="797" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="597" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="802" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="602" />
       <source>Appearance</source>
       <translation>Görünüm</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="804" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="604" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="809" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="609" />
       <source>eric Web Browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="811" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="611" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="816" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="616" />
       <source>VirusTotal Interface</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="1039" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="1158" />
       <source>Enter search text...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="1112" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="1233" />
       <source>Preferences</source>
       <translation>Seçenekler</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="1118" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="1239" />
       <source>Please select an entry of the list 
 to display the configuration page.</source>
       <translation>Lütfen ayarlama sayfasını 
 göstermek için gelen listeyi seçiniz.</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="1195" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="1316" />
       <source>Configuration Page Error</source>
       <translation>Ayarlama Sayfası Hatası</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="1196" />
+      <location filename="../Preferences/ConfigurationDialog.py" line="1317" />
       <source>&lt;p&gt;The configuration page &lt;b&gt;{0}&lt;/b&gt; could not be loaded.&lt;/p&gt;</source>
       <translation>&lt;p&gt;TAyarlama sayfası &lt;b&gt;{0}&lt;/b&gt; yüklenemiyor.&lt;/p&gt;</translation>
     </message>
@@ -9192,23 +9244,23 @@
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt;kaçak bir barındırıcıdan (host) bağlantı denemesi. Bu bağlantıyı kabul ediyor musunuz?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Debugger/DebugServer.py" line="1305" />
-      <location filename="../Debugger/DebugServer.py" line="1223" />
-      <location filename="../Debugger/DebugServer.py" line="1140" />
-      <location filename="../Debugger/DebugServer.py" line="1052" />
+      <location filename="../Debugger/DebugServer.py" line="1310" />
+      <location filename="../Debugger/DebugServer.py" line="1228" />
+      <location filename="../Debugger/DebugServer.py" line="1145" />
+      <location filename="../Debugger/DebugServer.py" line="1057" />
       <source>Start Debugger</source>
       <translation type="unfinished">Hata Ayıklayıcıyı Başlat</translation>
     </message>
     <message>
-      <location filename="../Debugger/DebugServer.py" line="1306" />
-      <location filename="../Debugger/DebugServer.py" line="1224" />
-      <location filename="../Debugger/DebugServer.py" line="1141" />
-      <location filename="../Debugger/DebugServer.py" line="1053" />
+      <location filename="../Debugger/DebugServer.py" line="1311" />
+      <location filename="../Debugger/DebugServer.py" line="1229" />
+      <location filename="../Debugger/DebugServer.py" line="1146" />
+      <location filename="../Debugger/DebugServer.py" line="1058" />
       <source>&lt;p&gt;The debugger type &lt;b&gt;{0}&lt;/b&gt; is not supported or not configured.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Debugger/DebugServer.py" line="1893" />
+      <location filename="../Debugger/DebugServer.py" line="1898" />
       <source>
 Not connected
 </source>
@@ -9217,19 +9269,19 @@
 </translation>
     </message>
     <message>
-      <location filename="../Debugger/DebugServer.py" line="2058" />
+      <location filename="../Debugger/DebugServer.py" line="2063" />
       <source>Passive debug connection received
 </source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Debugger/DebugServer.py" line="2072" />
+      <location filename="../Debugger/DebugServer.py" line="2077" />
       <source>Passive debug connection closed
 </source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Debugger/DebugServer.py" line="2202" />
+      <location filename="../Debugger/DebugServer.py" line="2207" />
       <source>&lt;project&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -10924,17 +10976,17 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py" line="139" />
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py" line="147" />
       <source>Invalid response received from DeepL</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py" line="142" />
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py" line="150" />
       <source>DeepL call returned an unknown result</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py" line="146" />
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py" line="154" />
       <source>&lt;p&gt;DeepL: No translation found&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -14949,12 +15001,12 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="246" />
+      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="262" />
       <source>Tab and Indent Override</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="247" />
+      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="263" />
       <source>Shall the selected entries really be removed?</source>
       <translation type="unfinished" />
     </message>
@@ -15118,7 +15170,7 @@
       <translation>Satır sonuna kadar dolrurmak için seç.</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="442" />
+      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="464" />
       <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
       <source>Fill to end of line</source>
       <translation>Satırın sonuna kadar doldur</translation>
@@ -15252,74 +15304,74 @@
       <translation>Yalnızca boyut</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="438" />
+      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="460" />
       <source>Enabled</source>
       <translation>Etkinleştirilmiş</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="439" />
+      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="461" />
       <source>Disabled</source>
       <translation>Onaylanmamış</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="443" />
+      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="465" />
       <source>Select fill to end of line for all styles</source>
       <translation>Tüm stiller için satır sonunu doldurmayı  seç</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="589" />
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="570" />
+      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="611" />
+      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="592" />
       <source>Export Highlighting Styles</source>
       <translation>Vurgulama stillerini dışa aktar</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="572" />
+      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="594" />
       <source>Highlighting Styles File (*.ehj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="590" />
+      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="612" />
       <source>&lt;p&gt;The highlighting styles file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="646" />
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="617" />
+      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="668" />
+      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="639" />
       <source>Import Highlighting Styles</source>
       <translation>Vurgulama stillerini içe aktar</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="619" />
+      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="641" />
       <source>Highlighting Styles File (*.ehj);;XML Highlighting Styles File (*.e6h *.e4h)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="647" />
+      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="669" />
       <source>&lt;p&gt;The highlighting styles 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="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="786" />
+      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="808" />
       <source>Delete Sub-Style</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="787" />
+      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="809" />
       <source>&lt;p&gt;Shall the sub-style &lt;b&gt;{0}&lt;/b&gt; really be deleted?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="823" />
+      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="845" />
       <source>{0} - Copy</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="850" />
+      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="872" />
       <source>Reset Sub-Styles to Default</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="851" />
+      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="873" />
       <source>&lt;p&gt;Do you really want to reset all defined sub-styles of &lt;b&gt;{0}&lt;/b&gt; to the default values?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -15400,22 +15452,22 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.py" line="170" />
+      <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.py" line="192" />
       <source>Reset to Default</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.py" line="171" />
+      <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.py" line="193" />
       <source>Shall the current keyword set really be reset to default values?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.py" line="195" />
+      <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.py" line="217" />
       <source>Reset All to Default</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.py" line="196" />
+      <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.py" line="218" />
       <source>Shall all keyword sets of the current language really be reset to default values?</source>
       <translation type="unfinished" />
     </message>
@@ -16809,6 +16861,36 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
+      <source>General</source>
+      <translation type="unfinished">Genel</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
+      <source>Margins foreground:</source>
+      <translation>Önalan sınırları:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
+      <source>Select the foreground color for the margins</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
+      <source>Margins background:</source>
+      <translation>Arkaalan sınırları:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
+      <source>Select the background color for the margins</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
+      <source>Line Numbers Margin</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
       <source>Select whether line numbers margin should be shown.</source>
       <translation>Satır numaralarının gösterilip gösterilmeyeceğini seç.</translation>
     </message>
@@ -16819,6 +16901,26 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
+      <source>Press to select the font for the editor line numbers</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
+      <source>Line Numbers Font</source>
+      <translation>Satır Numaralarının Yazı Tipi</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
+      <source>2345</source>
+      <translation>2345</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
+      <source>Fold Margin</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
       <source>Select whether the fold margin should be shown.</source>
       <translation>katlama sınırının gösterilip göbterilmeyeceğini seçiniz.</translation>
     </message>
@@ -16889,16 +16991,6 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Foldmarkers foreground:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the foreground color for the margins</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
       <source>Foldmargin background:</source>
       <translation type="unfinished" />
     </message>
@@ -16909,8 +17001,8 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Margins background:</source>
-      <translation>Arkaalan sınırları:</translation>
+      <source>Foldmarkers foreground:</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
@@ -16919,16 +17011,6 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Margins foreground:</source>
-      <translation>Önalan sınırları:</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the background color for the margins</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
       <source>Foldmarkers background:</source>
       <translation type="unfinished" />
     </message>
@@ -16939,21 +17021,6 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Press to select the font for the editor line numbers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Line Numbers Font</source>
-      <translation>Satır Numaralarının Yazı Tipi</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>2345</source>
-      <translation>2345</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
       <source>Selection</source>
       <translation>Seçim</translation>
     </message>
@@ -20824,8 +20891,8 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="1591" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="1575" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1649" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1633" />
       <location filename="../MicroPython/Devices/EspDevices.py" line="196" />
       <source>Erase Flash</source>
       <translation type="unfinished" />
@@ -20836,7 +20903,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="1676" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1734" />
       <location filename="../MicroPython/Devices/EspDevices.py" line="203" />
       <source>Flash Additional Firmware</source>
       <translation type="unfinished" />
@@ -20887,8 +20954,8 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="1675" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="1634" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1733" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1692" />
       <location filename="../MicroPython/Devices/EspDevices.py" line="363" />
       <source>'esptool write_flash' Output</source>
       <translation type="unfinished" />
@@ -20934,82 +21001,82 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="847" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="905" />
       <source>Error saving credentials: {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="858" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="916" />
       <source>Error saving auto-connect script: {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="862" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="920" />
       <source>Error modifying 'boot.py': {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="894" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="952" />
       <source>Error deleting credentials: {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="978" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1036" />
       <source>unknown ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="1289" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1347" />
       <source>Active</source>
       <translation type="unfinished">Aktif</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="1290" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1348" />
       <source>Name</source>
       <translation type="unfinished">Adı</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="1291" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1349" />
       <source>MAC-Address</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="1294" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1352" />
       <source>Address Type</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="1295" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1353" />
       <source>Public</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="1295" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1353" />
       <source>Random</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="1298" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1356" />
       <source>MTU</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="1298" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1356" />
       <source>{0} Bytes</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="1576" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1634" />
       <source>Shall the flash of the selected device really be erased?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="1590" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1648" />
       <source>'esptool erase_flash' Output</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="1635" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1693" />
       <source>Flash µPy/CPy Firmware</source>
       <translation type="unfinished" />
     </message>
@@ -22659,7 +22726,7 @@
   <context>
     <name>FindLocationWidget</name>
     <message numerus="yes">
-      <location filename="../UI/FindLocationWidget.py" line="219" />
+      <location filename="../UI/FindLocationWidget.py" line="226" />
       <source>%n file(s) found</source>
       <translation type="unfinished">
         <numerusform />
@@ -30567,30 +30634,55 @@
   <context>
     <name>Globals</name>
     <message>
-      <location filename="../Globals/__init__.py" line="197" />
+      <location filename="../Globals/__init__.py" line="200" />
       <source>{0:4.2f} Bytes</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Globals/__init__.py" line="200" />
-      <source>{0:4.2f} KiB</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Globals/__init__.py" line="203" />
-      <source>{0:4.2f} MiB</source>
+      <source>{0:4.2f} KiB</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Globals/__init__.py" line="206" />
-      <source>{0:4.2f} GiB</source>
+      <source>{0:4.2f} MiB</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Globals/__init__.py" line="209" />
+      <source>{0:4.2f} GiB</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Globals/__init__.py" line="212" />
       <source>{0:4.2f} TiB</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../Globals/__init__.py" line="215" />
+      <source>{0} Bytes</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Globals/__init__.py" line="220" />
+      <source>{0} KiB</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Globals/__init__.py" line="225" />
+      <source>{0} MiB</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Globals/__init__.py" line="230" />
+      <source>{0} GiB</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Globals/__init__.py" line="235" />
+      <source>{0} TiB</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>GoogleV1Engine</name>
@@ -46809,7 +46901,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="232" />
+      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="233" />
       <location filename="../CodeFormatting/IsortFormattingDialog.ui" line="0" />
       <source>Resorted:</source>
       <translation type="unfinished" />
@@ -46825,67 +46917,67 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="113" />
+      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="114" />
       <source>&lt;all&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="116" />
+      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="117" />
       <source>Sort Imports</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="234" />
+      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="235" />
       <source>Would Resort:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="297" />
-      <source>Imports Sorting Failure</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../CodeFormatting/IsortFormattingDialog.py" line="298" />
+      <source>Imports Sorting Failure</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="299" />
       <source>&lt;p&gt;Imports sorting failed due to this error.&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="349" />
+      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="350" />
       <source>would resort</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="352" />
+      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="353" />
       <source>resorted</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="357" />
+      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="358" />
       <source>unchanged</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="361" />
+      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="362" />
       <source>skipped</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="365" />
+      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="366" />
       <source>failed</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="370" />
-      <source>error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../CodeFormatting/IsortFormattingDialog.py" line="371" />
+      <source>error</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="372" />
       <source>Unsupported 'isort' action ({0}) given.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="378" />
+      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="379" />
       <source>invalid status ({0})</source>
       <translation type="unfinished" />
     </message>
@@ -50195,18 +50287,18 @@
   <context>
     <name>MicroPythonDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/__init__.py" line="267" />
+      <location filename="../MicroPython/Devices/__init__.py" line="282" />
       <source>Generic MicroPython Board</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/__init__.py" line="307" />
+      <location filename="../MicroPython/Devices/__init__.py" line="322" />
       <source>RP2040 based</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/__init__.py" line="468" />
-      <location filename="../MicroPython/Devices/__init__.py" line="457" />
+      <location filename="../MicroPython/Devices/__init__.py" line="483" />
+      <location filename="../MicroPython/Devices/__init__.py" line="472" />
       <source>Unknown Device</source>
       <translation type="unfinished" />
     </message>
@@ -50229,35 +50321,35 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManager.py" line="431" />
-      <location filename="../MicroPython/MicroPythonFileManager.py" line="351" />
+      <location filename="../MicroPython/MicroPythonFileManager.py" line="433" />
+      <location filename="../MicroPython/MicroPythonFileManager.py" line="353" />
       <source>{1}Adding &lt;b&gt;{0}&lt;/b&gt;...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManager.py" line="493" />
-      <location filename="../MicroPython/MicroPythonFileManager.py" line="400" />
+      <location filename="../MicroPython/MicroPythonFileManager.py" line="495" />
+      <location filename="../MicroPython/MicroPythonFileManager.py" line="402" />
       <source>Source &lt;b&gt;{0}&lt;/b&gt; is a directory and destination &lt;b&gt;{1}&lt;/b&gt; is a file. Ignoring it.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManager.py" line="502" />
-      <location filename="../MicroPython/MicroPythonFileManager.py" line="409" />
+      <location filename="../MicroPython/MicroPythonFileManager.py" line="504" />
+      <location filename="../MicroPython/MicroPythonFileManager.py" line="411" />
       <source>Source &lt;b&gt;{0}&lt;/b&gt; is a file and destination &lt;b&gt;{1}&lt;/b&gt; is a directory. Ignoring it.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManager.py" line="418" />
+      <location filename="../MicroPython/MicroPythonFileManager.py" line="420" />
       <source>Updating &lt;b&gt;{0}&lt;/b&gt;...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManager.py" line="459" />
+      <location filename="../MicroPython/MicroPythonFileManager.py" line="461" />
       <source>{1}Removing &lt;b&gt;{0}&lt;/b&gt;...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManager.py" line="511" />
+      <location filename="../MicroPython/MicroPythonFileManager.py" line="513" />
       <source>{1}Updating &lt;b&gt;{0}&lt;/b&gt;...</source>
       <translation type="unfinished" />
     </message>
@@ -50361,35 +50453,35 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1009" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="839" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1019" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="849" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="145" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="124" />
       <source>Change Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1029" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="875" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="863" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1039" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="885" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="873" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="148" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="127" />
       <source>Create Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1084" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="913" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="902" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1094" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="923" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="912" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="154" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="130" />
       <source>Delete Directory Tree</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1111" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="951" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="940" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1121" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="961" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="950" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="158" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="134" />
       <source>Delete File</source>
@@ -50402,7 +50494,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1056" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1066" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="151" />
       <source>Delete Directory</source>
       <translation type="unfinished" />
@@ -50423,118 +50515,128 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="502" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="387" />
+      <source>Open Device File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="388" />
+      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist.&lt;/p&gt;</source>
+      <translation type="unfinished">&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; dosyası yok.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="512" />
       <source>Put File As</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="570" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="503" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="580" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="513" />
       <source>Enter a new name for the file</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="516" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="526" />
       <source>Copy File to Device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="761" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="517" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="771" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="527" />
       <source>The given file exists already (Enter file name only).</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="569" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="579" />
       <source>Get File As</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="583" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="593" />
       <source>Copy File from Device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="584" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="594" />
       <source>The given file exists already.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="760" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="742" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="770" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="752" />
       <source>Save File As</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="743" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="753" />
       <source>Enter a new name for the file:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="840" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="850" />
       <source>Select Directory</source>
       <translation type="unfinished">Dizin Seçiniz</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1030" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="864" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1040" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="874" />
       <source>Enter directory name:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="876" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="886" />
       <source>&lt;p&gt;The 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="../MicroPython/MicroPythonFileManagerWidget.py" line="1085" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="903" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1095" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="913" />
       <source>Do you really want to delete this directory tree?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="914" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="924" />
       <source>&lt;p&gt;The 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="../MicroPython/MicroPythonFileManagerWidget.py" line="1112" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="941" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1122" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="951" />
       <source>Do you really want to delete this file?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="952" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="962" />
       <source>&lt;p&gt;The 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="../MicroPython/MicroPythonFileManagerWidget.py" line="1010" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1020" />
       <source>Enter the directory path on the device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1057" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1067" />
       <source>Do you really want to delete this directory?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1145" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1155" />
       <source>&lt;h3&gt;Filesystem Information&lt;/h3&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1148" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1158" />
       <source>&lt;h4&gt;{0}&lt;/h4&lt;table&gt;&lt;tr&gt;&lt;td&gt;Total Size: &lt;/td&gt;&lt;td align='right'&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Used Size: &lt;/td&gt;&lt;td align='right'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Free Size: &lt;/td&gt;&lt;td align='right'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1162" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1172" />
       <source>&lt;p&gt;No file systems or file system information available.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1165" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1175" />
       <source>Filesystem Information</source>
       <translation type="unfinished" />
     </message>
@@ -51565,259 +51667,259 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="985" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="991" />
       <source>Downloads</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1032" />
-      <source>Show Version</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1035" />
-      <source>Show Implementation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1038" />
+      <source>Show Version</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1041" />
+      <source>Show Implementation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1044" />
       <source>Show Board Data</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1229" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1043" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1235" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1049" />
       <source>Synchronize Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1046" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1052" />
       <source>Show Device Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1048" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1054" />
       <source>Show Local Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1051" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1057" />
       <source>Show Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1055" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1061" />
       <source>Show Builtin Modules</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1638" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1067" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1059" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1644" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1073" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1065" />
       <source>Install Package</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1677" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1674" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1063" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1683" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1680" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1069" />
       <source>Install Packages</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1453" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1073" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1459" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1079" />
       <source>Compile Python File</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1477" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1468" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1077" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1483" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1474" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1083" />
       <source>Compile Current Editor</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1098" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1104" />
       <source>Download Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1105" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1111" />
       <source>Show Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1108" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1114" />
       <source>Convert To UF2</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1109" />
-      <source>Flash UF2 Device</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1112" />
-      <source>Manage Unknown Devices</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1115" />
-      <source>Ignored Serial Devices</source>
+      <source>Flash UF2 Device</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1118" />
+      <source>Manage Unknown Devices</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1121" />
+      <source>Ignored Serial Devices</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1124" />
       <source>Configure</source>
       <translation type="unfinished">Yapılandırma</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1127" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1133" />
       <source>&lt;h3&gt;Device Version Information&lt;/h3&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1138" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1134" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1144" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1140" />
       <source>Device Version Information</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1139" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1145" />
       <source>No version information available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1163" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1155" />
-      <source>unknown</source>
-      <translation type="unfinished">bilinmeyen</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1169" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1161" />
+      <source>unknown</source>
+      <translation type="unfinished">bilinmeyen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1175" />
       <source> ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1185" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1176" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1191" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1182" />
       <source>Device Implementation Information</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1177" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1183" />
       <source>&lt;h3&gt;Device Implementation Information&lt;/h3&gt;&lt;p&gt;This device contains &lt;b&gt;{0} {1}{2}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1186" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1192" />
       <source>No device implementation information available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1230" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1236" />
       <source>&lt;p&gt;The time of the connected device was synchronized with the local time.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1252" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1258" />
       <source>&lt;h3&gt;Device Date and Time&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1260" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1266" />
       <source>&lt;h3&gt;Device Date and Time&lt;/h3&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1276" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1282" />
       <source>Device Date and Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1288" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1294" />
       <source>Local Date and Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1289" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1295" />
       <source>&lt;h3&gt;Local Date and Time&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1330" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1313" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1336" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1319" />
       <source>Date and Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1314" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1320" />
       <source>&lt;table&gt;&lt;tr&gt;&lt;th&gt;&lt;/th&gt;&lt;th&gt;Local Date and Time&lt;/th&gt;&lt;th&gt;Device Date and Time&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{0}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{1}&lt;/td&gt;&lt;td align='center'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1331" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1337" />
       <source>&lt;table&gt;&lt;tr&gt;&lt;th&gt;Local Date and Time&lt;/th&gt;&lt;th&gt;Device Date and Time&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align='center'&gt;{0} {1}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1355" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1361" />
       <source>Error handling device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1356" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1362" />
       <source>&lt;p&gt;There was an error communicating with the connected device.&lt;/p&gt;&lt;p&gt;Method: {0}&lt;/p&gt;&lt;p&gt;Message: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1398" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1404" />
       <source>The MicroPython cross compiler &lt;b&gt;mpy-cross&lt;/b&gt; cannot be found. Ensure it is in the search path or configure it on the MicroPython configuration page.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1424" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1430" />
       <source>Python Files (*.py);;All Files (*)</source>
       <translation type="unfinished">Python Dosyaları (*.py);;Tüm Dosyalar (*)</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1434" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1440" />
       <source>The Python file &lt;b&gt;{0}&lt;/b&gt; does not exist. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1443" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1449" />
       <source>'mpy-cross' Output</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1469" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1475" />
       <source>The current editor does not contain a Python file. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1561" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1567" />
       <source>Add Unknown Devices</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1562" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1568" />
       <source>Select the devices to be added:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1611" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1617" />
       <source>Plus any modules on the filesystem.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1663" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1669" />
       <source>Package '{0}' was installed successfully.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1678" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1684" />
       <source>Enter the packages to be installed separated by whitespace:</source>
       <translation type="unfinished" />
     </message>
@@ -57458,14 +57560,18 @@
     </message>
     <message>
       <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Security</source>
-      <translation type="unfinished">Güvenlik</translation>
+      <source>Vulnerabilities</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
       <source>Known Vulnerabilities:</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <source>Security</source>
+      <translation type="vanished">Güvenlik</translation>
+    </message>
   </context>
   <context>
     <name>PipPackagesInputDialog</name>
@@ -57525,6 +57631,7 @@
       <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
       <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
       <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
+      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
       <source>Package</source>
       <translation type="unfinished" />
     </message>
@@ -57663,6 +57770,11 @@
     </message>
     <message>
       <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
+      <source>Vulnerabilities</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
       <source>Press to refresh the dependency tree</source>
       <translation type="unfinished" />
     </message>
@@ -57673,6 +57785,11 @@
     </message>
     <message>
       <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
+      <source>Press to repair all dependencies</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
       <source>View Type</source>
       <translation type="unfinished" />
     </message>
@@ -57712,105 +57829,115 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="192" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="193" />
       <source>pip Menu</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="226" />
-      <source>Name:</source>
-      <translation type="unfinished">Adı:</translation>
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="227" />
-      <source>Version:</source>
-      <translation type="unfinished">Sürüm:</translation>
-    </message>
-    <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="228" />
-      <source>Location:</source>
-      <translation type="unfinished" />
+      <source>Author:</source>
+      <translation type="unfinished">Yazar:</translation>
     </message>
     <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="229" />
-      <source>Requires:</source>
+      <source>Author Email:</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="230" />
-      <source>Summary:</source>
+      <source>Classifiers:</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="231" />
-      <source>Homepage:</source>
+      <source>Entry Points:</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="232" />
-      <source>Author:</source>
-      <translation type="unfinished">Yazar:</translation>
+      <source>Files:</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="233" />
-      <source>Author Email:</source>
+      <source>Homepage:</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="234" />
-      <source>License:</source>
+      <source>Installer:</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="235" />
-      <source>Metadata Version:</source>
+      <source>License:</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="236" />
-      <source>Installer:</source>
+      <source>Location:</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="237" />
-      <source>Classifiers:</source>
+      <source>Metadata Version:</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="238" />
-      <source>Entry Points:</source>
-      <translation type="unfinished" />
+      <source>Name:</source>
+      <translation type="unfinished">Adı:</translation>
     </message>
     <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="239" />
-      <source>Files:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="435" />
+      <source>Project URLs:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PipInterface/PipPackagesWidget.py" line="240" />
+      <source>Requires:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PipInterface/PipPackagesWidget.py" line="241" />
+      <source>Required By:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PipInterface/PipPackagesWidget.py" line="242" />
+      <source>Summary:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PipInterface/PipPackagesWidget.py" line="243" />
+      <source>Version:</source>
+      <translation type="unfinished">Sürüm:</translation>
+    </message>
+    <message>
+      <location filename="../PipInterface/PipPackagesWidget.py" line="440" />
       <source>Getting installed packages...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="449" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="454" />
       <source>Getting outdated packages...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1203" />
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1023" />
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1010" />
-      <location filename="../PipInterface/PipPackagesWidget.py" line="974" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1215" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1035" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1022" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="986" />
       <source>Search PyPI</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="975" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="987" />
       <source>&lt;p&gt;Received an error while searching for &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Error: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message numerus="yes">
-      <location filename="../PipInterface/PipPackagesWidget.py" line="990" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1002" />
       <source>%n package(s) found.</source>
       <translation type="unfinished">
         <numerusform />
@@ -57818,190 +57945,190 @@
       </translation>
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="997" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1009" />
       <source>Showing first {0} packages found.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1016" />
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1011" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1028" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1023" />
       <source>&lt;p&gt;There were no results for &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1024" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1036" />
       <source>&lt;p&gt;There were no more results for &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1204" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1216" />
       <source>&lt;p&gt;No package details info for &lt;b&gt;{0}&lt;/b&gt; available.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1223" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1235" />
       <source>Pip</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1225" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1237" />
       <source>Install Pip</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1228" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1240" />
       <source>Install Pip to User-Site</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1231" />
-      <source>Repair Pip</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1238" />
-      <source>Install</source>
-      <translation type="unfinished">Kur</translation>
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1403" />
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1240" />
-      <source>Install Packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="1243" />
-      <source>Install Local Package</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1246" />
-      <source>Re-Install Selected Packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1253" />
-      <source>Requirements/Constraints</source>
+      <source>Repair Pip</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1250" />
+      <source>Install</source>
+      <translation type="unfinished">Kur</translation>
+    </message>
+    <message>
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1415" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1252" />
+      <source>Install Packages</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="1255" />
-      <source>Install Requirements</source>
+      <source>Install Local Package</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="1258" />
-      <source>Uninstall Requirements</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1261" />
-      <source>Generate Requirements...</source>
+      <source>Re-Install Selected Packages</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="1265" />
-      <source>Generate Constraints...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1272" />
-      <source>Cache</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1274" />
-      <source>Show Cache Info...</source>
+      <source>Requirements/Constraints</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1267" />
+      <source>Install Requirements</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1270" />
+      <source>Uninstall Requirements</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1273" />
+      <source>Generate Requirements...</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="1277" />
+      <source>Generate Constraints...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1284" />
+      <source>Cache</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1286" />
+      <source>Show Cache Info...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1289" />
       <source>Show Cached Files...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1280" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1292" />
       <source>Remove Cached Files...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1283" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1295" />
       <source>Purge Cache...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1300" />
-      <source>Show Licenses...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1304" />
-      <source>Check Vulnerabilities</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1308" />
-      <source>Update Vulnerability Database</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="1312" />
+      <source>Show Licenses...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1316" />
+      <source>Check Vulnerabilities</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1320" />
+      <source>Update Vulnerability Database</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1324" />
       <source>Create SBOM file</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1319" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1331" />
       <source>Edit User Configuration...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1322" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1334" />
       <source>Edit Environment Configuration...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1327" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1339" />
       <source>Configure...</source>
       <translation type="unfinished">Ayarlanıyor...</translation>
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1546" />
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1533" />
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1522" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1558" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1545" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1534" />
       <source>Edit Configuration</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1547" />
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1534" />
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1523" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1559" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1546" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1535" />
       <source>No valid configuration path determined. Aborting</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1736" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1749" />
       <source>{0} {1}</source>
       <comment>package name, package version</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1757" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1770" />
       <source>Affected Version:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1760" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1773" />
       <source>Advisory:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1890" />
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1865" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1908" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1883" />
       <source>unknown</source>
       <translation type="unfinished">bilinmeyen</translation>
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1887" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1905" />
       <source>any</source>
       <translation type="unfinished" />
     </message>
@@ -59977,458 +60104,458 @@
       <translation>Python3 Dosyaları (*.py *.py3);;Python3 GUI Dosyaları (*.pyw *.pyw3);;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="248" />
+      <location filename="../Project/Project.py" line="249" />
       <source>Add File Category</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="249" />
+      <location filename="../Project/Project.py" line="250" />
       <source>&lt;p&gt;The file category &lt;b&gt;{0}&lt;/b&gt; has already been added. This attempt will be ignored.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="331" />
-      <source>PyQt5 GUI</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Project/Project.py" line="332" />
-      <source>PyQt5 Console</source>
+      <source>PyQt5 GUI</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="333" />
-      <source>PyQt6 GUI</source>
+      <source>PyQt5 Console</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="334" />
-      <source>PyQt6 Console</source>
+      <source>PyQt6 GUI</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="335" />
-      <source>Eric7 Plugin</source>
+      <source>PyQt6 Console</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="336" />
-      <source>Console</source>
-      <translation>Konsol- kumanda birimi</translation>
+      <source>Eric7 Plugin</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="337" />
+      <source>Console</source>
+      <translation>Konsol- kumanda birimi</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="338" />
       <source>Other</source>
       <translation>Diğer</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="356" />
-      <source>PySide2 GUI</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Project/Project.py" line="357" />
+      <source>PySide2 GUI</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="358" />
       <source>PySide2 Console</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="361" />
-      <source>PySide6 GUI</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Project/Project.py" line="362" />
+      <source>PySide6 GUI</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="363" />
       <source>PySide6 Console</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="450" />
-      <location filename="../Project/Project.py" line="438" />
-      <location filename="../Project/Project.py" line="427" />
-      <source>Registering Project Type</source>
-      <translation>Kaydedilmiş Proje Türü</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="428" />
-      <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="439" />
-      <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="451" />
+      <location filename="../Project/Project.py" line="439" />
+      <location filename="../Project/Project.py" line="428" />
+      <source>Registering Project Type</source>
+      <translation>Kaydedilmiş Proje Türü</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="429" />
+      <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="440" />
+      <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="452" />
       <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="755" />
+      <location filename="../Project/Project.py" line="756" />
       <source>All Files (*)</source>
       <translation type="unfinished">Tüm Dosyalar (*)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1102" />
+      <location filename="../Project/Project.py" line="1105" />
       <source>Read Project File</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1103" />
+      <location filename="../Project/Project.py" line="1106" />
       <source>&lt;p&gt;The project file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Proje dosyası &lt;b&gt;{0}&lt;/b&gt; okunamdı.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1218" />
+      <location filename="../Project/Project.py" line="1221" />
       <source>Read User Project Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1219" />
+      <location filename="../Project/Project.py" line="1222" />
       <source>&lt;p&gt;The user specific project properties file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1266" />
+      <location filename="../Project/Project.py" line="1269" />
       <source>Read Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1504" />
-      <location filename="../Project/Project.py" line="1485" />
-      <location filename="../Project/Project.py" line="1439" />
-      <location filename="../Project/Project.py" line="1364" />
-      <location filename="../Project/Project.py" line="1333" />
-      <location filename="../Project/Project.py" line="1314" />
-      <location filename="../Project/Project.py" line="1267" />
+      <location filename="../Project/Project.py" line="1507" />
+      <location filename="../Project/Project.py" line="1488" />
+      <location filename="../Project/Project.py" line="1442" />
+      <location filename="../Project/Project.py" line="1367" />
+      <location filename="../Project/Project.py" line="1336" />
+      <location filename="../Project/Project.py" line="1317" />
+      <location filename="../Project/Project.py" line="1270" />
       <source>Please save the project first.</source>
       <translation>Lütfen ilkolarak projeyi kaydedin.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1293" />
+      <location filename="../Project/Project.py" line="1296" />
       <source>Read project session</source>
       <translation>Proje oturumunu oku</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1294" />
+      <location filename="../Project/Project.py" line="1297" />
       <source>&lt;p&gt;The project session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1313" />
+      <location filename="../Project/Project.py" line="1316" />
       <source>Save Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1349" />
-      <location filename="../Project/Project.py" line="1332" />
+      <location filename="../Project/Project.py" line="1352" />
+      <location filename="../Project/Project.py" line="1335" />
       <source>Delete Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1350" />
+      <location filename="../Project/Project.py" line="1353" />
       <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="1385" />
-      <location filename="../Project/Project.py" line="1363" />
+      <location filename="../Project/Project.py" line="1388" />
+      <location filename="../Project/Project.py" line="1366" />
       <source>Read Tasks</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1386" />
+      <location filename="../Project/Project.py" line="1389" />
       <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1465" />
-      <location filename="../Project/Project.py" line="1438" />
+      <location filename="../Project/Project.py" line="1468" />
+      <location filename="../Project/Project.py" line="1441" />
       <source>Read Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1466" />
+      <location filename="../Project/Project.py" line="1469" />
       <source>&lt;p&gt;The project debugger properties file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1484" />
+      <location filename="../Project/Project.py" line="1487" />
       <source>Save Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1520" />
-      <location filename="../Project/Project.py" line="1503" />
+      <location filename="../Project/Project.py" line="1523" />
+      <location filename="../Project/Project.py" line="1506" />
       <source>Delete Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1521" />
+      <location filename="../Project/Project.py" line="1524" />
       <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="1681" />
+      <location filename="../Project/Project.py" line="1684" />
       <source>Add Language</source>
       <translation>Dil Ekle</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1682" />
+      <location filename="../Project/Project.py" line="1685" />
       <source>You have to specify a translation pattern first.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1815" />
-      <location filename="../Project/Project.py" line="1789" />
+      <location filename="../Project/Project.py" line="1818" />
+      <location filename="../Project/Project.py" line="1792" />
       <source>Delete translation</source>
       <translation>Çeviriyi silin</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1816" />
-      <location filename="../Project/Project.py" line="1790" />
+      <location filename="../Project/Project.py" line="1819" />
+      <location filename="../Project/Project.py" line="1793" />
       <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="1947" />
-      <location filename="../Project/Project.py" line="1934" />
-      <location filename="../Project/Project.py" line="1920" />
+      <location filename="../Project/Project.py" line="1950" />
+      <location filename="../Project/Project.py" line="1937" />
+      <location filename="../Project/Project.py" line="1923" />
       <source>Add file</source>
       <translation>Dosya ekle</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2015" />
-      <location filename="../Project/Project.py" line="1921" />
+      <location filename="../Project/Project.py" line="2018" />
+      <location filename="../Project/Project.py" line="1924" />
       <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="1935" />
+      <location filename="../Project/Project.py" line="1938" />
       <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="2091" />
-      <location filename="../Project/Project.py" line="1948" />
+      <location filename="../Project/Project.py" line="2094" />
+      <location filename="../Project/Project.py" line="1951" />
       <source>The target directory must not be empty.</source>
       <translation>Hedef dizin boş olamaz.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2102" />
-      <location filename="../Project/Project.py" line="2090" />
-      <location filename="../Project/Project.py" line="2014" />
-      <location filename="../Project/Project.py" line="1995" />
-      <location filename="../Project/Project.py" line="1979" />
+      <location filename="../Project/Project.py" line="2105" />
+      <location filename="../Project/Project.py" line="2093" />
+      <location filename="../Project/Project.py" line="2017" />
+      <location filename="../Project/Project.py" line="1998" />
+      <location filename="../Project/Project.py" line="1982" />
       <source>Add directory</source>
       <translation>Dizin Ekle</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1980" />
+      <location filename="../Project/Project.py" line="1983" />
       <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="1996" />
+      <location filename="../Project/Project.py" line="1999" />
       <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="2103" />
+      <location filename="../Project/Project.py" line="2106" />
       <source>The source directory must not be empty.</source>
       <translation>Kaynak dizin boş olamaz.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2164" />
+      <location filename="../Project/Project.py" line="2167" />
       <source>Rename file</source>
       <translation>Dosya adını değiştir</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2191" />
-      <location filename="../Project/Project.py" line="2176" />
+      <location filename="../Project/Project.py" line="2194" />
+      <location filename="../Project/Project.py" line="2179" />
       <source>Rename File</source>
       <translation>Dosya adını Değiştir</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3358" />
-      <location filename="../Project/Project.py" line="2177" />
+      <location filename="../Project/Project.py" line="3361" />
+      <location filename="../Project/Project.py" line="2180" />
       <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="2192" />
+      <location filename="../Project/Project.py" line="2195" />
       <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="2407" />
+      <location filename="../Project/Project.py" line="2410" />
       <source>Delete file</source>
       <translation>Dosya sil</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2408" />
+      <location filename="../Project/Project.py" line="2411" />
       <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="2434" />
+      <location filename="../Project/Project.py" line="2437" />
       <source>Delete directory</source>
       <translation>Dizini sil</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2435" />
+      <location filename="../Project/Project.py" line="2438" />
       <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="2535" />
+      <location filename="../Project/Project.py" line="2538" />
       <source>Create project directory</source>
       <translation>Proje dizinin oluştur</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2536" />
+      <location filename="../Project/Project.py" line="2539" />
       <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="3159" />
-      <location filename="../Project/Project.py" line="2599" />
+      <location filename="../Project/Project.py" line="3162" />
+      <location filename="../Project/Project.py" line="2602" />
       <source>Create project management directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3160" />
-      <location filename="../Project/Project.py" line="2600" />
+      <location filename="../Project/Project.py" line="3163" />
+      <location filename="../Project/Project.py" line="2603" />
       <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="2622" />
+      <location filename="../Project/Project.py" line="2625" />
       <source>Create main script</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2623" />
+      <location filename="../Project/Project.py" line="2626" />
       <source>&lt;p&gt;The mainscript &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2969" />
-      <location filename="../Project/Project.py" line="2647" />
+      <location filename="../Project/Project.py" line="2972" />
+      <location filename="../Project/Project.py" line="2650" />
       <source>Create Makefile</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2970" />
-      <location filename="../Project/Project.py" line="2648" />
+      <location filename="../Project/Project.py" line="2973" />
+      <location filename="../Project/Project.py" line="2651" />
       <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="3188" />
-      <location filename="../Project/Project.py" line="2786" />
-      <location filename="../Project/Project.py" line="2757" />
-      <location filename="../Project/Project.py" line="2713" />
-      <location filename="../Project/Project.py" line="2688" />
-      <location filename="../Project/Project.py" line="2658" />
+      <location filename="../Project/Project.py" line="3191" />
+      <location filename="../Project/Project.py" line="2789" />
+      <location filename="../Project/Project.py" line="2760" />
+      <location filename="../Project/Project.py" line="2716" />
+      <location filename="../Project/Project.py" line="2691" />
+      <location filename="../Project/Project.py" line="2661" />
       <source>New Project</source>
       <translation>Yeni Proje</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2659" />
+      <location filename="../Project/Project.py" line="2662" />
       <source>Add existing files to the project?</source>
       <translation>Var olan dosyalar projeye eklensin mi?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3189" />
-      <location filename="../Project/Project.py" line="2689" />
+      <location filename="../Project/Project.py" line="3192" />
+      <location filename="../Project/Project.py" line="2692" />
       <source>Select Version Control System</source>
       <translation>Sürüm Kontrol Sistemini Seç</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2787" />
-      <location filename="../Project/Project.py" line="2714" />
+      <location filename="../Project/Project.py" line="2790" />
+      <location filename="../Project/Project.py" line="2717" />
       <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="4137" />
-      <location filename="../Project/Project.py" line="2729" />
+      <location filename="../Project/Project.py" line="4152" />
+      <location filename="../Project/Project.py" line="2732" />
       <source>New project</source>
       <translation>Yeni Proje</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2730" />
+      <location filename="../Project/Project.py" line="2733" />
       <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="2763" />
-      <location filename="../Project/Project.py" line="2751" />
+      <location filename="../Project/Project.py" line="2766" />
+      <location filename="../Project/Project.py" line="2754" />
       <source>None</source>
       <translation>Yok</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2758" />
+      <location filename="../Project/Project.py" line="2761" />
       <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="2895" />
+      <location filename="../Project/Project.py" line="2898" />
       <source>Translation Pattern</source>
       <translation>Çeviri Kalıbı</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2896" />
+      <location filename="../Project/Project.py" line="2899" />
       <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="4157" />
-      <location filename="../Project/Project.py" line="3138" />
+      <location filename="../Project/Project.py" line="4172" />
+      <location filename="../Project/Project.py" line="3141" />
       <source>Open project</source>
       <translation>Projeyi aç</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3140" />
+      <location filename="../Project/Project.py" line="3143" />
       <source>Project Files (*.epj);;XML Project Files (*.e4p)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3343" />
-      <location filename="../Project/Project.py" line="3333" />
+      <location filename="../Project/Project.py" line="3346" />
+      <location filename="../Project/Project.py" line="3336" />
       <source>Project Files (*.epj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3341" />
+      <location filename="../Project/Project.py" line="3344" />
       <source>Save Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3357" />
+      <location filename="../Project/Project.py" line="3360" />
       <source>Save File</source>
       <translation>Dosyayı Kaydet</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3396" />
+      <location filename="../Project/Project.py" line="3399" />
       <source>Close Project</source>
       <translation>Projeyi Kapat</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3397" />
+      <location filename="../Project/Project.py" line="3400" />
       <source>The current project has unsaved changes.</source>
       <translation>Geçerli projede kaydedilmemiş dosyalar var.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3586" />
-      <location filename="../Project/Project.py" line="3552" />
+      <location filename="../Project/Project.py" line="3589" />
+      <location filename="../Project/Project.py" line="3555" />
       <source>Syntax errors detected</source>
       <translation>Sözdizimi Hataları tespit edildi</translation>
     </message>
     <message numerus="yes">
-      <location filename="../Project/Project.py" line="3587" />
-      <location filename="../Project/Project.py" line="3553" />
+      <location filename="../Project/Project.py" line="3590" />
+      <location filename="../Project/Project.py" line="3556" />
       <source>The project contains %n file(s) with syntax errors.</source>
       <translation type="unfinished">
         <numerusform />
@@ -60436,1171 +60563,1171 @@
       </translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4139" />
+      <location filename="../Project/Project.py" line="4154" />
       <source>&amp;New...</source>
       <translation>Ye&amp;ni...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4145" />
+      <location filename="../Project/Project.py" line="4160" />
       <source>Generate a new project</source>
       <translation>Yeni bir proje üret</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4147" />
+      <location filename="../Project/Project.py" line="4162" />
       <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="4159" />
+      <location filename="../Project/Project.py" line="4174" />
       <source>&amp;Open...</source>
       <translation>&amp;Aç...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4165" />
+      <location filename="../Project/Project.py" line="4180" />
       <source>Open an existing project</source>
       <translation>Var olan bir projeyi aç</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4167" />
+      <location filename="../Project/Project.py" line="4182" />
       <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="4173" />
+      <location filename="../Project/Project.py" line="4188" />
       <source>Reload project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4175" />
+      <location filename="../Project/Project.py" line="4190" />
       <source>&amp;Reload</source>
       <translation type="unfinished">&amp;Yeniden Yükle</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4181" />
+      <location filename="../Project/Project.py" line="4196" />
       <source>Reload the current project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4183" />
+      <location filename="../Project/Project.py" line="4198" />
       <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="4189" />
+      <location filename="../Project/Project.py" line="4204" />
       <source>Close project</source>
       <translation>Projeyi kapat</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4191" />
+      <location filename="../Project/Project.py" line="4206" />
       <source>&amp;Close</source>
       <translation>&amp;Kapat</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4197" />
+      <location filename="../Project/Project.py" line="4212" />
       <source>Close the current project</source>
       <translation>Geçerli projeyi kapat</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4199" />
+      <location filename="../Project/Project.py" line="4214" />
       <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="4205" />
+      <location filename="../Project/Project.py" line="4220" />
       <source>Save project</source>
       <translation>Projeyi kaydet</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4480" />
-      <location filename="../Project/Project.py" line="4207" />
+      <location filename="../Project/Project.py" line="4495" />
+      <location filename="../Project/Project.py" line="4222" />
       <source>&amp;Save</source>
       <translation>&amp;Kaydet</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4213" />
+      <location filename="../Project/Project.py" line="4228" />
       <source>Save the current project</source>
       <translation>Geçerli projeyi kapat</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4215" />
+      <location filename="../Project/Project.py" line="4230" />
       <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="4221" />
+      <location filename="../Project/Project.py" line="4236" />
       <source>Save project as</source>
       <translation>projeyi farklı adda kaydet</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4223" />
+      <location filename="../Project/Project.py" line="4238" />
       <source>Save &amp;as...</source>
       <translation>Farklı k&amp;aydet...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4229" />
+      <location filename="../Project/Project.py" line="4244" />
       <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="4231" />
-      <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="4246" />
+      <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="4261" />
       <source>Add files to project</source>
       <translation>Projeye dosyalar ekle</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4248" />
+      <location filename="../Project/Project.py" line="4263" />
       <source>Add &amp;files...</source>
       <translation>Dosyaları &amp;ekle...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4254" />
-      <source>Add files to the current project</source>
-      <translation>Geçerli projeye dosyalar ekle</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4256" />
-      <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="4267" />
-      <source>Add directory to project</source>
-      <translation>Projeye dizin ekle</translation>
-    </message>
-    <message>
       <location filename="../Project/Project.py" line="4269" />
+      <source>Add files to the current project</source>
+      <translation>Geçerli projeye dosyalar ekle</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4271" />
+      <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="4282" />
+      <source>Add directory to project</source>
+      <translation>Projeye dizin ekle</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4284" />
       <source>Add directory...</source>
       <translation>Dizin ekle...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4276" />
-      <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="4279" />
-      <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="4289" />
-      <source>Add translation to project</source>
-      <translation>Projeye çeviri ekle</translation>
-    </message>
-    <message>
       <location filename="../Project/Project.py" line="4291" />
+      <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="4294" />
+      <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="4304" />
+      <source>Add translation to project</source>
+      <translation>Projeye çeviri ekle</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4306" />
       <source>Add &amp;translation...</source>
       <translation>Çeviri &amp;ekle...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4298" />
+      <location filename="../Project/Project.py" line="4313" />
       <source>Add a translation to the current project</source>
       <translation>Geçerli projeye çeviri ekle</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4301" />
+      <location filename="../Project/Project.py" line="4316" />
       <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="4311" />
+      <location filename="../Project/Project.py" line="4326" />
       <source>Search new files</source>
       <translation>Yeni dosyaları ara</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4312" />
+      <location filename="../Project/Project.py" line="4327" />
       <source>Searc&amp;h new files...</source>
       <translation>Yeni dosyaları a&amp;ra...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4318" />
+      <location filename="../Project/Project.py" line="4333" />
       <source>Search new files in the project directory.</source>
       <translation>Proje dizininde yeni dosyaları ara.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4320" />
+      <location filename="../Project/Project.py" line="4335" />
       <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="4330" />
+      <location filename="../Project/Project.py" line="4345" />
       <source>Search Project File</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4331" />
+      <location filename="../Project/Project.py" line="4346" />
       <source>Search Project File...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4332" />
+      <location filename="../Project/Project.py" line="4347" />
       <source>Alt+Ctrl+P</source>
       <comment>Project|Search Project File</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4337" />
+      <location filename="../Project/Project.py" line="4352" />
       <source>Search for a file in the project list of files.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4339" />
+      <location filename="../Project/Project.py" line="4354" />
       <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="4348" />
+      <location filename="../Project/Project.py" line="4363" />
       <source>Project properties</source>
       <translation>Proje özellikleri</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4350" />
+      <location filename="../Project/Project.py" line="4365" />
       <source>&amp;Properties...</source>
       <translation>&amp;Özellikler...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4356" />
+      <location filename="../Project/Project.py" line="4371" />
       <source>Show the project properties</source>
       <translation>Proje özelliklerini göster</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4358" />
+      <location filename="../Project/Project.py" line="4373" />
       <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="4367" />
+      <location filename="../Project/Project.py" line="4382" />
       <source>User project properties</source>
       <translation>Kullanıcı projesi özellikleri</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4369" />
+      <location filename="../Project/Project.py" line="4384" />
       <source>&amp;User Properties...</source>
       <translation>K&amp;ullanıcı Özellikleri...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4376" />
+      <location filename="../Project/Project.py" line="4391" />
       <source>Show the user specific project properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4379" />
+      <location filename="../Project/Project.py" line="4394" />
       <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="4389" />
+      <location filename="../Project/Project.py" line="4404" />
       <source>Filetype Associations</source>
       <translation>Dosyatipi Birleştirme</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4390" />
+      <location filename="../Project/Project.py" line="4405" />
       <source>Filetype Associations...</source>
       <translation>Dosyatipi Birleştirme...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4397" />
+      <location filename="../Project/Project.py" line="4412" />
       <source>Show the project file type associations</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4400" />
+      <location filename="../Project/Project.py" line="4415" />
       <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="4413" />
+      <location filename="../Project/Project.py" line="4428" />
       <source>Lexer Associations</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4414" />
+      <location filename="../Project/Project.py" line="4429" />
       <source>Lexer Associations...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4421" />
+      <location filename="../Project/Project.py" line="4436" />
       <source>Show the project lexer associations (overriding defaults)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4424" />
+      <location filename="../Project/Project.py" line="4439" />
       <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="4442" />
+      <location filename="../Project/Project.py" line="4457" />
       <source>Debugger Properties</source>
       <translation>Hata Ayıklayıcı Özellikleri</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4443" />
+      <location filename="../Project/Project.py" line="4458" />
       <source>Debugger &amp;Properties...</source>
       <translation>Hata Ayıklayıcı &amp;Özellikleri...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4449" />
+      <location filename="../Project/Project.py" line="4464" />
       <source>Show the debugger properties</source>
       <translation>Hata ayıklayıcı özelliklerini göster</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4451" />
+      <location filename="../Project/Project.py" line="4466" />
       <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="4461" />
+      <location filename="../Project/Project.py" line="4476" />
       <source>Load</source>
       <translation>Yükle</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4462" />
+      <location filename="../Project/Project.py" line="4477" />
       <source>&amp;Load</source>
       <translation>Yük&amp;le</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4468" />
+      <location filename="../Project/Project.py" line="4483" />
       <source>Load the debugger properties</source>
       <translation>Hata ayıklayıcı özelliklerini yükle</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4470" />
+      <location filename="../Project/Project.py" line="4485" />
       <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="4479" />
+      <location filename="../Project/Project.py" line="4494" />
       <source>Save</source>
       <translation>Kaydet</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4486" />
+      <location filename="../Project/Project.py" line="4501" />
       <source>Save the debugger properties</source>
       <translation>Hata ayıklayıcı özelliklerini kaydet</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4488" />
+      <location filename="../Project/Project.py" line="4503" />
       <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="4497" />
+      <location filename="../Project/Project.py" line="4512" />
       <source>Delete</source>
       <translation>Sil</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4498" />
+      <location filename="../Project/Project.py" line="4513" />
       <source>&amp;Delete</source>
       <translation>&amp;Sil</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4504" />
+      <location filename="../Project/Project.py" line="4519" />
       <source>Delete the debugger properties</source>
       <translation>Hata ayıklayıcı özelliklerini sil</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4506" />
+      <location filename="../Project/Project.py" line="4521" />
       <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="4516" />
+      <location filename="../Project/Project.py" line="4531" />
       <source>Reset</source>
       <translation>Başadön</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4517" />
+      <location filename="../Project/Project.py" line="4532" />
       <source>&amp;Reset</source>
       <translation>Başad&amp;ön</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4523" />
+      <location filename="../Project/Project.py" line="4538" />
       <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="4525" />
+      <location filename="../Project/Project.py" line="4540" />
       <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="4541" />
-      <location filename="../Project/Project.py" line="4540" />
+      <location filename="../Project/Project.py" line="4556" />
+      <location filename="../Project/Project.py" line="4555" />
       <source>Load session</source>
       <translation>Oturum yükleniyor</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4547" />
+      <location filename="../Project/Project.py" line="4562" />
       <source>Load the projects session file.</source>
       <translation>Projelerin oturm dosyasını yükle.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4549" />
+      <location filename="../Project/Project.py" line="4564" />
       <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="4565" />
-      <location filename="../Project/Project.py" line="4564" />
+      <location filename="../Project/Project.py" line="4580" />
+      <location filename="../Project/Project.py" line="4579" />
       <source>Save session</source>
       <translation>Oturumu kaydet</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4571" />
+      <location filename="../Project/Project.py" line="4586" />
       <source>Save the projects session file.</source>
       <translation>Proje oturum dosyasını kaydet.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4573" />
+      <location filename="../Project/Project.py" line="4588" />
       <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="4589" />
-      <location filename="../Project/Project.py" line="4588" />
+      <location filename="../Project/Project.py" line="4604" />
+      <location filename="../Project/Project.py" line="4603" />
       <source>Delete session</source>
       <translation>Oturumu sil</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4595" />
+      <location filename="../Project/Project.py" line="4610" />
       <source>Delete the projects session file.</source>
       <translation>Proje oturum dosyasını sil.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4597" />
-      <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="4612" />
+      <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="4627" />
       <source>Code Metrics</source>
       <translation>Metrik Kod</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4613" />
+      <location filename="../Project/Project.py" line="4628" />
       <source>&amp;Code Metrics...</source>
       <translation>Me&amp;trik Kod...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4620" />
+      <location filename="../Project/Project.py" line="4635" />
       <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="4623" />
+      <location filename="../Project/Project.py" line="4638" />
       <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="4633" />
+      <location filename="../Project/Project.py" line="4648" />
       <source>Python Code Coverage</source>
       <translation>Python Kod Koruyucu</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4634" />
+      <location filename="../Project/Project.py" line="4649" />
       <source>Code Co&amp;verage...</source>
       <translation>Kod Koru&amp;yucu...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4641" />
+      <location filename="../Project/Project.py" line="4656" />
       <source>Show code coverage information for the project.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4644" />
+      <location filename="../Project/Project.py" line="4659" />
       <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="5966" />
-      <location filename="../Project/Project.py" line="5953" />
-      <location filename="../Project/Project.py" line="4654" />
+      <location filename="../Project/Project.py" line="5981" />
+      <location filename="../Project/Project.py" line="5968" />
+      <location filename="../Project/Project.py" line="4669" />
       <source>Profile Data</source>
       <translation>Veri Kesiti</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4655" />
+      <location filename="../Project/Project.py" line="4670" />
       <source>&amp;Profile Data...</source>
       <translation>&amp;Veri kesiti...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4662" />
+      <location filename="../Project/Project.py" line="4677" />
       <source>Show profiling data for the project.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4665" />
+      <location filename="../Project/Project.py" line="4680" />
       <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="6018" />
-      <location filename="../Project/Project.py" line="4680" />
+      <location filename="../Project/Project.py" line="6033" />
+      <location filename="../Project/Project.py" line="4695" />
       <source>Application Diagram</source>
       <translation>Uygulama Şeması</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4681" />
+      <location filename="../Project/Project.py" line="4696" />
       <source>&amp;Application Diagram...</source>
       <translation>Uygulama Şem&amp;ası...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4688" />
+      <location filename="../Project/Project.py" line="4703" />
       <source>Show a diagram of the project.</source>
       <translation>Projenin bir şemasını göster.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4691" />
+      <location filename="../Project/Project.py" line="4706" />
       <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="4700" />
+      <location filename="../Project/Project.py" line="4715" />
       <source>Load Diagram</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4701" />
+      <location filename="../Project/Project.py" line="4716" />
       <source>&amp;Load Diagram...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4707" />
+      <location filename="../Project/Project.py" line="4722" />
       <source>Load a diagram from file.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4709" />
+      <location filename="../Project/Project.py" line="4724" />
       <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="6181" />
-      <location filename="../Project/Project.py" line="6126" />
-      <location filename="../Project/Project.py" line="4724" />
+      <location filename="../Project/Project.py" line="6196" />
+      <location filename="../Project/Project.py" line="6141" />
+      <location filename="../Project/Project.py" line="4739" />
       <source>Create Package List</source>
       <translation>Paket Listesini Oluştur</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4726" />
+      <location filename="../Project/Project.py" line="4741" />
       <source>Create &amp;Package List</source>
       <translation type="unfinished">Eklenti &amp;Arşivi Oluştur</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4733" />
+      <location filename="../Project/Project.py" line="4748" />
       <source>Create an initial PKGLIST file for an eric plugin.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4736" />
+      <location filename="../Project/Project.py" line="4751" />
       <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="6250" />
-      <location filename="../Project/Project.py" line="4747" />
+      <location filename="../Project/Project.py" line="6265" />
+      <location filename="../Project/Project.py" line="4762" />
       <source>Create Plugin Archives</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4749" />
+      <location filename="../Project/Project.py" line="4764" />
       <source>Create Plugin &amp;Archives</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4755" />
+      <location filename="../Project/Project.py" line="4770" />
       <source>Create eric plugin archive files.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4757" />
+      <location filename="../Project/Project.py" line="4772" />
       <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="4769" />
+      <location filename="../Project/Project.py" line="4784" />
       <source>Create Plugin Archives (Snapshot)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4771" />
+      <location filename="../Project/Project.py" line="4786" />
       <source>Create Plugin Archives (&amp;Snapshot)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4778" />
+      <location filename="../Project/Project.py" line="4793" />
       <source>Create eric plugin archive files (snapshot releases).</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4781" />
+      <location filename="../Project/Project.py" line="4796" />
       <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="6683" />
+      <location filename="../Project/Project.py" line="6654" />
+      <location filename="../Project/Project.py" line="6608" />
+      <location filename="../Project/Project.py" line="4815" />
+      <source>Execute Make</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4816" />
+      <source>&amp;Execute Make</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4822" />
+      <source>Perform a 'make' run.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4824" />
+      <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="6660" />
+      <location filename="../Project/Project.py" line="4834" />
+      <source>Test for Changes</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4835" />
+      <source>&amp;Test for Changes</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4842" />
+      <source>Question 'make', if a rebuild is needed.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4845" />
+      <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="4863" />
+      <source>Create SBOM File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4864" />
+      <source>Create &amp;SBOM File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4871" />
+      <source>Create a SBOM file of the project dependencies.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4874" />
+      <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="4891" />
+      <source>About Black</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4892" />
+      <source>&amp;Black</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4898" />
+      <source>Show some information about 'Black'.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4900" />
+      <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="4912" />
+      <source>Format Code</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4913" />
+      <source>&amp;Format Code</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4920" />
+      <source>Format the project sources with 'Black'.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4923" />
+      <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="4935" />
+      <source>Check Code Formatting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4936" />
+      <source>&amp;Check Code Formatting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4943" />
+      <source>Check, if the project sources need to be reformatted with 'Black'.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4948" />
+      <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="4961" />
+      <source>Code Formatting Diff</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4962" />
+      <source>Code Formatting &amp;Diff</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4969" />
+      <source>Generate a unified diff of potential project source reformatting with 'Black'.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4975" />
+      <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="5140" />
+      <location filename="../Project/Project.py" line="5090" />
+      <location filename="../Project/Project.py" line="5089" />
+      <location filename="../Project/Project.py" line="4989" />
+      <location filename="../Project/Project.py" line="4988" />
+      <source>Configure</source>
+      <translation type="unfinished">Yapılandırma</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4996" />
+      <source>Enter the parameters for formatting the project sources with 'Black'.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5001" />
+      <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="5017" />
+      <source>About isort</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5018" />
+      <source>&amp;isort</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5024" />
+      <source>Show some information about 'isort'.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5026" />
+      <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="5039" />
+      <location filename="../Project/Project.py" line="5038" />
+      <source>Sort Imports</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5046" />
+      <source>Sort the import statements of the project sources with 'isort'.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5049" />
+      <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="5063" />
+      <location filename="../Project/Project.py" line="5062" />
+      <source>Imports Sorting Diff</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5070" />
+      <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="5076" />
+      <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="5097" />
+      <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="5103" />
+      <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="5119" />
+      <source>Install Project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5120" />
+      <source>&amp;Install Project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5127" />
+      <source>Install the project into the embedded environment.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5130" />
+      <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="5141" />
+      <source>&amp;Configure</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5148" />
+      <source>Configure the embedded environment.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5151" />
+      <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="5161" />
+      <source>Upgrade</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5162" />
+      <source>&amp;Upgrade</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5168" />
+      <source>Upgrade the embedded environment.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5170" />
+      <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="5182" />
+      <source>Recreate</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5183" />
+      <source>&amp;Recreate</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5189" />
+      <source>Recreate the embedded environment.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5191" />
+      <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="5223" />
+      <source>&amp;Project</source>
+      <translation>&amp;Proje</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5224" />
+      <source>Open &amp;Recent Projects</source>
+      <translation>Geçmiş P&amp;rojeleri Aç</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5225" />
+      <source>Session</source>
+      <translation>Oturum</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5226" />
+      <source>Debugger</source>
+      <translation>Hata Ayıklayıcı</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5227" />
+      <source>Embedded Environment</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5229" />
+      <source>Project-T&amp;ools</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5230" />
+      <source>&amp;Version Control</source>
+      <translation>S&amp;ürüm Kontrol</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5234" />
+      <source>Chec&amp;k</source>
+      <translation>&amp;Kontrol</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5236" />
+      <source>Code &amp;Formatting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5238" />
+      <source>Sho&amp;w</source>
+      <translation>G&amp;öster</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5239" />
+      <source>&amp;Diagrams</source>
+      <translation>Şemalar &amp;D</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5240" />
+      <source>Pac&amp;kagers</source>
+      <translation>Pa&amp;ketleyici</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5241" />
+      <source>Source &amp;Documentation</source>
+      <translation>Kaynak Belgeleme &amp;D</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5243" />
+      <source>Make</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5244" />
+      <source>Other Tools</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5404" />
+      <location filename="../Project/Project.py" line="5402" />
+      <source>Project</source>
+      <translation>Proje</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5465" />
+      <source>&amp;Clear</source>
+      <translation>T&amp;emizle</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5624" />
+      <source>Search New Files</source>
+      <translation>Yeni Dosyaları Ara</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5625" />
+      <source>There were no new files found to be added.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5774" />
+      <location filename="../Project/Project.py" line="5761" />
+      <source>Version Control System</source>
+      <translation>Sürüm Kontrol Sistemi</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5762" />
+      <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="5775" />
+      <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="5923" />
+      <source>Coverage Data</source>
+      <translation>Veri Kapsamı</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5969" />
+      <location filename="../Project/Project.py" line="5924" />
+      <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="5936" />
+      <source>Code Coverage</source>
+      <translation>Kod Koruyucu</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5937" />
+      <source>Please select a coverage file</source>
+      <translation>Lütfen bir koruyucu dosya seçiniz</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5982" />
+      <source>Please select a profile file</source>
+      <translation>Lütfen kesit dosyasını seçiniz</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6034" />
+      <source>Include module names?</source>
+      <translation>Modül isimleri dahil edilsin mi?</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6142" />
+      <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="6197" />
+      <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="6486" />
+      <location filename="../Project/Project.py" line="6444" />
+      <location filename="../Project/Project.py" line="6398" />
+      <location filename="../Project/Project.py" line="6387" />
+      <location filename="../Project/Project.py" line="6369" />
+      <location filename="../Project/Project.py" line="6336" />
+      <location filename="../Project/Project.py" line="6306" />
+      <location filename="../Project/Project.py" line="6278" />
+      <location filename="../Project/Project.py" line="6248" />
+      <location filename="../Project/Project.py" line="6234" />
+      <location filename="../Project/Project.py" line="6217" />
+      <source>Create Plugin Archive</source>
+      <translation>Eklenti Arşivi Oluştur</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6218" />
+      <source>The project does not have a main script defined. Aborting...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6235" />
+      <source>Select package lists:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6249" />
+      <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="6257" />
+      <source>Creating plugin archives...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6258" />
+      <source>Abort</source>
+      <translation type="unfinished">Vazgeç</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6261" />
+      <source>%v/%m Archives</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6279" />
+      <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="6307" />
+      <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="6337" />
+      <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="6370" />
+      <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="6388" />
+      <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="6399" />
+      <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="6445" />
+      <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="6487" />
+      <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="6609" />
+      <source>The make process did not start.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6655" />
+      <source>The make process crashed.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6663" />
+      <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="6668" />
-      <location filename="../Project/Project.py" line="6639" />
-      <location filename="../Project/Project.py" line="6593" />
-      <location filename="../Project/Project.py" line="4800" />
-      <source>Execute Make</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4801" />
-      <source>&amp;Execute Make</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4807" />
-      <source>Perform a 'make' run.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4809" />
-      <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="6645" />
-      <location filename="../Project/Project.py" line="4819" />
-      <source>Test for Changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4820" />
-      <source>&amp;Test for Changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4827" />
-      <source>Question 'make', if a rebuild is needed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4830" />
-      <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="4848" />
-      <source>Create SBOM File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4849" />
-      <source>Create &amp;SBOM File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4856" />
-      <source>Create a SBOM file of the project dependencies.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4859" />
-      <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="4876" />
-      <source>About Black</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4877" />
-      <source>&amp;Black</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4883" />
-      <source>Show some information about 'Black'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4885" />
-      <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="4897" />
-      <source>Format Code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4898" />
-      <source>&amp;Format Code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4905" />
-      <source>Format the project sources with 'Black'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4908" />
-      <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="4920" />
-      <source>Check Code Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4921" />
-      <source>&amp;Check Code Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4928" />
-      <source>Check, if the project sources need to be reformatted with 'Black'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4933" />
-      <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="4946" />
-      <source>Code Formatting Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4947" />
-      <source>Code Formatting &amp;Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4954" />
-      <source>Generate a unified diff of potential project source reformatting with 'Black'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4960" />
-      <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="5125" />
-      <location filename="../Project/Project.py" line="5075" />
-      <location filename="../Project/Project.py" line="5074" />
-      <location filename="../Project/Project.py" line="4974" />
-      <location filename="../Project/Project.py" line="4973" />
-      <source>Configure</source>
-      <translation type="unfinished">Yapılandırma</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4981" />
-      <source>Enter the parameters for formatting the project sources with 'Black'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4986" />
-      <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="5002" />
-      <source>About isort</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5003" />
-      <source>&amp;isort</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5009" />
-      <source>Show some information about 'isort'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5011" />
-      <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="5024" />
-      <location filename="../Project/Project.py" line="5023" />
-      <source>Sort Imports</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5031" />
-      <source>Sort the import statements of the project sources with 'isort'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5034" />
-      <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="5048" />
-      <location filename="../Project/Project.py" line="5047" />
-      <source>Imports Sorting Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5055" />
-      <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="5061" />
-      <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="5082" />
-      <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="5088" />
-      <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="5104" />
-      <source>Install Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5105" />
-      <source>&amp;Install Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5112" />
-      <source>Install the project into the embedded environment.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5115" />
-      <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="5126" />
-      <source>&amp;Configure</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5133" />
-      <source>Configure the embedded environment.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5136" />
-      <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="5146" />
-      <source>Upgrade</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5147" />
-      <source>&amp;Upgrade</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5153" />
-      <source>Upgrade the embedded environment.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5155" />
-      <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="5167" />
-      <source>Recreate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5168" />
-      <source>&amp;Recreate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5174" />
-      <source>Recreate the embedded environment.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5176" />
-      <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="5208" />
-      <source>&amp;Project</source>
-      <translation>&amp;Proje</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5209" />
-      <source>Open &amp;Recent Projects</source>
-      <translation>Geçmiş P&amp;rojeleri Aç</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5210" />
-      <source>Session</source>
-      <translation>Oturum</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5211" />
-      <source>Debugger</source>
-      <translation>Hata Ayıklayıcı</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5212" />
-      <source>Embedded Environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5214" />
-      <source>Project-T&amp;ools</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5215" />
-      <source>&amp;Version Control</source>
-      <translation>S&amp;ürüm Kontrol</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5219" />
-      <source>Chec&amp;k</source>
-      <translation>&amp;Kontrol</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5221" />
-      <source>Code &amp;Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5223" />
-      <source>Sho&amp;w</source>
-      <translation>G&amp;öster</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5224" />
-      <source>&amp;Diagrams</source>
-      <translation>Şemalar &amp;D</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5225" />
-      <source>Pac&amp;kagers</source>
-      <translation>Pa&amp;ketleyici</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5226" />
-      <source>Source &amp;Documentation</source>
-      <translation>Kaynak Belgeleme &amp;D</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5228" />
-      <source>Make</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5229" />
-      <source>Other Tools</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5389" />
-      <location filename="../Project/Project.py" line="5387" />
-      <source>Project</source>
-      <translation>Proje</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5450" />
-      <source>&amp;Clear</source>
-      <translation>T&amp;emizle</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5609" />
-      <source>Search New Files</source>
-      <translation>Yeni Dosyaları Ara</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5610" />
-      <source>There were no new files found to be added.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5759" />
-      <location filename="../Project/Project.py" line="5746" />
-      <source>Version Control System</source>
-      <translation>Sürüm Kontrol Sistemi</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5747" />
-      <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="5760" />
-      <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="5908" />
-      <source>Coverage Data</source>
-      <translation>Veri Kapsamı</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5954" />
-      <location filename="../Project/Project.py" line="5909" />
-      <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="5921" />
-      <source>Code Coverage</source>
-      <translation>Kod Koruyucu</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5922" />
-      <source>Please select a coverage file</source>
-      <translation>Lütfen bir koruyucu dosya seçiniz</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5967" />
-      <source>Please select a profile file</source>
-      <translation>Lütfen kesit dosyasını seçiniz</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6019" />
-      <source>Include module names?</source>
-      <translation>Modül isimleri dahil edilsin mi?</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6127" />
-      <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="6182" />
-      <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="6471" />
-      <location filename="../Project/Project.py" line="6429" />
-      <location filename="../Project/Project.py" line="6383" />
-      <location filename="../Project/Project.py" line="6372" />
-      <location filename="../Project/Project.py" line="6354" />
-      <location filename="../Project/Project.py" line="6321" />
-      <location filename="../Project/Project.py" line="6291" />
-      <location filename="../Project/Project.py" line="6263" />
-      <location filename="../Project/Project.py" line="6233" />
-      <location filename="../Project/Project.py" line="6219" />
-      <location filename="../Project/Project.py" line="6202" />
-      <source>Create Plugin Archive</source>
-      <translation>Eklenti Arşivi Oluştur</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6203" />
-      <source>The project does not have a main script defined. Aborting...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6220" />
-      <source>Select package lists:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6234" />
-      <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="6242" />
-      <source>Creating plugin archives...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6243" />
-      <source>Abort</source>
-      <translation type="unfinished">Vazgeç</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6246" />
-      <source>%v/%m Archives</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6264" />
-      <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="6292" />
-      <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="6322" />
-      <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="6355" />
-      <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="6373" />
-      <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="6384" />
-      <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="6430" />
-      <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="6472" />
-      <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="6594" />
-      <source>The make process did not start.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6640" />
-      <source>The make process crashed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6648" />
-      <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="6653" />
       <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="6669" />
+      <location filename="../Project/Project.py" line="6684" />
       <source>The makefile contains errors.</source>
       <translation type="unfinished" />
     </message>
@@ -61711,8 +61838,8 @@
       <translation>VCS Durumu</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectBrowserModel.py" line="800" />
-      <location filename="../Project/ProjectBrowserModel.py" line="782" />
+      <location filename="../Project/ProjectBrowserModel.py" line="802" />
+      <location filename="../Project/ProjectBrowserModel.py" line="783" />
       <location filename="../Project/ProjectBrowserModel.py" line="748" />
       <location filename="../Project/ProjectBrowserModel.py" line="471" />
       <location filename="../Project/ProjectBrowserModel.py" line="389" />
@@ -69701,100 +69828,100 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="978" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1056" />
       <location filename="../MicroPython/Devices/RP2040Devices.py" line="617" />
       <source>unknown ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1088" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1166" />
       <source>Pico Wireless does not support setting the IPv4 parameters of the WiFi access point.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1161" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1239" />
       <source>Pico Wireless does not support reporting of connected clients.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1215" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1293" />
       <source>WebREPL is not supported on this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1555" />
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1342" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1633" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1420" />
       <source>Active</source>
       <translation type="unfinished">Aktif</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1343" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1421" />
       <source>Name</source>
       <translation type="unfinished">Adı</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1568" />
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1344" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1646" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1422" />
       <source>MAC-Address</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1347" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1425" />
       <source>Address Type</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1348" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1426" />
       <source>Public</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1348" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1426" />
       <source>Random</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1351" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1429" />
       <source>MTU</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1351" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1429" />
       <source>{0} Bytes</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1556" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1634" />
       <source>Connected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1559" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1637" />
       <source>Status</source>
       <translation type="unfinished">Durum</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1563" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1641" />
       <source>Hostname</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1564" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1642" />
       <source>IPv4 Address</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1565" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1643" />
       <source>Netmask</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1566" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1644" />
       <source>Gateway</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1567" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1645" />
       <source>DNS</source>
       <translation type="unfinished" />
     </message>
@@ -72633,335 +72760,360 @@
   <context>
     <name>ShellWindow</name>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1279" />
+      <location filename="../QScintilla/ShellWindow.py" line="1304" />
       <location filename="../QScintilla/ShellWindow.py" line="62" />
       <source>eric Shell</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="228" />
+      <location filename="../QScintilla/ShellWindow.py" line="229" />
       <source>Quit</source>
       <translation type="unfinished">Çık</translation>
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="230" />
-      <source>&amp;Quit</source>
-      <translation type="unfinished">&amp;Çıkış</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/ShellWindow.py" line="231" />
+      <source>&amp;Quit</source>
+      <translation type="unfinished">&amp;Çıkış</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/ShellWindow.py" line="232" />
       <source>Ctrl+Q</source>
       <comment>File|Quit</comment>
       <translation type="unfinished">Ctrl+Q</translation>
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="236" />
+      <location filename="../QScintilla/ShellWindow.py" line="237" />
       <source>Quit the Shell</source>
       <translation type="unfinished">IDE den Çık</translation>
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="238" />
+      <location filename="../QScintilla/ShellWindow.py" line="239" />
       <source>&lt;b&gt;Quit the Shell&lt;/b&gt;&lt;p&gt;This quits the Shell window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="245" />
+      <location filename="../QScintilla/ShellWindow.py" line="246" />
       <source>New Window</source>
       <translation type="unfinished">Yeni Pencere</translation>
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="247" />
-      <source>New &amp;Window</source>
-      <translation type="unfinished">Yeni &amp;Pencere</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/ShellWindow.py" line="248" />
+      <source>New &amp;Window</source>
+      <translation type="unfinished">Yeni &amp;Pencere</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/ShellWindow.py" line="249" />
       <source>Ctrl+Shift+N</source>
       <comment>File|New Window</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="253" />
+      <location filename="../QScintilla/ShellWindow.py" line="254" />
       <source>Open a new Shell window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="255" />
+      <location filename="../QScintilla/ShellWindow.py" line="256" />
       <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the Shell window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="266" />
-      <location filename="../QScintilla/ShellWindow.py" line="264" />
+      <location filename="../QScintilla/ShellWindow.py" line="267" />
+      <location filename="../QScintilla/ShellWindow.py" line="265" />
       <source>Restart</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="272" />
+      <location filename="../QScintilla/ShellWindow.py" line="273" />
       <source>Restart the shell</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="274" />
+      <location filename="../QScintilla/ShellWindow.py" line="275" />
       <source>&lt;b&gt;Restart&lt;/b&gt;&lt;p&gt;Restart the shell for the currently selected environment.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="286" />
-      <location filename="../QScintilla/ShellWindow.py" line="284" />
+      <location filename="../QScintilla/ShellWindow.py" line="287" />
+      <location filename="../QScintilla/ShellWindow.py" line="285" />
       <source>Restart and Clear</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="293" />
+      <location filename="../QScintilla/ShellWindow.py" line="294" />
       <source>Clear the window and restart the shell</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="296" />
+      <location filename="../QScintilla/ShellWindow.py" line="297" />
       <source>&lt;b&gt;Restart and Clear&lt;/b&gt;&lt;p&gt;Clear the shell window and restart the shell for the currently selected environment.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="306" />
+      <location filename="../QScintilla/ShellWindow.py" line="307" />
       <source>Save Contents</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="308" />
+      <location filename="../QScintilla/ShellWindow.py" line="309" />
       <source>Save Contents...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="317" />
+      <location filename="../QScintilla/ShellWindow.py" line="318" />
       <source>Save the current contents of the shell to a file</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="320" />
+      <location filename="../QScintilla/ShellWindow.py" line="321" />
       <source>&lt;b&gt;Save Contents&lt;/b&gt;&lt;p&gt;Save the current contents of the shell to a file.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="353" />
+      <location filename="../QScintilla/ShellWindow.py" line="354" />
       <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text to the clipboard.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="375" />
+      <location filename="../QScintilla/ShellWindow.py" line="376" />
       <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text to the clipboard.&lt;/p&gt;</source>
       <translation type="unfinished">&lt;b&gt;Kopya&lt;/b&gt;&lt;p&gt;Seçilen metni clipboard kopyala.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="397" />
+      <location filename="../QScintilla/ShellWindow.py" line="398" />
       <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the last cut/copied text from the clipboard.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="419" />
+      <location filename="../QScintilla/ShellWindow.py" line="420" />
       <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Delete all text.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../QScintilla/ShellWindow.py" line="714" />
       <location filename="../QScintilla/ShellWindow.py" line="713" />
-      <location filename="../QScintilla/ShellWindow.py" line="712" />
       <source>Move forward one history entry</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../QScintilla/ShellWindow.py" line="726" />
       <location filename="../QScintilla/ShellWindow.py" line="725" />
-      <location filename="../QScintilla/ShellWindow.py" line="724" />
       <source>Move back one history entry</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1119" />
+      <location filename="../QScintilla/ShellWindow.py" line="1120" />
       <source>Show History</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1121" />
+      <location filename="../QScintilla/ShellWindow.py" line="1122" />
       <source>&amp;Show History...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1127" />
+      <location filename="../QScintilla/ShellWindow.py" line="1128" />
       <source>Show the shell history in a dialog</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1131" />
+      <location filename="../QScintilla/ShellWindow.py" line="1132" />
       <source>Clear History</source>
       <translation type="unfinished">Geçmişi Sil</translation>
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1133" />
+      <location filename="../QScintilla/ShellWindow.py" line="1134" />
       <source>&amp;Clear History...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1139" />
+      <location filename="../QScintilla/ShellWindow.py" line="1140" />
       <source>Clear the shell history</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1143" />
-      <source>Select History Entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/ShellWindow.py" line="1144" />
+      <source>Select History Entry</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/ShellWindow.py" line="1145" />
       <source>Select History &amp;Entry</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1151" />
+      <location filename="../QScintilla/ShellWindow.py" line="1152" />
       <source>Select an entry of the shell history</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1160" />
+      <location filename="../QScintilla/ShellWindow.py" line="1161" />
+      <source>Preferences</source>
+      <translation type="unfinished">Seçenekler</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/ShellWindow.py" line="1163" />
+      <source>&amp;Preferences...</source>
+      <translation type="unfinished">&amp;Seçenekler...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/ShellWindow.py" line="1169" />
+      <source>Set the prefered configuration</source>
+      <translation type="unfinished">tercih edilen ayarları yapınız</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/ShellWindow.py" line="1171" />
+      <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
+      <translation type="unfinished">&lt;b&gt;Tercihler&lt;/b&gt;&lt;p&gt;Uygulamanın ayarlama maddelerini tercih ettiğiniz değerlerle ayarlayınız.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/ShellWindow.py" line="1185" />
       <source>About</source>
       <translation type="unfinished">Hakkında</translation>
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1160" />
+      <location filename="../QScintilla/ShellWindow.py" line="1185" />
       <source>&amp;About</source>
       <translation type="unfinished">H&amp;akkında</translation>
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1162" />
+      <location filename="../QScintilla/ShellWindow.py" line="1187" />
       <source>Display information about this software</source>
       <translation type="unfinished">Bu yazılım hakkında bilgi göster</translation>
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1164" />
+      <location filename="../QScintilla/ShellWindow.py" line="1189" />
       <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
       <translation type="unfinished">&lt;b&gt;Hakkında&lt;/b&gt;&lt;p&gt;Bu yazılım hakkındaki çeşitli bilgileri gösterir.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1173" />
+      <location filename="../QScintilla/ShellWindow.py" line="1198" />
       <source>About Qt</source>
       <translation type="unfinished">Qt Hakkında</translation>
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1173" />
-      <source>About &amp;Qt</source>
-      <translation type="unfinished">&amp;Qt Hakkında</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1176" />
-      <source>Display information about the Qt toolkit</source>
-      <translation type="unfinished">Qt araçkiti hakkında bilgi göster</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1179" />
-      <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
-      <translation type="unfinished">&lt;b&gt;Qt Hakkında&lt;/b&gt;&lt;p&gt;Qt Araçkiti hakkında bazı bilgiler gösterir.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1188" />
-      <source>What's This?</source>
-      <translation type="unfinished">Bu nedir?</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1190" />
-      <source>&amp;What's This?</source>
-      <translation type="unfinished">Bu &amp;Nedir?</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1191" />
-      <source>Shift+F1</source>
-      <comment>Help|What's This?'</comment>
-      <translation type="unfinished">Shift+F1</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1196" />
-      <source>Context sensitive help</source>
-      <translation type="unfinished">Duyarlı yardım</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/ShellWindow.py" line="1198" />
+      <source>About &amp;Qt</source>
+      <translation type="unfinished">&amp;Qt Hakkında</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/ShellWindow.py" line="1201" />
+      <source>Display information about the Qt toolkit</source>
+      <translation type="unfinished">Qt araçkiti hakkında bilgi göster</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/ShellWindow.py" line="1204" />
+      <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
+      <translation type="unfinished">&lt;b&gt;Qt Hakkında&lt;/b&gt;&lt;p&gt;Qt Araçkiti hakkında bazı bilgiler gösterir.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/ShellWindow.py" line="1213" />
+      <source>What's This?</source>
+      <translation type="unfinished">Bu nedir?</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/ShellWindow.py" line="1215" />
+      <source>&amp;What's This?</source>
+      <translation type="unfinished">Bu &amp;Nedir?</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/ShellWindow.py" line="1216" />
+      <source>Shift+F1</source>
+      <comment>Help|What's This?'</comment>
+      <translation type="unfinished">Shift+F1</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/ShellWindow.py" line="1221" />
+      <source>Context sensitive help</source>
+      <translation type="unfinished">Duyarlı yardım</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/ShellWindow.py" line="1223" />
       <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
       <translation type="unfinished">&lt;b&gt;Duyarlı yardım içeriğini görüntüle&lt;/b&gt;&lt;p&gt;Bu Nedir? modunda, Fare imleci soru işeretiyle beraber bir ok şeklindedir ve bir arayüz elemanı üzerinde tıklarsanız bu elemanın nasıl kullanılacağı ve hakkında kısa bilgi verir. bu özellik diyaloglarda başlık çubuğu üzerindeyken çıkarılan açılır menülerde de bulunmaktadır.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1277" />
+      <location filename="../QScintilla/ShellWindow.py" line="1302" />
       <source>eric Shell [{0}]</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1346" />
+      <location filename="../QScintilla/ShellWindow.py" line="1371" />
       <source>About eric Shell Window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1347" />
+      <location filename="../QScintilla/ShellWindow.py" line="1372" />
       <source>The eric Shell is a standalone shell window. It uses the same backend as the debugger of the full IDE, but is executed independently.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1374" />
+      <location filename="../QScintilla/ShellWindow.py" line="1399" />
       <source>&amp;File</source>
       <translation type="unfinished">&amp;Dosya</translation>
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1385" />
-      <source>&amp;Edit</source>
-      <translation type="unfinished">Düz&amp;en</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1396" />
-      <source>&amp;View</source>
-      <translation type="unfinished">&amp;Görünüm</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1403" />
-      <source>Histor&amp;y</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/ShellWindow.py" line="1410" />
+      <source>&amp;Edit</source>
+      <translation type="unfinished">Düz&amp;en</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/ShellWindow.py" line="1421" />
+      <source>&amp;View</source>
+      <translation type="unfinished">&amp;Görünüm</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/ShellWindow.py" line="1428" />
+      <source>Histor&amp;y</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/ShellWindow.py" line="1435" />
       <source>&amp;Start</source>
       <translation type="unfinished">Ba&amp;şlat</translation>
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1416" />
+      <location filename="../QScintilla/ShellWindow.py" line="1439" />
+      <source>Se&amp;ttings</source>
+      <translation type="unfinished">Ayar&amp;lar</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/ShellWindow.py" line="1445" />
       <source>&amp;Help</source>
       <translation type="unfinished">&amp;Yardım</translation>
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1449" />
+      <location filename="../QScintilla/ShellWindow.py" line="1478" />
       <source>File</source>
       <translation type="unfinished">Dosya</translation>
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1459" />
+      <location filename="../QScintilla/ShellWindow.py" line="1488" />
       <source>Edit</source>
       <translation type="unfinished">Düzen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1465" />
+      <location filename="../QScintilla/ShellWindow.py" line="1494" />
       <source>Find</source>
       <translation type="unfinished">Bul</translation>
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1470" />
+      <location filename="../QScintilla/ShellWindow.py" line="1499" />
       <source>View</source>
       <translation type="unfinished">Görünüm</translation>
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1476" />
+      <location filename="../QScintilla/ShellWindow.py" line="1505" />
       <source>History</source>
       <translation type="unfinished">Geçmiş</translation>
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1481" />
+      <location filename="../QScintilla/ShellWindow.py" line="1510" />
       <source>Help</source>
       <translation type="unfinished">Yardım</translation>
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1503" />
+      <location filename="../QScintilla/ShellWindow.py" line="1532" />
       <source>&lt;p&gt;This part of the status bar allows zooming the  shell.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -86312,92 +86464,97 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Tools/TrayStarter.py" line="175" />
+      <location filename="../Tools/TrayStarter.py" line="173" />
+      <source>PyPI Package Management</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Tools/TrayStarter.py" line="180" />
       <source>Preferences</source>
       <translation>Seçenekler</translation>
     </message>
     <message>
-      <location filename="../Tools/TrayStarter.py" line="182" />
-      <source>eric Mini Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Tools/TrayStarter.py" line="187" />
-      <source>eric Hex Editor</source>
+      <source>eric Mini Editor</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Tools/TrayStarter.py" line="192" />
+      <source>eric Hex Editor</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Tools/TrayStarter.py" line="197" />
       <source>eric Shell Window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Tools/TrayStarter.py" line="199" />
-      <source>eric Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Tools/TrayStarter.py" line="204" />
-      <source>eric Web Browser (with QtHelp)</source>
+      <source>eric Web Browser</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Tools/TrayStarter.py" line="209" />
+      <source>eric Web Browser (with QtHelp)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Tools/TrayStarter.py" line="214" />
       <source>eric Web Browser (Private Mode)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Tools/TrayStarter.py" line="225" />
+      <location filename="../Tools/TrayStarter.py" line="230" />
       <source>eric IDE</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Tools/TrayStarter.py" line="231" />
+      <location filename="../Tools/TrayStarter.py" line="236" />
       <source>Configure Tray Starter</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Tools/TrayStarter.py" line="237" />
+      <location filename="../Tools/TrayStarter.py" line="242" />
       <source>Quit</source>
       <translation>Çık</translation>
     </message>
     <message>
-      <location filename="../Tools/TrayStarter.py" line="323" />
-      <source>Process Generation Error</source>
-      <translation>İşlem Üretecinde Hata</translation>
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="324" />
-      <source>&lt;p&gt;Could not start the process.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;İşlem başlatılamıyor.&lt;br&gt;Bu durum büyük olasılıkla şundan kaynaklanıyto &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
-    </message>
-    <message>
       <location filename="../Tools/TrayStarter.py" line="328" />
+      <source>Process Generation Error</source>
+      <translation>İşlem Üretecinde Hata</translation>
+    </message>
+    <message>
+      <location filename="../Tools/TrayStarter.py" line="329" />
+      <source>&lt;p&gt;Could not start the process.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;İşlem başlatılamıyor.&lt;br&gt;Bu durum büyük olasılıkla şundan kaynaklanıyto &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Tools/TrayStarter.py" line="333" />
       <source>OK</source>
       <translation>TAMAM</translation>
     </message>
     <message>
-      <location filename="../Tools/TrayStarter.py" line="595" />
+      <location filename="../Tools/TrayStarter.py" line="606" />
       <source>&lt;h3&gt;Version Numbers&lt;/h3&gt;&lt;table&gt;</source>
       <translation type="unfinished">&lt;h3&gt;Sürüm Numaraları&lt;/h3&gt;&lt;table&gt;</translation>
     </message>
     <message>
-      <location filename="../Tools/TrayStarter.py" line="630" />
+      <location filename="../Tools/TrayStarter.py" line="641" />
       <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;WebEngine (Security)&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Tools/TrayStarter.py" line="647" />
+      <location filename="../Tools/TrayStarter.py" line="658" />
       <source>Desktop</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Tools/TrayStarter.py" line="651" />
+      <location filename="../Tools/TrayStarter.py" line="662" />
       <source>Session Type</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Tools/TrayStarter.py" line="654" />
+      <location filename="../Tools/TrayStarter.py" line="665" />
       <source>&lt;/table&gt;</source>
       <translation type="unfinished">&lt;/table&gt;</translation>
     </message>
@@ -86458,8 +86615,8 @@
   <context>
     <name>UF2FlashDialog</name>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1069" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1077" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1109" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1117" />
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
       <source>Flash UF2 Device</source>
       <translation type="unfinished" />
@@ -86515,126 +86672,126 @@
       <translation type="unfinished">Tazele</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="565" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="605" />
       <source>&lt;h3&gt;CircuitPython Board&lt;/h3&gt;&lt;p&gt;In order to prepare the board for flashing follow these steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Switch your device to 'bootloader' mode by double-pressing the reset button.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;(If this does not happen, then try shorter or longer pauses between presses.)&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it).&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="590" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="630" />
       <source>&lt;h3&gt;Pi Pico (RP2040) Board&lt;/h3&gt;&lt;p&gt;In order to prepare the board for flashing follow these steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Enter 'bootloader' mode (board &lt;b&gt;without&lt;/b&gt; RESET button):&lt;ul&gt;&lt;li&gt;Plug in your board while holding the BOOTSEL button.&lt;/li&gt;&lt;/ul&gt;Enter 'bootloader' mode (board &lt;b&gt;with&lt;/b&gt; RESET button):&lt;ul&gt;&lt;li&gt;hold down RESET&lt;/li&gt;&lt;li&gt;hold down BOOTSEL&lt;/li&gt;&lt;li&gt;release RESET&lt;/li&gt;&lt;li&gt;release BOOTSEL&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it).&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1078" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1118" />
       <source>Select the Boot Volume of the device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="693" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="733" />
       <source>MicroPython/CircuitPython Files (*.uf2);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="760" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="752" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="743" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="800" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="792" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="783" />
       <source>Manual Select</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="864" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="832" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="809" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="904" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="872" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="849" />
       <source>Reset Instructions:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="811" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="851" />
       <source>&lt;h4&gt;No known devices detected.&lt;/h4&gt;&lt;p&gt;Follow the appropriate instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="835" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="875" />
       <source>&lt;h4&gt;Flash {0} Firmware&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;&lt;hr/&gt;{1}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="845" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="885" />
       <source>&lt;h4&gt;Potentially UF2 capable devices found&lt;/h4&gt;&lt;p&gt;Found these potentially UF2 capable devices:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="866" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="906" />
       <source>&lt;h4&gt;No known devices detected.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="878" />
-      <source>Flash Instructions:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="880" />
-      <source>&lt;h4&gt;Flash method 'manual' selected.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to flash a device by entering the data manually.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Change the device to 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it) and select its path.&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="905" />
-      <source>Boot Volume not found:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="907" />
-      <source>&lt;h4&gt;No Boot Volume detected.&lt;/h4&gt;&lt;p&gt;Please ensure that the boot volume of the device to be flashed is available. </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="913" />
-      <source>This volume should be named &lt;b&gt;{0}&lt;/b&gt;. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="918" />
+      <source>Flash Instructions:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="920" />
+      <source>&lt;h4&gt;Flash method 'manual' selected.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to flash a device by entering the data manually.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Change the device to 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it) and select its path.&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="945" />
+      <source>Boot Volume not found:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="947" />
+      <source>&lt;h4&gt;No Boot Volume detected.&lt;/h4&gt;&lt;p&gt;Please ensure that the boot volume of the device to be flashed is available. </source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="953" />
+      <source>This volume should be named &lt;b&gt;{0}&lt;/b&gt;. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="958" />
       <source>This volume should have one of these names.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="925" />
-      <source>&lt;h4&gt;Reset Instructions&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set the board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="944" />
-      <source>Multiple Boot Volumes found:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="946" />
-      <source>&lt;h4&gt;Multiple Boot Volumes were found&lt;/h4&gt;&lt;p&gt;These volume paths were found.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Please ensure that only one device of a type is ready for flashing. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="965" />
+      <source>&lt;h4&gt;Reset Instructions&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set the board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="984" />
+      <source>Multiple Boot Volumes found:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="986" />
+      <source>&lt;h4&gt;Multiple Boot Volumes were found&lt;/h4&gt;&lt;p&gt;These volume paths were found.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Please ensure that only one device of a type is ready for flashing. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1005" />
       <source>Flashing Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="967" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1007" />
       <source>&lt;p&gt;Flashing the selected firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="974" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1014" />
       <source>Flashing {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="976" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1016" />
       <source>&lt;p&gt;Flashing the {0} firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1070" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1110" />
       <source>No UF2 device 'boot' volumes found.</source>
       <translation type="unfinished" />
     </message>
@@ -91282,125 +91439,125 @@
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="681" />
-      <location filename="../QScintilla/ShellWindow.py" line="310" />
+      <location filename="../QScintilla/ShellWindow.py" line="311" />
       <source>Ctrl+S</source>
       <comment>File|Save</comment>
       <translation>Ctrl+S</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1032" />
-      <location filename="../QScintilla/ShellWindow.py" line="337" />
+      <location filename="../QScintilla/ShellWindow.py" line="338" />
       <source>Cut</source>
       <translation>Kes</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1034" />
-      <location filename="../QScintilla/ShellWindow.py" line="339" />
+      <location filename="../QScintilla/ShellWindow.py" line="340" />
       <source>Cu&amp;t</source>
       <translation>Ke&amp;s</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1036" />
-      <location filename="../QScintilla/ShellWindow.py" line="341" />
+      <location filename="../QScintilla/ShellWindow.py" line="342" />
       <source>Ctrl+X</source>
       <comment>Edit|Cut</comment>
       <translation>Ctrl+X</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1039" />
-      <location filename="../QScintilla/ShellWindow.py" line="344" />
+      <location filename="../QScintilla/ShellWindow.py" line="345" />
       <source>Shift+Del</source>
       <comment>Edit|Cut</comment>
       <translation>Shift+Del</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1045" />
-      <location filename="../QScintilla/ShellWindow.py" line="350" />
+      <location filename="../QScintilla/ShellWindow.py" line="351" />
       <source>Cut the selection</source>
       <translation>Seçimi kes</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1059" />
-      <location filename="../QScintilla/ShellWindow.py" line="359" />
+      <location filename="../QScintilla/ShellWindow.py" line="360" />
       <source>Copy</source>
       <translation>Kopyala</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1061" />
-      <location filename="../QScintilla/ShellWindow.py" line="361" />
+      <location filename="../QScintilla/ShellWindow.py" line="362" />
       <source>&amp;Copy</source>
       <translation>&amp;Kopyala</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1063" />
-      <location filename="../QScintilla/ShellWindow.py" line="363" />
+      <location filename="../QScintilla/ShellWindow.py" line="364" />
       <source>Ctrl+C</source>
       <comment>Edit|Copy</comment>
       <translation>Ctrl+C</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1066" />
-      <location filename="../QScintilla/ShellWindow.py" line="366" />
+      <location filename="../QScintilla/ShellWindow.py" line="367" />
       <source>Ctrl+Ins</source>
       <comment>Edit|Copy</comment>
       <translation>Ctrl+Ins</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1072" />
-      <location filename="../QScintilla/ShellWindow.py" line="372" />
+      <location filename="../QScintilla/ShellWindow.py" line="373" />
       <source>Copy the selection</source>
       <translation>Seçimi kopyala</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1086" />
-      <location filename="../QScintilla/ShellWindow.py" line="381" />
+      <location filename="../QScintilla/ShellWindow.py" line="382" />
       <source>Paste</source>
       <translation>Yapıştır</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1088" />
-      <location filename="../QScintilla/ShellWindow.py" line="383" />
+      <location filename="../QScintilla/ShellWindow.py" line="384" />
       <source>&amp;Paste</source>
       <translation>Ya&amp;pıştır</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1090" />
-      <location filename="../QScintilla/ShellWindow.py" line="385" />
+      <location filename="../QScintilla/ShellWindow.py" line="386" />
       <source>Ctrl+V</source>
       <comment>Edit|Paste</comment>
       <translation>Ctrl+V</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1093" />
-      <location filename="../QScintilla/ShellWindow.py" line="388" />
+      <location filename="../QScintilla/ShellWindow.py" line="389" />
       <source>Shift+Ins</source>
       <comment>Edit|Paste</comment>
       <translation>Shift+Ins</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1099" />
-      <location filename="../QScintilla/ShellWindow.py" line="394" />
+      <location filename="../QScintilla/ShellWindow.py" line="395" />
       <source>Paste the last cut/copied text</source>
       <translation>En son kesilen/kopyalanan metni yapıştır</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1115" />
       <location filename="../ViewManager/ViewManager.py" line="1113" />
-      <location filename="../QScintilla/ShellWindow.py" line="408" />
-      <location filename="../QScintilla/ShellWindow.py" line="406" />
+      <location filename="../QScintilla/ShellWindow.py" line="409" />
+      <location filename="../QScintilla/ShellWindow.py" line="407" />
       <source>Clear</source>
       <translation>Temizle</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1117" />
-      <location filename="../QScintilla/ShellWindow.py" line="410" />
+      <location filename="../QScintilla/ShellWindow.py" line="411" />
       <source>Alt+Shift+C</source>
       <comment>Edit|Clear</comment>
       <translation>Alt+Shift+C</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1124" />
-      <location filename="../QScintilla/ShellWindow.py" line="417" />
+      <location filename="../QScintilla/ShellWindow.py" line="418" />
       <source>Clear all text</source>
       <translation>Tüm metni temizle</translation>
     </message>
@@ -91409,15 +91566,15 @@
       <location filename="../ViewManager/ViewManager.py" line="2518" />
       <location filename="../QScintilla/MiniEditor.py" line="1681" />
       <location filename="../QScintilla/MiniEditor.py" line="1680" />
+      <location filename="../QScintilla/ShellWindow.py" line="440" />
       <location filename="../QScintilla/ShellWindow.py" line="439" />
-      <location filename="../QScintilla/ShellWindow.py" line="438" />
       <source>Delete current line</source>
       <translation>Geçerli satırı sil</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="2520" />
       <location filename="../QScintilla/MiniEditor.py" line="1682" />
-      <location filename="../QScintilla/ShellWindow.py" line="440" />
+      <location filename="../QScintilla/ShellWindow.py" line="441" />
       <source>Ctrl+Shift+L</source>
       <translation>Ctrl+Shift+L</translation>
     </message>
@@ -91426,15 +91583,15 @@
       <location filename="../ViewManager/ViewManager.py" line="2025" />
       <location filename="../QScintilla/MiniEditor.py" line="1203" />
       <location filename="../QScintilla/MiniEditor.py" line="1202" />
+      <location filename="../QScintilla/ShellWindow.py" line="452" />
       <location filename="../QScintilla/ShellWindow.py" line="451" />
-      <location filename="../QScintilla/ShellWindow.py" line="450" />
       <source>Indent one level</source>
       <translation>Bir seviye içeri girinti</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="2027" />
       <location filename="../QScintilla/MiniEditor.py" line="1204" />
-      <location filename="../QScintilla/ShellWindow.py" line="452" />
+      <location filename="../QScintilla/ShellWindow.py" line="453" />
       <source>Tab</source>
       <translation>Tab</translation>
     </message>
@@ -91443,22 +91600,22 @@
       <location filename="../ViewManager/ViewManager.py" line="2491" />
       <location filename="../QScintilla/MiniEditor.py" line="1669" />
       <location filename="../QScintilla/MiniEditor.py" line="1668" />
+      <location filename="../QScintilla/ShellWindow.py" line="464" />
       <location filename="../QScintilla/ShellWindow.py" line="463" />
-      <location filename="../QScintilla/ShellWindow.py" line="462" />
       <source>Insert new line</source>
       <translation>Araya yeni satır sok</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="2493" />
       <location filename="../QScintilla/MiniEditor.py" line="1670" />
-      <location filename="../QScintilla/ShellWindow.py" line="464" />
+      <location filename="../QScintilla/ShellWindow.py" line="465" />
       <source>Return</source>
       <translation>Return</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="2494" />
       <location filename="../QScintilla/MiniEditor.py" line="1671" />
-      <location filename="../QScintilla/ShellWindow.py" line="465" />
+      <location filename="../QScintilla/ShellWindow.py" line="466" />
       <source>Enter</source>
       <translation>Enter</translation>
     </message>
@@ -91467,29 +91624,29 @@
       <location filename="../ViewManager/ViewManager.py" line="2377" />
       <location filename="../QScintilla/MiniEditor.py" line="1555" />
       <location filename="../QScintilla/MiniEditor.py" line="1554" />
+      <location filename="../QScintilla/ShellWindow.py" line="476" />
       <location filename="../QScintilla/ShellWindow.py" line="475" />
-      <location filename="../QScintilla/ShellWindow.py" line="474" />
       <source>Delete previous character</source>
       <translation>Önceki karakteri sil</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="2379" />
       <location filename="../QScintilla/MiniEditor.py" line="1556" />
-      <location filename="../QScintilla/ShellWindow.py" line="476" />
+      <location filename="../QScintilla/ShellWindow.py" line="477" />
       <source>Backspace</source>
       <translation>Backspace</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="2386" />
       <location filename="../QScintilla/MiniEditor.py" line="1563" />
-      <location filename="../QScintilla/ShellWindow.py" line="483" />
+      <location filename="../QScintilla/ShellWindow.py" line="484" />
       <source>Meta+H</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="2391" />
       <location filename="../QScintilla/MiniEditor.py" line="1568" />
-      <location filename="../QScintilla/ShellWindow.py" line="488" />
+      <location filename="../QScintilla/ShellWindow.py" line="489" />
       <source>Shift+Backspace</source>
       <translation>Shift+Backspace</translation>
     </message>
@@ -91498,22 +91655,22 @@
       <location filename="../ViewManager/ViewManager.py" line="2415" />
       <location filename="../QScintilla/MiniEditor.py" line="1593" />
       <location filename="../QScintilla/MiniEditor.py" line="1592" />
+      <location filename="../QScintilla/ShellWindow.py" line="498" />
       <location filename="../QScintilla/ShellWindow.py" line="497" />
-      <location filename="../QScintilla/ShellWindow.py" line="496" />
       <source>Delete current character</source>
       <translation>Gçerli karakteri siler</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="2417" />
       <location filename="../QScintilla/MiniEditor.py" line="1594" />
-      <location filename="../QScintilla/ShellWindow.py" line="498" />
+      <location filename="../QScintilla/ShellWindow.py" line="499" />
       <source>Del</source>
       <translation>Del</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="2424" />
       <location filename="../QScintilla/MiniEditor.py" line="1601" />
-      <location filename="../QScintilla/ShellWindow.py" line="505" />
+      <location filename="../QScintilla/ShellWindow.py" line="506" />
       <source>Meta+D</source>
       <translation type="unfinished" />
     </message>
@@ -91522,15 +91679,15 @@
       <location filename="../ViewManager/ViewManager.py" line="2431" />
       <location filename="../QScintilla/MiniEditor.py" line="1609" />
       <location filename="../QScintilla/MiniEditor.py" line="1608" />
+      <location filename="../QScintilla/ShellWindow.py" line="514" />
       <location filename="../QScintilla/ShellWindow.py" line="513" />
-      <location filename="../QScintilla/ShellWindow.py" line="512" />
       <source>Delete word to left</source>
       <translation>Kelimeyi sola doğru sil</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="2433" />
       <location filename="../QScintilla/MiniEditor.py" line="1610" />
-      <location filename="../QScintilla/ShellWindow.py" line="514" />
+      <location filename="../QScintilla/ShellWindow.py" line="515" />
       <source>Ctrl+Backspace</source>
       <translation>Ctrl+Backspace</translation>
     </message>
@@ -91539,15 +91696,15 @@
       <location filename="../ViewManager/ViewManager.py" line="2443" />
       <location filename="../QScintilla/MiniEditor.py" line="1621" />
       <location filename="../QScintilla/MiniEditor.py" line="1620" />
+      <location filename="../QScintilla/ShellWindow.py" line="526" />
       <location filename="../QScintilla/ShellWindow.py" line="525" />
-      <location filename="../QScintilla/ShellWindow.py" line="524" />
       <source>Delete word to right</source>
       <translation>Kelimeyi sağa doğru sil</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="2445" />
       <location filename="../QScintilla/MiniEditor.py" line="1622" />
-      <location filename="../QScintilla/ShellWindow.py" line="526" />
+      <location filename="../QScintilla/ShellWindow.py" line="527" />
       <source>Ctrl+Del</source>
       <translation>Ctrl+Del</translation>
     </message>
@@ -91556,15 +91713,15 @@
       <location filename="../ViewManager/ViewManager.py" line="2455" />
       <location filename="../QScintilla/MiniEditor.py" line="1633" />
       <location filename="../QScintilla/MiniEditor.py" line="1632" />
+      <location filename="../QScintilla/ShellWindow.py" line="538" />
       <location filename="../QScintilla/ShellWindow.py" line="537" />
-      <location filename="../QScintilla/ShellWindow.py" line="536" />
       <source>Delete line to left</source>
       <translation>Satırı solbaşa kadar sil</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="2458" />
       <location filename="../QScintilla/MiniEditor.py" line="1635" />
-      <location filename="../QScintilla/ShellWindow.py" line="539" />
+      <location filename="../QScintilla/ShellWindow.py" line="540" />
       <source>Ctrl+Shift+Backspace</source>
       <translation>Ctrl+Shift+Backspace</translation>
     </message>
@@ -91573,22 +91730,22 @@
       <location filename="../ViewManager/ViewManager.py" line="2469" />
       <location filename="../QScintilla/MiniEditor.py" line="1647" />
       <location filename="../QScintilla/MiniEditor.py" line="1646" />
+      <location filename="../QScintilla/ShellWindow.py" line="552" />
       <location filename="../QScintilla/ShellWindow.py" line="551" />
-      <location filename="../QScintilla/ShellWindow.py" line="550" />
       <source>Delete line to right</source>
       <translation>Satırı sağbaşa kadar sil</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="2478" />
       <location filename="../QScintilla/MiniEditor.py" line="1655" />
-      <location filename="../QScintilla/ShellWindow.py" line="559" />
+      <location filename="../QScintilla/ShellWindow.py" line="560" />
       <source>Meta+K</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="2483" />
       <location filename="../QScintilla/MiniEditor.py" line="1660" />
-      <location filename="../QScintilla/ShellWindow.py" line="564" />
+      <location filename="../QScintilla/ShellWindow.py" line="565" />
       <source>Ctrl+Shift+Del</source>
       <translation>Ctrl+Shift+Del</translation>
     </message>
@@ -91597,22 +91754,22 @@
       <location filename="../ViewManager/ViewManager.py" line="1717" />
       <location filename="../QScintilla/MiniEditor.py" line="891" />
       <location filename="../QScintilla/MiniEditor.py" line="890" />
+      <location filename="../QScintilla/ShellWindow.py" line="574" />
       <location filename="../QScintilla/ShellWindow.py" line="573" />
-      <location filename="../QScintilla/ShellWindow.py" line="572" />
       <source>Move left one character</source>
       <translation>Bir karakter sola taşı</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1719" />
       <location filename="../QScintilla/MiniEditor.py" line="892" />
-      <location filename="../QScintilla/ShellWindow.py" line="574" />
+      <location filename="../QScintilla/ShellWindow.py" line="575" />
       <source>Left</source>
       <translation>Left</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1727" />
       <location filename="../QScintilla/MiniEditor.py" line="900" />
-      <location filename="../QScintilla/ShellWindow.py" line="582" />
+      <location filename="../QScintilla/ShellWindow.py" line="583" />
       <source>Meta+B</source>
       <translation type="unfinished" />
     </message>
@@ -91621,22 +91778,22 @@
       <location filename="../ViewManager/ViewManager.py" line="1733" />
       <location filename="../QScintilla/MiniEditor.py" line="907" />
       <location filename="../QScintilla/MiniEditor.py" line="906" />
+      <location filename="../QScintilla/ShellWindow.py" line="590" />
       <location filename="../QScintilla/ShellWindow.py" line="589" />
-      <location filename="../QScintilla/ShellWindow.py" line="588" />
       <source>Move right one character</source>
       <translation>Bir karakter sağa taşı</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1735" />
       <location filename="../QScintilla/MiniEditor.py" line="908" />
-      <location filename="../QScintilla/ShellWindow.py" line="590" />
+      <location filename="../QScintilla/ShellWindow.py" line="591" />
       <source>Right</source>
       <translation>Right</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1742" />
       <location filename="../QScintilla/MiniEditor.py" line="915" />
-      <location filename="../QScintilla/ShellWindow.py" line="597" />
+      <location filename="../QScintilla/ShellWindow.py" line="598" />
       <source>Meta+F</source>
       <translation type="unfinished" />
     </message>
@@ -91645,8 +91802,8 @@
       <location filename="../ViewManager/ViewManager.py" line="1813" />
       <location filename="../QScintilla/MiniEditor.py" line="987" />
       <location filename="../QScintilla/MiniEditor.py" line="986" />
+      <location filename="../QScintilla/ShellWindow.py" line="606" />
       <location filename="../QScintilla/ShellWindow.py" line="605" />
-      <location filename="../QScintilla/ShellWindow.py" line="604" />
       <source>Move left one word</source>
       <translation>Bir kelime sola taşı</translation>
     </message>
@@ -91655,7 +91812,7 @@
       <location filename="../ViewManager/ViewManager.py" line="1790" />
       <location filename="../QScintilla/MiniEditor.py" line="995" />
       <location filename="../QScintilla/MiniEditor.py" line="963" />
-      <location filename="../QScintilla/ShellWindow.py" line="613" />
+      <location filename="../QScintilla/ShellWindow.py" line="614" />
       <source>Alt+Left</source>
       <translation>Alt+Left</translation>
     </message>
@@ -91664,7 +91821,7 @@
       <location filename="../ViewManager/ViewManager.py" line="1826" />
       <location filename="../QScintilla/MiniEditor.py" line="1055" />
       <location filename="../QScintilla/MiniEditor.py" line="999" />
-      <location filename="../QScintilla/ShellWindow.py" line="617" />
+      <location filename="../QScintilla/ShellWindow.py" line="618" />
       <source>Ctrl+Left</source>
       <translation>Ctrl+Left</translation>
     </message>
@@ -91673,8 +91830,8 @@
       <location filename="../ViewManager/ViewManager.py" line="1833" />
       <location filename="../QScintilla/MiniEditor.py" line="1007" />
       <location filename="../QScintilla/MiniEditor.py" line="1006" />
+      <location filename="../QScintilla/ShellWindow.py" line="626" />
       <location filename="../QScintilla/ShellWindow.py" line="625" />
-      <location filename="../QScintilla/ShellWindow.py" line="624" />
       <source>Move right one word</source>
       <translation>Bir kelime sağa taşı</translation>
     </message>
@@ -91683,7 +91840,7 @@
       <location filename="../ViewManager/ViewManager.py" line="1842" />
       <location filename="../QScintilla/MiniEditor.py" line="1809" />
       <location filename="../QScintilla/MiniEditor.py" line="1019" />
-      <location filename="../QScintilla/ShellWindow.py" line="633" />
+      <location filename="../QScintilla/ShellWindow.py" line="634" />
       <source>Ctrl+Right</source>
       <translation>Ctrl+Right</translation>
     </message>
@@ -91692,8 +91849,8 @@
       <location filename="../ViewManager/ViewManager.py" line="1849" />
       <location filename="../QScintilla/MiniEditor.py" line="1029" />
       <location filename="../QScintilla/MiniEditor.py" line="1026" />
-      <location filename="../QScintilla/ShellWindow.py" line="643" />
-      <location filename="../QScintilla/ShellWindow.py" line="640" />
+      <location filename="../QScintilla/ShellWindow.py" line="644" />
+      <location filename="../QScintilla/ShellWindow.py" line="641" />
       <source>Move to first visible character in document line</source>
       <translation type="unfinished" />
     </message>
@@ -91702,7 +91859,7 @@
       <location filename="../ViewManager/ViewManager.py" line="1862" />
       <location filename="../QScintilla/MiniEditor.py" line="2070" />
       <location filename="../QScintilla/MiniEditor.py" line="1039" />
-      <location filename="../QScintilla/ShellWindow.py" line="653" />
+      <location filename="../QScintilla/ShellWindow.py" line="654" />
       <source>Home</source>
       <translation>Home</translation>
     </message>
@@ -91711,15 +91868,15 @@
       <location filename="../ViewManager/ViewManager.py" line="1889" />
       <location filename="../QScintilla/MiniEditor.py" line="1067" />
       <location filename="../QScintilla/MiniEditor.py" line="1066" />
+      <location filename="../QScintilla/ShellWindow.py" line="662" />
       <location filename="../QScintilla/ShellWindow.py" line="661" />
-      <location filename="../QScintilla/ShellWindow.py" line="660" />
       <source>Move to end of document line</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1898" />
       <location filename="../QScintilla/MiniEditor.py" line="1075" />
-      <location filename="../QScintilla/ShellWindow.py" line="669" />
+      <location filename="../QScintilla/ShellWindow.py" line="670" />
       <source>Meta+E</source>
       <translation type="unfinished" />
     </message>
@@ -91728,7 +91885,7 @@
       <location filename="../ViewManager/ViewManager.py" line="1902" />
       <location filename="../QScintilla/MiniEditor.py" line="2087" />
       <location filename="../QScintilla/MiniEditor.py" line="1079" />
-      <location filename="../QScintilla/ShellWindow.py" line="673" />
+      <location filename="../QScintilla/ShellWindow.py" line="674" />
       <source>End</source>
       <translation>End</translation>
     </message>
@@ -91737,22 +91894,22 @@
       <location filename="../ViewManager/ViewManager.py" line="1749" />
       <location filename="../QScintilla/MiniEditor.py" line="923" />
       <location filename="../QScintilla/MiniEditor.py" line="922" />
+      <location filename="../QScintilla/ShellWindow.py" line="682" />
       <location filename="../QScintilla/ShellWindow.py" line="681" />
-      <location filename="../QScintilla/ShellWindow.py" line="680" />
       <source>Move up one line</source>
       <translation>Bir satır üste taşı</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1751" />
       <location filename="../QScintilla/MiniEditor.py" line="924" />
-      <location filename="../QScintilla/ShellWindow.py" line="682" />
+      <location filename="../QScintilla/ShellWindow.py" line="683" />
       <source>Up</source>
       <translation>Up</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1758" />
       <location filename="../QScintilla/MiniEditor.py" line="931" />
-      <location filename="../QScintilla/ShellWindow.py" line="689" />
+      <location filename="../QScintilla/ShellWindow.py" line="690" />
       <source>Meta+P</source>
       <translation type="unfinished" />
     </message>
@@ -91761,22 +91918,22 @@
       <location filename="../ViewManager/ViewManager.py" line="1765" />
       <location filename="../QScintilla/MiniEditor.py" line="939" />
       <location filename="../QScintilla/MiniEditor.py" line="938" />
+      <location filename="../QScintilla/ShellWindow.py" line="698" />
       <location filename="../QScintilla/ShellWindow.py" line="697" />
-      <location filename="../QScintilla/ShellWindow.py" line="696" />
       <source>Move down one line</source>
       <translation>Bir satır aşağı taşı</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1767" />
       <location filename="../QScintilla/MiniEditor.py" line="940" />
-      <location filename="../QScintilla/ShellWindow.py" line="698" />
+      <location filename="../QScintilla/ShellWindow.py" line="699" />
       <source>Down</source>
       <translation>Down</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1774" />
       <location filename="../QScintilla/MiniEditor.py" line="947" />
-      <location filename="../QScintilla/ShellWindow.py" line="705" />
+      <location filename="../QScintilla/ShellWindow.py" line="706" />
       <source>Meta+N</source>
       <translation type="unfinished" />
     </message>
@@ -91785,7 +91942,7 @@
       <location filename="../ViewManager/ViewManager.py" line="1911" />
       <location filename="../QScintilla/MiniEditor.py" line="1191" />
       <location filename="../QScintilla/MiniEditor.py" line="1088" />
-      <location filename="../QScintilla/ShellWindow.py" line="714" />
+      <location filename="../QScintilla/ShellWindow.py" line="715" />
       <source>Ctrl+Down</source>
       <translation>Ctrl+Down</translation>
     </message>
@@ -91794,7 +91951,7 @@
       <location filename="../ViewManager/ViewManager.py" line="1923" />
       <location filename="../QScintilla/MiniEditor.py" line="1171" />
       <location filename="../QScintilla/MiniEditor.py" line="1100" />
-      <location filename="../QScintilla/ShellWindow.py" line="726" />
+      <location filename="../QScintilla/ShellWindow.py" line="727" />
       <source>Ctrl+Up</source>
       <translation>Ctrl+Up</translation>
     </message>
@@ -91803,15 +91960,15 @@
       <location filename="../ViewManager/ViewManager.py" line="1957" />
       <location filename="../QScintilla/MiniEditor.py" line="1135" />
       <location filename="../QScintilla/MiniEditor.py" line="1134" />
+      <location filename="../QScintilla/ShellWindow.py" line="738" />
       <location filename="../QScintilla/ShellWindow.py" line="737" />
-      <location filename="../QScintilla/ShellWindow.py" line="736" />
       <source>Move up one page</source>
       <translation>Bir sayfa yukarı taşı</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1959" />
       <location filename="../QScintilla/MiniEditor.py" line="1136" />
-      <location filename="../QScintilla/ShellWindow.py" line="738" />
+      <location filename="../QScintilla/ShellWindow.py" line="739" />
       <source>PgUp</source>
       <translation>PgUp</translation>
     </message>
@@ -91820,22 +91977,22 @@
       <location filename="../ViewManager/ViewManager.py" line="1969" />
       <location filename="../QScintilla/MiniEditor.py" line="1147" />
       <location filename="../QScintilla/MiniEditor.py" line="1146" />
+      <location filename="../QScintilla/ShellWindow.py" line="750" />
       <location filename="../QScintilla/ShellWindow.py" line="749" />
-      <location filename="../QScintilla/ShellWindow.py" line="748" />
       <source>Move down one page</source>
       <translation>Bir sayfa aşağı taşı</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1971" />
       <location filename="../QScintilla/MiniEditor.py" line="1148" />
-      <location filename="../QScintilla/ShellWindow.py" line="750" />
+      <location filename="../QScintilla/ShellWindow.py" line="751" />
       <source>PgDown</source>
       <translation>PgDown</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1978" />
       <location filename="../QScintilla/MiniEditor.py" line="1155" />
-      <location filename="../QScintilla/ShellWindow.py" line="757" />
+      <location filename="../QScintilla/ShellWindow.py" line="758" />
       <source>Meta+V</source>
       <translation type="unfinished" />
     </message>
@@ -91844,15 +92001,15 @@
       <location filename="../ViewManager/ViewManager.py" line="2660" />
       <location filename="../QScintilla/MiniEditor.py" line="1855" />
       <location filename="../QScintilla/MiniEditor.py" line="1854" />
+      <location filename="../QScintilla/ShellWindow.py" line="766" />
       <location filename="../QScintilla/ShellWindow.py" line="765" />
-      <location filename="../QScintilla/ShellWindow.py" line="764" />
       <source>Escape</source>
       <translation>Kaçış</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="2662" />
       <location filename="../QScintilla/MiniEditor.py" line="1856" />
-      <location filename="../QScintilla/ShellWindow.py" line="766" />
+      <location filename="../QScintilla/ShellWindow.py" line="767" />
       <source>Esc</source>
       <translation>Esc</translation>
     </message>
@@ -91861,22 +92018,22 @@
       <location filename="../ViewManager/ViewManager.py" line="2049" />
       <location filename="../QScintilla/MiniEditor.py" line="1229" />
       <location filename="../QScintilla/MiniEditor.py" line="1226" />
-      <location filename="../QScintilla/ShellWindow.py" line="779" />
-      <location filename="../QScintilla/ShellWindow.py" line="776" />
+      <location filename="../QScintilla/ShellWindow.py" line="780" />
+      <location filename="../QScintilla/ShellWindow.py" line="777" />
       <source>Extend selection left one character</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="2055" />
       <location filename="../QScintilla/MiniEditor.py" line="1232" />
-      <location filename="../QScintilla/ShellWindow.py" line="782" />
+      <location filename="../QScintilla/ShellWindow.py" line="783" />
       <source>Shift+Left</source>
       <translation>Shift+Left</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="2062" />
       <location filename="../QScintilla/MiniEditor.py" line="1239" />
-      <location filename="../QScintilla/ShellWindow.py" line="789" />
+      <location filename="../QScintilla/ShellWindow.py" line="790" />
       <source>Meta+Shift+B</source>
       <translation type="unfinished" />
     </message>
@@ -91885,22 +92042,22 @@
       <location filename="../ViewManager/ViewManager.py" line="2069" />
       <location filename="../QScintilla/MiniEditor.py" line="1249" />
       <location filename="../QScintilla/MiniEditor.py" line="1246" />
-      <location filename="../QScintilla/ShellWindow.py" line="799" />
-      <location filename="../QScintilla/ShellWindow.py" line="796" />
+      <location filename="../QScintilla/ShellWindow.py" line="800" />
+      <location filename="../QScintilla/ShellWindow.py" line="797" />
       <source>Extend selection right one character</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="2075" />
       <location filename="../QScintilla/MiniEditor.py" line="1252" />
-      <location filename="../QScintilla/ShellWindow.py" line="802" />
+      <location filename="../QScintilla/ShellWindow.py" line="803" />
       <source>Shift+Right</source>
       <translation>Shift+Right</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="2082" />
       <location filename="../QScintilla/MiniEditor.py" line="1259" />
-      <location filename="../QScintilla/ShellWindow.py" line="809" />
+      <location filename="../QScintilla/ShellWindow.py" line="810" />
       <source>Meta+Shift+F</source>
       <translation type="unfinished" />
     </message>
@@ -91909,8 +92066,8 @@
       <location filename="../ViewManager/ViewManager.py" line="2165" />
       <location filename="../QScintilla/MiniEditor.py" line="1343" />
       <location filename="../QScintilla/MiniEditor.py" line="1342" />
+      <location filename="../QScintilla/ShellWindow.py" line="818" />
       <location filename="../QScintilla/ShellWindow.py" line="817" />
-      <location filename="../QScintilla/ShellWindow.py" line="816" />
       <source>Extend selection left one word</source>
       <translation type="unfinished" />
     </message>
@@ -91919,7 +92076,7 @@
       <location filename="../ViewManager/ViewManager.py" line="2135" />
       <location filename="../QScintilla/MiniEditor.py" line="1352" />
       <location filename="../QScintilla/MiniEditor.py" line="1312" />
-      <location filename="../QScintilla/ShellWindow.py" line="826" />
+      <location filename="../QScintilla/ShellWindow.py" line="827" />
       <source>Alt+Shift+Left</source>
       <translation>Alt+Shift+Left</translation>
     </message>
@@ -91928,7 +92085,7 @@
       <location filename="../ViewManager/ViewManager.py" line="2181" />
       <location filename="../QScintilla/MiniEditor.py" line="2273" />
       <location filename="../QScintilla/MiniEditor.py" line="1358" />
-      <location filename="../QScintilla/ShellWindow.py" line="832" />
+      <location filename="../QScintilla/ShellWindow.py" line="833" />
       <source>Ctrl+Shift+Left</source>
       <translation>Ctrl+Shift+Left</translation>
     </message>
@@ -91937,8 +92094,8 @@
       <location filename="../ViewManager/ViewManager.py" line="2189" />
       <location filename="../QScintilla/MiniEditor.py" line="1369" />
       <location filename="../QScintilla/MiniEditor.py" line="1366" />
-      <location filename="../QScintilla/ShellWindow.py" line="843" />
-      <location filename="../QScintilla/ShellWindow.py" line="840" />
+      <location filename="../QScintilla/ShellWindow.py" line="844" />
+      <location filename="../QScintilla/ShellWindow.py" line="841" />
       <source>Extend selection right one word</source>
       <translation type="unfinished" />
     </message>
@@ -91949,7 +92106,7 @@
       <location filename="../QScintilla/MiniEditor.py" line="2147" />
       <location filename="../QScintilla/MiniEditor.py" line="1380" />
       <location filename="../QScintilla/MiniEditor.py" line="1334" />
-      <location filename="../QScintilla/ShellWindow.py" line="854" />
+      <location filename="../QScintilla/ShellWindow.py" line="855" />
       <source>Alt+Shift+Right</source>
       <translation>Alt+Shift+Right</translation>
     </message>
@@ -91958,7 +92115,7 @@
       <location filename="../ViewManager/ViewManager.py" line="2209" />
       <location filename="../QScintilla/MiniEditor.py" line="1834" />
       <location filename="../QScintilla/MiniEditor.py" line="1386" />
-      <location filename="../QScintilla/ShellWindow.py" line="860" />
+      <location filename="../QScintilla/ShellWindow.py" line="861" />
       <source>Ctrl+Shift+Right</source>
       <translation>Ctrl+Shift+Right</translation>
     </message>
@@ -91967,15 +92124,15 @@
       <location filename="../ViewManager/ViewManager.py" line="2217" />
       <location filename="../QScintilla/MiniEditor.py" line="1398" />
       <location filename="../QScintilla/MiniEditor.py" line="1394" />
-      <location filename="../QScintilla/ShellWindow.py" line="872" />
-      <location filename="../QScintilla/ShellWindow.py" line="868" />
+      <location filename="../QScintilla/ShellWindow.py" line="873" />
+      <location filename="../QScintilla/ShellWindow.py" line="869" />
       <source>Extend selection to first visible character in document line</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="2232" />
       <location filename="../QScintilla/MiniEditor.py" line="1409" />
-      <location filename="../QScintilla/ShellWindow.py" line="883" />
+      <location filename="../QScintilla/ShellWindow.py" line="884" />
       <source>Shift+Home</source>
       <translation>Shift+Home</translation>
     </message>
@@ -91984,22 +92141,22 @@
       <location filename="../ViewManager/ViewManager.py" line="2239" />
       <location filename="../QScintilla/MiniEditor.py" line="1419" />
       <location filename="../QScintilla/MiniEditor.py" line="1416" />
-      <location filename="../QScintilla/ShellWindow.py" line="893" />
-      <location filename="../QScintilla/ShellWindow.py" line="890" />
+      <location filename="../QScintilla/ShellWindow.py" line="894" />
+      <location filename="../QScintilla/ShellWindow.py" line="891" />
       <source>Extend selection to end of document line</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="2252" />
       <location filename="../QScintilla/MiniEditor.py" line="1429" />
-      <location filename="../QScintilla/ShellWindow.py" line="903" />
+      <location filename="../QScintilla/ShellWindow.py" line="904" />
       <source>Meta+Shift+E</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="2256" />
       <location filename="../QScintilla/MiniEditor.py" line="1433" />
-      <location filename="../QScintilla/ShellWindow.py" line="907" />
+      <location filename="../QScintilla/ShellWindow.py" line="908" />
       <source>Shift+End</source>
       <translation>Shift+End</translation>
     </message>
@@ -92008,21 +92165,21 @@
       <location filename="../ViewManager/ViewManager.py" line="4022" />
       <location filename="../ViewManager/ViewManager.py" line="3455" />
       <location filename="../QScintilla/MiniEditor.py" line="2529" />
-      <location filename="../QScintilla/ShellWindow.py" line="921" />
+      <location filename="../QScintilla/ShellWindow.py" line="922" />
       <source>Search</source>
       <translation>Ara</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="3457" />
       <location filename="../QScintilla/MiniEditor.py" line="2531" />
-      <location filename="../QScintilla/ShellWindow.py" line="923" />
+      <location filename="../QScintilla/ShellWindow.py" line="924" />
       <source>&amp;Search...</source>
       <translation>A&amp;ra...</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="3459" />
       <location filename="../QScintilla/MiniEditor.py" line="2533" />
-      <location filename="../QScintilla/ShellWindow.py" line="925" />
+      <location filename="../QScintilla/ShellWindow.py" line="926" />
       <source>Ctrl+F</source>
       <comment>Search|Search</comment>
       <translation>Ctrl+F</translation>
@@ -92030,33 +92187,33 @@
     <message>
       <location filename="../ViewManager/ViewManager.py" line="3466" />
       <location filename="../QScintilla/MiniEditor.py" line="2540" />
-      <location filename="../QScintilla/ShellWindow.py" line="932" />
+      <location filename="../QScintilla/ShellWindow.py" line="933" />
       <source>Search for a text</source>
       <translation>Metin olarak ara</translation>
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="935" />
+      <location filename="../QScintilla/ShellWindow.py" line="936" />
       <source>&lt;b&gt;Search&lt;/b&gt;&lt;p&gt;Search for some text in the shell window. A dialog is shown to enter the search text and options for the search.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="3481" />
       <location filename="../QScintilla/MiniEditor.py" line="2555" />
-      <location filename="../QScintilla/ShellWindow.py" line="947" />
+      <location filename="../QScintilla/ShellWindow.py" line="948" />
       <source>Search next</source>
       <translation>Sonrakini ara</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="3483" />
       <location filename="../QScintilla/MiniEditor.py" line="2557" />
-      <location filename="../QScintilla/ShellWindow.py" line="949" />
+      <location filename="../QScintilla/ShellWindow.py" line="950" />
       <source>Search &amp;next</source>
       <translation>So&amp;nrakini ara</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="3485" />
       <location filename="../QScintilla/MiniEditor.py" line="2559" />
-      <location filename="../QScintilla/ShellWindow.py" line="951" />
+      <location filename="../QScintilla/ShellWindow.py" line="952" />
       <source>F3</source>
       <comment>Search|Search next</comment>
       <translation>F3</translation>
@@ -92064,33 +92221,33 @@
     <message>
       <location filename="../ViewManager/ViewManager.py" line="3492" />
       <location filename="../QScintilla/MiniEditor.py" line="2566" />
-      <location filename="../QScintilla/ShellWindow.py" line="958" />
+      <location filename="../QScintilla/ShellWindow.py" line="959" />
       <source>Search next occurrence of text</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="961" />
+      <location filename="../QScintilla/ShellWindow.py" line="962" />
       <source>&lt;b&gt;Search next&lt;/b&gt;&lt;p&gt;Search the next occurrence of some text in the shell window. The previously entered search text and options are reused.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="3507" />
       <location filename="../QScintilla/MiniEditor.py" line="2581" />
-      <location filename="../QScintilla/ShellWindow.py" line="975" />
+      <location filename="../QScintilla/ShellWindow.py" line="976" />
       <source>Search previous</source>
       <translation>Öncekini ara</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="3509" />
       <location filename="../QScintilla/MiniEditor.py" line="2583" />
-      <location filename="../QScintilla/ShellWindow.py" line="977" />
+      <location filename="../QScintilla/ShellWindow.py" line="978" />
       <source>Search &amp;previous</source>
       <translation>Öncekini a&amp;ra</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="3511" />
       <location filename="../QScintilla/MiniEditor.py" line="2585" />
-      <location filename="../QScintilla/ShellWindow.py" line="979" />
+      <location filename="../QScintilla/ShellWindow.py" line="980" />
       <source>Shift+F3</source>
       <comment>Search|Search previous</comment>
       <translation>Shift+F3</translation>
@@ -92098,33 +92255,33 @@
     <message>
       <location filename="../ViewManager/ViewManager.py" line="3520" />
       <location filename="../QScintilla/MiniEditor.py" line="2594" />
-      <location filename="../QScintilla/ShellWindow.py" line="988" />
+      <location filename="../QScintilla/ShellWindow.py" line="989" />
       <source>Search previous occurrence of text</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="993" />
+      <location filename="../QScintilla/ShellWindow.py" line="994" />
       <source>&lt;b&gt;Search previous&lt;/b&gt;&lt;p&gt;Search the previous occurrence of some text in the shell window. The previously entered search text and options are reused.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="4065" />
       <location filename="../QScintilla/MiniEditor.py" line="2754" />
-      <location filename="../QScintilla/ShellWindow.py" line="1014" />
+      <location filename="../QScintilla/ShellWindow.py" line="1015" />
       <source>Zoom in</source>
       <translation>Büyüt</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="4067" />
       <location filename="../QScintilla/MiniEditor.py" line="2756" />
-      <location filename="../QScintilla/ShellWindow.py" line="1016" />
+      <location filename="../QScintilla/ShellWindow.py" line="1017" />
       <source>Zoom &amp;in</source>
       <translation>Bü&amp;yült</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="4069" />
       <location filename="../QScintilla/MiniEditor.py" line="2758" />
-      <location filename="../QScintilla/ShellWindow.py" line="1018" />
+      <location filename="../QScintilla/ShellWindow.py" line="1019" />
       <source>Ctrl++</source>
       <comment>View|Zoom in</comment>
       <translation>Ctrl++</translation>
@@ -92132,7 +92289,7 @@
     <message>
       <location filename="../ViewManager/ViewManager.py" line="4072" />
       <location filename="../QScintilla/MiniEditor.py" line="2761" />
-      <location filename="../QScintilla/ShellWindow.py" line="1021" />
+      <location filename="../QScintilla/ShellWindow.py" line="1022" />
       <source>Zoom In</source>
       <comment>View|Zoom in</comment>
       <translation type="unfinished" />
@@ -92140,35 +92297,35 @@
     <message>
       <location filename="../ViewManager/ViewManager.py" line="4078" />
       <location filename="../QScintilla/MiniEditor.py" line="2767" />
-      <location filename="../QScintilla/ShellWindow.py" line="1027" />
+      <location filename="../QScintilla/ShellWindow.py" line="1028" />
       <source>Zoom in on the text</source>
       <translation>MEtni Büyüt</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="4081" />
       <location filename="../QScintilla/MiniEditor.py" line="2770" />
-      <location filename="../QScintilla/ShellWindow.py" line="1030" />
+      <location filename="../QScintilla/ShellWindow.py" line="1031" />
       <source>&lt;b&gt;Zoom in&lt;/b&gt;&lt;p&gt;Zoom in on the text. This makes the text bigger.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Büyüt&lt;/b&gt;&lt;p&gt;Metin içinde büyüt. Bu metni daha  büyük yapar.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="4091" />
       <location filename="../QScintilla/MiniEditor.py" line="2780" />
-      <location filename="../QScintilla/ShellWindow.py" line="1040" />
+      <location filename="../QScintilla/ShellWindow.py" line="1041" />
       <source>Zoom out</source>
       <translation>Küçült</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="4093" />
       <location filename="../QScintilla/MiniEditor.py" line="2782" />
-      <location filename="../QScintilla/ShellWindow.py" line="1042" />
+      <location filename="../QScintilla/ShellWindow.py" line="1043" />
       <source>Zoom &amp;out</source>
       <translation>Küçü&amp;lt</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="4095" />
       <location filename="../QScintilla/MiniEditor.py" line="2784" />
-      <location filename="../QScintilla/ShellWindow.py" line="1044" />
+      <location filename="../QScintilla/ShellWindow.py" line="1045" />
       <source>Ctrl+-</source>
       <comment>View|Zoom out</comment>
       <translation>Ctrl+-</translation>
@@ -92176,7 +92333,7 @@
     <message>
       <location filename="../ViewManager/ViewManager.py" line="4098" />
       <location filename="../QScintilla/MiniEditor.py" line="2787" />
-      <location filename="../QScintilla/ShellWindow.py" line="1047" />
+      <location filename="../QScintilla/ShellWindow.py" line="1048" />
       <source>Zoom Out</source>
       <comment>View|Zoom out</comment>
       <translation type="unfinished" />
@@ -92184,35 +92341,35 @@
     <message>
       <location filename="../ViewManager/ViewManager.py" line="4104" />
       <location filename="../QScintilla/MiniEditor.py" line="2793" />
-      <location filename="../QScintilla/ShellWindow.py" line="1053" />
+      <location filename="../QScintilla/ShellWindow.py" line="1054" />
       <source>Zoom out on the text</source>
       <translation>Metin üzerinde küçült</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="4107" />
       <location filename="../QScintilla/MiniEditor.py" line="2796" />
-      <location filename="../QScintilla/ShellWindow.py" line="1056" />
+      <location filename="../QScintilla/ShellWindow.py" line="1057" />
       <source>&lt;b&gt;Zoom out&lt;/b&gt;&lt;p&gt;Zoom out on the text. This makes the text smaller.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Küçült&lt;/b&gt;&lt;p&gt;Metin üzerinde küçült. Bu metni daha küçük yapar.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="4117" />
       <location filename="../QScintilla/MiniEditor.py" line="2806" />
-      <location filename="../QScintilla/ShellWindow.py" line="1066" />
+      <location filename="../QScintilla/ShellWindow.py" line="1067" />
       <source>Zoom reset</source>
       <translation type="unfinished">Büyütmeyi sıfırla</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="4119" />
       <location filename="../QScintilla/MiniEditor.py" line="2808" />
-      <location filename="../QScintilla/ShellWindow.py" line="1068" />
+      <location filename="../QScintilla/ShellWindow.py" line="1069" />
       <source>Zoom &amp;reset</source>
       <translation type="unfinished">Büyütmeyi sıfı&amp;rla</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="4121" />
       <location filename="../QScintilla/MiniEditor.py" line="2810" />
-      <location filename="../QScintilla/ShellWindow.py" line="1070" />
+      <location filename="../QScintilla/ShellWindow.py" line="1071" />
       <source>Ctrl+0</source>
       <comment>View|Zoom reset</comment>
       <translation type="unfinished">Ctrl+0</translation>
@@ -92220,42 +92377,42 @@
     <message>
       <location filename="../ViewManager/ViewManager.py" line="4128" />
       <location filename="../QScintilla/MiniEditor.py" line="2817" />
-      <location filename="../QScintilla/ShellWindow.py" line="1077" />
+      <location filename="../QScintilla/ShellWindow.py" line="1078" />
       <source>Reset the zoom of the text</source>
       <translation type="unfinished">Metin büyütme durumunu sıfırla</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="4131" />
       <location filename="../QScintilla/MiniEditor.py" line="2820" />
-      <location filename="../QScintilla/ShellWindow.py" line="1080" />
+      <location filename="../QScintilla/ShellWindow.py" line="1081" />
       <source>&lt;b&gt;Zoom reset&lt;/b&gt;&lt;p&gt;Reset the zoom of the text. This sets the zoom factor to 100%.&lt;/p&gt;</source>
       <translation type="unfinished">&lt;b&gt;Büyütmeyi başa döndür&lt;/b&gt;&lt;p&gt;Metin büyütmesini sıfırla. Bu büyütme katsayısını 100% e ayarlar.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="4142" />
       <location filename="../QScintilla/MiniEditor.py" line="2831" />
-      <location filename="../QScintilla/ShellWindow.py" line="1091" />
+      <location filename="../QScintilla/ShellWindow.py" line="1092" />
       <source>Zoom</source>
       <translation>Büyüt</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="4144" />
       <location filename="../QScintilla/MiniEditor.py" line="2833" />
-      <location filename="../QScintilla/ShellWindow.py" line="1093" />
+      <location filename="../QScintilla/ShellWindow.py" line="1094" />
       <source>&amp;Zoom</source>
       <translation>Büyü&amp;t</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="4151" />
       <location filename="../QScintilla/MiniEditor.py" line="2840" />
-      <location filename="../QScintilla/ShellWindow.py" line="1100" />
+      <location filename="../QScintilla/ShellWindow.py" line="1101" />
       <source>Zoom the text</source>
       <translation>Metni büyüt</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="4154" />
       <location filename="../QScintilla/MiniEditor.py" line="2843" />
-      <location filename="../QScintilla/ShellWindow.py" line="1103" />
+      <location filename="../QScintilla/ShellWindow.py" line="1104" />
       <source>&lt;b&gt;Zoom&lt;/b&gt;&lt;p&gt;Zoom the text. This opens a dialog where the desired size can be entered.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -102132,421 +102289,421 @@
   <context>
     <name>pycodestyle</name>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="38" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="39" />
       <source>indentation contains mixed spaces and tabs</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="41" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="42" />
       <source>indentation is not a multiple of four</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="44" />
-      <source>expected an indented block</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="45" />
-      <source>unexpected indentation</source>
+      <source>expected an indented block</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="46" />
+      <source>unexpected indentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="47" />
       <source>indentation is not a multiple of four (comment)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="49" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="50" />
       <source>expected an indented block (comment)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="52" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="53" />
       <source>unexpected indentation (comment)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="55" />
-      <source>over-indented</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="56" />
+      <source>over-indented</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="57" />
       <source>continuation line indentation is not a multiple of four</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="59" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="60" />
       <source>continuation line missing indentation or outdented</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="62" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="63" />
       <source>closing bracket does not match indentation of opening bracket's line</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="66" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="67" />
       <source>closing bracket does not match visual indentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="69" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="70" />
       <source>continuation line with same indent as next logical line</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="72" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="73" />
       <source>continuation line over-indented for hanging indent</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="75" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="76" />
       <source>continuation line over-indented for visual indent</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="78" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="79" />
       <source>continuation line under-indented for visual indent</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="81" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="82" />
       <source>visually indented line with same indent as next logical line</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="84" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="85" />
       <source>continuation line unaligned for hanging indent</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="87" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="88" />
       <source>closing bracket is missing indentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="90" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="91" />
       <source>whitespace after '{0}'</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="93" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="92" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="91" />
-      <source>whitespace before '{0}'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="94" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="93" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="92" />
+      <source>whitespace before '{0}'</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="95" />
       <source>multiple spaces before operator</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="97" />
-      <source>multiple spaces after operator</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="98" />
-      <source>tab before operator</source>
+      <source>multiple spaces after operator</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="99" />
-      <source>tab after operator</source>
+      <source>tab before operator</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="100" />
+      <source>tab after operator</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="101" />
       <source>missing whitespace around operator</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="103" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="104" />
       <source>missing whitespace around arithmetic operator</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="106" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="107" />
       <source>missing whitespace around bitwise or shift operator</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="109" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="110" />
       <source>missing whitespace around modulo operator</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="112" />
-      <source>missing whitespace after '{0}'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="113" />
-      <source>multiple spaces after '{0}'</source>
+      <source>missing whitespace after '{0}'</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="114" />
-      <source>tab after '{0}'</source>
+      <source>multiple spaces after '{0}'</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="115" />
+      <source>tab after '{0}'</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="116" />
       <source>unexpected spaces around keyword / parameter equals</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="118" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="119" />
       <source>missing whitespace around parameter equals</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="121" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="122" />
       <source>at least two spaces before inline comment</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="124" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="125" />
       <source>inline comment should start with '# '</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="127" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="128" />
       <source>block comment should start with '# '</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="130" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="131" />
       <source>too many leading '#' for block comment</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="133" />
-      <source>multiple spaces after keyword</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="134" />
-      <source>multiple spaces before keyword</source>
+      <source>multiple spaces after keyword</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="135" />
-      <source>tab after keyword</source>
+      <source>multiple spaces before keyword</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="136" />
-      <source>tab before keyword</source>
+      <source>tab after keyword</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="137" />
+      <source>tab before keyword</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="138" />
       <source>missing whitespace after keyword</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="143" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="140" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="144" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="141" />
       <source>expected {0} blank lines, found {1}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="146" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="147" />
       <source>too many blank lines ({0}), expected {1}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="149" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="150" />
       <source>blank lines found after function decorator</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="152" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="153" />
       <source>expected {0} blank lines after class or function definition, found {1}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="156" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="157" />
       <source>expected {0} blank lines before a nested definition, found {1}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="159" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="160" />
       <source>too many blank lines ({0}) before a nested definition, expected {1}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="163" />
-      <source>too many blank lines ({0})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="164" />
-      <source>multiple imports on one line</source>
+      <source>too many blank lines ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="165" />
+      <source>multiple imports on one line</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="166" />
       <source>module level import not at top of file</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="168" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="169" />
       <source>line too long ({0} &gt; {1} characters)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="171" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="172" />
       <source>the backslash is redundant between brackets</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="174" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="175" />
       <source>multiple statements on one line (colon)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="177" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="178" />
       <source>multiple statements on one line (semicolon)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="180" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="181" />
       <source>statement ends with a semicolon</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="183" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="184" />
       <source>multiple statements on one line (def)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="189" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="186" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="190" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="187" />
       <source>comparison to {0} should be {1}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="192" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="193" />
       <source>test for membership should be 'not in'</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="195" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="196" />
       <source>test for object identity should be 'is not'</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="198" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="199" />
       <source>do not compare types, use 'isinstance()'</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="201" />
-      <source>do not use bare except</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="202" />
+      <source>do not use bare except</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="203" />
       <source>do not assign a lambda expression, use a def</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="205" />
-      <source>ambiguous variable name '{0}'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="206" />
+      <source>ambiguous variable name '{0}'</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="207" />
       <source>ambiguous class definition '{0}'</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="209" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="210" />
       <source>ambiguous function definition '{0}'</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="212" />
-      <source>{0}: {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="213" />
+      <source>{0}: {1}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="214" />
       <source>{0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="221" />
-      <source>indentation contains tabs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="222" />
-      <source>trailing whitespace</source>
+      <source>indentation contains tabs</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="223" />
-      <source>no newline at end of file</source>
+      <source>trailing whitespace</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="224" />
-      <source>blank line contains whitespace</source>
+      <source>no newline at end of file</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="225" />
-      <source>blank line at end of file</source>
+      <source>blank line contains whitespace</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="226" />
+      <source>blank line at end of file</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="227" />
       <source>line break before binary operator</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="229" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="230" />
       <source>line break after binary operator</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="232" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="233" />
       <source>doc line too long ({0} &gt; {1} characters)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="235" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="236" />
       <source>.has_key() is deprecated, use 'in'</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="238" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="239" />
       <source>deprecated form of raising exception</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="241" />
-      <source>'&lt;&gt;' is deprecated, use '!='</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="242" />
+      <source>'&lt;&gt;' is deprecated, use '!='</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="243" />
       <source>backticks are deprecated, use 'repr()'</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="245" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="246" />
       <source>invalid escape sequence '\{0}'</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="248" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="249" />
       <source>'async' and 'await' are reserved keywords starting with Python 3.7</source>
       <translation type="unfinished" />
     </message>

eric ide

mercurial