src/eric7/i18n/eric7_es.ts

branch
eric7-maintenance
changeset 10694
f46c1e224e8a
parent 10659
43ead32943ca
parent 10687
37ca6e1384bf
child 10733
d96c69a235fc
diff -r e6c9ab1dc168 -r f46c1e224e8a src/eric7/i18n/eric7_es.ts
--- a/src/eric7/i18n/eric7_es.ts	Tue Apr 02 10:13:41 2024 +0200
+++ b/src/eric7/i18n/eric7_es.ts	Wed Apr 24 10:14:16 2024 +0200
@@ -1833,22 +1833,22 @@
       <translation>Operación no soportada.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="1980" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="1982" />
       <source>Yes</source>
       <translation>Si</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="1980" />
-      <source>No</source>
-      <translation>No</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/DeviceBase.py" line="1982" />
+      <source>No</source>
+      <translation>No</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="1984" />
       <source>yes</source>
       <translation>si</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="1982" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="1984" />
       <source>no</source>
       <translation>no</translation>
     </message>
@@ -3218,254 +3218,254 @@
   <context>
     <name>Browser</name>
     <message>
-      <location filename="../UI/Browser.py" line="118" />
+      <location filename="../UI/Browser.py" line="122" />
       <source>File-Browser</source>
       <translation>Explorador de archivos</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="137" />
+      <location filename="../UI/Browser.py" line="141" />
       <source>&lt;b&gt;The Browser Window&lt;/b&gt;&lt;p&gt;This allows you to easily navigate the hierarchy of directories and files on your system, identify the Python programs and open them up in a Source Viewer window. The window displays several separate hierarchies.&lt;/p&gt;&lt;p&gt;The first hierarchy is only shown if you have opened a program for debugging and its root is the directory containing that program. Usually all of the separate files that make up a Python application are held in the same directory, so this hierarchy gives you easy access to most of what you will need.&lt;/p&gt;&lt;p&gt;The next hierarchy is used to easily navigate the directories that are specified in the Python &lt;tt&gt;sys.path&lt;/tt&gt; variable.&lt;/p&gt;&lt;p&gt;The remaining hierarchies allow you navigate your system as a whole. On a UNIX system there will be a hierarchy with &lt;tt&gt;/&lt;/tt&gt; at its root and another with the user home directory. On a Windows system there will be a hierarchy for each drive on the system.&lt;/p&gt;&lt;p&gt;Python programs (i.e. those with a &lt;tt&gt;.py&lt;/tt&gt; file name suffix) are identified in the hierarchies with a Python icon. The right mouse button will popup a menu which lets you open the file in a Source Viewer window, open the file for debugging or use it for a test run.&lt;/p&gt;&lt;p&gt;The context menu of a class, function or method allows you to open the file defining this class, function or method and will ensure, that the correct source line is visible.&lt;/p&gt;&lt;p&gt;Qt-Designer files (i.e. those with a &lt;tt&gt;.ui&lt;/tt&gt; file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.&lt;/p&gt;&lt;p&gt;Qt-Linguist files (i.e. those with a &lt;tt&gt;.ts&lt;/tt&gt; file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.&lt;/p&gt;</source>
       <translation>&lt;b&gt;La Ventana de Navegación&lt;/b&gt;&lt;p&gt;Permite navegar facilmente la jerarquía de directorios y archivos del sistema, identificar los programas en Python y abrirlos utilizando la ventana de Visor de Código Fuente. La ventana muestra varias jerarquías separadas.&lt;/p&gt;&lt;p&gt;La primera jerarquía se muestra solamente si se tiene abierto un programa para depuración y la raíz es el directorio que contiene dicho programa. Usualmente los distintos archivos que forman una aplicación Python son mantenidos en el mismo directorio, por lo tanto esta jerarquía proporciona un acceso sencillo a la mayor parte de lo que resulta necesario.&lt;/p&gt;&lt;p&gt;La siguiente jerarquía se utiliza para navegar facilmente los directorios especificados en la variable de Python &lt;tt&gt;sys.path&lt;/tt&gt;.&lt;/p&gt;&lt;p&gt;Las restantes jerarquías permiten la navegación por el sistema como un todo. En un sistema UNIX habrá una jerarquía con &lt;tt&gt;/&lt;/tt&gt; en la raíz y otra con el directorio home del usuario. En un sistema Windows habrá una jerarquía por cada uno de los drives en el sistema.&lt;/p&gt;&lt;p&gt;Los programas Python (es decir aquellos archivos con extensión &lt;tt&gt;.py&lt;/tt&gt;) se identifican en las jerarquías con un icono de Python. Un click con el botón derecho del ratón muestra un menú contextual que permite abrir el archivo en la ventana Visor de Fuentes, o bien abrir el archivo para depuración o utilizarlo para ejecutar un test unitario.&lt;/p&gt;&lt;p&gt;El menú contextual de una clase, función o método permite abrir el archivo en donde se define esta clase, función o método y permite asegurar que se muestra la línea de código correcta.&lt;/p&gt;&lt;p&gt;Los archivos de Qt-Designer (es decir aquellos con extensión &lt;tt&gt;.ui&lt;/tt&gt;) son mostrados con un icono de Designer. El menú contextual de estos archivos permite iniciar Qt-Designer a partir de dicho archivo.&lt;/p&gt;&lt;p&gt;Los archivos de Qt-Linguist (es decir aquellos con extensión &lt;tt&gt;.ts&lt;/tt&gt;) son mostrados con un icono de Linguist. El menú contextual de dichos archivos permite iniciar Qt-Linguist a partir de dicho archivo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="236" />
+      <location filename="../UI/Browser.py" line="240" />
       <source>Show Hidden Files</source>
       <translation>Mostrar Archivos Ocultos</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="242" />
+      <location filename="../UI/Browser.py" line="246" />
       <source>New</source>
       <translation>Nuevo</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="244" />
+      <location filename="../UI/Browser.py" line="248" />
       <source>Directory</source>
       <translation>Directorio</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="247" />
+      <location filename="../UI/Browser.py" line="251" />
       <source>File</source>
       <translation>Archivo</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="329" />
-      <location filename="../UI/Browser.py" line="287" />
-      <location filename="../UI/Browser.py" line="253" />
+      <location filename="../UI/Browser.py" line="333" />
+      <location filename="../UI/Browser.py" line="291" />
+      <location filename="../UI/Browser.py" line="257" />
       <source>Open</source>
       <translation>Abrir</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="256" />
+      <location filename="../UI/Browser.py" line="260" />
       <source>Run Test...</source>
       <translation>Ejecutar Test...</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="669" />
-      <location filename="../UI/Browser.py" line="661" />
-      <location filename="../UI/Browser.py" line="651" />
-      <location filename="../UI/Browser.py" line="642" />
-      <location filename="../UI/Browser.py" line="307" />
-      <location filename="../UI/Browser.py" line="260" />
+      <location filename="../UI/Browser.py" line="673" />
+      <location filename="../UI/Browser.py" line="665" />
+      <location filename="../UI/Browser.py" line="655" />
+      <location filename="../UI/Browser.py" line="646" />
+      <location filename="../UI/Browser.py" line="311" />
+      <location filename="../UI/Browser.py" line="264" />
       <source>Show Mime-Type</source>
       <translation>Mostrar Mime-Type</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="264" />
+      <location filename="../UI/Browser.py" line="268" />
       <source>Refresh Source File</source>
       <translation>Actualizar Archivo Fuente</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="617" />
-      <location filename="../UI/Browser.py" line="368" />
-      <location filename="../UI/Browser.py" line="311" />
-      <location filename="../UI/Browser.py" line="269" />
-      <source>Show in File Manager</source>
-      <translation>Mostrar en el Gestor de Archivos</translation>
-    </message>
-    <message>
+      <location filename="../UI/Browser.py" line="621" />
       <location filename="../UI/Browser.py" line="372" />
       <location filename="../UI/Browser.py" line="315" />
       <location filename="../UI/Browser.py" line="273" />
+      <source>Show in File Manager</source>
+      <translation>Mostrar en el Gestor de Archivos</translation>
+    </message>
+    <message>
+      <location filename="../UI/Browser.py" line="376" />
+      <location filename="../UI/Browser.py" line="319" />
+      <location filename="../UI/Browser.py" line="277" />
       <source>Copy Path to Clipboard</source>
       <translation>Copiar Ruta al Portapapeles</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="380" />
-      <location filename="../UI/Browser.py" line="335" />
-      <location filename="../UI/Browser.py" line="323" />
-      <location filename="../UI/Browser.py" line="281" />
+      <location filename="../UI/Browser.py" line="384" />
+      <location filename="../UI/Browser.py" line="339" />
+      <location filename="../UI/Browser.py" line="327" />
+      <location filename="../UI/Browser.py" line="285" />
       <source>Delete</source>
       <translation>Borrar</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="290" />
-      <source>Open in Hex Editor</source>
-      <translation>Abrir en Editor Hexadecimal</translation>
-    </message>
-    <message>
       <location filename="../UI/Browser.py" line="294" />
-      <source>Open in Icon Editor</source>
-      <translation>Abrir en Editor de Iconos</translation>
+      <source>Open in Hex Editor</source>
+      <translation>Abrir en Editor Hexadecimal</translation>
     </message>
     <message>
       <location filename="../UI/Browser.py" line="298" />
-      <source>Open in Editor</source>
-      <translation>Abrir en Editor</translation>
+      <source>Open in Icon Editor</source>
+      <translation>Abrir en Editor de Iconos</translation>
     </message>
     <message>
       <location filename="../UI/Browser.py" line="302" />
+      <source>Open in Editor</source>
+      <translation>Abrir en Editor</translation>
+    </message>
+    <message>
+      <location filename="../UI/Browser.py" line="306" />
       <source>Open in PDF Viewer</source>
       <translation>Abrir en Visor PDF</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="399" />
-      <location filename="../UI/Browser.py" line="390" />
-      <location filename="../UI/Browser.py" line="341" />
+      <location filename="../UI/Browser.py" line="403" />
+      <location filename="../UI/Browser.py" line="394" />
+      <location filename="../UI/Browser.py" line="345" />
       <source>New toplevel directory...</source>
       <translation>Nuevo directorio raíz...</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="345" />
-      <source>Add as toplevel directory</source>
-      <translation>Añadir como directorio raíz</translation>
-    </message>
-    <message>
       <location filename="../UI/Browser.py" line="349" />
+      <source>Add as toplevel directory</source>
+      <translation>Añadir como directorio raíz</translation>
+    </message>
+    <message>
+      <location filename="../UI/Browser.py" line="353" />
       <source>Remove from toplevel</source>
       <translation>Quitar de la raíz</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="354" />
+      <location filename="../UI/Browser.py" line="358" />
       <source>Refresh directory</source>
       <translation>Actualizar directorio</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="359" />
-      <source>Find in this directory</source>
-      <translation>Buscar en este directorio</translation>
-    </message>
-    <message>
       <location filename="../UI/Browser.py" line="363" />
+      <source>Find in this directory</source>
+      <translation>Buscar en este directorio</translation>
+    </message>
+    <message>
+      <location filename="../UI/Browser.py" line="367" />
       <source>Find &amp;&amp; Replace in this directory</source>
       <translation>Buscar &amp;&amp; Reemplazar en este directorio</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="384" />
+      <location filename="../UI/Browser.py" line="388" />
       <source>Goto</source>
       <translation>Ir a</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="504" />
+      <location filename="../UI/Browser.py" line="508" />
       <source>Line {0}</source>
       <translation>Línea {0}</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="643" />
+      <location filename="../UI/Browser.py" line="647" />
       <source>The mime type of the file could not be determined.</source>
       <translation>El mime type del archivo no se puede determinar.</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="662" />
-      <location filename="../UI/Browser.py" line="652" />
+      <location filename="../UI/Browser.py" line="666" />
+      <location filename="../UI/Browser.py" line="656" />
       <source>The file has the mime type &lt;b&gt;{0}&lt;/b&gt;.</source>
       <translation>El archivo tiene el mime type &lt;b&gt;{0}&lt;/b&gt;.</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="670" />
+      <location filename="../UI/Browser.py" line="674" />
       <source>The file has the mime type &lt;b&gt;{0}&lt;/b&gt;.&lt;br/&gt; Shall it be added to the list of text mime types?</source>
       <translation>El archivo tiene el mime type &lt;b&gt;{0}&lt;/b&gt;.&lt;br/&gt; ¿Añadirlo a la lista de mime types?</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="778" />
+      <location filename="../UI/Browser.py" line="782" />
       <source>New toplevel directory</source>
       <translation>Nuevo directorio raíz</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="618" />
+      <location filename="../UI/Browser.py" line="622" />
       <source>&lt;p&gt;The directory of the selected item (&lt;b&gt;{0}&lt;/b&gt;) cannot be shown in a file manager application.&lt;/p&gt;</source>
       <translation>&lt;p&gt;El directorio del elemento seleccionado (&lt;b&gt;{0}&lt;/b&gt;) no se puede mostrar en una aplicación de gestión de archivos.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="1025" />
-      <location filename="../UI/Browser.py" line="1013" />
-      <location filename="../UI/Browser.py" line="1004" />
+      <location filename="../UI/Browser.py" line="1029" />
+      <location filename="../UI/Browser.py" line="1017" />
+      <location filename="../UI/Browser.py" line="1008" />
       <source>New Directory</source>
       <translation>Nuevo Directorio</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="1005" />
+      <location filename="../UI/Browser.py" line="1009" />
       <source>Name for new directory:</source>
       <translation>Nombre para el nuevo directorio:</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="1052" />
-      <location filename="../UI/Browser.py" line="1014" />
+      <location filename="../UI/Browser.py" line="1056" />
+      <location filename="../UI/Browser.py" line="1018" />
       <source>A file or directory named &lt;b&gt;{0}&lt;/b&gt; exists already. Aborting...</source>
       <translation>Un archivo o directorio con nombre &lt;b&gt;{0}&lt;/b&gt; ya existe. Abortando...</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="1026" />
+      <location filename="../UI/Browser.py" line="1030" />
       <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>&lt;p&gt;El directorio &lt;b&gt;{0}&lt;/b&gt; no se ha podido crear.&lt;/p&gt;&lt;p&gt;Razón: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="1064" />
-      <location filename="../UI/Browser.py" line="1051" />
-      <location filename="../UI/Browser.py" line="1042" />
+      <location filename="../UI/Browser.py" line="1068" />
+      <location filename="../UI/Browser.py" line="1055" />
+      <location filename="../UI/Browser.py" line="1046" />
       <source>New File</source>
       <translation>Nuevo Archivo</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="1043" />
+      <location filename="../UI/Browser.py" line="1047" />
       <source>Name for new file:</source>
       <translation>Nombre para el nuevo archivo:</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="1065" />
+      <location filename="../UI/Browser.py" line="1069" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; no se ha podido crear.&lt;/p&gt;&lt;p&gt;Razón: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="1161" />
-      <location filename="../UI/Browser.py" line="1103" />
-      <location filename="../UI/Browser.py" line="1093" />
+      <location filename="../UI/Browser.py" line="1165" />
+      <location filename="../UI/Browser.py" line="1107" />
+      <location filename="../UI/Browser.py" line="1097" />
       <source>Delete File</source>
       <translation>Borrar Archivo</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="1094" />
+      <location filename="../UI/Browser.py" line="1098" />
       <source>Do you really want to delete this file?</source>
       <translation>¿Desea realmente borrar este archivo?</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="1162" />
-      <location filename="../UI/Browser.py" line="1104" />
+      <location filename="../UI/Browser.py" line="1166" />
+      <location filename="../UI/Browser.py" line="1108" />
       <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo seleccionado &lt;b&gt;{0}&lt;/b&gt; no se ha podido borrar.&lt;/p&gt;&lt;p&gt;Razón: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="1129" />
-      <location filename="../UI/Browser.py" line="1119" />
+      <location filename="../UI/Browser.py" line="1133" />
+      <location filename="../UI/Browser.py" line="1123" />
       <source>Delete Directory</source>
       <translation>Borrar Directorio</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="1120" />
+      <location filename="../UI/Browser.py" line="1124" />
       <source>Do you really want to delete this directory?</source>
       <translation>¿Desea realmente borrar este directorio?</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="1130" />
+      <location filename="../UI/Browser.py" line="1134" />
       <source>&lt;p&gt;The selected directory &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El directorio seleccionado &lt;b&gt;{0}&lt;/b&gt; no se ha podido borrar.&lt;/p&gt;&lt;p&gt;Razón: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="1150" />
+      <location filename="../UI/Browser.py" line="1154" />
       <source>Delete Files</source>
       <translation>Borrar Archivos</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="1151" />
+      <location filename="../UI/Browser.py" line="1155" />
       <source>Do you really want to delete these files?</source>
       <translation>¿Desea realmente borrar estos archivos?</translation>
     </message>
@@ -3473,32 +3473,32 @@
   <context>
     <name>BrowserModel</name>
     <message>
-      <location filename="../UI/BrowserModel.py" line="88" />
+      <location filename="../UI/BrowserModel.py" line="91" />
       <source>Name</source>
       <translation>Nombre</translation>
     </message>
     <message>
-      <location filename="../UI/BrowserModel.py" line="738" />
+      <location filename="../UI/BrowserModel.py" line="725" />
       <source>Coding: {0}</source>
       <translation>Codificación: {0}</translation>
     </message>
     <message>
-      <location filename="../UI/BrowserModel.py" line="748" />
+      <location filename="../UI/BrowserModel.py" line="735" />
       <source>Globals</source>
       <translation>Globales</translation>
     </message>
     <message>
-      <location filename="../UI/BrowserModel.py" line="753" />
+      <location filename="../UI/BrowserModel.py" line="740" />
       <source>Imports</source>
       <translation>Imports</translation>
     </message>
     <message>
-      <location filename="../UI/BrowserModel.py" line="853" />
+      <location filename="../UI/BrowserModel.py" line="843" />
       <source>Attributes</source>
       <translation>Atributos</translation>
     </message>
     <message>
-      <location filename="../UI/BrowserModel.py" line="864" />
+      <location filename="../UI/BrowserModel.py" line="854" />
       <source>Class Attributes</source>
       <translation />
     </message>
@@ -9222,21 +9222,21 @@
 </translation>
     </message>
     <message>
-      <location filename="../Debugger/DebugServer.py" line="2078" />
+      <location filename="../Debugger/DebugServer.py" line="2076" />
       <source>Passive debug connection received
 </source>
       <translation>Recibida conexión pasiva de depuración
 </translation>
     </message>
     <message>
-      <location filename="../Debugger/DebugServer.py" line="2092" />
+      <location filename="../Debugger/DebugServer.py" line="2090" />
       <source>Passive debug connection closed
 </source>
       <translation>Cerrada conexión pasiva de depuración
 </translation>
     </message>
     <message>
-      <location filename="../Debugger/DebugServer.py" line="2223" />
+      <location filename="../Debugger/DebugServer.py" line="2221" />
       <source>&lt;project&gt;</source>
       <translation>&lt;project&gt;</translation>
     </message>
@@ -11521,22 +11521,22 @@
   <context>
     <name>DocstringGenerator</name>
     <message>
-      <location filename="../QScintilla/DocstringGenerator/__init__.py" line="49" />
+      <location filename="../QScintilla/DocstringGenerator/__init__.py" line="50" />
       <source>Eric</source>
       <translation>Eric</translation>
     </message>
     <message>
-      <location filename="../QScintilla/DocstringGenerator/__init__.py" line="50" />
-      <source>NumPy</source>
-      <translation>NumPy</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/DocstringGenerator/__init__.py" line="51" />
-      <source>Google</source>
-      <translation>Google</translation>
+      <source>NumPy</source>
+      <translation>NumPy</translation>
     </message>
     <message>
       <location filename="../QScintilla/DocstringGenerator/__init__.py" line="52" />
+      <source>Google</source>
+      <translation>Google</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/DocstringGenerator/__init__.py" line="53" />
       <source>Sphinx</source>
       <translation>Sphinx</translation>
     </message>
@@ -12416,7 +12416,7 @@
   <context>
     <name>Editor</name>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3524" />
+      <location filename="../QScintilla/Editor.py" line="3527" />
       <location filename="../QScintilla/Editor.py" line="470" />
       <location filename="../QScintilla/Editor.py" line="455" />
       <source>Open File</source>
@@ -12488,7 +12488,7 @@
       <translation>Sacar de comentario</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="9898" />
+      <location filename="../QScintilla/Editor.py" line="9939" />
       <location filename="../QScintilla/Editor.py" line="969" />
       <source>Generate Docstring</source>
       <translation>Generar Docstring</translation>
@@ -12555,851 +12555,866 @@
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1046" />
+      <source>Reload</source>
+      <translation>Recargar</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1049" />
       <source>Save</source>
       <translation>Guardar</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1050" />
+      <location filename="../QScintilla/Editor.py" line="1053" />
       <source>Save As...</source>
       <translation>Guardar como...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1055" />
+      <location filename="../QScintilla/Editor.py" line="1058" />
       <source>Save Copy...</source>
       <translation>Guardar Copia...</translation>
     </message>
     <message>
+      <location filename="../QScintilla/Editor.py" line="1080" />
       <location filename="../QScintilla/Editor.py" line="1077" />
-      <location filename="../QScintilla/Editor.py" line="1074" />
       <source>Complete</source>
       <translation>Completo</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1081" />
-      <source>Clear Completions Cache</source>
-      <translation>Limpiar Caché de Completado</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1084" />
+      <source>Clear Completions Cache</source>
+      <translation>Limpiar Caché de Completado</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1087" />
       <source>Complete from Document</source>
       <translation>Completar desde documento</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1086" />
-      <source>Complete from APIs</source>
-      <translation>Completar desde APIs</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1089" />
+      <source>Complete from APIs</source>
+      <translation>Completar desde APIs</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1092" />
       <source>Complete from Document and APIs</source>
       <translation>Completar desde Documento y APIs</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1103" />
+      <location filename="../QScintilla/Editor.py" line="1106" />
       <source>Check</source>
       <translation>Verificar</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1114" />
+      <location filename="../QScintilla/Editor.py" line="1117" />
       <source>Code Formatting</source>
       <translation>Formato de Código</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1120" />
+      <location filename="../QScintilla/Editor.py" line="1123" />
       <source>Black</source>
       <translation>Black</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1125" />
+      <location filename="../QScintilla/Editor.py" line="1128" />
       <source>Format Code</source>
       <translation>Formatear Código</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1129" />
+      <location filename="../QScintilla/Editor.py" line="1132" />
       <source>Check Formatting</source>
       <translation>Comprobar Formato</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1133" />
+      <location filename="../QScintilla/Editor.py" line="1136" />
       <source>Formatting Diff</source>
       <translation>Diff de Formato</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1142" />
+      <location filename="../QScintilla/Editor.py" line="1145" />
       <source>isort</source>
       <translation>isort</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1147" />
+      <location filename="../QScintilla/Editor.py" line="1150" />
       <source>Sort Imports</source>
       <translation>Ordenar Imports</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1151" />
+      <location filename="../QScintilla/Editor.py" line="1154" />
       <source>Imports Sorting Diff</source>
       <translation>Diff de Ordenacion de Imports</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1167" />
+      <location filename="../QScintilla/Editor.py" line="1170" />
       <source>Tools</source>
       <translation>Herramientas</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1178" />
+      <location filename="../QScintilla/Editor.py" line="1181" />
       <source>Show</source>
       <translation>Mostrar</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1180" />
+      <location filename="../QScintilla/Editor.py" line="1183" />
       <source>Code metrics...</source>
       <translation>Métricas de código...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1182" />
-      <source>Code coverage...</source>
-      <translation>Cobertura de código...</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1185" />
-      <source>Show code coverage annotations</source>
-      <translation>Mostrar anotaciones de cobertura de codigo</translation>
+      <source>Code coverage...</source>
+      <translation>Cobertura de código...</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1188" />
+      <source>Show code coverage annotations</source>
+      <translation>Mostrar anotaciones de cobertura de codigo</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1191" />
       <source>Hide code coverage annotations</source>
       <translation>Ocultar anotaciones de cobertura de codigo</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1192" />
+      <location filename="../QScintilla/Editor.py" line="1195" />
       <source>Profile data...</source>
       <translation>Datos de profiling...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1206" />
-      <source>Diagrams</source>
-      <translation>Diagramas</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1208" />
-      <source>Class Diagram...</source>
-      <translation>Diagrama de clases...</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1209" />
-      <source>Package Diagram...</source>
-      <translation>Diagrama de paquetes...</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1210" />
-      <source>Imports Diagram...</source>
-      <translation>Diagrama de imports...</translation>
+      <source>Diagrams</source>
+      <translation>Diagramas</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1211" />
+      <source>Class Diagram...</source>
+      <translation>Diagrama de clases...</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1212" />
+      <source>Package Diagram...</source>
+      <translation>Diagrama de paquetes...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1213" />
+      <source>Imports Diagram...</source>
+      <translation>Diagrama de imports...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1215" />
       <source>Application Diagram...</source>
       <translation>Diagrama de aplicación...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1217" />
+      <location filename="../QScintilla/Editor.py" line="1220" />
       <source>Load Diagram...</source>
       <translation>Cargar Diagrama...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1232" />
+      <location filename="../QScintilla/Editor.py" line="1235" />
       <source>Languages</source>
       <translation>Lenguajes</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1236" />
+      <location filename="../QScintilla/Editor.py" line="1239" />
       <source>Text</source>
       <translation>Texto</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1258" />
+      <location filename="../QScintilla/Editor.py" line="1261" />
       <source>Guessed</source>
       <translation>Suposición</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1590" />
-      <location filename="../QScintilla/Editor.py" line="1262" />
+      <location filename="../QScintilla/Editor.py" line="1593" />
+      <location filename="../QScintilla/Editor.py" line="1265" />
       <source>Alternatives</source>
       <translation>Alternativas</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1279" />
+      <location filename="../QScintilla/Editor.py" line="1282" />
       <source>Encodings</source>
       <translation>Codificaciones</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1302" />
+      <location filename="../QScintilla/Editor.py" line="1305" />
       <source>Re-Open With Encoding</source>
       <translation>Reabrir Con Codificación</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1322" />
+      <location filename="../QScintilla/Editor.py" line="1325" />
       <source>End-of-Line Type</source>
       <translation>Tipo de fin-de-línea</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1326" />
+      <location filename="../QScintilla/Editor.py" line="1329" />
       <source>Unix</source>
       <translation>Unix</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1332" />
+      <location filename="../QScintilla/Editor.py" line="1335" />
       <source>Windows</source>
       <translation>Windows</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1338" />
+      <location filename="../QScintilla/Editor.py" line="1341" />
       <source>Macintosh</source>
       <translation>Macintosh</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1356" />
+      <location filename="../QScintilla/Editor.py" line="1359" />
       <source>Spelling</source>
       <translation>Corrección ortográfica</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8991" />
-      <location filename="../QScintilla/Editor.py" line="1364" />
+      <location filename="../QScintilla/Editor.py" line="9026" />
+      <location filename="../QScintilla/Editor.py" line="1367" />
       <source>Check spelling...</source>
       <translation>Corrección ortográfica...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1369" />
+      <location filename="../QScintilla/Editor.py" line="1372" />
       <source>Check spelling of selection...</source>
       <translation>Corrección ortográfica de la selección...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1373" />
+      <location filename="../QScintilla/Editor.py" line="1376" />
       <source>Remove from dictionary</source>
       <translation>Eliminar del diccionario</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1390" />
+      <location filename="../QScintilla/Editor.py" line="1393" />
       <source>Spell Check Languages</source>
       <translation>Corrección Ortográfica Idiomas</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1394" />
+      <location filename="../QScintilla/Editor.py" line="1397" />
       <source>No Language</source>
       <translation>Ningún Lenguaje</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1421" />
+      <location filename="../QScintilla/Editor.py" line="1424" />
       <source>Toggle bookmark</source>
       <translation>Alternar marcador</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1423" />
-      <source>Next bookmark</source>
-      <translation>Nuevo marcador</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1426" />
-      <source>Previous bookmark</source>
-      <translation>Marcador anterior</translation>
+      <source>Next bookmark</source>
+      <translation>Nuevo marcador</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1429" />
+      <source>Previous bookmark</source>
+      <translation>Marcador anterior</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1432" />
       <source>Clear all bookmarks</source>
       <translation>Borrar todos los marcadores</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1440" />
-      <source>Toggle breakpoint</source>
-      <translation>Alternar punto de interrupción</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1443" />
-      <source>Toggle temporary breakpoint</source>
-      <translation>Alternar punto de interrupción temporal</translation>
+      <source>Toggle breakpoint</source>
+      <translation>Alternar punto de interrupción</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1446" />
+      <source>Toggle temporary breakpoint</source>
+      <translation>Alternar punto de interrupción temporal</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1449" />
       <source>Edit breakpoint...</source>
       <translation>Editar punto de interrupción...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6494" />
-      <location filename="../QScintilla/Editor.py" line="1449" />
+      <location filename="../QScintilla/Editor.py" line="6498" />
+      <location filename="../QScintilla/Editor.py" line="1452" />
       <source>Enable breakpoint</source>
       <translation>Activar punto de interrupción</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1452" />
-      <source>Next breakpoint</source>
-      <translation>Siguiente punto de interrupción</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1455" />
-      <source>Previous breakpoint</source>
-      <translation>Punto de interrupción anterior</translation>
+      <source>Next breakpoint</source>
+      <translation>Siguiente punto de interrupción</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1458" />
+      <source>Previous breakpoint</source>
+      <translation>Punto de interrupción anterior</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1461" />
       <source>Clear all breakpoints</source>
       <translation>Borrar todos los puntos de interrupción</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1469" />
+      <location filename="../QScintilla/Editor.py" line="1472" />
       <source>Toggle all folds</source>
       <translation>Recoger/Desplegar los anidamientos</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1473" />
+      <location filename="../QScintilla/Editor.py" line="1476" />
       <source>Toggle all folds (including children)</source>
       <translation>Recoger/Desplegar todos los anidamientos (inc. hijos)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1478" />
+      <location filename="../QScintilla/Editor.py" line="1481" />
       <source>Toggle current fold</source>
       <translation>Recoger/Desplegar el anidamiento actual</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1482" />
+      <location filename="../QScintilla/Editor.py" line="1485" />
       <source>Expand (including children)</source>
       <translation>Expandir (incluídos hijos)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1486" />
+      <location filename="../QScintilla/Editor.py" line="1489" />
       <source>Collapse (including children)</source>
       <translation>Contraer (incluídos hijos)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1491" />
+      <location filename="../QScintilla/Editor.py" line="1494" />
       <source>Clear all folds</source>
       <translation>Limpiar todos los anidamientos</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1502" />
-      <source>Goto syntax error</source>
-      <translation>Ir al error de sintaxis</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1505" />
-      <source>Show syntax error message</source>
-      <translation>Ver el mensaje de error de sintaxis</translation>
+      <source>Goto syntax error</source>
+      <translation>Ir al error de sintaxis</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1508" />
+      <source>Show syntax error message</source>
+      <translation>Ver el mensaje de error de sintaxis</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1511" />
       <source>Clear syntax error</source>
       <translation>Borrar error de sintaxis</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1512" />
-      <source>Next warning</source>
-      <translation>Siguiente advertencia</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1515" />
-      <source>Previous warning</source>
-      <translation>Anterior advertencia</translation>
+      <source>Next warning</source>
+      <translation>Siguiente advertencia</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1518" />
-      <source>Show warning message</source>
-      <translation>Mostrar mensaje de advertencia</translation>
+      <source>Previous warning</source>
+      <translation>Anterior advertencia</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1521" />
+      <source>Show warning message</source>
+      <translation>Mostrar mensaje de advertencia</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1524" />
       <source>Clear warnings</source>
       <translation>Limpiar advertencias</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1525" />
-      <source>Next uncovered line</source>
-      <translation>Siguiente línea sin cobertura</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1528" />
+      <source>Next uncovered line</source>
+      <translation>Siguiente línea sin cobertura</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1531" />
       <source>Previous uncovered line</source>
       <translation>Anterior línea sin cobertura</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1532" />
-      <source>Next task</source>
-      <translation>Nueva tarea</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1535" />
+      <source>Next task</source>
+      <translation>Nueva tarea</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1538" />
       <source>Previous task</source>
       <translation>Tarea anterior</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1539" />
-      <source>Next change</source>
-      <translation>Siguiente cambio</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1542" />
-      <source>Previous change</source>
-      <translation>Cambio anterior</translation>
+      <source>Next change</source>
+      <translation>Siguiente cambio</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1545" />
+      <source>Previous change</source>
+      <translation>Cambio anterior</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1548" />
       <source>Clear changes</source>
       <translation>Limpiar cambios</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1575" />
-      <location filename="../QScintilla/Editor.py" line="1566" />
+      <location filename="../QScintilla/Editor.py" line="1578" />
+      <location filename="../QScintilla/Editor.py" line="1569" />
       <source>Export source</source>
       <translation>Exportar fuente</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1567" />
+      <location filename="../QScintilla/Editor.py" line="1570" />
       <source>&lt;p&gt;No exporter available for the export format &lt;b&gt;{0}&lt;/b&gt;. Aborting...&lt;/p&gt;</source>
       <translation>&lt;p&gt;No hay un exportador disponible para el formato de exportación &lt;b&gt;{0}&lt;/b&gt;. Abortando...&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1576" />
+      <location filename="../QScintilla/Editor.py" line="1579" />
       <source>No export format given. Aborting...</source>
       <translation>No se ha proporcionado un formato de exportación. Abortando...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1587" />
+      <location filename="../QScintilla/Editor.py" line="1590" />
       <source>Alternatives ({0})</source>
       <translation>Alternativas ({0})</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1611" />
+      <location filename="../QScintilla/Editor.py" line="1614" />
       <source>Pygments Lexer</source>
       <translation>Analizador Léxico de Pygments</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1612" />
+      <location filename="../QScintilla/Editor.py" line="1615" />
       <source>Select the Pygments lexer to apply.</source>
       <translation>Seleccionar el Analizador Léxico de Pygments.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2214" />
+      <location filename="../QScintilla/Editor.py" line="2217" />
       <source>Modification of Read Only file</source>
       <translation>Modificación de un archivo de solo lectura</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2215" />
+      <location filename="../QScintilla/Editor.py" line="2218" />
       <source>You are attempting to change a read only file. Please save to a different file first.</source>
       <translation>Usted está intentando modificar un archivo solo lectura. Por favor guarde en otro archivo primero.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2698" />
+      <location filename="../QScintilla/Editor.py" line="2701" />
       <source>Add Breakpoint</source>
       <translation>Añadir Punto de Interrupción</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2699" />
+      <location filename="../QScintilla/Editor.py" line="2702" />
       <source>No Python byte code will be created for the selected line. No break point will be set!</source>
       <translation>No se va a crear Python bytecode para la línea seleccionada. ¡No se va a establecer ningún punto de ruptura!</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3053" />
+      <location filename="../QScintilla/Editor.py" line="3056" />
       <source>Printing...</source>
       <translation>Imprimiendo...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3070" />
+      <location filename="../QScintilla/Editor.py" line="3073" />
       <source>Printing completed</source>
       <translation>Impresión completa</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3072" />
-      <source>Error while printing</source>
-      <translation>Error al imprimir</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="3075" />
+      <source>Error while printing</source>
+      <translation>Error al imprimir</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="3078" />
       <source>Printing aborted</source>
       <translation>Impresión cancelada</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3457" />
+      <location filename="../QScintilla/Editor.py" line="3460" />
       <source>File Modified</source>
       <translation>Archivo modificado</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3458" />
+      <location filename="../QScintilla/Editor.py" line="3461" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; tiene cambios sin guardar.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3525" />
+      <location filename="../QScintilla/Editor.py" line="3528" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be opened.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo&lt;b&gt;{0}&lt;/b&gt; no puede ser abierto.&lt;br /&gt;Causa: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3716" />
-      <location filename="../QScintilla/Editor.py" line="3697" />
-      <location filename="../QScintilla/Editor.py" line="3657" />
+      <location filename="../QScintilla/Editor.py" line="3719" />
+      <location filename="../QScintilla/Editor.py" line="3700" />
+      <location filename="../QScintilla/Editor.py" line="3660" />
       <source>Save File</source>
       <translation>Guardar archivo</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3658" />
+      <location filename="../QScintilla/Editor.py" line="3661" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be saved.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; no puede ser guardado.&lt;br&gt;Causa: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3717" />
+      <location filename="../QScintilla/Editor.py" line="3720" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; ya existe. ¿Desea sobreescribirlo?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3861" />
+      <location filename="../QScintilla/Editor.py" line="3864" />
       <source>Save File to Device</source>
       <translation>Guardar Archivo en Dispositivo</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3862" />
+      <location filename="../QScintilla/Editor.py" line="3865" />
       <source>Enter the complete device file path:</source>
       <translation>Introducir la ruta completa de archivo del dispositivo:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5650" />
+      <location filename="../QScintilla/Editor.py" line="5653" />
       <source>Autocompletion</source>
       <translation>Autocompletar</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5651" />
+      <location filename="../QScintilla/Editor.py" line="5654" />
       <source>Autocompletion is not available because there is no autocompletion source set.</source>
       <translation>Autocompletar no está disponible porque no hay origen de datos para autocompletar.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5785" />
+      <location filename="../QScintilla/Editor.py" line="5788" />
       <source>Auto-Completion Provider</source>
       <translation>Proveedor de Autocompletado</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5786" />
+      <location filename="../QScintilla/Editor.py" line="5789" />
       <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source>
       <translation>El proveedor de lista de completado'{0}' ya está registrado. Se ignora la solicitud duplicada.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6082" />
+      <location filename="../QScintilla/Editor.py" line="6085" />
       <source>Call-Tips Provider</source>
       <translation>Proveedor de Call-Tips</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6083" />
+      <location filename="../QScintilla/Editor.py" line="6086" />
       <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source>
       <translation>El proveedor de call-tips'{0}' ya está registrado. Se ignora la solicitud duplicada.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6498" />
+      <location filename="../QScintilla/Editor.py" line="6502" />
       <source>Disable breakpoint</source>
       <translation>Deshabilitar punto de interrupción</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6913" />
+      <location filename="../QScintilla/Editor.py" line="6917" />
       <source>Code Coverage</source>
       <translation>Cobertura de codigo</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6914" />
+      <location filename="../QScintilla/Editor.py" line="6918" />
       <source>Please select a coverage file</source>
       <translation>Por favor seleccione un archivo de cobertura</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6989" />
-      <location filename="../QScintilla/Editor.py" line="6981" />
+      <location filename="../QScintilla/Editor.py" line="6993" />
+      <location filename="../QScintilla/Editor.py" line="6985" />
       <source>Show Code Coverage Annotations</source>
       <translation>Mostrar Anotaciones de Cobertura de Código</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6982" />
+      <location filename="../QScintilla/Editor.py" line="6986" />
       <source>All lines have been covered.</source>
       <translation>Todas las líneas han sido cubiertas.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6990" />
+      <location filename="../QScintilla/Editor.py" line="6994" />
       <source>There is no coverage file available.</source>
       <translation>No hay archivo de cobertura disponible.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7098" />
+      <location filename="../QScintilla/Editor.py" line="7102" />
       <source>Profile Data</source>
       <translation>Datos de profiling</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7099" />
+      <location filename="../QScintilla/Editor.py" line="7103" />
       <source>Please select a profile file</source>
       <translation>Por favor seleccione un archivo de profiling</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7261" />
-      <location filename="../QScintilla/Editor.py" line="7255" />
+      <location filename="../QScintilla/Editor.py" line="7265" />
+      <location filename="../QScintilla/Editor.py" line="7259" />
       <source>Syntax Error</source>
       <translation>Error de sintaxis</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7262" />
+      <location filename="../QScintilla/Editor.py" line="7266" />
       <source>No syntax error message available.</source>
       <translation>No hay mensajes de error de sintaxis disponibles.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7509" />
-      <location filename="../QScintilla/Editor.py" line="7503" />
+      <location filename="../QScintilla/Editor.py" line="7513" />
+      <location filename="../QScintilla/Editor.py" line="7507" />
       <source>Warning</source>
       <translation>Advertencia</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7509" />
+      <location filename="../QScintilla/Editor.py" line="7513" />
       <source>No warning messages available.</source>
       <translation>No hay mensajes de advertencia disponibles.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7588" />
-      <source>Info: {0}</source>
-      <translation>Info: {0}</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7604" />
-      <location filename="../QScintilla/Editor.py" line="7590" />
-      <source>Error: {0}</source>
-      <translation>Error: {0}</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="7592" />
+      <source>Info: {0}</source>
+      <translation>Info: {0}</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7608" />
+      <location filename="../QScintilla/Editor.py" line="7594" />
+      <source>Error: {0}</source>
+      <translation>Error: {0}</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7596" />
       <source>Style: {0}</source>
       <translation>Estilo: {0}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7597" />
+      <location filename="../QScintilla/Editor.py" line="7601" />
       <source>Warning: {0}</source>
       <translation>Advertencia: {0}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7727" />
+      <location filename="../QScintilla/Editor.py" line="7731" />
       <source>Macro Name</source>
       <translation>Nombre de macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7727" />
+      <location filename="../QScintilla/Editor.py" line="7731" />
       <source>Select a macro name:</source>
       <translation>Seleccione un nombre de macro:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7753" />
+      <location filename="../QScintilla/Editor.py" line="7757" />
       <source>Load macro file</source>
       <translation>Cargar archivo de macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7799" />
-      <location filename="../QScintilla/Editor.py" line="7755" />
+      <location filename="../QScintilla/Editor.py" line="7803" />
+      <location filename="../QScintilla/Editor.py" line="7759" />
       <source>Macro files (*.macro)</source>
       <translation>Archivos de Macro  (*.macro)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7777" />
-      <location filename="../QScintilla/Editor.py" line="7767" />
+      <location filename="../QScintilla/Editor.py" line="7781" />
+      <location filename="../QScintilla/Editor.py" line="7771" />
       <source>Error loading macro</source>
       <translation>Error al cargar macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7768" />
+      <location filename="../QScintilla/Editor.py" line="7772" />
       <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo de macro &lt;b&gt;{0}&lt;/b&gt; no se puede leer.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7778" />
+      <location filename="../QScintilla/Editor.py" line="7782" />
       <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; is corrupt.&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo de macro &lt;b&gt;{0}&lt;/b&gt; está dañado&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7797" />
+      <location filename="../QScintilla/Editor.py" line="7801" />
       <source>Save macro file</source>
       <translation>Guardar archivo de macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7815" />
+      <location filename="../QScintilla/Editor.py" line="7819" />
       <source>Save macro</source>
       <translation>Guardar macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7816" />
+      <location filename="../QScintilla/Editor.py" line="7820" />
       <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo de macro &lt;b&gt;{0}&lt;/b&gt; ya existe. ¿Desea sobreescribirlo?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7831" />
+      <location filename="../QScintilla/Editor.py" line="7835" />
       <source>Error saving macro</source>
       <translation>Error al guardar macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7832" />
+      <location filename="../QScintilla/Editor.py" line="7836" />
       <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo de macro  &lt;b&gt;{0}&lt;/b&gt; no se puede escribir.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7845" />
+      <location filename="../QScintilla/Editor.py" line="7849" />
       <source>Start Macro Recording</source>
       <translation>Comenzar grabación de macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7846" />
+      <location filename="../QScintilla/Editor.py" line="7850" />
       <source>Macro recording is already active. Start new?</source>
       <translation>Grabación de macro ya está activada. ¿Comenzar una nueva?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7872" />
+      <location filename="../QScintilla/Editor.py" line="7876" />
       <source>Macro Recording</source>
       <translation>Grabando macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7873" />
+      <location filename="../QScintilla/Editor.py" line="7877" />
       <source>Enter name of the macro:</source>
       <translation>Introduzca el nombre de la macro:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8056" />
+      <location filename="../QScintilla/Editor.py" line="8060" />
       <source>{0} (ro)</source>
       <translation>{0} (ro)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8241" />
+      <location filename="../QScintilla/Editor.py" line="8245" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has been changed while it was opened in eric. Reread it?&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; ha cambiado mientras estaba abierto en eric. ¿Desea volver a cargarlo?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8247" />
+      <location filename="../QScintilla/Editor.py" line="8251" />
       <source>&lt;br&gt;&lt;b&gt;Warning:&lt;/b&gt; You will lose your changes upon reopening it.</source>
       <translation>&lt;br&gt;&lt;b&gt;Advertencia:&lt;/b&gt; Perderá los cambios si lo reabre.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8254" />
+      <location filename="../QScintilla/Editor.py" line="8258" />
       <source>File changed</source>
       <translation>Archivo modificado</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8417" />
+      <location filename="../QScintilla/Editor.py" line="8351" />
+      <source>Reload File</source>
+      <translation>Recargar Archivo</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="8352" />
+      <source>&lt;p&gt;The editor contains unsaved modifications.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Warning:&lt;/b&gt; You will lose your changes upon reloading it.&lt;/p&gt;&lt;p&gt;Shall the editor really be reloaded?&lt;/p&gt;</source>
+      <translation>&lt;p&gt;El editor contiene modificacopmes sin guardar.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Advertencia:&lt;/b&gt; Los cambios se perderán al recargar.&lt;/p&gt;&lt;p&gt;¿Desea realmente recargar el editor?&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="8452" />
       <source>Drop Error</source>
       <translation>Error al soltar</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8418" />
+      <location filename="../QScintilla/Editor.py" line="8453" />
       <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; no es un archivo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8439" />
+      <location filename="../QScintilla/Editor.py" line="8474" />
       <source>Resources</source>
       <translation>Recursos</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8441" />
+      <location filename="../QScintilla/Editor.py" line="8476" />
       <source>Add file...</source>
       <translation>Añadir archivo...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8442" />
+      <location filename="../QScintilla/Editor.py" line="8477" />
       <source>Add files...</source>
       <translation>Añadir archivos...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8443" />
+      <location filename="../QScintilla/Editor.py" line="8478" />
       <source>Add aliased file...</source>
       <translation>Añadir archivo con un alias...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8445" />
+      <location filename="../QScintilla/Editor.py" line="8480" />
       <source>Add localized resource...</source>
       <translation>Añadir recursos localizados...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8448" />
+      <location filename="../QScintilla/Editor.py" line="8483" />
       <source>Add resource frame</source>
       <translation>Añadir ventana de recursos</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8468" />
+      <location filename="../QScintilla/Editor.py" line="8503" />
       <source>Add file resource</source>
       <translation>Añadir archivo de recursos</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8482" />
+      <location filename="../QScintilla/Editor.py" line="8517" />
       <source>Add file resources</source>
       <translation>Añadir archivo de recursos</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8506" />
-      <location filename="../QScintilla/Editor.py" line="8500" />
+      <location filename="../QScintilla/Editor.py" line="8541" />
+      <location filename="../QScintilla/Editor.py" line="8535" />
       <source>Add aliased file resource</source>
       <translation>Añadir archivo de recursos con un alias</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8507" />
+      <location filename="../QScintilla/Editor.py" line="8542" />
       <source>Alias for file &lt;b&gt;{0}&lt;/b&gt;:</source>
       <translation>Alias para el archivo &lt;b&gt;{0}&lt;/b&gt;:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8582" />
+      <location filename="../QScintilla/Editor.py" line="8617" />
       <source>Package Diagram</source>
       <translation>Digrama de paquetes</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8583" />
+      <location filename="../QScintilla/Editor.py" line="8618" />
       <source>Include class attributes?</source>
       <translation>¿Incluir atributos de clase?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8603" />
+      <location filename="../QScintilla/Editor.py" line="8638" />
       <source>Imports Diagram</source>
       <translation>Diagrama de imports</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8604" />
+      <location filename="../QScintilla/Editor.py" line="8639" />
       <source>Include imports from external modules?</source>
       <translation>¿Incluir los imports de módulos externos?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8623" />
+      <location filename="../QScintilla/Editor.py" line="8658" />
       <source>Application Diagram</source>
       <translation>Diagrama de aplicación</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8624" />
+      <location filename="../QScintilla/Editor.py" line="8659" />
       <source>Include module names?</source>
       <translation>¿Incluir nombres de módulos?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8995" />
+      <location filename="../QScintilla/Editor.py" line="9030" />
       <source>Add to dictionary</source>
       <translation>Añadir al diccionario</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8997" />
+      <location filename="../QScintilla/Editor.py" line="9032" />
       <source>Ignore All</source>
       <translation>Ignorar Todo</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="9444" />
+      <location filename="../QScintilla/Editor.py" line="9479" />
       <source>Sort Lines</source>
       <translation>Ordenar Líneas</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="9445" />
+      <location filename="../QScintilla/Editor.py" line="9480" />
       <source>The selection contains illegal data for a numerical sort.</source>
       <translation>La selección contiene datos ilegales para una ordenación numérica.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="9538" />
+      <location filename="../QScintilla/Editor.py" line="9573" />
       <source>Register Mouse Click Handler</source>
       <translation>Registrar Manejador de Clicks de Ratón</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="9539" />
+      <location filename="../QScintilla/Editor.py" line="9574" />
       <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source>
       <translation>Un manejador de clicks de ratón para "{0}" ya está registrado por "{1}". Abortando solicitud por "{2}"...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="9632" />
+      <location filename="../QScintilla/Editor.py" line="9667" />
       <source>{0:4d}    {1}</source>
       <comment>line number, source code</comment>
       <translation>{0:4d}    {1}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="9638" />
+      <location filename="../QScintilla/Editor.py" line="9673" />
       <source>{0:4d}    {1}
     =&gt;  {2}</source>
       <comment>line number, source code, file name</comment>
@@ -13407,12 +13422,12 @@
     =&gt;  {2}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="9707" />
+      <location filename="../QScintilla/Editor.py" line="9742" />
       <source>EditorConfig Properties</source>
       <translation>Propiedades de EditorConfig</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="9708" />
+      <location filename="../QScintilla/Editor.py" line="9743" />
       <source>&lt;p&gt;The EditorConfig properties for file &lt;b&gt;{0}&lt;/b&gt; could not be loaded.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Las propiedades de EditorConfig para el archivo &lt;b&gt;{0}&lt;/b&gt; no se ha podido cargar.&lt;/p&gt;</translation>
     </message>
@@ -21089,8 +21104,8 @@
       <translation>Mostrar Versiones de MicroPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="1764" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="1748" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1762" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1746" />
       <location filename="../MicroPython/Devices/EspDevices.py" line="197" />
       <source>Erase Flash</source>
       <translation>Borrar Flash</translation>
@@ -21101,7 +21116,7 @@
       <translation>Flash MicroPython Firmware</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="1849" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1847" />
       <location filename="../MicroPython/Devices/EspDevices.py" line="204" />
       <source>Flash Additional Firmware</source>
       <translation>Flash Additional Firmware</translation>
@@ -21152,8 +21167,8 @@
       <translation>Salida de 'esptool read_flash'</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="1848" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="1807" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1846" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1805" />
       <location filename="../MicroPython/Devices/EspDevices.py" line="364" />
       <source>'esptool write_flash' Output</source>
       <translation>Salida de 'esptool write_flash'</translation>
@@ -21274,17 +21289,17 @@
       <translation>{0} Bytes</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="1749" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1747" />
       <source>Shall the flash of the selected device really be erased?</source>
       <translation>¿Borrar el flash del dispositivo seleccionado?</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="1763" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1761" />
       <source>'esptool erase_flash' Output</source>
       <translation>Salida de 'esptool erase_flash'</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="1808" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1806" />
       <source>Flash µPy/CPy Firmware</source>
       <translation>Flash Firmware µPy/CPy</translation>
     </message>
@@ -33657,456 +33672,456 @@
   <context>
     <name>Hg</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="289" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="300" />
       <source>Create project repository</source>
       <translation>Crear repositorio del proyecto</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="290" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="301" />
       <source>The project repository could not be created.</source>
       <translation>No se ha podido crear el repositorio del proyecto.</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="323" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="334" />
       <source>Creating Mercurial repository</source>
       <translation>Creando repositorio Mercurial</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="342" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="353" />
       <source>Initial commit to Mercurial repository</source>
       <translation>Commit inicial al repositorio Mercurial</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="384" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="395" />
       <source>Cloning project from a Mercurial repository</source>
       <translation>Clonando proyecto desde un repositorio Mercurial</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="492" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="503" />
       <source>Commit Changes</source>
       <translation>Hacer Commit de Cambios</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="493" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="504" />
       <source>The commit affects files, that have unsaved changes. Shall the commit be continued?</source>
       <translation>La operación de commit afecta a archivos que tienen cambios sin guardar. ¿Continuar con la operación de commit?</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="555" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="566" />
       <source>Committing changes to Mercurial repository</source>
       <translation>Haciendo commit de cambios al repositorio Mercurial</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="650" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="661" />
       <source>Synchronizing with the Mercurial repository</source>
       <translation>Sincronizando con el repositorio Mercurial</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="681" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="692" />
       <source>Adding files/directories to the Mercurial repository</source>
       <translation>Añadiendo archivos/directorios al repositorio Mercurial</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="740" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="751" />
       <source>Removing files/directories from the Mercurial repository</source>
       <translation>Eliminando archivos/directorios del repositorio Mercurial</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="793" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="804" />
       <source>Renaming {0}</source>
       <translation>Renombrando {0}</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="924" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="935" />
       <source>Tagging in the Mercurial repository</source>
       <translation>Haciendo tag en el repositorio Mercurial</translation>
     </message>
     <message>
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="981" />
       <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="970" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="959" />
       <source>Revert changes</source>
       <translation>Revertir cambios</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="960" />
-      <source>Do you really want to revert all changes to these files or directories?</source>
-      <translation>¿Realmente desea revertir todos los cambios a estos archivos o directorios?</translation>
-    </message>
-    <message>
       <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="971" />
+      <source>Do you really want to revert all changes to these files or directories?</source>
+      <translation>¿Realmente desea revertir todos los cambios a estos archivos o directorios?</translation>
+    </message>
+    <message>
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="982" />
       <source>Do you really want to revert all changes of the project?</source>
       <translation>¿Realmente desea revertir todos los cambios del proyecto?</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="977" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="988" />
       <source>Reverting changes</source>
       <translation>Revirtiendo cambios</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1033" />
       <source>Merging</source>
       <translation>Haciendo un merge</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1061" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1053" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1072" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1064" />
       <source>Re-Merge</source>
       <translation>Re-Merge</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1054" />
-      <source>Do you really want to re-merge these files or directories?</source>
-      <translation>¿Desea realmente hacer un re-merge de estos archivos o directorios?</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1062" />
-      <source>Do you really want to re-merge the project?</source>
-      <translation>¿Desea realmente hacer un re-merge del proyecto?</translation>
-    </message>
-    <message>
       <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1065" />
+      <source>Do you really want to re-merge these files or directories?</source>
+      <translation>¿Desea realmente hacer un re-merge de estos archivos o directorios?</translation>
+    </message>
+    <message>
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1073" />
+      <source>Do you really want to re-merge the project?</source>
+      <translation>¿Desea realmente hacer un re-merge del proyecto?</translation>
+    </message>
+    <message>
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1076" />
       <source>Re-Merging</source>
       <translation>Aplicando Re-Merge</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1087" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1098" />
       <source>Current branch tip</source>
       <translation>Tip branch actual</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1269" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1280" />
       <source>Mercurial command</source>
       <translation>Comando de Mercurial</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1446" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1457" />
       <source>Copying {0}</source>
       <translation>Copiando {0}</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1709" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1697" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1688" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1720" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1708" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1699" />
       <source>Mercurial Side-by-Side Difference</source>
       <translation>Diferencia Lado a Lado Mercurial</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1710" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1721" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; no se ha podido leer.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2391" />
       <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2380" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2369" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2359" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1786" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2370" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1797" />
       <source>Apply changegroups</source>
       <translation>Aplicar changegroups</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1789" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1800" />
       <source>Pulling from a remote Mercurial repository</source>
       <translation>Haciendo pull de un repositorio remoto Mercurial</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1834" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1845" />
       <source>Pushing to a remote Mercurial repository</source>
       <translation>Haciendo push a un repositorio remoto Mercurial</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1974" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1985" />
       <source>Marking as 'unresolved'</source>
       <translation>Marcando como 'unresolved'</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1976" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1987" />
       <source>Marking as 'resolved'</source>
       <translation>Marcando como 'resolved'</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1998" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2009" />
       <source>Aborting uncommitted merge</source>
       <translation>Abortando merge sin commit</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2021" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2032" />
       <source>Creating branch in the Mercurial repository</source>
       <translation>Creando branch en el repositorio Mercurial</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2029" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2040" />
       <source>Created new branch &lt;{0}&gt;.</source>
       <translation>Creada nueva branch &lt;{0}&gt;.</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2038" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2049" />
       <source>Showing current branch</source>
       <translation>Mostrando la branch actual</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2125" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2136" />
       <source>Verifying the integrity of the Mercurial repository</source>
       <translation>Verificando la integridad del repositorio Mercurial</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2138" />
-      <source>Showing the combined configuration settings</source>
-      <translation>Mostrando los ajustes de configuración combinados</translation>
-    </message>
-    <message>
       <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2149" />
-      <source>Showing aliases for remote repositories</source>
-      <translation>Mostrando alias para repositorios remotos</translation>
+      <source>Showing the combined configuration settings</source>
+      <translation>Mostrando los ajustes de configuración combinados</translation>
     </message>
     <message>
       <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2160" />
-      <source>Recovering from interrupted transaction</source>
-      <translation>Recuperando de transacción interrumpida</translation>
+      <source>Showing aliases for remote repositories</source>
+      <translation>Mostrando alias para repositorios remotos</translation>
     </message>
     <message>
       <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2171" />
+      <source>Recovering from interrupted transaction</source>
+      <translation>Recuperando de transacción interrumpida</translation>
+    </message>
+    <message>
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2182" />
       <source>Identifying project directory</source>
       <translation>Identificando directorio de proyecto</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2216" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2227" />
       <source>Create .hgignore file</source>
       <translation>Crear archivo .hgignore</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2217" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2228" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; ya existe. ¿Desea sobreescribirlo?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2318" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2292" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2274" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2329" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2303" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2285" />
       <source>Create changegroup</source>
       <translation>Crear changegroup</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2276" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2287" />
       <source>Mercurial Changegroup Files (*.hg)</source>
       <translation>Archivos Changegroup de Mercurial (*.hg)</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2293" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2304" />
       <source>&lt;p&gt;The Mercurial changegroup file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo changegroup de Mercurial &lt;b&gt;{0}&lt;/b&gt; ya existe. ¿Desea sobreescribirlo?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2332" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2343" />
       <source>Preview changegroup</source>
       <translation>Previsualizar changegroup</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2361" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2334" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2372" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2345" />
       <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source>
       <translation>Archivos Changegroup de Mercurial (*.hg);;Todos los Archivos (*)</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2370" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2381" />
       <source>Shall the working directory be updated?</source>
       <translation>¿Debe ser actualizado el directorio de trabajo?</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2402" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2413" />
       <source>Bisect subcommand ({0}) invalid.</source>
       <translation>Subcomando bisect ({0}) inválido.</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2422" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2433" />
       <source>Mercurial Bisect ({0})</source>
       <translation>Mercurial Bisect ({0})</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2445" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2456" />
       <source>Removing files from the Mercurial repository only</source>
       <translation>Eliminando archivos unicamente del repositorio Mercurial</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2489" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2470" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2500" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2481" />
       <source>Backing out changeset</source>
       <translation>Haciendo respaldo de changeset</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2471" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2482" />
       <source>No revision given. Aborting...</source>
       <translation>No se ha proporcionado revisión. Abortando...</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2505" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2500" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2516" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2511" />
       <source>Rollback last transaction</source>
       <translation>Hacer Rollback de la última transacción</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2501" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2512" />
       <source>Are you sure you want to rollback the last transaction?</source>
       <translation>¿Está seguro de que quiere aplicar un rollback a la última transacción?</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2568" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2579" />
       <source>Import Patch</source>
       <translation>Importar Patch</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2616" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2627" />
       <source>Export Patches</source>
       <translation>Exportar Patches</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2658" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2669" />
       <source>Change Phase</source>
       <translation>Cambiar Fase</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2713" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2724" />
       <source>Copy Changesets</source>
       <translation>Copiar Changesets</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2752" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2763" />
       <source>Copy Changesets (Continue)</source>
       <translation>Copiar Changesets (Continuar)</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2762" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2773" />
       <source>Copy Changesets (Stop)</source>
       <translation>Copiar Changesets (Stop)</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2772" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2783" />
       <source>Copy Changesets (Abort)</source>
       <translation>Copiar Changesets (Abortar)</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2795" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2806" />
       <source>Create Unversioned Archive</source>
       <translation>Crear Archivo Sin Versionar</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2809" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2820" />
       <source>Delete All Backups</source>
       <translation>Borrar todas las Copias de Seguridad</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2810" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2821" />
       <source>&lt;p&gt;Do you really want to delete all backup bundles stored in the backup area?&lt;br/&gt;&lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;</source>
       <translation>&lt;p&gt;¿Desea realmente borrar todos los bundles de copia de seguridad almacenados en el área de copias de seguridad?&lt;br/&gt;&lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2901" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2912" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2892" />
       <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2881" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2870" />
       <source>Add Sub-repository</source>
       <translation>Añadir Sub-repositorio</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2940" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2871" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2951" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2882" />
       <source>&lt;p&gt;The sub-repositories file .hgsub could not be read.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido leer el archivo .hgsub de sub-repositorios.&lt;/p&gt;&lt;p&gt;Razón: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2882" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2893" />
       <source>&lt;p&gt;The sub-repositories file .hgsub already contains an entry &lt;b&gt;{0}&lt;/b&gt;. Aborting...&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo .hgsub de sub-repositorios ya contiene una entrada.&lt;/p&gt;&lt;p&gt;Abortando...&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2958" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2902" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2969" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2913" />
       <source>&lt;p&gt;The sub-repositories file .hgsub could not be written to.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido escribir al archivo .hgsub de sub-repositorios.&lt;/p&gt;&lt;p&gt;Razón: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2957" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2939" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2925" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2968" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2950" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2936" />
       <source>Remove Sub-repositories</source>
       <translation>Eliminar Sub-repositorios</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2926" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2937" />
       <source>&lt;p&gt;The sub-repositories file .hgsub does not exist. Aborting...&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo de subrepositorios .hgsub no existe. Abortando...&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3187" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3040" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3206" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3056" />
       <source>Mercurial Command Server</source>
       <translation>Servidor de Comandos de Mercurial</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3041" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3057" />
       <source>&lt;p&gt;The Mercurial Command Server could not be restarted.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El Servidor de Comandos de Mercurial no ha podido reiniciarse.&lt;/p&gt;&lt;p&gt;Razón: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3188" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3207" />
       <source>&lt;p&gt;The Mercurial Command Server could not be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El Servidor de Comandos de Mercurial no ha podido iniciarse.&lt;/p&gt;&lt;p&gt;Razón: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3310" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3329" />
       <source>Mercurial Bookmark</source>
       <translation>Marcador de Mercurial</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3327" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3346" />
       <source>Delete Bookmark</source>
       <translation>Borrar Marcador</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3328" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3347" />
       <source>Select the bookmark to be deleted:</source>
       <translation>Seleccionar el marcador a borrar:</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3338" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3357" />
       <source>Delete Mercurial Bookmark</source>
       <translation>Borrar Marcador de Mercurial</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3363" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3382" />
       <source>Rename Mercurial Bookmark</source>
       <translation>Renombrar Marcador de Mercurial</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3402" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3421" />
       <source>Move Mercurial Bookmark</source>
       <translation>Mover Marcador de Mercurial</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3483" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3502" />
       <source>Pull Bookmark</source>
       <translation>Pull de Marcador</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3484" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3503" />
       <source>Select the bookmark to be pulled:</source>
       <translation>Seleccinar el marcador sobre el que hacer pull:</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3496" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3515" />
       <source>Pulling bookmark from a remote Mercurial repository</source>
       <translation>Haciendo pull de marcador desde un repositorio Mercurial remoto</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3522" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3541" />
       <source>Push Bookmark</source>
       <translation>Push de Marcador</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3523" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3542" />
       <source>Select the bookmark to be push:</source>
       <translation>Seleccinar el marcador sobre el que hacer push:</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3538" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3557" />
       <source>Pushing bookmark to a remote Mercurial repository</source>
       <translation>Haciendo push de marcador desde un repositorio Mercurial remoto</translation>
     </message>
@@ -43621,6 +43636,16 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" />
+      <source>Select this in order to prefer vector based SVG icons (pixel based icons as fallback). If unchecked pixel based are prefered.</source>
+      <translation>Seleccionar esto para dar preferencia a iconos SVG basados en vectores (iconos basados en píxeles como último recurso). Si se deja sin marcar, se dará preferencia a basados en píxeles.</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" />
+      <source>Prefer Vector Icons (SVG Icons)</source>
+      <translation>Preferir Iconos basados en Vectores (Iconos SVG)</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" />
       <source>Default Icons</source>
       <translation>Iconos por Defecto</translation>
     </message>
@@ -49072,13 +49097,13 @@
     <name>Lexers</name>
     <message>
       <location filename="../QScintilla/Lexers/__init__.py" line="412" />
-      <location filename="../Preferences/__init__.py" line="603" />
+      <location filename="../Preferences/__init__.py" line="609" />
       <source>Python Files (*.py *.py3)</source>
       <translation>Archivos Python (*.py *.py3)</translation>
     </message>
     <message>
       <location filename="../QScintilla/Lexers/__init__.py" line="505" />
-      <location filename="../Preferences/__init__.py" line="606" />
+      <location filename="../Preferences/__init__.py" line="612" />
       <source>Python3 Files (*.py)</source>
       <translation>Archivos Python (*.py3)</translation>
     </message>
@@ -60535,18 +60560,18 @@
   <context>
     <name>Preferences</name>
     <message>
-      <location filename="../Preferences/__init__.py" line="1895" />
+      <location filename="../Preferences/__init__.py" line="1901" />
       <source>Export Preferences</source>
       <translation>Exportar Preferencias</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1924" />
-      <location filename="../Preferences/__init__.py" line="1897" />
+      <location filename="../Preferences/__init__.py" line="1930" />
+      <location filename="../Preferences/__init__.py" line="1903" />
       <source>Properties File (*.ini);;All Files (*)</source>
       <translation>Archivo de Propiedades (*.ini);;Todos los archivos (*)</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1922" />
+      <location filename="../Preferences/__init__.py" line="1928" />
       <source>Import Preferences</source>
       <translation>Importar Preferencias</translation>
     </message>
@@ -62093,8 +62118,8 @@
       <translation>&lt;b&gt;Cobertura de Código...&lt;/b&gt;&lt;p&gt;Muestra la información de cobertura de código para todos los archivos Python en el proyecto.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6014" />
-      <location filename="../Project/Project.py" line="6001" />
+      <location filename="../Project/Project.py" line="6026" />
+      <location filename="../Project/Project.py" line="6013" />
       <location filename="../Project/Project.py" line="4674" />
       <source>Profile Data</source>
       <translation>Datos de perfil</translation>
@@ -62115,7 +62140,7 @@
       <translation>&lt;b&gt;Datos de Profiling...&lt;/b&gt;&lt;p&gt;Muestra datos de profiling para el proyecto.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6066" />
+      <location filename="../Project/Project.py" line="6078" />
       <location filename="../Project/Project.py" line="4700" />
       <source>Application Diagram</source>
       <translation>Diagrama de Aplicación</translation>
@@ -62156,8 +62181,8 @@
       <translation>&lt;b&gt;Cargar Diagrama...&lt;/b&gt;&lt;p&gt;Carga un diagrama desde un archivo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6234" />
-      <location filename="../Project/Project.py" line="6179" />
+      <location filename="../Project/Project.py" line="6246" />
+      <location filename="../Project/Project.py" line="6191" />
       <location filename="../Project/Project.py" line="4744" />
       <source>Create Package List</source>
       <translation>Crear Lista del Paquete</translation>
@@ -62178,7 +62203,7 @@
       <translation>&lt;b&gt;Crear Package List&lt;/b&gt;&lt;p&gt;Crea una lista inicial de archivos para incluir en un archivo de plugin para eric. Esta lista se crea a partir del archivo de proyecto.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6304" />
+      <location filename="../Project/Project.py" line="6316" />
       <location filename="../Project/Project.py" line="4767" />
       <source>Create Plugin Archives</source>
       <translation>Crear Archivos de Plugin</translation>
@@ -62219,9 +62244,9 @@
       <translation>&lt;b&gt;Crear Archivos de Plugin (Snapshot)&lt;/b&gt;&lt;p&gt;Crea ficheros para archivo de plugin de eric usando el listado de ficheros dado en un archivo PKGLIST*. El nombre del archivo se construye a partir del nombre del script principal si no se designa uno en el archivo de package list. La entrada de versión del script principal se modifica para reflejar una snapshot release.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6740" />
-      <location filename="../Project/Project.py" line="6711" />
-      <location filename="../Project/Project.py" line="6665" />
+      <location filename="../Project/Project.py" line="6752" />
+      <location filename="../Project/Project.py" line="6723" />
+      <location filename="../Project/Project.py" line="6677" />
       <location filename="../Project/Project.py" line="4820" />
       <source>Execute Make</source>
       <translation>Ejecutar Make</translation>
@@ -62242,7 +62267,7 @@
       <translation>&lt;b&gt;Ejecutar Make&lt;/b&gt;&lt;p&gt;Ejecuta un 'make' para reconstruir el target configurado.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6717" />
+      <location filename="../Project/Project.py" line="6729" />
       <location filename="../Project/Project.py" line="4839" />
       <source>Test for Changes</source>
       <translation>Comprobar Cambios</translation>
@@ -62625,189 +62650,189 @@
       <translation>&amp;Borrar</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5647" />
+      <location filename="../Project/Project.py" line="5659" />
       <source>Search New Files</source>
       <translation>Buscar nuevos archivos</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5648" />
+      <location filename="../Project/Project.py" line="5660" />
       <source>There were no new files found to be added.</source>
       <translation>No se han encontrado nuevos archivos para ser añadidos.</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5818" />
+      <location filename="../Project/Project.py" line="5805" />
+      <source>Version Control System</source>
+      <translation>Sistema de control de versiones</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5806" />
-      <location filename="../Project/Project.py" line="5793" />
-      <source>Version Control System</source>
-      <translation>Sistema de control de versiones</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5794" />
       <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found. &lt;br/&gt;Reverting override.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El VCS seleccionado &lt;b&gt;{0}&lt;/b&gt; no ha sido encontrado.&lt;br&gt;Revirtiendo sobreescritura.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5807" />
+      <location filename="../Project/Project.py" line="5819" />
       <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found.&lt;br/&gt;Disabling version control.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El VCS seleccionado &lt;b&gt;{0}&lt;/b&gt; no ha sido encontrado.&lt;br&gt;Deshabilitando control de versiones.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5956" />
+      <location filename="../Project/Project.py" line="5968" />
       <source>Coverage Data</source>
       <translation>Datos de Cobertura</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6002" />
-      <location filename="../Project/Project.py" line="5957" />
+      <location filename="../Project/Project.py" line="6014" />
+      <location filename="../Project/Project.py" line="5969" />
       <source>There is no main script defined for the current project. Aborting</source>
       <translation>No hay script principal definido para el proyecto actual. Abortando</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5969" />
+      <location filename="../Project/Project.py" line="5981" />
       <source>Code Coverage</source>
       <translation>Cobertura de codigo</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5970" />
+      <location filename="../Project/Project.py" line="5982" />
       <source>Please select a coverage file</source>
       <translation>Por favor seleccione un archivo de cobertura</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6015" />
+      <location filename="../Project/Project.py" line="6027" />
       <source>Please select a profile file</source>
       <translation>Por favor seleccione un archivo de profiling</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6067" />
+      <location filename="../Project/Project.py" line="6079" />
       <source>Include module names?</source>
       <translation>¿Incluir nombres de módulos?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6180" />
+      <location filename="../Project/Project.py" line="6192" />
       <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; already exists.&lt;/p&gt;&lt;p&gt;Overwrite it?&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo &lt;b&gt;PKGLIST&lt;/b&gt; ya existe.&lt;/p&gt;&lt;p&gt;¿Desea sobreescribirlo?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6235" />
+      <location filename="../Project/Project.py" line="6247" />
       <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo &lt;b&gt;PKGLIST&lt;/b&gt; no puede ser creado.&lt;/p&gt;&lt;p&gt;Causa: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6531" />
-      <location filename="../Project/Project.py" line="6487" />
-      <location filename="../Project/Project.py" line="6437" />
-      <location filename="../Project/Project.py" line="6426" />
-      <location filename="../Project/Project.py" line="6408" />
-      <location filename="../Project/Project.py" line="6375" />
-      <location filename="../Project/Project.py" line="6345" />
-      <location filename="../Project/Project.py" line="6317" />
-      <location filename="../Project/Project.py" line="6287" />
-      <location filename="../Project/Project.py" line="6273" />
-      <location filename="../Project/Project.py" line="6256" />
+      <location filename="../Project/Project.py" line="6543" />
+      <location filename="../Project/Project.py" line="6499" />
+      <location filename="../Project/Project.py" line="6449" />
+      <location filename="../Project/Project.py" line="6438" />
+      <location filename="../Project/Project.py" line="6420" />
+      <location filename="../Project/Project.py" line="6387" />
+      <location filename="../Project/Project.py" line="6357" />
+      <location filename="../Project/Project.py" line="6329" />
+      <location filename="../Project/Project.py" line="6299" />
+      <location filename="../Project/Project.py" line="6285" />
+      <location filename="../Project/Project.py" line="6268" />
       <source>Create Plugin Archive</source>
       <translation>Crear Archivo de Plugin</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6257" />
+      <location filename="../Project/Project.py" line="6269" />
       <source>The project does not have a main script defined. Aborting...</source>
       <translation>No hay script principal definido para el proyecto actual. Abortando...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6274" />
+      <location filename="../Project/Project.py" line="6286" />
       <source>Select package lists:</source>
       <translation>Seleccionar package lists:</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6288" />
-      <source>&lt;p&gt;No package list files (PKGLIST*) available or selected. Aborting...&lt;/p&gt;</source>
-      <translation>&lt;p&gt;No hay archivo de package list (PKGLIST*) disponible o seleccionado. Abortando...&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6296" />
-      <source>Creating plugin archives...</source>
-      <translation>Creando archivos de plugin...</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6297" />
-      <source>Abort</source>
-      <translation>Abortar</translation>
-    </message>
-    <message>
       <location filename="../Project/Project.py" line="6300" />
+      <source>&lt;p&gt;No package list files (PKGLIST*) available or selected. Aborting...&lt;/p&gt;</source>
+      <translation>&lt;p&gt;No hay archivo de package list (PKGLIST*) disponible o seleccionado. Abortando...&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6308" />
+      <source>Creating plugin archives...</source>
+      <translation>Creando archivos de plugin...</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6309" />
+      <source>Abort</source>
+      <translation>Abortar</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="6312" />
       <source>%v/%m Archives</source>
       <translation>%v/%m Archivos</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6318" />
+      <location filename="../Project/Project.py" line="6330" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo&lt;b&gt;{0}&lt;/b&gt; no puede ser leído.&lt;/p&gt;&lt;p&gt;Causa: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6346" />
+      <location filename="../Project/Project.py" line="6358" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; is not ready yet.&lt;/p&gt;&lt;p&gt;Please rework it and delete the'; initial_list' line of the header.&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; todavía no está listo.&lt;/p&gt;&lt;p&gt;Por favor, revíselo y borre la línea '; initial_list' del encabezado.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6376" />
+      <location filename="../Project/Project.py" line="6388" />
       <source>&lt;p&gt;The eric plugin archive file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo de plugin de eric &lt;b&gt;{0}&lt;/b&gt; no ha podido ser creado.&lt;/p&gt;&lt;p&gt;Razón: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6409" />
+      <location filename="../Project/Project.py" line="6421" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be stored in the archive. Ignoring it.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El fichero&lt;b&gt;{0}&lt;/b&gt; no ha podido ser almacenado en el archivo. Va a ser ignorado.&lt;/p&gt;&lt;p&gt;Causa: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6427" />
+      <location filename="../Project/Project.py" line="6439" />
       <source>&lt;p&gt;The eric plugin archive files were created with some errors.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Los ficheros para archivo de plugin de eric se han creado con errores.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6438" />
+      <location filename="../Project/Project.py" line="6450" />
       <source>&lt;p&gt;The eric plugin archive files were created successfully.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Los ficheros para archivo de plugin de eric se han creado correctamente.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6488" />
+      <location filename="../Project/Project.py" line="6500" />
       <source>&lt;p&gt;The plugin file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo de plugin&lt;b&gt;{0}&lt;/b&gt; no puede ser leido.&lt;/p&gt;&lt;p&gt;Causa: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6532" />
+      <location filename="../Project/Project.py" line="6544" />
       <source>&lt;p&gt;The plugin file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt; &lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo de plugin&lt;b&gt;{0}&lt;/b&gt; no puede ser leido.&lt;/p&gt;&lt;p&gt;Causa: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6666" />
+      <location filename="../Project/Project.py" line="6678" />
       <source>The make process did not start.</source>
       <translation>El proceso make no ha comenzado.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6712" />
+      <location filename="../Project/Project.py" line="6724" />
       <source>The make process crashed.</source>
       <translation>El proceso make ha fallado.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6720" />
+      <location filename="../Project/Project.py" line="6732" />
       <source>&lt;p&gt;There are changes that require the configured make target &lt;b&gt;{0}&lt;/b&gt; to be rebuilt.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Hay cambios que requieren que el target make configurado &lt;b&gt;{0}&lt;/b&gt; se reconstruya.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6725" />
+      <location filename="../Project/Project.py" line="6737" />
       <source>&lt;p&gt;There are changes that require the default make target to be rebuilt.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Hay cambios que requieren que el target make por defecto se reconstruya.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6741" />
+      <location filename="../Project/Project.py" line="6753" />
       <source>The makefile contains errors.</source>
       <translation>El makefile contiene errores.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7160" />
+      <location filename="../Project/Project.py" line="7172" />
       <source>Interpreter Missing</source>
       <translation>No se encuentra el Intérprete</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7161" />
+      <location filename="../Project/Project.py" line="7173" />
       <source>The configured interpreter of the embedded environment does not exist anymore. Shall the environment be upgraded?</source>
       <translation>El intérprete configurado para el entorno embebido ya no existe. ¿Actualizar el entorno?</translation>
     </message>
@@ -62866,57 +62891,57 @@
   <context>
     <name>ProjectBrowser</name>
     <message>
-      <location filename="../Project/ProjectBrowser.py" line="121" />
+      <location filename="../Project/ProjectBrowser.py" line="125" />
       <source>up to date</source>
       <translation>al dia</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectBrowser.py" line="122" />
-      <source>files added</source>
-      <translation>archivos añadidos</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectBrowser.py" line="123" />
-      <source>local modifications</source>
-      <translation>modificaciones locales</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectBrowser.py" line="124" />
-      <source>files removed</source>
-      <translation>archivos eliminados</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectBrowser.py" line="125" />
-      <source>files replaced</source>
-      <translation>Archivos reemplazados</translation>
-    </message>
-    <message>
       <location filename="../Project/ProjectBrowser.py" line="126" />
-      <source>update required</source>
-      <translation>actualización necesaria</translation>
+      <source>files added</source>
+      <translation>archivos añadidos</translation>
     </message>
     <message>
       <location filename="../Project/ProjectBrowser.py" line="127" />
+      <source>local modifications</source>
+      <translation>modificaciones locales</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectBrowser.py" line="128" />
+      <source>files removed</source>
+      <translation>archivos eliminados</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectBrowser.py" line="129" />
+      <source>files replaced</source>
+      <translation>Archivos reemplazados</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectBrowser.py" line="130" />
+      <source>update required</source>
+      <translation>actualización necesaria</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectBrowser.py" line="131" />
       <source>conflict</source>
       <translation>conflicto</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectBrowser.py" line="135" />
+      <location filename="../Project/ProjectBrowser.py" line="139" />
       <source>Press to check the current VCS status.</source>
       <translation>Pulsar para comprobar el estado actual del VCS.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectBrowser.py" line="187" />
+      <location filename="../Project/ProjectBrowser.py" line="191" />
       <source>Add Project Browser Type</source>
       <translation>Añadir Tipo de Navegador de Proyecto</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectBrowser.py" line="188" />
+      <location filename="../Project/ProjectBrowser.py" line="192" />
       <source>&lt;p&gt;The project browser type &lt;b&gt;{0}&lt;/b&gt; has already been added. This attempt will be ignored.&lt;/p&gt;</source>
       <translation>&lt;p&gt;El tipo de navegador de proyecto  &lt;b&gt;{0}&lt;/b&gt; ya se ha añadido. Este intento se va a ignorar.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectBrowser.py" line="467" />
+      <location filename="../Project/ProjectBrowser.py" line="471" />
       <source>unknown status</source>
       <translation>estado desconocido</translation>
     </message>
@@ -62924,21 +62949,20 @@
   <context>
     <name>ProjectBrowserModel</name>
     <message>
-      <location filename="../Project/ProjectBrowserModel.py" line="210" />
+      <location filename="../Project/ProjectBrowserModel.py" line="211" />
       <source>Name</source>
       <translation>Nombre</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectBrowserModel.py" line="212" />
+      <location filename="../Project/ProjectBrowserModel.py" line="213" />
       <source>VCS Status</source>
       <translation>Estatus de VCS</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectBrowserModel.py" line="808" />
-      <location filename="../Project/ProjectBrowserModel.py" line="786" />
-      <location filename="../Project/ProjectBrowserModel.py" line="749" />
-      <location filename="../Project/ProjectBrowserModel.py" line="451" />
-      <location filename="../Project/ProjectBrowserModel.py" line="369" />
+      <location filename="../Project/ProjectBrowserModel.py" line="784" />
+      <location filename="../Project/ProjectBrowserModel.py" line="762" />
+      <location filename="../Project/ProjectBrowserModel.py" line="456" />
+      <location filename="../Project/ProjectBrowserModel.py" line="373" />
       <source>local</source>
       <translation>local</translation>
     </message>
@@ -64090,475 +64114,475 @@
       <translation>Navegador de Fuentes</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="670" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="206" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="671" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="207" />
       <source>Check</source>
       <translation>Verificar</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1509" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="209" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1512" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="210" />
       <source>Code Formatting</source>
       <translation>Fomato de Código</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="210" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="211" />
       <source>Black</source>
       <translation>Volver</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="215" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="216" />
       <source>Format Code</source>
       <translation>Formatear Código</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="219" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="220" />
       <source>Check Formatting</source>
       <translation>Comprobar Formato</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="223" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="224" />
       <source>Formatting Diff</source>
       <translation>Diff de Formato</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="227" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="228" />
       <source>isort</source>
       <translation>isort</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="232" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="233" />
       <source>Sort Imports</source>
       <translation>Ordenar Imports</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="236" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="237" />
       <source>Imports Sorting Diff</source>
       <translation>Diff de Ordenacion de Imports</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="242" />
-      <source>Show</source>
-      <translation>Mostrar</translation>
-    </message>
-    <message>
       <location filename="../Project/ProjectSourcesBrowser.py" line="243" />
+      <source>Show</source>
+      <translation>Mostrar</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectSourcesBrowser.py" line="244" />
       <source>Code metrics...</source>
       <translation>Métricas de código...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="245" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="246" />
       <source>Code coverage...</source>
       <translation>Cobertura de código...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="248" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="249" />
       <source>Profile data...</source>
       <translation>Datos de profiling...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="493" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="252" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="494" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="253" />
       <source>Diagrams</source>
       <translation>Diagramas</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="495" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="254" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="496" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="255" />
       <source>Class Diagram...</source>
       <translation>Diagrama de clases...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="498" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="257" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="499" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="258" />
       <source>Package Diagram...</source>
       <translation>Diagrama de paquetes...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="260" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="261" />
       <source>Imports Diagram...</source>
       <translation>Diagrama de imports...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="501" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="263" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="502" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="264" />
       <source>Application Diagram...</source>
       <translation>Diagrama de aplicación...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="506" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="268" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="507" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="269" />
       <source>Load Diagram...</source>
       <translation>Cargar Diagrama...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="273" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="274" />
       <source>Start</source>
       <translation>Comenzar</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="276" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="277" />
       <source>Run Script...</source>
       <translation>Ejecutar Script...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="281" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="282" />
       <source>Debug Script...</source>
       <translation>Depurar Script...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="286" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="287" />
       <source>Profile Script...</source>
       <translation>Hacer Profiling del Script...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="291" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="292" />
       <source>Coverage run of Script...</source>
       <translation>Ejecutar Script con definición de cobertura...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="296" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="297" />
       <source>Run tests...</source>
       <translation>Ejecutar  tests...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="674" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="511" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="299" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="675" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="512" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="300" />
       <source>Rename file</source>
       <translation>Renombrar archivo</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="794" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="778" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="677" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="626" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="612" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="514" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="441" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="424" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="302" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="795" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="779" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="678" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="627" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="613" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="515" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="442" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="425" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="303" />
       <source>Remove from project</source>
       <translation>Quitar del proyecto</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="796" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="780" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="680" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="614" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="517" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="443" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="426" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="305" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="797" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="781" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="681" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="615" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="518" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="444" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="427" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="306" />
       <source>Delete</source>
       <translation>Borrar</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="446" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="398" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="367" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="343" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="308" />
-      <source>New package...</source>
-      <translation>Nuevo paquete...</translation>
-    </message>
-    <message>
       <location filename="../Project/ProjectSourcesBrowser.py" line="447" />
       <location filename="../Project/ProjectSourcesBrowser.py" line="399" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="369" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="368" />
       <location filename="../Project/ProjectSourcesBrowser.py" line="344" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="310" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="309" />
+      <source>New package...</source>
+      <translation>Nuevo paquete...</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectSourcesBrowser.py" line="448" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="400" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="370" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="345" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="311" />
       <source>New source file...</source>
       <translation>Nuevo archivo de código fuente...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="799" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="756" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="730" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="708" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="683" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="629" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="590" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="564" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="542" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="520" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="449" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="402" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="373" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="346" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="313" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="800" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="757" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="731" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="709" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="684" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="630" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="591" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="565" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="543" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="521" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="450" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="403" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="374" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="347" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="314" />
       <source>Add source files...</source>
       <translation>Añadir archivos de códigos fuente...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="801" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="760" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="734" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="710" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="685" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="631" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="594" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="568" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="544" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="522" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="451" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="406" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="377" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="348" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="315" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="802" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="761" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="735" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="711" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="686" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="632" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="595" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="569" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="545" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="523" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="452" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="407" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="378" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="349" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="316" />
       <source>Add source directory...</source>
       <translation>Agregar directorio de fuentes...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="806" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="765" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="739" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="713" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="691" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="636" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="599" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="573" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="547" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="528" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="458" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="411" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="382" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="351" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="326" />
-      <source>Show in File Manager</source>
-      <translation>Mostrar en Gestor de Archivos</translation>
-    </message>
-    <message>
       <location filename="../Project/ProjectSourcesBrowser.py" line="807" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="694" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="766" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="740" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="714" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="692" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="637" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="600" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="574" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="548" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="529" />
       <location filename="../Project/ProjectSourcesBrowser.py" line="459" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="329" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="412" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="383" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="352" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="327" />
+      <source>Show in File Manager</source>
+      <translation>Mostrar en Gestor de Archivos</translation>
+    </message>
+    <message>
+      <location filename="../Project/ProjectSourcesBrowser.py" line="808" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="695" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="460" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="330" />
       <source>Copy Path to Clipboard</source>
       <translation>Copiar Ruta al Portapapeles</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="819" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="809" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="785" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="768" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="743" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="715" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="698" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="648" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="638" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="617" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="602" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="577" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="549" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="532" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="471" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="461" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="432" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="414" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="386" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="353" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="333" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="820" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="810" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="786" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="769" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="744" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="716" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="699" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="649" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="639" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="618" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="603" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="578" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="550" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="533" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="472" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="462" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="433" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="415" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="387" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="354" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="334" />
       <source>Expand all directories</source>
       <translation>Expandir todos los directorios</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="822" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="811" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="787" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="770" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="746" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="716" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="701" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="651" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="640" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="619" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="604" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="580" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="550" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="535" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="474" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="463" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="434" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="416" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="389" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="354" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="336" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="823" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="812" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="788" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="771" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="747" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="717" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="702" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="652" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="641" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="620" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="605" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="581" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="551" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="536" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="475" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="464" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="435" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="417" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="390" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="355" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="337" />
       <source>Collapse all directories</source>
       <translation>Contraer todos los directorios</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="825" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="813" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="789" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="772" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="749" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="717" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="703" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="654" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="642" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="621" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="606" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="583" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="551" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="537" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="477" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="465" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="436" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="418" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="392" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="355" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="338" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="826" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="814" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="790" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="773" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="750" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="718" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="704" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="655" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="643" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="622" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="607" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="584" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="552" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="538" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="478" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="466" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="437" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="419" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="393" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="356" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="339" />
       <source>Collapse all files</source>
       <translation>Contraer todos los archivos</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="828" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="815" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="791" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="774" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="752" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="719" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="705" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="657" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="644" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="623" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="609" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="586" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="553" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="539" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="480" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="467" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="438" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="420" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="395" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="357" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="340" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="829" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="816" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="792" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="775" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="753" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="720" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="706" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="658" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="645" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="624" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="610" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="587" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="554" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="540" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="481" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="468" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="439" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="421" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="396" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="358" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="341" />
       <source>Configure...</source>
       <translation>Configurar...</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="722" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="556" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="360" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="723" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="557" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="361" />
       <source>Goto</source>
       <translation>Ir a</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1098" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1082" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1101" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1085" />
       <source>Add new Python package</source>
       <translation>Añadir un nuevo paquete Python</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1083" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1086" />
       <source>&lt;p&gt;The package directory &lt;b&gt;{0}&lt;/b&gt; could not be created. Aborting...&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El directorio de paquetes &lt;b&gt;{0}&lt;/b&gt; no ha podido ser creado. Abortando...&lt;/p&gt;&lt;p&gt;Razón: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1099" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1102" />
       <source>&lt;p&gt;The package file &lt;b&gt;{0}&lt;/b&gt; could not be created. Aborting...&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo de paquete &lt;b&gt;{0}&lt;/b&gt; no ha podido ser creado. Abortando...&lt;/p&gt;&lt;p&gt;Razón: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1148" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1130" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1117" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1151" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1133" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1120" />
       <source>New source file</source>
       <translation>Nuevo archivo de código fuente</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1118" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1121" />
       <source>Enter the path of the new source file:</source>
       <translation>Introducir la ruta del nuevo archivo:</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1131" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1134" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. The action will be aborted.&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; ya existe. LA acción se va a abortar.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1149" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1152" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be created. Aborting...&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; no se ha podido crear. Abortando...&lt;/p&gt;&lt;p&gt;Razón: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1187" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1190" />
       <source>Delete files</source>
       <translation>Borrar archivos</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1188" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1191" />
       <source>Do you really want to delete these files from the project?</source>
       <translation>¿Realmente quiere borrar estos archivos del proyecto?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1250" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1253" />
       <source>Code Coverage</source>
       <translation>Cobertura de codigo</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1251" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1254" />
       <source>Please select a coverage file</source>
       <translation>Por favor seleccione un archivo de cobertura</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1293" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1296" />
       <source>Profile Data</source>
       <translation>Datos de profiling</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1294" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1297" />
       <source>Please select a profile file</source>
       <translation>Por favor seleccione un archivo de profiling</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1331" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1334" />
       <source>Class Diagram</source>
       <translation>Diagrama de clases</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1379" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1332" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1382" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1335" />
       <source>Include class attributes?</source>
       <translation>¿Incluir atributos de clase?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1353" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1356" />
       <source>Imports Diagram</source>
       <translation>Diagrama de imports</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1354" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1357" />
       <source>Include imports from external modules?</source>
       <translation>¿Incluir los imports de módulos externos?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1378" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1381" />
       <source>Package Diagram</source>
       <translation>Digrama de paquetes</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1394" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1397" />
       <source>Application Diagram</source>
       <translation>Diagrama de aplicación</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1395" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1398" />
       <source>Include module names?</source>
       <translation>¿Incluir nombres de módulos?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1510" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1513" />
       <source>There are no files left for reformatting.</source>
       <translation>No quedan más archivos para reformatear.</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1565" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1568" />
       <source>Import Sorting</source>
       <translation>Ordenacion de Imports</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1566" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1569" />
       <source>There are no files left for import statement sorting.</source>
       <translation>No quedan archivos para ordenar declaraciones import.</translation>
     </message>
@@ -72706,111 +72730,111 @@
   <context>
     <name>SessionManager</name>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="299" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="298" />
       <source>Backup 1</source>
       <translation>Backup 1</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="307" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="306" />
       <source>Backup 2</source>
       <translation>Backup 2</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="338" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="337" />
       <source>Default Session</source>
       <translation>Sesión por Defecto</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="492" />
-      <source>Clone Session</source>
-      <translation>Clonar Sesión</translation>
-    </message>
-    <message>
       <location filename="../WebBrowser/Session/SessionManager.py" line="495" />
+      <source>Clone Session</source>
+      <translation>Clonar Sesión</translation>
+    </message>
+    <message>
+      <location filename="../WebBrowser/Session/SessionManager.py" line="498" />
       <source>Rename Session</source>
       <translation>Renombrar Sesión</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="499" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="502" />
       <source>Please enter a new name:</source>
       <translation>Por favor, introduzca un nuevo nombre:</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="672" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="572" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="515" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="675" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="575" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="518" />
       <source>The session file "{0}" exists already. Please enter another name.</source>
       <translation>El archivo de sesión "{0}" ya existe. Por favor, introduzca un nuevo nombre.</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="528" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="531" />
       <source>An error occurred while cloning the session file.</source>
       <translation>Ha ocurrido un error mientras se clonaba el archivo de sesión.</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="538" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="541" />
       <source>An error occurred while renaming the session file.</source>
       <translation>Ha ocurrido un error mientras se renombraba el archivo de sesión.</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="571" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="553" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="574" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="556" />
       <source>Save Session</source>
       <translation>Guardar Sesión</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="554" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="557" />
       <source>Please enter a name for the session:</source>
       <translation>Por favor, introduzca un nombre para la sesión:</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="556" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="559" />
       <source>Saved Session ({0})</source>
       <translation>Sesión Guardada ({0})</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="595" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="598" />
       <source>Restore Backup</source>
       <translation>Restaurar Copia de Seguridad</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="596" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="599" />
       <source>Are you sure you want to replace the current session?</source>
       <translation>¿Realmente desea reemplazar la sesión actual?</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="637" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="640" />
       <source>Delete Session</source>
       <translation>Borrar Sesión</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="638" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="641" />
       <source>Are you sure you want to delete session "{0}"?</source>
       <translation>¿Realmente desea borrar la sesión "{0}"?</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="671" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="653" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="674" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="656" />
       <source>New Session</source>
       <translation>Nueva Sesión</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="654" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="657" />
       <source>Please enter a name for the new session:</source>
       <translation>Por favor, introduzca un nombre para la nueva sesión:</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="656" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="659" />
       <source>New Session ({0})</source>
       <translation>Nueva Sesión ({0})</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="718" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="721" />
       <source>Please select the startup session:</source>
       <translation>Por favor, seleccione la sesión de inicio:</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="742" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="745" />
       <source>{0} (last session)</source>
       <translation>{0} (última sesión)</translation>
     </message>
@@ -73510,7 +73534,7 @@
       <translation>Mostrar código fuente</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Shell.py" line="2179" />
+      <location filename="../QScintilla/Shell.py" line="2178" />
       <location filename="../QScintilla/Shell.py" line="1907" />
       <location filename="../QScintilla/Shell.py" line="1906" />
       <location filename="../QScintilla/Shell.py" line="401" />
@@ -73654,59 +73678,59 @@
 </translation>
     </message>
     <message>
-      <location filename="../QScintilla/Shell.py" line="2330" />
+      <location filename="../QScintilla/Shell.py" line="2329" />
       <source>Drop Error</source>
       <translation>Error al soltar</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Shell.py" line="2331" />
+      <location filename="../QScintilla/Shell.py" line="2330" />
       <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; no es un archivo.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../QScintilla/Shell.py" line="2576" />
+      <location filename="../QScintilla/Shell.py" line="2562" />
+      <location filename="../QScintilla/Shell.py" line="2541" />
+      <source>Save Shell Contents</source>
+      <translation>Guardar Contenidos de la Shell</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Shell.py" line="2543" />
+      <source>Text Files (*.txt);;All Files (*)</source>
+      <translation>Archivos de Texto (*.txt);;Todos los Archivos (*)</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Shell.py" line="2563" />
+      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+      <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; ya existe. ¿Desea sobreescribirlo?&lt;/p&gt;</translation>
+    </message>
+    <message>
       <location filename="../QScintilla/Shell.py" line="2577" />
-      <location filename="../QScintilla/Shell.py" line="2563" />
-      <location filename="../QScintilla/Shell.py" line="2542" />
-      <source>Save Shell Contents</source>
-      <translation>Guardar Contenidos de la Shell</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="2544" />
-      <source>Text Files (*.txt);;All Files (*)</source>
-      <translation>Archivos de Texto (*.txt);;Todos los Archivos (*)</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="2564" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-      <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; ya existe. ¿Desea sobreescribirlo?&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="2578" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be saved.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; no puede ser guardado.&lt;br&gt;Causa: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Shell.py" line="2592" />
+      <location filename="../QScintilla/Shell.py" line="2591" />
       <source>&lt;tr&gt;&lt;td&gt;%restart&lt;/td&gt;&lt;td&gt;Kill the shell and start a new one.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%clear&lt;/td&gt;&lt;td&gt;Clear the display of the shell window.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%start [environment]&lt;/td&gt;&lt;td&gt;Start a shell for a virtual environment with the given name. If no name is given, a default shell is started.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%envs&lt;br/&gt;%environments&lt;/td&gt;&lt;td&gt;Show a list of known virtual environment names.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%which&lt;/td&gt;&lt;td&gt;Show the name of the active virtual environment.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%hist [n]&lt;br/&gt;%history [n]&lt;/td&gt;&lt;td&gt;Show the most recent 'n' entries of the history. If 'n' is not given, show all entries.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%shist&lt;br/&gt;%shistory&lt;br/&gt;%select_history&lt;/td&gt;&lt;td&gt;Select a command from the history.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%chist&lt;br/&gt;%chistory&lt;br/&gt;%clear_history&lt;/td&gt;&lt;td&gt;Clear the current history after confirmation.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%help&lt;/td&gt;&lt;td&gt;Show this help text.&lt;/td&gt;&lt;/tr&gt;</source>
       <translation>&lt;tr&gt;&lt;td&gt;%restart&lt;/td&gt;&lt;td&gt;Eliminar la shell y comenzar una nueva.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%clear&lt;/td&gt;&lt;td&gt;Limpiar la pantalla de la ventana de shell.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%start [entorno]&lt;/td&gt;&lt;td&gt;Iniciar la shell para un entorno virtual con un nombre dado. Si no se pasa un nombre, se inicia una shell por defecto.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%envs&lt;br/&gt;%environments&lt;/td&gt;&lt;td&gt;Mostrar una lista de nombres de entornos virtuales conocidos.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%which&lt;/td&gt;&lt;td&gt;Muestra el nombre del entorno virtual activo.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%hist [n]&lt;br/&gt;%history [n]&lt;/td&gt;&lt;td&gt;Mostrar las 'n' entradas del historial más recientes.Si no se pasa  'n', mostrar todas las entradas.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%shist&lt;br/&gt;%shistory&lt;br/&gt;%select_history&lt;/td&gt;&lt;td&gt;Seleccionar un comando del historial.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%chist&lt;br/&gt;%chistory&lt;br/&gt;%clear_history&lt;/td&gt;&lt;td&gt;Limpiar el historial actual tras confirmación.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%help&lt;/td&gt;&lt;td&gt;Mostrar este texto de ayuda.&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Shell.py" line="2614" />
+      <location filename="../QScintilla/Shell.py" line="2613" />
       <source>&lt;tr&gt;&lt;td&gt;%quit&lt;br/&gt;%quit()&lt;br/&gt;%exit&lt;br/&gt;%exit()&lt;/td&gt;&lt;td&gt;Exit the application.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;These commands are available through the window menus as well.&lt;/p&gt;</source>
       <translation>&lt;tr&gt;&lt;td&gt;%quit&lt;br/&gt;%quit()&lt;br/&gt;%exit&lt;br/&gt;%exit()&lt;/td&gt;&lt;td&gt;Salir de la aplicación.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;Estos comandos están disponibles también a través del menú de ventana.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Shell.py" line="2622" />
+      <location filename="../QScintilla/Shell.py" line="2621" />
       <source>&lt;/table&gt;&lt;p&gt;These commands are available through the context menu as well.&lt;/p&gt;</source>
       <translation>&lt;/table&gt;&lt;p&gt;Estos comandos están disponibles también a través del menú contextual.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../QScintilla/Shell.py" line="2628" />
+      <source>Shell Special Commands</source>
+      <translation>Comandos Especiales de Shell</translation>
+    </message>
+    <message>
       <location filename="../QScintilla/Shell.py" line="2629" />
-      <source>Shell Special Commands</source>
-      <translation>Comandos Especiales de Shell</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="2630" />
       <source>The shell supports these special commands:</source>
       <translation>La shell soporta estos comandos especiales:</translation>
     </message>
@@ -81822,1093 +81846,1643 @@
       <translation>Nombre</translation>
     </message>
     <message>
-      <location filename="../UI/SymbolsWidget.py" line="61" />
+      <location filename="../UI/SymbolsWidget.py" line="62" />
       <source>Control Characters</source>
       <translation>Caracteres de Control</translation>
     </message>
     <message>
-      <location filename="../UI/SymbolsWidget.py" line="62" />
-      <source>Basic Latin</source>
-      <translation>Latín Básico</translation>
-    </message>
-    <message>
       <location filename="../UI/SymbolsWidget.py" line="63" />
-      <source>Latin-1 Supplement</source>
-      <translation>Latin-1 Suplementario</translation>
+      <source>Basic Latin</source>
+      <translation>Latín Básico</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="64" />
-      <source>Latin Extended-A</source>
-      <translation>Latín Extendido A</translation>
+      <source>Latin-1 Supplement</source>
+      <translation>Latin-1 Suplementario</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="65" />
-      <source>Latin Extended-B</source>
-      <translation>Latín Extendido B</translation>
+      <source>Latin Extended-A</source>
+      <translation>Latín Extendido A</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="66" />
-      <source>IPA Extensions</source>
-      <translation>Extensiones IPA</translation>
+      <source>Latin Extended-B</source>
+      <translation>Latín Extendido B</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="67" />
+      <source>IPA Extensions</source>
+      <translation>Extensiones IPA</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="68" />
       <source>Spacing Modifier Letters</source>
       <translation>Letras modificadoras de espacios</translation>
     </message>
     <message>
-      <location filename="../UI/SymbolsWidget.py" line="130" />
-      <location filename="../UI/SymbolsWidget.py" line="68" />
+      <location filename="../UI/SymbolsWidget.py" line="138" />
+      <location filename="../UI/SymbolsWidget.py" line="69" />
       <source>Combining Diacritical Marks</source>
       <translation>Marcas diacríticas de combinación</translation>
     </message>
     <message>
-      <location filename="../UI/SymbolsWidget.py" line="69" />
-      <source>Greek and Coptic</source>
-      <translation>Griego y Copto</translation>
-    </message>
-    <message>
       <location filename="../UI/SymbolsWidget.py" line="70" />
-      <source>Cyrillic</source>
-      <translation>Cirílico</translation>
+      <source>Greek and Coptic</source>
+      <translation>Griego y Copto</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="71" />
-      <source>Cyrillic Supplement</source>
-      <translation>Cirílico Suplementario</translation>
+      <source>Cyrillic</source>
+      <translation>Cirílico</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="72" />
-      <source>Armenian</source>
-      <translation>Armenio</translation>
+      <source>Cyrillic Supplement</source>
+      <translation>Cirílico Suplementario</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="73" />
-      <source>Hebrew</source>
-      <translation>Hebreo</translation>
+      <source>Armenian</source>
+      <translation>Armenio</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="74" />
-      <source>Arabic</source>
-      <translation>Arábico</translation>
+      <source>Hebrew</source>
+      <translation>Hebreo</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="75" />
-      <source>Syriac</source>
-      <translation>Sirio</translation>
+      <source>Arabic</source>
+      <translation>Arábico</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="76" />
-      <source>Thaana</source>
-      <translation>Thaana</translation>
+      <source>Syriac</source>
+      <translation>Sirio</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="77" />
-      <source>N'Ko</source>
-      <translation>N'Ko</translation>
+      <source>Thaana</source>
+      <translation>Thaana</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="78" />
-      <source>Samaritan</source>
-      <translation>Samaritano</translation>
+      <source>Arabic Supplement</source>
+      <translation>Arábico Suplementario</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="79" />
-      <source>Mandaic</source>
-      <translation>Mandaico</translation>
+      <source>N'Ko</source>
+      <translation>N'Ko</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="80" />
-      <source>Arabic Extended-A</source>
-      <translation>Arábico Extendido-A</translation>
+      <source>Samaritan</source>
+      <translation>Samaritano</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="81" />
-      <source>Devanagari</source>
-      <translation>Devanagari</translation>
+      <source>Mandaic</source>
+      <translation>Mandaico</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="82" />
-      <source>Bengali</source>
-      <translation>Bengalí</translation>
+      <source>Syriac Supplement</source>
+      <translation>Sirio Suplementario</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="83" />
-      <source>Gurmukhi</source>
-      <translation>Gurmukhi</translation>
+      <source>Arabic Extended-B</source>
+      <translation>Arábico Extendido-B</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="84" />
-      <source>Gujarati</source>
-      <translation>Gujarati</translation>
+      <source>Arabic Extended-A</source>
+      <translation>Arábico Extendido-A</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="85" />
-      <source>Oriya</source>
-      <translation>Oriya</translation>
+      <source>Devanagari</source>
+      <translation>Devanagari</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="86" />
-      <source>Tamil</source>
-      <translation>Tamil</translation>
+      <source>Bengali</source>
+      <translation>Bengalí</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="87" />
-      <source>Telugu</source>
-      <translation>Telugu</translation>
+      <source>Gurmukhi</source>
+      <translation>Gurmukhi</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="88" />
-      <source>Kannada</source>
-      <translation>Kannada</translation>
+      <source>Gujarati</source>
+      <translation>Gujarati</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="89" />
-      <source>Malayalam</source>
-      <translation>Malayalam</translation>
+      <source>Oriya</source>
+      <translation>Oriya</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="90" />
-      <source>Sinhala</source>
-      <translation>Sinhala</translation>
+      <source>Tamil</source>
+      <translation>Tamil</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="91" />
-      <source>Thai</source>
-      <translation>Thailandés</translation>
+      <source>Telugu</source>
+      <translation>Telugu</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="92" />
-      <source>Lao</source>
-      <translation>Lao</translation>
+      <source>Kannada</source>
+      <translation>Kannada</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="93" />
-      <source>Tibetan</source>
-      <translation>Tibetano</translation>
+      <source>Malayalam</source>
+      <translation>Malayalam</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="94" />
-      <source>Myanmar</source>
-      <translation>Myanmar</translation>
+      <source>Sinhala</source>
+      <translation>Sinhala</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="95" />
-      <source>Georgian</source>
-      <translation>Georgiano</translation>
+      <source>Thai</source>
+      <translation>Thailandés</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="96" />
-      <source>Hangul Jamo</source>
-      <translation>Hangul Jamo</translation>
+      <source>Lao</source>
+      <translation>Lao</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="97" />
-      <source>Ethiopic</source>
-      <translation>Etíope</translation>
+      <source>Tibetan</source>
+      <translation>Tibetano</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="98" />
-      <source>Ethiopic Supplement</source>
-      <translation>Etíope Suplementario</translation>
+      <source>Myanmar</source>
+      <translation>Myanmar</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="99" />
-      <source>Cherokee</source>
-      <translation>Cherokee</translation>
+      <source>Georgian</source>
+      <translation>Georgiano</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="100" />
-      <source>Unified Canadian Aboriginal Syllabics</source>
-      <translation>Silábicos Unificados Aborigen Canadiense</translation>
+      <source>Hangul Jamo</source>
+      <translation>Hangul Jamo</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="101" />
-      <source>Ogham</source>
-      <translation>Ogham</translation>
+      <source>Ethiopic</source>
+      <translation>Etíope</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="102" />
-      <source>Runic</source>
-      <translation>Runic</translation>
+      <source>Ethiopic Supplement</source>
+      <translation>Etíope Suplementario</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="103" />
-      <source>Tagalog</source>
-      <translation>Tagalog</translation>
+      <source>Cherokee</source>
+      <translation>Cherokee</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="104" />
-      <source>Hanunoo</source>
-      <translation>Hanunoo</translation>
+      <source>Unified Canadian Aboriginal Syllabics</source>
+      <translation>Silábicos Unificados Aborigen Canadiense</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="105" />
-      <source>Buhid</source>
-      <translation>Buhid</translation>
+      <source>Ogham</source>
+      <translation>Ogham</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="106" />
-      <source>Tagbanwa</source>
-      <translation>Tagbanwa</translation>
+      <source>Runic</source>
+      <translation>Runic</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="107" />
-      <source>Khmer</source>
-      <translation>Khmer</translation>
+      <source>Tagalog</source>
+      <translation>Tagalog</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="108" />
-      <source>Mongolian</source>
-      <translation>Mongol</translation>
+      <source>Hanunoo</source>
+      <translation>Hanunoo</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="109" />
-      <source>Unified Canadian Aboriginal Syllabics Extended</source>
-      <translation>Silábicos Unificados Aborigen Canadiense Extendido</translation>
+      <source>Buhid</source>
+      <translation>Buhid</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="110" />
-      <source>Limbu</source>
-      <translation>Limbu</translation>
+      <source>Tagbanwa</source>
+      <translation>Tagbanwa</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="111" />
-      <source>Tai Le</source>
-      <translation>Tai Le</translation>
+      <source>Khmer</source>
+      <translation>Khmer</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="112" />
-      <source>Khmer Symbols</source>
-      <translation>Símbolos Khmer</translation>
+      <source>Mongolian</source>
+      <translation>Mongol</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="113" />
-      <source>Buginese</source>
-      <translation>Buginés</translation>
+      <source>Unified Canadian Aboriginal Syllabics Extended</source>
+      <translation>Silábicos Unificados Aborigen Canadiense Extendido</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="114" />
-      <source>Tai Tham</source>
-      <translation>Tai Tham</translation>
+      <source>Limbu</source>
+      <translation>Limbu</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="115" />
-      <source>Balinese</source>
-      <translation>Balinés</translation>
+      <source>Tai Le</source>
+      <translation>Tai Le</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="116" />
-      <source>Sundanese</source>
-      <translation>Sondanés</translation>
+      <source>New Tai Lue</source>
+      <translation>Nuevo Tai Lue</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="117" />
-      <source>Batak</source>
-      <translation>Batak</translation>
+      <source>Khmer Symbols</source>
+      <translation>Símbolos Khmer</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="118" />
-      <source>Lepcha</source>
-      <translation>Lepcha</translation>
+      <source>Buginese</source>
+      <translation>Buginés</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="119" />
-      <source>Ol Chiki</source>
-      <translation>Ol Chiki</translation>
+      <source>Tai Tham</source>
+      <translation>Tai Tham</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="120" />
-      <source>Sundanese Supplement</source>
-      <translation>Sondanés Suplementario</translation>
+      <source>Combining Diacritical Marks Extended</source>
+      <translation>Marcas Diacríticas de Combinación Extendido</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="121" />
-      <source>Vedic Extensions</source>
-      <translation>Extensiones Védicas</translation>
+      <source>Balinese</source>
+      <translation>Balinés</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="122" />
-      <source>Phonetic Extensions</source>
-      <translation>Extensiones Fonéticas</translation>
+      <source>Sundanese</source>
+      <translation>Sondanés</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="123" />
-      <source>Phonetic Extensions Supplement</source>
-      <translation>Extensiones Fonéticas Suplementarias</translation>
+      <source>Batak</source>
+      <translation>Batak</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="124" />
-      <source>Combining Diacritical Marks Supplement</source>
-      <translation>Marcas Diacríticas de Combinación Suplementario</translation>
+      <source>Lepcha</source>
+      <translation>Lepcha</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="125" />
-      <source>Latin Extended Additional</source>
-      <translation>Latín Extendido Adicional</translation>
+      <source>Ol Chiki</source>
+      <translation>Ol Chiki</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="126" />
-      <source>Greek Extended</source>
-      <translation>Griego Extendido</translation>
+      <source>Cyrillic Extended-C</source>
+      <translation>Cirílico Extendido-C</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="127" />
-      <source>General Punctuation</source>
-      <translation>Puntuación General</translation>
+      <source>Georgian Extended</source>
+      <translation>Georgiano Extendido</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="128" />
-      <source>Superscripts and Subscripts</source>
-      <translation>Superscripts y Subscripts</translation>
+      <source>Sundanese Supplement</source>
+      <translation>Sondanés Suplementario</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="129" />
-      <source>Currency Symbols</source>
-      <translation>Símbolos de Moneda</translation>
+      <source>Vedic Extensions</source>
+      <translation>Extensiones Védicas</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="130" />
+      <source>Phonetic Extensions</source>
+      <translation>Extensiones Fonéticas</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="131" />
-      <source>Letterlike Symbols</source>
-      <translation>Símbolos de tipo Letra</translation>
+      <source>Phonetic Extensions Supplement</source>
+      <translation>Extensiones Fonéticas Suplementarias</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="132" />
-      <source>Number Forms</source>
-      <translation>Formas de números</translation>
+      <source>Combining Diacritical Marks Supplement</source>
+      <translation>Marcas Diacríticas de Combinación Suplementario</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="133" />
-      <source>Arcolumns</source>
-      <translation>Arcolumns</translation>
+      <source>Latin Extended Additional</source>
+      <translation>Latín Extendido Adicional</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="134" />
-      <source>Mathematical Operators</source>
-      <translation>Operadores Matemáticos</translation>
+      <source>Greek Extended</source>
+      <translation>Griego Extendido</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="135" />
-      <source>Miscellaneous Technical</source>
-      <translation>Miscelánea Técnica</translation>
+      <source>General Punctuation</source>
+      <translation>Puntuación General</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="136" />
-      <source>Control Pictures</source>
-      <translation>Dibujos de Control</translation>
+      <source>Superscripts and Subscripts</source>
+      <translation>Superscripts y Subscripts</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="137" />
-      <source>Optical Character Recognition</source>
-      <translation>Reconocimiento Óptico de Caracteres</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="138" />
-      <source>Enclosed Alphanumerics</source>
-      <translation>Alfanuméricos delimitados</translation>
+      <source>Currency Symbols</source>
+      <translation>Símbolos de Moneda</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="139" />
-      <source>Box Drawing</source>
-      <translation>Dibujos de Cajas</translation>
+      <source>Letterlike Symbols</source>
+      <translation>Símbolos de tipo Letra</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="140" />
-      <source>Block Elements</source>
-      <translation>Elementos de Bloques</translation>
+      <source>Number Forms</source>
+      <translation>Formas de números</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="141" />
-      <source>Geometric Shapes</source>
-      <translation>Formas Geométricas</translation>
+      <source>Arrows</source>
+      <translation>Flechas</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="142" />
-      <source>Miscellaneous Symbols</source>
-      <translation>Miscelánea de Símbolos</translation>
+      <source>Mathematical Operators</source>
+      <translation>Operadores Matemáticos</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="143" />
-      <source>Dingbats</source>
-      <translation>Habilitar</translation>
+      <source>Miscellaneous Technical</source>
+      <translation>Miscelánea Técnica</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="144" />
-      <source>Miscellaneous Mathematical Symbols-A</source>
-      <translation>Miscelánea de Símbolos Matemáticos-A</translation>
+      <source>Control Pictures</source>
+      <translation>Dibujos de Control</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="145" />
-      <source>Supplement Arcolumns-A</source>
-      <translation>Arcolumns-A Suplementario</translation>
+      <source>Optical Character Recognition</source>
+      <translation>Reconocimiento Óptico de Caracteres</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="146" />
-      <source>Braille Patterns</source>
-      <translation>Patrones Braiile</translation>
+      <source>Enclosed Alphanumerics</source>
+      <translation>Alfanuméricos delimitados</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="147" />
-      <source>Supplement Arcolumns-B</source>
-      <translation>Arcolumns-B Suplementario</translation>
+      <source>Box Drawing</source>
+      <translation>Dibujos de Cajas</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="148" />
-      <source>Miscellaneous Mathematical Symbols-B</source>
-      <translation>Miscelánea de Símbolos Matemáticos-B</translation>
+      <source>Block Elements</source>
+      <translation>Elementos de Bloques</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="149" />
-      <source>Supplemental Mathematical Operators</source>
-      <translation>Operadores Matemáticos Suplementarios</translation>
+      <source>Geometric Shapes</source>
+      <translation>Formas Geométricas</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="150" />
-      <source>Miscellaneous Symbols and Arcolumns</source>
-      <translation>Miscelánea de Símbolos y Arcolumns</translation>
+      <source>Miscellaneous Symbols</source>
+      <translation>Miscelánea de Símbolos</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="151" />
-      <source>Glagolitic</source>
-      <translation>Glagolético</translation>
+      <source>Dingbats</source>
+      <translation>Habilitar</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="152" />
-      <source>Latin Extended-C</source>
-      <translation>Latín Extendido C</translation>
+      <source>Miscellaneous Mathematical Symbols-A</source>
+      <translation>Miscelánea de Símbolos Matemáticos-A</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="153" />
-      <source>Coptic</source>
-      <translation>Copto</translation>
+      <source>Supplement Arrows-A</source>
+      <translation>Flechas Suplementario-A</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="154" />
-      <source>Georgian Supplement</source>
-      <translation>Georgiano Suplementario</translation>
+      <source>Braille Patterns</source>
+      <translation>Patrones Braiile</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="155" />
-      <source>Tifinagh</source>
-      <translation>Tifinagh</translation>
+      <source>Supplement Arrows-B</source>
+      <translation>Fechas Suplementario-B</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="156" />
-      <source>Ethiopic Extended</source>
-      <translation>Etíope Extendido</translation>
+      <source>Miscellaneous Mathematical Symbols-B</source>
+      <translation>Miscelánea de Símbolos Matemáticos-B</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="157" />
-      <source>Cyrillic Extended-A</source>
-      <translation>Cirílico Extendido-A</translation>
+      <source>Supplemental Mathematical Operators</source>
+      <translation>Operadores Matemáticos Suplementarios</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="158" />
-      <source>Supplemental Punctuation</source>
-      <translation>Puntuación Suplementaria</translation>
+      <source>Miscellaneous Symbols and Arcolumns</source>
+      <translation>Miscelánea de Símbolos y Arcolumns</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="159" />
-      <source>CJK Radicals Supplement</source>
-      <translation>Radicales CJK Suplementarios</translation>
+      <source>Glagolitic</source>
+      <translation>Glagolético</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="160" />
-      <source>KangXi Radicals</source>
-      <translation>Radicales KangXi</translation>
+      <source>Latin Extended-C</source>
+      <translation>Latín Extendido C</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="161" />
-      <source>Ideographic Description Chars</source>
-      <translation>Caracteres de Descripción Ideográfica</translation>
+      <source>Coptic</source>
+      <translation>Copto</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="162" />
-      <source>CJK Symbols and Punctuation</source>
-      <translation>Símbolos CJK y Puntuación</translation>
+      <source>Georgian Supplement</source>
+      <translation>Georgiano Suplementario</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="163" />
-      <source>Hiragana</source>
-      <translation>Hiragana</translation>
+      <source>Tifinagh</source>
+      <translation>Tifinagh</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="164" />
-      <source>Katakana</source>
-      <translation>Katakana</translation>
+      <source>Ethiopic Extended</source>
+      <translation>Etíope Extendido</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="165" />
-      <source>Bopomofo</source>
-      <translation>Bopomofo</translation>
+      <source>Cyrillic Extended-A</source>
+      <translation>Cirílico Extendido-A</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="166" />
-      <source>Hangul Compatibility Jamo</source>
-      <translation>Compatibilidad Hangul Jamo</translation>
+      <source>Supplemental Punctuation</source>
+      <translation>Puntuación Suplementaria</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="167" />
-      <source>Kanbun</source>
-      <translation>Kanbun</translation>
+      <source>CJK Radicals Supplement</source>
+      <translation>Radicales CJK Suplementarios</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="168" />
-      <source>Bopomofo Extended</source>
-      <translation>Bopomofo Extendido</translation>
+      <source>KangXi Radicals</source>
+      <translation>Radicales KangXi</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="169" />
-      <source>CJK Strokes</source>
-      <translation>Trazos CJK</translation>
+      <source>Ideographic Description Chars</source>
+      <translation>Caracteres de Descripción Ideográfica</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="170" />
-      <source>Katakana Phonetic Extensions</source>
-      <translation>Extensiones Fonéticas Katakana</translation>
+      <source>CJK Symbols and Punctuation</source>
+      <translation>Símbolos CJK y Puntuación</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="171" />
-      <source>Enclosed CJK Letters and Months</source>
-      <translation>Meses y Letras CJK Delimitados</translation>
+      <source>Hiragana</source>
+      <translation>Hiragana</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="172" />
-      <source>CJK Compatibility</source>
-      <translation>Compatibilidad CJK</translation>
+      <source>Katakana</source>
+      <translation>Katakana</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="173" />
-      <source>CJK Unified Ideogr. Ext. A</source>
-      <translation>Ideogr. Unificados CJK Ext. A</translation>
+      <source>Bopomofo</source>
+      <translation>Bopomofo</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="174" />
-      <source>Yijing Hexagram Symbols</source>
-      <translation>Símbolos de Hexagramas Yijing</translation>
+      <source>Hangul Compatibility Jamo</source>
+      <translation>Compatibilidad Hangul Jamo</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="175" />
-      <source>CJK Unified Ideographs</source>
-      <translation>Ideografos Unificados CJK</translation>
+      <source>Kanbun</source>
+      <translation>Kanbun</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="176" />
-      <source>Yi Syllables</source>
-      <translation>Sílabas Yi</translation>
+      <source>Bopomofo Extended</source>
+      <translation>Bopomofo Extendido</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="177" />
-      <source>Yi Radicals</source>
-      <translation>Radicales Yi</translation>
+      <source>CJK Strokes</source>
+      <translation>Trazos CJK</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="178" />
-      <source>Lisu</source>
-      <translation>Lisu</translation>
+      <source>Katakana Phonetic Extensions</source>
+      <translation>Extensiones Fonéticas Katakana</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="179" />
-      <source>Vai</source>
-      <translation>Vai</translation>
+      <source>Enclosed CJK Letters and Months</source>
+      <translation>Meses y Letras CJK Delimitados</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="180" />
-      <source>Cyrillic Extended-B</source>
-      <translation>Cirílico Extendido-B</translation>
+      <source>CJK Compatibility</source>
+      <translation>Compatibilidad CJK</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="181" />
-      <source>Bamum</source>
-      <translation>Bamum</translation>
+      <source>CJK Unified Ideographs Extension A</source>
+      <translation>Ideogramas Unificados CJK Extensión A</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="182" />
-      <source>Modifier Tone Letters</source>
-      <translation>Letras Modificadoras de Tono</translation>
+      <source>Yijing Hexagram Symbols</source>
+      <translation>Símbolos de Hexagramas Yijing</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="183" />
-      <source>Latin Extended-D</source>
-      <translation>Latín Extendido D</translation>
+      <source>CJK Unified Ideographs</source>
+      <translation>Ideogramas Unificados CJK</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="184" />
-      <source>Syloti Nagri</source>
-      <translation>Syloti Nagri</translation>
+      <source>Yi Syllables</source>
+      <translation>Sílabas Yi</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="185" />
-      <source>Common Indic Number Forms</source>
-      <translation>Formas Numéricas Comunes Índicas</translation>
+      <source>Yi Radicals</source>
+      <translation>Radicales Yi</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="186" />
-      <source>Phags-pa</source>
-      <translation>Phags-pa</translation>
+      <source>Lisu</source>
+      <translation>Lisu</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="187" />
-      <source>Saurashtra</source>
-      <translation>Saurashtra</translation>
+      <source>Vai</source>
+      <translation>Vai</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="188" />
-      <source>Devanagari Extended</source>
-      <translation>Devanagari Extendido</translation>
+      <source>Cyrillic Extended-B</source>
+      <translation>Cirílico Extendido-B</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="189" />
-      <source>Kayah Li</source>
-      <translation>Kayah Li</translation>
+      <source>Bamum</source>
+      <translation>Bamum</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="190" />
-      <source>Rejang</source>
-      <translation>Rejang</translation>
+      <source>Modifier Tone Letters</source>
+      <translation>Letras Modificadoras de Tono</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="191" />
-      <source>Hangul Jamo Extended-A</source>
-      <translation>Hangul Jamo Extendido-A</translation>
+      <source>Latin Extended-D</source>
+      <translation>Latín Extendido D</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="192" />
-      <source>Javanese</source>
-      <translation>Javanés</translation>
+      <source>Syloti Nagri</source>
+      <translation>Syloti Nagri</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="193" />
-      <source>Cham</source>
-      <translation>Cham</translation>
+      <source>Common Indic Number Forms</source>
+      <translation>Formas Numéricas Comunes Índicas</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="194" />
-      <source>Myanmar Extended-A</source>
-      <translation>Birmano Extendido-A</translation>
+      <source>Phags-pa</source>
+      <translation>Phags-pa</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="195" />
-      <source>Tai Viet</source>
-      <translation>Tai Viet</translation>
+      <source>Saurashtra</source>
+      <translation>Saurashtra</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="196" />
-      <source>Meetei Mayek Extensions</source>
-      <translation>Extensiones Meetei Mayek</translation>
+      <source>Devanagari Extended</source>
+      <translation>Devanagari Extendido</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="197" />
-      <source>Ethiopic Extended-A</source>
-      <translation>Etíope Extendido-A</translation>
+      <source>Kayah Li</source>
+      <translation>Kayah Li</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="198" />
-      <source>Meetei Mayek</source>
-      <translation>Meetei Mayek</translation>
+      <source>Rejang</source>
+      <translation>Rejang</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="199" />
-      <source>Hangul Syllables</source>
-      <translation>Sílabas Hangui</translation>
+      <source>Hangul Jamo Extended-A</source>
+      <translation>Hangul Jamo Extendido-A</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="200" />
-      <source>Hangul Jamo Extended-B</source>
-      <translation>Hangul Jamo Extendido-B</translation>
+      <source>Javanese</source>
+      <translation>Javanés</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="201" />
-      <source>High Surrogates</source>
-      <translation>Subrogados Altos</translation>
+      <source>Myanmar Extended-B</source>
+      <translation>Birmano Extendido-A</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="202" />
-      <source>High Private Use Surrogates</source>
-      <translation>Subrogados Altos de Uso Privado</translation>
+      <source>Cham</source>
+      <translation>Cham</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="203" />
-      <source>Low Surrogates</source>
-      <translation>Subrogados Bajos</translation>
+      <source>Myanmar Extended-A</source>
+      <translation>Birmano Extendido-A</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="204" />
-      <source>Private Use</source>
-      <translation>Uso Privado</translation>
+      <source>Tai Viet</source>
+      <translation>Tai Viet</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="205" />
-      <source>CJK Compatibility Ideographs</source>
-      <translation>Ideografos de Compatibilidad CJK</translation>
+      <source>Meetei Mayek Extensions</source>
+      <translation>Extensiones Meetei Mayek</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="206" />
-      <source>Alphabetic Presentation Forms</source>
-      <translation>Formas de Presentación Alfabética</translation>
+      <source>Ethiopic Extended-A</source>
+      <translation>Etíope Extendido-A</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="207" />
-      <source>Arabic Presentation Forms-A</source>
-      <translation>Formas de Presentación Arábica-A</translation>
+      <source>Latin Extended-E</source>
+      <translation>Latín Extendido-E</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="208" />
-      <source>Variation Selectors</source>
-      <translation>Selectores de Variación</translation>
+      <source>Cherokee Supplement</source>
+      <translation>Cherokee Suplementario</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="209" />
-      <source>Vertical Forms</source>
-      <translation>Formas Verticales</translation>
+      <source>Meetei Mayek</source>
+      <translation>Meetei Mayek</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="210" />
-      <source>Combining Half Marks</source>
-      <translation>Semimarcas de Combinación</translation>
+      <source>Hangul Syllables</source>
+      <translation>Sílabas Hangui</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="211" />
-      <source>CJK Compatibility Forms</source>
-      <translation>Formas de Compatibilidad CJK</translation>
+      <source>Hangul Jamo Extended-B</source>
+      <translation>Hangul Jamo Extendido-B</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="212" />
-      <source>Small Form Variants</source>
-      <translation>Variantes de formas pequeñas</translation>
+      <source>High Surrogates</source>
+      <translation>Subrogados Altos</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="213" />
-      <source>Arabic Presentation Forms-B</source>
-      <translation>Formas de Presentación Arábica-B</translation>
+      <source>High Private Use Surrogates</source>
+      <translation>Subrogados Altos de Uso Privado</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="214" />
-      <source>Half- and Fullwidth Forms</source>
-      <translation>Formas de anchura media y completa</translation>
+      <source>Low Surrogates</source>
+      <translation>Subrogados Bajos</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="215" />
-      <source>Specials</source>
-      <translation>Especiales</translation>
+      <source>Private Use</source>
+      <translation>Uso Privado</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="216" />
+      <source>CJK Compatibility Ideographs</source>
+      <translation>Ideogramas de Compatibilidad CJK</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="217" />
+      <source>Alphabetic Presentation Forms</source>
+      <translation>Formas de Presentación Alfabética</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="218" />
+      <source>Arabic Presentation Forms-A</source>
+      <translation>Formas de Presentación Arábica-A</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="219" />
+      <source>Variation Selectors</source>
+      <translation>Selectores de Variación</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="220" />
-      <source>Linear B Syllabary</source>
-      <translation>Linear B Sílabas</translation>
+      <source>Vertical Forms</source>
+      <translation>Formas Verticales</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="221" />
-      <source>Linear B Ideograms</source>
-      <translation>Linear B Ideogramas</translation>
+      <source>Combining Half Marks</source>
+      <translation>Semimarcas de Combinación</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="222" />
-      <source>Aegean Numbers</source>
-      <translation>Números Egeos</translation>
+      <source>CJK Compatibility Forms</source>
+      <translation>Formas de Compatibilidad CJK</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="223" />
-      <source>Ancient Greek Numbers</source>
-      <translation>Antiguos Números Griegos</translation>
+      <source>Small Form Variants</source>
+      <translation>Variantes de formas pequeñas</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="224" />
-      <source>Ancient Symbols</source>
-      <translation>Símbolos Antiguos</translation>
+      <source>Arabic Presentation Forms-B</source>
+      <translation>Formas de Presentación Arábica-B</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="225" />
-      <source>Phaistos Disc</source>
-      <translation>Disco de Phaistos</translation>
+      <source>Half- and Fullwidth Forms</source>
+      <translation>Formas de anchura media y completa</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="226" />
-      <source>Lycian</source>
-      <translation>Liciano</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="227" />
-      <source>Carian</source>
-      <translation>Cariano</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="228" />
-      <source>Old Italic</source>
-      <translation>Cursiva Antigua</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="229" />
-      <source>Gothic</source>
-      <translation>Gótico</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="230" />
-      <source>Ugaritic</source>
-      <translation>Ugarítico</translation>
+      <source>Specials</source>
+      <translation>Especiales</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="231" />
-      <source>Old Persian</source>
-      <translation>Viejo Persa</translation>
+      <source>Linear B Syllabary</source>
+      <translation>Linear B Sílabas</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="232" />
-      <source>Deseret</source>
-      <translation>Deseret</translation>
+      <source>Linear B Ideograms</source>
+      <translation>Linear B Ideogramas</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="233" />
-      <source>Shavian</source>
-      <translation>Shaviano</translation>
+      <source>Aegean Numbers</source>
+      <translation>Números Egeos</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="234" />
-      <source>Osmanya</source>
-      <translation>Osmanya</translation>
+      <source>Ancient Greek Numbers</source>
+      <translation>Antiguos Números Griegos</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="235" />
-      <source>Cypriot Syllabary</source>
-      <translation>Sílabas Chipriotas</translation>
+      <source>Ancient Symbols</source>
+      <translation>Símbolos Antiguos</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="236" />
-      <source>Imperial Aramaic</source>
-      <translation>Arameo Imperial</translation>
+      <source>Phaistos Disc</source>
+      <translation>Disco de Phaistos</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="237" />
-      <source>Phoenician</source>
-      <translation>Fenicio</translation>
+      <source>Lycian</source>
+      <translation>Liciano</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="238" />
-      <source>Lydian</source>
-      <translation>Lidiano</translation>
+      <source>Carian</source>
+      <translation>Cariano</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="239" />
-      <source>Meroitic Hieroglyphs</source>
-      <translation>Jeroglifos Meroíticos</translation>
+      <source>Coptic Epact Numbers</source>
+      <translation>Copto Epact Números</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="240" />
-      <source>Meroitic Cursive</source>
-      <translation>Cursiva Meroítica</translation>
+      <source>Old Italic</source>
+      <translation>Cursiva Antigua</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="241" />
-      <source>Kharoshthi</source>
-      <translation>Kharoshthi</translation>
+      <source>Gothic</source>
+      <translation>Gótico</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="242" />
-      <source>Old South Arabian</source>
-      <translation>Viejo Árabe del Sur</translation>
+      <source>Old Permic</source>
+      <translation>Viejo Pérmico</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="243" />
-      <source>Avestan</source>
-      <translation>Avéstico</translation>
+      <source>Ugaritic</source>
+      <translation>Ugarítico</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="244" />
-      <source>Inscriptional Parthian</source>
-      <translation>Inscripciones Partas</translation>
+      <source>Old Persian</source>
+      <translation>Viejo Persa</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="245" />
-      <source>Inscriptional Pahlavi</source>
-      <translation>Inscripciones Pahlavi</translation>
+      <source>Deseret</source>
+      <translation>Deseret</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="246" />
-      <source>Old Turkic</source>
-      <translation>Viejo Túrquico</translation>
+      <source>Shavian</source>
+      <translation>Shaviano</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="247" />
-      <source>Rumi Numeral Symbols</source>
-      <translation>Símbolos Numéricos Rumi</translation>
+      <source>Osmanya</source>
+      <translation>Osmanya</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="248" />
-      <source>Brahmi</source>
-      <translation>Brahmi</translation>
+      <source>Osage</source>
+      <translation>Osage</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="249" />
-      <source>Kaithi</source>
-      <translation>Kaithi</translation>
+      <source>Elbasan</source>
+      <translation>Elbasan</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="250" />
-      <source>Sora Sompeng</source>
-      <translation>Sora Sompeng</translation>
+      <source>Caucasian Albanian</source>
+      <translation>Caucasiano Albano</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="251" />
-      <source>Chakma</source>
-      <translation>Chakma</translation>
+      <source>Vithkuqi</source>
+      <translation>Vithkuqi</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="252" />
-      <source>Sharada</source>
-      <translation>Sharada</translation>
+      <source>Linear A</source>
+      <translation>Linear A</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="253" />
-      <source>Takri</source>
-      <translation>Takri</translation>
+      <source>Latin Extended-F</source>
+      <translation>Latín Extendido-F</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="254" />
-      <source>Cuneiform</source>
-      <translation>Cuneiforme</translation>
+      <source>Cypriot Syllabary</source>
+      <translation>Sílabas Chipriotas</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="255" />
-      <source>Cuneiform Numbers and Punctuation</source>
-      <translation>Números y Puntuación Cuneiformes</translation>
+      <source>Imperial Aramaic</source>
+      <translation>Arameo Imperial</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="256" />
-      <source>Egyptian Hieroglyphs</source>
-      <translation>Jeroglifos Egipcios</translation>
+      <source>Palmyrene</source>
+      <translation>Palmireno</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="257" />
-      <source>Bamum Supplement</source>
-      <translation>Bamum Suplementario</translation>
+      <source>Nabataean</source>
+      <translation>Nabateo</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="258" />
-      <source>Miao</source>
-      <translation>Miao</translation>
+      <source>Hatran</source>
+      <translation>Hatrano</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="259" />
-      <source>Kana Supplement</source>
-      <translation>Kana Suplementario</translation>
+      <source>Phoenician</source>
+      <translation>Fenicio</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="260" />
-      <source>Byzantine Musical Symbols</source>
-      <translation>Símbolos Musicales Bizantinos</translation>
+      <source>Lydian</source>
+      <translation>Lidiano</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="261" />
-      <source>Musical Symbols</source>
-      <translation>Símbolos Musicales</translation>
+      <source>Meroitic Hieroglyphs</source>
+      <translation>Jeroglifos Meroíticos</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="262" />
-      <source>Ancient Greek Musical Notation</source>
-      <translation>Antigua Notación Musical Griega</translation>
+      <source>Meroitic Cursive</source>
+      <translation>Cursiva Meroítica</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="263" />
-      <source>Tai Xuan Jing Symbols</source>
-      <translation>Símbolos Tai Xuan Jing</translation>
+      <source>Kharoshthi</source>
+      <translation>Kharoshthi</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="264" />
-      <source>Counting Rod Numerals</source>
-      <translation>Números de Conteo Rod</translation>
+      <source>Old South Arabian</source>
+      <translation>Viejo Árabe del Sur</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="265" />
-      <source>Mathematical Alphanumeric Symbols</source>
-      <translation>Símbolos Matemáticos Alfanuméricos</translation>
+      <source>Old North Arabian</source>
+      <translation>Viejo Árabe del Norte</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="266" />
+      <source>Manichaean</source>
+      <translation>Maniqueo</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="267" />
+      <source>Avestan</source>
+      <translation>Avéstico</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="268" />
+      <source>Inscriptional Parthian</source>
+      <translation>Inscripciones Partas</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="269" />
-      <source>Arabic Mathematical Alphabetic Symbols</source>
-      <translation>Símbolos Alfabéticos Matemáticos Arábicos</translation>
+      <source>Inscriptional Pahlavi</source>
+      <translation>Inscripciones Pahlavi</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="270" />
+      <source>Psalter Pahlavi</source>
+      <translation>Psalter Pahlavi</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="271" />
-      <source>Mahjong Tiles</source>
-      <translation>Fichas Mahjong</translation>
+      <source>Old Turkic</source>
+      <translation>Viejo Túrquico</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="272" />
-      <source>Domino Tiles</source>
-      <translation>Fichas Dominó</translation>
+      <source>Old Hungarian</source>
+      <translation>Viejo Húngaro</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="273" />
-      <source>Playing Cards</source>
-      <translation>Cartas</translation>
+      <source>Hanifi Rohingya</source>
+      <translation>Hanifi Rohingya</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="274" />
-      <source>Enclosed Alphanumeric Supplement</source>
-      <translation>Alfanuméricos Delimitados Suplementario</translation>
+      <source>Rumi Numeral Symbols</source>
+      <translation>Símbolos Numéricos Rumi</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="275" />
-      <source>Enclosed Ideographic Supplement</source>
-      <translation>Ideográficos Delimitados Suplementario</translation>
+      <source>Yezidi</source>
+      <translation>Yezidi</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="276" />
+      <source>Arabic Extended-C</source>
+      <translation>Arábico Extendido-C</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="277" />
+      <source>Old Sogdian</source>
+      <translation>Viejo Sogdiano</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="278" />
+      <source>Sogdian</source>
+      <translation>Sogdiano</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="279" />
-      <source>Miscellaneous Symbols And Pictographs</source>
-      <translation>Pictografos y Símbolos Misceláneos</translation>
+      <source>Old Uyghur</source>
+      <translation>Viejo Uyghur</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="280" />
+      <source>Chorasmian</source>
+      <translation>Corasmiano</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="281" />
-      <source>Emoticons</source>
-      <translation>Emoticonos</translation>
+      <source>Elymaic</source>
+      <translation>Elimaico</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="282" />
-      <source>Transport And Map Symbols</source>
-      <translation>Símbolos de Mapas y Transportes</translation>
+      <source>Brahmi</source>
+      <translation>Brahmi</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="283" />
-      <source>Alchemical Symbols</source>
-      <translation>Símbolos de Alquimia</translation>
+      <source>Kaithi</source>
+      <translation>Kaithi</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="284" />
-      <source>CJK Unified Ideogr. Ext. B</source>
-      <translation>Ideogr. Unificados CJK Ext. B</translation>
+      <source>Sora Sompeng</source>
+      <translation>Sora Sompeng</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="285" />
-      <source>CJK Unified Ideographs Extension C</source>
-      <translation>Ideografos Unificados CJK Extensión C</translation>
+      <source>Chakma</source>
+      <translation>Chakma</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="286" />
-      <source>CJK Unified Ideographs Extension D</source>
-      <translation>Ideografos Unificados CJK Extensión D</translation>
+      <source>Mahajani</source>
+      <translation>Mahajani</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="287" />
-      <source>CJK Compatapility Ideogr. Suppl.</source>
-      <translation>Compatibilidad Ideogr. CJK Supl.</translation>
+      <source>Sharada</source>
+      <translation>Sharada</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="288" />
-      <source>Tags</source>
-      <translation>Etiquetas</translation>
+      <source>Sinhala Archaic Numbers</source>
+      <translation>Sinhala Arcáico Números</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="289" />
-      <source>Variation Selectors Supplement</source>
-      <translation>Selectores de Variación Suplementario</translation>
+      <source>Khojki</source>
+      <translation>Khojki</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="290" />
-      <source>Supplementary Private Use Area-A</source>
-      <translation>Uso Privado Suplementario Área-A</translation>
+      <source>Multani</source>
+      <translation>Multani</translation>
     </message>
     <message>
       <location filename="../UI/SymbolsWidget.py" line="291" />
+      <source>Khudawadi</source>
+      <translation>Khudawadi</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="292" />
+      <source>Grantha</source>
+      <translation>Grantha</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="293" />
+      <source>Newa</source>
+      <translation>Newa</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="294" />
+      <source>Tirhuta</source>
+      <translation>Tirhuta</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="295" />
+      <source>Siddham</source>
+      <translation>Siddham</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="296" />
+      <source>Modi</source>
+      <translation>Modi</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="297" />
+      <source>Mongolian Supplement</source>
+      <translation>Mongol Suplementario</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="298" />
+      <source>Takri</source>
+      <translation>Takri</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="299" />
+      <source>Ahom</source>
+      <translation>Ahom</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="300" />
+      <source>Dogra</source>
+      <translation>Dogra</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="301" />
+      <source>Warang Citi</source>
+      <translation>Warang Citi</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="302" />
+      <source>Dives Akuru</source>
+      <translation>Dives Akuru</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="303" />
+      <source>Nandinagari</source>
+      <translation>Nandinagari</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="304" />
+      <source>Zanabazar Square</source>
+      <translation>Zanabazar Cuadrado</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="305" />
+      <source>Soyombo</source>
+      <translation>Soyombo</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="309" />
+      <source>Unified Canadian Aboriginal Syllabics Extended-A</source>
+      <translation>Silábicos Unificados Aborigen Canadiense Extendido-A</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="311" />
+      <source>Pau Cin Hau</source>
+      <translation>Pau Cin Hau</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="312" />
+      <source>Devanagari Extended-A</source>
+      <translation>Devanagari Extendido-A</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="313" />
+      <source>Bhaiksuki</source>
+      <translation>Bhaiksuki</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="314" />
+      <source>Marchen</source>
+      <translation>Marchen</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="315" />
+      <source>Masaram Gondi</source>
+      <translation>Masaram Gondi</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="316" />
+      <source>Gunjala Gondi</source>
+      <translation>Gunjala Gondi</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="317" />
+      <source>Makasar</source>
+      <translation>Makasar</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="318" />
+      <source>Kawi</source>
+      <translation>Kawi</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="319" />
+      <source>Lisu Supplement</source>
+      <translation>Lisu Suplementario</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="320" />
+      <source>Tamil Supplement</source>
+      <translation>Tamil Suplementario</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="321" />
+      <source>Cuneiform</source>
+      <translation>Cuneiforme</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="322" />
+      <source>Cuneiform Numbers and Punctuation</source>
+      <translation>Números y Puntuación Cuneiformes</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="323" />
+      <source>Early Dynastic Cuneiform</source>
+      <translation>Dinastía Temprana Cuneiforme</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="324" />
+      <source>Cypro-Minoan</source>
+      <translation>Chipro-Minoico</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="325" />
+      <source>Egyptian Hieroglyphs</source>
+      <translation>Jeroglifos Egipcios</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="326" />
+      <source>Egyptian Hieroglyph Format Controls</source>
+      <translation>Jeroglifos Egipcios Controles de Formato</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="327" />
+      <source>Anatolian Hieroglyphs</source>
+      <translation>Jeroglifos Anatolios</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="328" />
+      <source>Bamum Supplement</source>
+      <translation>Bamum Suplementario</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="329" />
+      <source>Mro</source>
+      <translation>Mro</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="330" />
+      <source>Tangsa</source>
+      <translation>Tangsa</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="331" />
+      <source>Bassa Vah</source>
+      <translation>Bassa Vah</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="332" />
+      <source>Pahawh Hmong</source>
+      <translation>Pahawh Hmong</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="333" />
+      <source>Medefaidrin</source>
+      <translation>Medefaidrin</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="334" />
+      <source>Miao</source>
+      <translation>Miao</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="335" />
+      <source>Ideographic Symbols and Punctuation</source>
+      <translation>Símbolos y Puntuación Ideográficos</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="336" />
+      <source>Tangut</source>
+      <translation>Tangut</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="337" />
+      <source>Tangut Components</source>
+      <translation>Tangut Componentes</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="338" />
+      <source>Khitan Small Script</source>
+      <translation>Kitan Guión Pequeño</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="339" />
+      <source>Tangut Supplement</source>
+      <translation>Tangut Suplementario</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="340" />
+      <source>Kana Extended-B</source>
+      <translation>Kana Extendido-B</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="341" />
+      <source>Kana Supplement</source>
+      <translation>Kana Suplementario</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="342" />
+      <source>Kana Extended-A</source>
+      <translation>Kana Extendido-A</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="343" />
+      <source>Small Kana Extension</source>
+      <translation>Extension Kana Pequeño</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="344" />
+      <source>Nushu</source>
+      <translation>Nushu</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="345" />
+      <source>Duployan</source>
+      <translation>Duployan</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="346" />
+      <source>Shorthand Format Controls</source>
+      <translation>Controles de Formato de Taquigrafía</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="347" />
+      <source>Znamenny Musical Notation</source>
+      <translation>Notación Musical Znamenny</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="348" />
+      <source>Byzantine Musical Symbols</source>
+      <translation>Símbolos Musicales Bizantinos</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="349" />
+      <source>Musical Symbols</source>
+      <translation>Símbolos Musicales</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="350" />
+      <source>Ancient Greek Musical Notation</source>
+      <translation>Antigua Notación Musical Griega</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="351" />
+      <source>Kaktovik Numerals</source>
+      <translation>Numerales Kaktovik</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="352" />
+      <source>Mayan Numerals</source>
+      <translation>Numerales Mayas</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="353" />
+      <source>Tai Xuan Jing Symbols</source>
+      <translation>Símbolos Tai Xuan Jing</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="354" />
+      <source>Counting Rod Numerals</source>
+      <translation>Números de Conteo Rod</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="355" />
+      <source>Mathematical Alphanumeric Symbols</source>
+      <translation>Símbolos Matemáticos Alfanuméricos</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="356" />
+      <source>Sutton SignWriting</source>
+      <translation>Lenguage de Signos Sutton</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="357" />
+      <source>Latin Extended-G</source>
+      <translation>Latín Extendido G</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="358" />
+      <source>Glagolitic Supplement</source>
+      <translation>Glagolítico Suplementario</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="359" />
+      <source>Cyrillic Extended-D</source>
+      <translation>Cirílico Extendido-D</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="360" />
+      <source>Nyiakeng Puachue Hmong</source>
+      <translation>Nyiakeng Puachue Hmong</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="361" />
+      <source>Toto</source>
+      <translation>Toto</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="362" />
+      <source>Wancho</source>
+      <translation>Wancho</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="363" />
+      <source>Nag Mundari</source>
+      <translation>Nag Mundari</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="364" />
+      <source>Ethiopic Extended-B</source>
+      <translation>Etíope Extendido-B</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="365" />
+      <source>Mende Kikakui</source>
+      <translation>Mende Kikakui</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="366" />
+      <source>Adlam</source>
+      <translation>Adlam</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="367" />
+      <source>Indic Siyaq Numbers</source>
+      <translation>Números Siyaq Índicos</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="368" />
+      <source>Ottoman Siyaq Numbers</source>
+      <translation>Números Siyaq Otomanos</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="372" />
+      <source>Arabic Mathematical Alphabetic Symbols</source>
+      <translation>Símbolos Alfabéticos Matemáticos Arábicos</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="374" />
+      <source>Mahjong Tiles</source>
+      <translation>Fichas Mahjong</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="375" />
+      <source>Domino Tiles</source>
+      <translation>Fichas Dominó</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="376" />
+      <source>Playing Cards</source>
+      <translation>Cartas</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="377" />
+      <source>Enclosed Alphanumeric Supplement</source>
+      <translation>Alfanuméricos Delimitados Suplementario</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="378" />
+      <source>Enclosed Ideographic Supplement</source>
+      <translation>Ideográficos Delimitados Suplementario</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="382" />
+      <source>Miscellaneous Symbols And Pictographs</source>
+      <translation>Pictografos y Símbolos Misceláneos</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="384" />
+      <source>Emoticons</source>
+      <translation>Emoticonos</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="385" />
+      <source>Ornamental Dingbats</source>
+      <translation>Florituras Ornamentales</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="386" />
+      <source>Transport And Map Symbols</source>
+      <translation>Símbolos de Mapas y Transportes</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="387" />
+      <source>Alchemical Symbols</source>
+      <translation>Símbolos de Alquimia</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="388" />
+      <source>Geometric Shapes Extended</source>
+      <translation>Formas Geométricas Extendido</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="389" />
+      <source>Supplemental Arrows-C</source>
+      <translation>Flechas Suplementario-C</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="390" />
+      <source>Supplemental Symbols and Pictographs</source>
+      <translation>Símbolos y Pictogramas Suplementario</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="391" />
+      <source>Chess Symbols</source>
+      <translation>Símbolos Ajedrez</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="392" />
+      <source>Symbols and Pictographs Extended-A</source>
+      <translation>Símbolos y Pictogramas Extendido-A</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="393" />
+      <source>Symbols for Legacy Computing</source>
+      <translation>Símbolos para Computación Heredada</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="394" />
+      <source>CJK Unified Ideographs Extension B</source>
+      <translation>Ideogramas Unificados CJK Extensión B</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="395" />
+      <source>CJK Unified Ideographs Extension C</source>
+      <translation>Ideogramas Unificados CJK Extensión C</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="396" />
+      <source>CJK Unified Ideographs Extension D</source>
+      <translation>Ideogramas Unificados CJK Extensión D</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="397" />
+      <source>CJK Unified Ideographs Extension E</source>
+      <translation>Ideogramas Unificados CJK Extensión E</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="398" />
+      <source>CJK Unified Ideographs Extension F</source>
+      <translation>Ideogramas Unificados CJK Extensión F</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="399" />
+      <source>CJK Unified Ideographs Extension I</source>
+      <translation>Ideogramas Unificados CJK Extensión I</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="400" />
+      <source>CJK Compatapility Ideogr. Suppl.</source>
+      <translation>Compatibilidad Ideogr. CJK Supl.</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="401" />
+      <source>CJK Unified Ideographs Extension G</source>
+      <translation>Ideogramas Unificados CJK Extensión G</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="402" />
+      <source>CJK Unified Ideographs Extension H</source>
+      <translation>Ideogramas Unificados CJK Extensión H</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="403" />
+      <source>Tags</source>
+      <translation>Etiquetas</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="404" />
+      <source>Variation Selectors Supplement</source>
+      <translation>Selectores de Variación Suplementario</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="405" />
+      <source>Supplementary Private Use Area-A</source>
+      <translation>Uso Privado Suplementario Área-A</translation>
+    </message>
+    <message>
+      <location filename="../UI/SymbolsWidget.py" line="406" />
       <source>Supplementary Private Use Area-B</source>
       <translation>Uso Privado Suplementario Área-B</translation>
     </message>
@@ -83505,27 +84079,27 @@
   <context>
     <name>SyntaxCheckService</name>
     <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="244" />
+      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="245" />
       <source>Python 3 batch check</source>
       <translation>Python 3 comprobación por lotes</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="264" />
+      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="265" />
       <source>JavaScript batch check</source>
       <translation>Javascript comprobación por lotes</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="284" />
+      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="285" />
       <source>YAML batch check</source>
       <translation>YAML comprobación por lotes</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="304" />
+      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="305" />
       <source>JSON batch check</source>
       <translation>JSON comprobación por lotes</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="324" />
+      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="325" />
       <source>TOML batch check</source>
       <translation>TOML comprobación por lotes</translation>
     </message>
@@ -84806,7 +85380,7 @@
       <translation>Instrucciones para MicroPython Flash</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="318" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="316" />
       <location filename="../MicroPython/Devices/TeensyDevices.py" line="154" />
       <source>Flash MicroPython Firmware</source>
       <translation>Flash MicroPython Firmware</translation>
@@ -84847,17 +85421,17 @@
       <translation>Versión de MicroPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="319" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="317" />
       <source>&lt;p&gt;Teensy 4.0 and Teensy 4.1 are flashed using the 'Teensy Loader' application. Make sure you downloaded the MicroPython or CircuitPython .hex file.&lt;/p&gt;&lt;p&gt;See &lt;a href="{0}"&gt;the PJRC Teensy web site&lt;/a&gt; for details.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Teensy 4.0 y Teensy 4.1 se flashean utilizando la aplicación 'Teensy Loader'. Asegurar que se ha descargado el archivo hex de MicroPython o CircuitPython.&lt;/p&gt;&lt;p&gt;Ver &lt;a href="{0}"&gt;el sitio web de PJRC Teensy&lt;/a&gt; para más detalles.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="341" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="339" />
       <source>Start 'Teensy Loader'</source>
       <translation>Iniciar 'Teensy Loader'</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="342" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="340" />
       <source>&lt;p&gt;The 'Teensy Loader' application &lt;b&gt;teensy&lt;/b&gt; could not be started. Ensure it is in the application search path or start it manually.&lt;/p&gt;</source>
       <translation>&lt;p&gt;La aplicación 'Teensy Loader' &lt;b&gt;teensy&lt;/b&gt; no se ha podido iniciar. Asegurar que está en la ruta de búsqueda de aplicaciones o iniciarla manualmente.&lt;/p&gt;</translation>
     </message>
@@ -88550,2190 +89124,2190 @@
   <context>
     <name>UserInterface</name>
     <message>
-      <location filename="../UI/UserInterface.py" line="307" />
+      <location filename="../UI/UserInterface.py" line="308" />
       <source>Initializing Basic Services...</source>
       <translation>Inicializando Servicios Básicos...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="342" />
+      <location filename="../UI/UserInterface.py" line="343" />
       <source>Initializing Plugin Manager...</source>
       <translation>Inicializando el administrador de Plugins...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="349" />
+      <location filename="../UI/UserInterface.py" line="350" />
       <source>Generating Main User Interface...</source>
       <translation>Generando la interfaz general de usuario...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="407" />
+      <location filename="../UI/UserInterface.py" line="408" />
       <source>Setting up signal/slot-connections...</source>
       <translation>Configuracion de conexiones signal/slot...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="595" />
+      <location filename="../UI/UserInterface.py" line="602" />
       <source>Initializing Tools...</source>
       <translation>Inicializando Herramientas...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="606" />
+      <location filename="../UI/UserInterface.py" line="613" />
       <source>Registering Objects...</source>
       <translation>Registrando Objetos...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="640" />
+      <location filename="../UI/UserInterface.py" line="647" />
       <source>Initializing Actions...</source>
       <translation>Inicializando Acciones...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="642" />
+      <location filename="../UI/UserInterface.py" line="649" />
       <source>Initializing Menus...</source>
       <translation>Inicializando Menues...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="644" />
+      <location filename="../UI/UserInterface.py" line="651" />
       <source>Initializing Toolbars...</source>
       <translation>Inicializando Barras de Herramientas...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="646" />
+      <location filename="../UI/UserInterface.py" line="653" />
       <source>Initializing Statusbar...</source>
       <translation>Inicializando Barra de estado...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="673" />
+      <location filename="../UI/UserInterface.py" line="680" />
       <source>Initializing Single Application Server...</source>
       <translation>Incializando el servidor de aplicaciones simples...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="679" />
+      <location filename="../UI/UserInterface.py" line="686" />
       <source>Initializing Plugins...</source>
       <translation>Inicializando Plugins...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="682" />
+      <location filename="../UI/UserInterface.py" line="689" />
       <source>Activating Plugins...</source>
       <translation>Activando Plugins...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="684" />
+      <location filename="../UI/UserInterface.py" line="691" />
       <source>Generating Plugins Toolbars...</source>
       <translation>Generando Barras de Herramientas para Plugins...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="687" />
+      <location filename="../UI/UserInterface.py" line="694" />
       <source>Cleaning Plugins Download Area...</source>
       <translation>Limpiar Área de Descarga de Plugins...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="697" />
+      <location filename="../UI/UserInterface.py" line="704" />
       <source>Restoring Toolbarmanager...</source>
       <translation>Restaurando Gestor de Barras de Herramientas...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="705" />
+      <location filename="../UI/UserInterface.py" line="712" />
       <source>Setting View Profile...</source>
       <translation>Estableciendo Perfil de Vista...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="718" />
+      <location filename="../UI/UserInterface.py" line="725" />
       <source>Reading Tasks...</source>
       <translation>Leyendo tareas...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="723" />
+      <location filename="../UI/UserInterface.py" line="730" />
       <source>Reading Templates...</source>
       <translation>Leyendo Plantillas...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="728" />
+      <location filename="../UI/UserInterface.py" line="735" />
       <source>Starting Debugger...</source>
       <translation>Iniciando Depurador...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2188" />
-      <location filename="../UI/UserInterface.py" line="1079" />
+      <location filename="../UI/UserInterface.py" line="2195" />
+      <location filename="../UI/UserInterface.py" line="1086" />
       <source>Left Toolbox</source>
       <translation>Caja de herramientas de la Izquierda</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2234" />
-      <location filename="../UI/UserInterface.py" line="1089" />
+      <location filename="../UI/UserInterface.py" line="2241" />
+      <location filename="../UI/UserInterface.py" line="1096" />
       <source>Horizontal Toolbox</source>
       <translation>Caja de Herramientas Horizontal</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2211" />
-      <location filename="../UI/UserInterface.py" line="1100" />
+      <location filename="../UI/UserInterface.py" line="2218" />
+      <location filename="../UI/UserInterface.py" line="1107" />
       <source>Right Toolbox</source>
       <translation>Caja de herramientas de la Derecha</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2030" />
-      <location filename="../UI/UserInterface.py" line="1294" />
-      <location filename="../UI/UserInterface.py" line="1110" />
+      <location filename="../UI/UserInterface.py" line="2037" />
+      <location filename="../UI/UserInterface.py" line="1301" />
+      <location filename="../UI/UserInterface.py" line="1117" />
       <source>Multiproject-Viewer</source>
       <translation>Visor de Multiproyecto</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2008" />
-      <location filename="../UI/UserInterface.py" line="1300" />
-      <location filename="../UI/UserInterface.py" line="1116" />
+      <location filename="../UI/UserInterface.py" line="2015" />
+      <location filename="../UI/UserInterface.py" line="1307" />
+      <location filename="../UI/UserInterface.py" line="1123" />
       <source>Project-Viewer</source>
       <translation>Visor de Proyecto</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2570" />
-      <location filename="../UI/UserInterface.py" line="2569" />
-      <location filename="../UI/UserInterface.py" line="1307" />
-      <location filename="../UI/UserInterface.py" line="1123" />
+      <location filename="../UI/UserInterface.py" line="2577" />
+      <location filename="../UI/UserInterface.py" line="2576" />
+      <location filename="../UI/UserInterface.py" line="1314" />
+      <location filename="../UI/UserInterface.py" line="1130" />
       <source>Find/Replace In Files</source>
       <translation>Buscar/Reemplazar en Archivos</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2593" />
-      <location filename="../UI/UserInterface.py" line="2592" />
-      <location filename="../UI/UserInterface.py" line="1314" />
-      <location filename="../UI/UserInterface.py" line="1130" />
+      <location filename="../UI/UserInterface.py" line="2600" />
+      <location filename="../UI/UserInterface.py" line="2599" />
+      <location filename="../UI/UserInterface.py" line="1321" />
+      <location filename="../UI/UserInterface.py" line="1137" />
       <source>Find File</source>
       <translation>Buscar archivo</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1320" />
-      <location filename="../UI/UserInterface.py" line="1136" />
+      <location filename="../UI/UserInterface.py" line="1327" />
+      <location filename="../UI/UserInterface.py" line="1143" />
       <source>VCS Status</source>
       <translation>Estado de VCS</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2163" />
-      <location filename="../UI/UserInterface.py" line="1327" />
-      <location filename="../UI/UserInterface.py" line="1143" />
+      <location filename="../UI/UserInterface.py" line="2170" />
+      <location filename="../UI/UserInterface.py" line="1334" />
+      <location filename="../UI/UserInterface.py" line="1150" />
       <source>Template-Viewer</source>
       <translation>Visor de Plantillas</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2096" />
-      <location filename="../UI/UserInterface.py" line="1334" />
-      <location filename="../UI/UserInterface.py" line="1150" />
-      <source>File-Browser</source>
-      <translation>Explorador de archivos</translation>
-    </message>
-    <message>
+      <location filename="../UI/UserInterface.py" line="2103" />
       <location filename="../UI/UserInterface.py" line="1341" />
       <location filename="../UI/UserInterface.py" line="1157" />
+      <source>File-Browser</source>
+      <translation>Explorador de archivos</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1348" />
+      <location filename="../UI/UserInterface.py" line="1164" />
       <source>Symbols</source>
       <translation>Símbolos</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2052" />
-      <location filename="../UI/UserInterface.py" line="1363" />
-      <location filename="../UI/UserInterface.py" line="1357" />
-      <location filename="../UI/UserInterface.py" line="1167" />
+      <location filename="../UI/UserInterface.py" line="2059" />
+      <location filename="../UI/UserInterface.py" line="1370" />
+      <location filename="../UI/UserInterface.py" line="1364" />
+      <location filename="../UI/UserInterface.py" line="1174" />
       <source>Debug-Viewer</source>
       <translation>Visor Depurador</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2424" />
-      <location filename="../UI/UserInterface.py" line="2423" />
-      <location filename="../UI/UserInterface.py" line="1370" />
-      <location filename="../UI/UserInterface.py" line="1174" />
+      <location filename="../UI/UserInterface.py" line="2431" />
+      <location filename="../UI/UserInterface.py" line="2430" />
+      <location filename="../UI/UserInterface.py" line="1377" />
+      <location filename="../UI/UserInterface.py" line="1181" />
       <source>Code Documentation Viewer</source>
       <translation>Visor de Documentación de Código</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2639" />
-      <location filename="../UI/UserInterface.py" line="2638" />
-      <location filename="../UI/UserInterface.py" line="1377" />
-      <location filename="../UI/UserInterface.py" line="1181" />
+      <location filename="../UI/UserInterface.py" line="2646" />
+      <location filename="../UI/UserInterface.py" line="2645" />
+      <location filename="../UI/UserInterface.py" line="1384" />
+      <location filename="../UI/UserInterface.py" line="1188" />
       <source>Help Viewer</source>
       <translation>Visor de Ayuda</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3543" />
-      <location filename="../UI/UserInterface.py" line="2519" />
-      <location filename="../UI/UserInterface.py" line="2518" />
-      <location filename="../UI/UserInterface.py" line="1383" />
-      <location filename="../UI/UserInterface.py" line="1187" />
+      <location filename="../UI/UserInterface.py" line="3550" />
+      <location filename="../UI/UserInterface.py" line="2526" />
+      <location filename="../UI/UserInterface.py" line="2525" />
+      <location filename="../UI/UserInterface.py" line="1390" />
+      <location filename="../UI/UserInterface.py" line="1194" />
       <source>Plugin Repository</source>
       <translation>Repositorio de Plugins</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2543" />
-      <location filename="../UI/UserInterface.py" line="2542" />
-      <location filename="../UI/UserInterface.py" line="1389" />
-      <location filename="../UI/UserInterface.py" line="1193" />
+      <location filename="../UI/UserInterface.py" line="2550" />
+      <location filename="../UI/UserInterface.py" line="2549" />
+      <location filename="../UI/UserInterface.py" line="1396" />
+      <location filename="../UI/UserInterface.py" line="1200" />
       <source>Virtual Environments</source>
       <translation>Entornos Virtuales</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2451" />
-      <location filename="../UI/UserInterface.py" line="2450" />
-      <location filename="../UI/UserInterface.py" line="1394" />
-      <location filename="../UI/UserInterface.py" line="1198" />
+      <location filename="../UI/UserInterface.py" line="2458" />
+      <location filename="../UI/UserInterface.py" line="2457" />
+      <location filename="../UI/UserInterface.py" line="1401" />
+      <location filename="../UI/UserInterface.py" line="1205" />
       <source>PyPI</source>
       <translation>PyPI</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2473" />
-      <location filename="../UI/UserInterface.py" line="2472" />
-      <location filename="../UI/UserInterface.py" line="1401" />
-      <location filename="../UI/UserInterface.py" line="1203" />
+      <location filename="../UI/UserInterface.py" line="2480" />
+      <location filename="../UI/UserInterface.py" line="2479" />
+      <location filename="../UI/UserInterface.py" line="1408" />
+      <location filename="../UI/UserInterface.py" line="1210" />
       <source>Conda</source>
       <translation>Conda</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1408" />
-      <location filename="../UI/UserInterface.py" line="1210" />
+      <location filename="../UI/UserInterface.py" line="1415" />
+      <location filename="../UI/UserInterface.py" line="1217" />
       <source>Cooperation</source>
       <translation>Cooperación</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2351" />
-      <location filename="../UI/UserInterface.py" line="1412" />
-      <location filename="../UI/UserInterface.py" line="1215" />
+      <location filename="../UI/UserInterface.py" line="2358" />
+      <location filename="../UI/UserInterface.py" line="1419" />
+      <location filename="../UI/UserInterface.py" line="1222" />
       <source>IRC</source>
       <translation>IRC</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2495" />
-      <location filename="../UI/UserInterface.py" line="2494" />
-      <location filename="../UI/UserInterface.py" line="1418" />
-      <location filename="../UI/UserInterface.py" line="1222" />
+      <location filename="../UI/UserInterface.py" line="2502" />
+      <location filename="../UI/UserInterface.py" line="2501" />
+      <location filename="../UI/UserInterface.py" line="1425" />
+      <location filename="../UI/UserInterface.py" line="1229" />
       <source>MicroPython</source>
       <translation>MicroPython</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2074" />
-      <location filename="../UI/UserInterface.py" line="1426" />
-      <location filename="../UI/UserInterface.py" line="1230" />
+      <location filename="../UI/UserInterface.py" line="2081" />
+      <location filename="../UI/UserInterface.py" line="1433" />
+      <location filename="../UI/UserInterface.py" line="1237" />
       <source>Shell</source>
       <translation>Shell</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2140" />
-      <location filename="../UI/UserInterface.py" line="1432" />
-      <location filename="../UI/UserInterface.py" line="1234" />
+      <location filename="../UI/UserInterface.py" line="2147" />
+      <location filename="../UI/UserInterface.py" line="1439" />
+      <location filename="../UI/UserInterface.py" line="1241" />
       <source>Task-Viewer</source>
       <translation>Visor de Tareas</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2118" />
-      <location filename="../UI/UserInterface.py" line="1438" />
-      <location filename="../UI/UserInterface.py" line="1238" />
+      <location filename="../UI/UserInterface.py" line="2125" />
+      <location filename="../UI/UserInterface.py" line="1445" />
+      <location filename="../UI/UserInterface.py" line="1245" />
       <source>Log-Viewer</source>
       <translation>Visor Log</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1445" />
-      <location filename="../UI/UserInterface.py" line="1245" />
+      <location filename="../UI/UserInterface.py" line="1452" />
+      <location filename="../UI/UserInterface.py" line="1252" />
       <source>Numbers</source>
       <translation>Números</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1820" />
+      <location filename="../UI/UserInterface.py" line="1827" />
       <source>{0} - Passive Mode</source>
       <translation>{0} - Modo Pasivo</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1829" />
-      <location filename="../UI/UserInterface.py" line="1823" />
+      <location filename="../UI/UserInterface.py" line="1836" />
+      <location filename="../UI/UserInterface.py" line="1830" />
       <source>{0} - {1} - Passive Mode</source>
       <translation>{0} - {1} - Modo Pasivo</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1835" />
+      <location filename="../UI/UserInterface.py" line="1842" />
       <source>{0} - {1} - {2} - Passive Mode</source>
       <translation>{0} - {1} - {2} - Modo Pasivo</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1861" />
+      <location filename="../UI/UserInterface.py" line="1868" />
       <source>Quit</source>
       <translation>Salir</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1863" />
+      <location filename="../UI/UserInterface.py" line="1870" />
       <source>&amp;Quit</source>
       <translation>&amp;Salir</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1864" />
+      <location filename="../UI/UserInterface.py" line="1871" />
       <source>Ctrl+Q</source>
       <comment>File|Quit</comment>
       <translation>Ctrl+Q</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1869" />
+      <location filename="../UI/UserInterface.py" line="1876" />
       <source>Quit the IDE</source>
       <translation>Salir del IDE</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1871" />
+      <location filename="../UI/UserInterface.py" line="1878" />
       <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Salir del IDE&lt;/b&gt;&lt;p&gt;Sale del IDE. Salve primero cualquier cambio que no haya guardado. Se detendran las depuraciones en curso y las preferencias se guardarán en disco.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1885" />
-      <location filename="../UI/UserInterface.py" line="1883" />
+      <location filename="../UI/UserInterface.py" line="1892" />
+      <location filename="../UI/UserInterface.py" line="1890" />
       <source>Restart</source>
       <translation>Reiniciar</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1886" />
-      <source>Ctrl+Shift+Q</source>
-      <comment>File|Quit</comment>
-      <translation>Ctrl+Shift+Q</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1891" />
-      <source>Restart the IDE</source>
-      <translation>Reiniciar la IDE</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="1893" />
+      <source>Ctrl+Shift+Q</source>
+      <comment>File|Quit</comment>
+      <translation>Ctrl+Shift+Q</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1898" />
+      <source>Restart the IDE</source>
+      <translation>Reiniciar la IDE</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1900" />
       <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;This restarts the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Reiniciar la IDE&lt;/b&gt;&lt;p&gt;Reinicia la IDE. Todos los cambios sin guardar pueden ser guardados primero. Cualquier programa de Python que esté en depuración será detenido, y las preferencias se guardarán en disco.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="1918" />
       <location filename="../UI/UserInterface.py" line="1911" />
-      <location filename="../UI/UserInterface.py" line="1904" />
       <source>Save session</source>
       <translation>Guardar sesión</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1905" />
+      <location filename="../UI/UserInterface.py" line="1912" />
       <source>Save session...</source>
       <translation>Guardar sesión...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1913" />
+      <location filename="../UI/UserInterface.py" line="1920" />
       <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Guardar sesión...&lt;/b&gt;&lt;p&gt;Guarda la sesión actual a disco. Se muestra un diálogo para seleccionar el nombre de archivo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7722" />
+      <location filename="../UI/UserInterface.py" line="7729" />
+      <location filename="../UI/UserInterface.py" line="1937" />
       <location filename="../UI/UserInterface.py" line="1930" />
-      <location filename="../UI/UserInterface.py" line="1923" />
       <source>Load session</source>
       <translation>Cargar sesión</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1924" />
+      <location filename="../UI/UserInterface.py" line="1931" />
       <source>Load session...</source>
       <translation>Cargar sesión...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1932" />
+      <location filename="../UI/UserInterface.py" line="1939" />
       <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Cargar sesión...&lt;/b&gt;&lt;p&gt;Carga una sesión guardada en disco anteriormente. Se muestra un diálogo para seleccionar el nombre de archivo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1942" />
+      <location filename="../UI/UserInterface.py" line="1949" />
       <source>New Window</source>
       <translation>Nueva Ventana</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1944" />
+      <location filename="../UI/UserInterface.py" line="1951" />
       <source>New &amp;Window</source>
       <translation>Nueva &amp;Ventana</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1945" />
+      <location filename="../UI/UserInterface.py" line="1952" />
       <source>Ctrl+Shift+N</source>
       <comment>File|New Window</comment>
       <translation>Ctrl+Shift+N</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1950" />
+      <location filename="../UI/UserInterface.py" line="1957" />
       <source>Open a new eric instance</source>
       <translation>Abrir una nueva instancia de eric</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1952" />
+      <location filename="../UI/UserInterface.py" line="1959" />
       <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric IDE.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Nueva Ventana&lt;/b&gt;&lt;p&gt;Abre una nueva instancia del IDE eric.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1966" />
-      <location filename="../UI/UserInterface.py" line="1964" />
-      <source>Edit Profile</source>
-      <translation>Perfil de Edición</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="1973" />
+      <location filename="../UI/UserInterface.py" line="1971" />
+      <source>Edit Profile</source>
+      <translation>Perfil de Edición</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1980" />
       <source>Activate the edit view profile</source>
       <translation>Activar el perfil de vista de edición</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1975" />
+      <location filename="../UI/UserInterface.py" line="1982" />
       <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Perfil de Edición&lt;/b&gt;&lt;p&gt;Activar "Perfil de Vista de Edición". Las ventanas que se muestran, si este perfil esta activo, pueden ser configuradas con el diálogo "Ver Configuración de Perfil".&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1988" />
-      <location filename="../UI/UserInterface.py" line="1986" />
-      <source>Debug Profile</source>
-      <translation>Perfil de Depuración</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="1995" />
+      <location filename="../UI/UserInterface.py" line="1993" />
+      <source>Debug Profile</source>
+      <translation>Perfil de Depuración</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2002" />
       <source>Activate the debug view profile</source>
       <translation>Activar el perfil de vista de depuración</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1997" />
+      <location filename="../UI/UserInterface.py" line="2004" />
       <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Perfil de Depuración&lt;/b&gt;&lt;p&gt;Activar "Perfil de Vista de Depuracion". Las ventanas que se muestran, si este perfil esta activo, pueden ser configuradas con el diálogo "Ver Configuración de Perfil".&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2009" />
-      <source>&amp;Project-Viewer</source>
-      <translation>Visor de &amp;Proyecto</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2010" />
-      <source>Alt+Shift+P</source>
-      <translation>Alt+Shift+P</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2016" />
+      <source>&amp;Project-Viewer</source>
+      <translation>Visor de &amp;Proyecto</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2017" />
+      <source>Alt+Shift+P</source>
+      <translation>Alt+Shift+P</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2023" />
       <source>Switch the input focus to the Project-Viewer window.</source>
       <translation>Cambiar el foco de input a la ventana de Visor de Proyecto.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2019" />
+      <location filename="../UI/UserInterface.py" line="2026" />
       <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Activar Visor de Proyectos&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Visor de Proyecto.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2031" />
-      <source>&amp;Multiproject-Viewer</source>
-      <translation>Visor de &amp;Multiproyecto</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2032" />
-      <source>Alt+Shift+M</source>
-      <translation>Alt+Shift+M</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2038" />
+      <source>&amp;Multiproject-Viewer</source>
+      <translation>Visor de &amp;Multiproyecto</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2039" />
+      <source>Alt+Shift+M</source>
+      <translation>Alt+Shift+M</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2045" />
       <source>Switch the input focus to the Multiproject-Viewer window.</source>
       <translation>Cambiar el foco de input a la ventana de Visor de Multiproyecto.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2041" />
+      <location filename="../UI/UserInterface.py" line="2048" />
       <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Activar Visor de Multiproyecto&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Visor de Multiproyecto.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2053" />
-      <source>&amp;Debug-Viewer</source>
-      <translation>Visor &amp;Depurador</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2054" />
-      <source>Alt+Shift+D</source>
-      <translation>Alt+Shift+D</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2060" />
+      <source>&amp;Debug-Viewer</source>
+      <translation>Visor &amp;Depurador</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2061" />
+      <source>Alt+Shift+D</source>
+      <translation>Alt+Shift+D</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2067" />
       <source>Switch the input focus to the Debug-Viewer window.</source>
       <translation>Cambiar el foco de input a la ventana de Visor de Depuración.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2063" />
+      <location filename="../UI/UserInterface.py" line="2070" />
       <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Activar Visor de Depuración&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Visor de Depuración.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2075" />
-      <source>&amp;Shell</source>
-      <translation>&amp;Shell</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2076" />
-      <source>Alt+Shift+S</source>
-      <translation>Alt+Shift+S</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2082" />
+      <source>&amp;Shell</source>
+      <translation>&amp;Shell</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2083" />
+      <source>Alt+Shift+S</source>
+      <translation>Alt+Shift+S</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2089" />
       <source>Switch the input focus to the Shell window.</source>
       <translation>Cambiar el foco de input a la ventana de Shell.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2085" />
+      <location filename="../UI/UserInterface.py" line="2092" />
       <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Activar Shell&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Shell.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2097" />
-      <source>&amp;File-Browser</source>
-      <translation>Na&amp;vegador de archivos</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2098" />
-      <source>Alt+Shift+F</source>
-      <translation>Alt+Shift+F</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2104" />
+      <source>&amp;File-Browser</source>
+      <translation>Na&amp;vegador de archivos</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2105" />
+      <source>Alt+Shift+F</source>
+      <translation>Alt+Shift+F</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2111" />
       <source>Switch the input focus to the File-Browser window.</source>
       <translation>Cambiar el foco de input a la ventana de Navegador de Archivos.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2107" />
+      <location filename="../UI/UserInterface.py" line="2114" />
       <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Activar Navegador de Archivos&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Navegador de Archivos.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2119" />
-      <source>Lo&amp;g-Viewer</source>
-      <translation>Visor de Lo&amp;g</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2120" />
-      <source>Alt+Shift+G</source>
-      <translation>Alt+Shift+G</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2126" />
+      <source>Lo&amp;g-Viewer</source>
+      <translation>Visor de Lo&amp;g</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2127" />
+      <source>Alt+Shift+G</source>
+      <translation>Alt+Shift+G</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2133" />
       <source>Switch the input focus to the Log-Viewer window.</source>
       <translation>Cambiar el foco de input a la ventana de Visor de Log.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2129" />
+      <location filename="../UI/UserInterface.py" line="2136" />
       <source>&lt;b&gt;Activate Log-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Log-Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Activar Visor de Log&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Visor de Log.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2141" />
-      <source>&amp;Task-Viewer</source>
-      <translation>Visor de &amp;Tareas</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2142" />
-      <source>Alt+Shift+T</source>
-      <translation>Alt+Shift+T</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2148" />
+      <source>&amp;Task-Viewer</source>
+      <translation>Visor de &amp;Tareas</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2149" />
+      <source>Alt+Shift+T</source>
+      <translation>Alt+Shift+T</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2155" />
       <source>Switch the input focus to the Task-Viewer window.</source>
       <translation>Cambiar el foco de input a la ventana de Visor de Tareas.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2151" />
+      <location filename="../UI/UserInterface.py" line="2158" />
       <source>&lt;b&gt;Activate Task-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Task-Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Activar Visor de Tareas&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Visor de Tareas.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2164" />
-      <source>Templ&amp;ate-Viewer</source>
-      <translation>Visor de Pl&amp;antillas</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2165" />
-      <source>Alt+Shift+A</source>
-      <translation>Alt+Shift+A</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2171" />
+      <source>Templ&amp;ate-Viewer</source>
+      <translation>Visor de Pl&amp;antillas</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2172" />
+      <source>Alt+Shift+A</source>
+      <translation>Alt+Shift+A</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2178" />
       <source>Switch the input focus to the Template-Viewer window.</source>
       <translation>Cambiar el foco de input a la ventana de Visor de Plantillas.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2174" />
+      <location filename="../UI/UserInterface.py" line="2181" />
       <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Activar Visor de Plantillas&lt;/b&gt;&lt;p&gt;Cambiar el foco de input a la ventana de Visor de Plantillas.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2189" />
-      <source>&amp;Left Toolbox</source>
-      <translation>Caja de herramientas de &amp;la Izquierda</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2196" />
+      <source>&amp;Left Toolbox</source>
+      <translation>Caja de herramientas de &amp;la Izquierda</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2203" />
       <source>Toggle the Left Toolbox window</source>
       <translation>Conmutar la ventana de Caja de Herramientas a la izquierda</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2198" />
+      <location filename="../UI/UserInterface.py" line="2205" />
       <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Conmutar la Caja de Herramientas de la izquierda&lt;/b&gt;&lt;p&gt;Si la ventana Caja de Herramientas de la izquierda está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2212" />
-      <source>&amp;Right Toolbox</source>
-      <translation>Caja de herramientas de la De&amp;recha</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2219" />
+      <source>&amp;Right Toolbox</source>
+      <translation>Caja de herramientas de la De&amp;recha</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2226" />
       <source>Toggle the Right Toolbox window</source>
       <translation>Conmutar la ventana de Caja de Herramientas a la derecha</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2221" />
+      <location filename="../UI/UserInterface.py" line="2228" />
       <source>&lt;b&gt;Toggle the Right Toolbox window&lt;/b&gt;&lt;p&gt;If the Right Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Conmutar la Caja de Herramientas de la derecha&lt;/b&gt;&lt;p&gt;Si la ventana Caja de Herramientas de la derecha está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2235" />
-      <source>&amp;Horizontal Toolbox</source>
-      <translation>Caja de Herramientas &amp;Horizontal</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2242" />
+      <source>&amp;Horizontal Toolbox</source>
+      <translation>Caja de Herramientas &amp;Horizontal</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2249" />
       <source>Toggle the Horizontal Toolbox window</source>
       <translation>Conmutar la ventana de Caja de Herramientas Horizontal</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2244" />
+      <location filename="../UI/UserInterface.py" line="2251" />
       <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Conmutar la ventana de Caja de Herramientas Horizontal&lt;/b&gt;&lt;p&gt;Si la ventana de Caja de Herramientas Horizontal está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2257" />
+      <location filename="../UI/UserInterface.py" line="2264" />
       <source>Left Sidebar</source>
       <translation>Barra Lateral a la Izquierda</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2258" />
-      <source>&amp;Left Sidebar</source>
-      <translation>Barra &amp;Lateral a la Izquierda</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2265" />
+      <source>&amp;Left Sidebar</source>
+      <translation>Barra &amp;Lateral a la Izquierda</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2272" />
       <source>Toggle the left sidebar window</source>
       <translation>Conmutar la barra lateral a la izquierda</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2267" />
+      <location filename="../UI/UserInterface.py" line="2274" />
       <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Conmutar la barra lateral a la izquierda&lt;/b&gt;&lt;p&gt;Si la barra lateral a la izquierda está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2280" />
+      <location filename="../UI/UserInterface.py" line="2287" />
       <source>Right Sidebar</source>
       <translation>Barra Lateral a la Derecha</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2281" />
-      <source>&amp;Right Sidebar</source>
-      <translation>Ba&amp;rra Lateral a la Derecha</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2288" />
+      <source>&amp;Right Sidebar</source>
+      <translation>Ba&amp;rra Lateral a la Derecha</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2295" />
       <source>Toggle the right sidebar window</source>
       <translation>Conmutar la ventana de barra lateral de la derecha</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2290" />
+      <location filename="../UI/UserInterface.py" line="2297" />
       <source>&lt;b&gt;Toggle the right sidebar window&lt;/b&gt;&lt;p&gt;If the right sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Conmutar la ventana de barra lateral de la derecha&lt;/b&gt;&lt;p&gt;Si la ventana de barra lateral a la derecha está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2303" />
+      <location filename="../UI/UserInterface.py" line="2310" />
       <source>Bottom Sidebar</source>
       <translation>Barra Lateral Inferior</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2304" />
-      <source>&amp;Bottom Sidebar</source>
-      <translation>&amp;Barra Lateral Inferior</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2311" />
+      <source>&amp;Bottom Sidebar</source>
+      <translation>&amp;Barra Lateral Inferior</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2318" />
       <source>Toggle the bottom sidebar window</source>
       <translation>Conmutar la barra lateral inferior</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2313" />
+      <location filename="../UI/UserInterface.py" line="2320" />
       <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Conmutar la barra lateral inferior&lt;/b&gt;&lt;p&gt;Si la barra lateral inferior está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2326" />
+      <location filename="../UI/UserInterface.py" line="2333" />
       <source>Cooperation-Viewer</source>
       <translation>Visor de Cooperación</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2327" />
-      <source>Co&amp;operation-Viewer</source>
-      <translation>Visor de Co&amp;operación</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2328" />
-      <source>Alt+Shift+O</source>
-      <translation>Alt+Shift+O</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2334" />
+      <source>Co&amp;operation-Viewer</source>
+      <translation>Visor de Co&amp;operación</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2335" />
+      <source>Alt+Shift+O</source>
+      <translation>Alt+Shift+O</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2341" />
       <source>Switch the input focus to the Cooperation-Viewer window.</source>
       <translation>Cambiar el foco de input a la ventana de Visor de Cooperación.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2337" />
+      <location filename="../UI/UserInterface.py" line="2344" />
       <source>&lt;b&gt;Activate Cooperation-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Cooperation-Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Activar Visor de Cooperación&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Visor de Cooperación.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2352" />
-      <source>&amp;IRC</source>
-      <translation>&amp;IRC</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2353" />
-      <source>Ctrl+Alt+Shift+I</source>
-      <translation>Ctrl+Alt+Shift+I</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2359" />
+      <source>&amp;IRC</source>
+      <translation>&amp;IRC</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2360" />
+      <source>Ctrl+Alt+Shift+I</source>
+      <translation>Ctrl+Alt+Shift+I</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2366" />
       <source>Switch the input focus to the IRC window.</source>
       <translation>Cambiar el foco de input a la ventana de IRC.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2362" />
+      <location filename="../UI/UserInterface.py" line="2369" />
       <source>&lt;b&gt;Activate IRC&lt;/b&gt;&lt;p&gt;This switches the input focus to the IRC window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Activar IRC&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de IRC.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2373" />
+      <location filename="../UI/UserInterface.py" line="2380" />
       <source>Symbols-Viewer</source>
       <translation>Visor de Símbolos</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2374" />
-      <source>S&amp;ymbols-Viewer</source>
-      <translation>Visor de S&amp;ímbolos</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2375" />
-      <source>Alt+Shift+Y</source>
-      <translation>Alt+Shift+Y</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2381" />
+      <source>S&amp;ymbols-Viewer</source>
+      <translation>Visor de S&amp;ímbolos</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2382" />
+      <source>Alt+Shift+Y</source>
+      <translation>Alt+Shift+Y</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2388" />
       <source>Switch the input focus to the Symbols-Viewer window.</source>
       <translation>Cambiar el foco de input a la ventana de Visor de Símbolos.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2384" />
+      <location filename="../UI/UserInterface.py" line="2391" />
       <source>&lt;b&gt;Activate Symbols-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Symbols-Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Activar Visor de Símbolos&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Visor de Símbolos.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2398" />
+      <location filename="../UI/UserInterface.py" line="2405" />
       <source>Numbers-Viewer</source>
       <translation>Visor de Números</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2399" />
-      <source>Num&amp;bers-Viewer</source>
-      <translation>Visor de Nú&amp;meros</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2400" />
-      <source>Alt+Shift+B</source>
-      <translation>Alt+Shift+B</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2406" />
+      <source>Num&amp;bers-Viewer</source>
+      <translation>Visor de Nú&amp;meros</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2407" />
+      <source>Alt+Shift+B</source>
+      <translation>Alt+Shift+B</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2413" />
       <source>Switch the input focus to the Numbers-Viewer window.</source>
       <translation>Cambiar el foco de input a la ventana de Visor de Números.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2409" />
+      <location filename="../UI/UserInterface.py" line="2416" />
       <source>&lt;b&gt;Activate Numbers-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Numbers-Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Activar Visor de Números&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Visor de Números.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2425" />
+      <location filename="../UI/UserInterface.py" line="2432" />
       <source>Ctrl+Alt+Shift+D</source>
       <translation>Ctrl+Alt+Shift+D</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2431" />
+      <location filename="../UI/UserInterface.py" line="2438" />
       <source>Switch the input focus to the Code Documentation Viewer window.</source>
       <translation>Cambiar el foco de entrada a la ventana de Visor de Documentación de Código.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2436" />
+      <location filename="../UI/UserInterface.py" line="2443" />
       <source>&lt;b&gt;Code Documentation Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Code Documentation Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Visor de Documentación de Código&lt;/b&gt;&lt;p&gt;Cambia el foco de entrada a la ventana del Visor de Documentación de Código.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2452" />
+      <location filename="../UI/UserInterface.py" line="2459" />
       <source>Ctrl+Alt+Shift+P</source>
       <translation>Ctrl+Alt+Shift+P</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2458" />
+      <location filename="../UI/UserInterface.py" line="2465" />
       <source>Switch the input focus to the PyPI window.</source>
       <translation>Cambiar el foco de entrada a la ventana PyPI.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2461" />
+      <location filename="../UI/UserInterface.py" line="2468" />
       <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;Cambia el foco de entrada a la ventana de PyPI.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2474" />
+      <location filename="../UI/UserInterface.py" line="2481" />
       <source>Ctrl+Alt+Shift+C</source>
       <translation>Ctrl+Alt+Shift+C</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2480" />
+      <location filename="../UI/UserInterface.py" line="2487" />
       <source>Switch the input focus to the Conda window.</source>
       <translation>Cambiar el foco de entrada a la ventana de Conda.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2483" />
+      <location filename="../UI/UserInterface.py" line="2490" />
       <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;Cambia el foco de entrada a la ventana de Conda.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2496" />
+      <location filename="../UI/UserInterface.py" line="2503" />
       <source>Ctrl+Alt+Shift+M</source>
       <translation>Ctrl+Alt+Shift+M</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2502" />
+      <location filename="../UI/UserInterface.py" line="2509" />
       <source>Switch the input focus to the MicroPython window.</source>
       <translation>Cambiar el foco de entrada a la ventana de MicroPython.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2505" />
+      <location filename="../UI/UserInterface.py" line="2512" />
       <source>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;This switches the input focus to the MicroPython window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;Cambia el foco de entrada a la ventana de MicroPython.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2520" />
+      <location filename="../UI/UserInterface.py" line="2527" />
       <source>Ctrl+Alt+Shift+R</source>
       <translation>Ctrl+Alt+Shift+R</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2526" />
+      <location filename="../UI/UserInterface.py" line="2533" />
       <source>Switch the input focus to the Plugin Repository window.</source>
       <translation>Cambiar el foco de entrada a la ventana de Repositorio de Plugins.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2529" />
+      <location filename="../UI/UserInterface.py" line="2536" />
       <source>&lt;b&gt;Plugin Repository&lt;/b&gt;&lt;p&gt;This switches the input focus to the Plugin Repository window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Repositorio de Plugins&lt;/b&gt;&lt;p&gt;Cambia el foco de entrada a la ventana de Repositorio de Plugins.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2544" />
+      <location filename="../UI/UserInterface.py" line="2551" />
       <source>Ctrl+Alt+V</source>
       <translation>Ctrl+Alt+V</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2550" />
+      <location filename="../UI/UserInterface.py" line="2557" />
       <source>Switch the input focus to the Virtual Environments Manager window.</source>
       <translation>Cambiar el foco de entrada a la ventana de Gestión de Entornos Virtuales.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2555" />
+      <location filename="../UI/UserInterface.py" line="2562" />
       <source>&lt;b&gt;Virtual Environments&lt;/b&gt;&lt;p&gt;This switches the input focus to the Virtual Environments Manager window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Entornos Virtuales&lt;/b&gt;&lt;p&gt;Cambia el foco de entrada a la ventana de Gestión de Entornos Virtuales.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2571" />
+      <location filename="../UI/UserInterface.py" line="2578" />
       <source>Ctrl+Alt+Shift+F</source>
       <translation>Ctrl+Alt+Shift+F</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2577" />
+      <location filename="../UI/UserInterface.py" line="2584" />
       <source>Switch the input focus to the Find/Replace In Files window.</source>
       <translation>Cambiar el foco de entrada a la ventana de Buscar/Reemplazar en Archivos.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2580" />
+      <location filename="../UI/UserInterface.py" line="2587" />
       <source>&lt;b&gt;Find/Replace In Files&lt;/b&gt;&lt;p&gt;This switches the input focus to the Find/Replace In Files window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Buscar/Reemplazar en Archivos&lt;/b&gt;&lt;p&gt;Cambia el foco de entrada a la ventana de Buscar/Reemplazar en Archivos.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2594" />
+      <location filename="../UI/UserInterface.py" line="2601" />
       <source>Ctrl+Alt+Shift+L</source>
       <translation>Ctrl+Alt+Shift+L</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2600" />
+      <location filename="../UI/UserInterface.py" line="2607" />
       <source>Switch the input focus to the Find File window.</source>
       <translation>Cambiar el foco de entrada a la ventana de Buscar Archivo.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2603" />
+      <location filename="../UI/UserInterface.py" line="2610" />
       <source>&lt;b&gt;Find File&lt;/b&gt;&lt;p&gt;This switches the input focus to the Find File window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Buscar Archivo&lt;/b&gt;&lt;p&gt;Cambia el foco de entrada a la ventana de Buscar Archivo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2617" />
-      <location filename="../UI/UserInterface.py" line="2616" />
-      <source>VCS Status List</source>
-      <translation>Lista de Estado de VCS</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2618" />
-      <source>Alt+Shift+V</source>
-      <translation>Alt+Shift+V</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2624" />
+      <location filename="../UI/UserInterface.py" line="2623" />
+      <source>VCS Status List</source>
+      <translation>Lista de Estado de VCS</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2625" />
+      <source>Alt+Shift+V</source>
+      <translation>Alt+Shift+V</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2631" />
       <source>Switch the input focus to the VCS Status List window.</source>
       <translation>Cambiar el foco de entrada a la ventana de Lista de Estado de VCS.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2627" />
+      <location filename="../UI/UserInterface.py" line="2634" />
       <source>&lt;b&gt;VCS Status List&lt;/b&gt;&lt;p&gt;This switches the input focus to the VCS Status List window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Lista de Estado de VCS&lt;/b&gt;&lt;p&gt;Cambia el foco de entrada a la ventana de Lista de Estado de VCS.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2640" />
+      <location filename="../UI/UserInterface.py" line="2647" />
       <source>Alt+Shift+H</source>
       <translation>Alt+Shift+H</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2646" />
+      <location filename="../UI/UserInterface.py" line="2653" />
       <source>Switch the input focus to the embedded Help Viewer window.</source>
       <translation>Cambiar el foco de input a la ventana embebida de Visor de Ayuda.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2649" />
+      <location filename="../UI/UserInterface.py" line="2656" />
       <source>&lt;b&gt;Help Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the embedded Help Viewer window. It will show HTML help files and help from Qt help collections.&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is searched in the Qt help collection.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Visor de Ayuda&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana embebida de Visor de Ayuda. Mostrará archivos de ayuda HTML y ayuda de las colecciones de ayuda de Qt.&lt;/p&gt;&lt;p&gt;Si se llama con una palabra seleccionada, dicha palabra se buscará en la colección de ayuda de Qt.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2662" />
+      <location filename="../UI/UserInterface.py" line="2669" />
       <source>What's This?</source>
       <translation>¿Qué es esto?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2664" />
+      <location filename="../UI/UserInterface.py" line="2671" />
       <source>&amp;What's This?</source>
       <translation>¿&amp;Qué es esto?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2665" />
-      <source>Shift+F1</source>
-      <translation>Shift+F1</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2670" />
-      <source>Context sensitive help</source>
-      <translation>Ayuda sensible al contexto</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2672" />
+      <source>Shift+F1</source>
+      <translation>Shift+F1</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2677" />
+      <source>Context sensitive help</source>
+      <translation>Ayuda sensible al contexto</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2679" />
       <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>&lt;b&gt;Mostrar ayuda sensible al contexto&lt;/b&gt;&lt;p&gt;En modo ¿Qué es esto? el puntero del ratón muestra una flecha con un interrogante, y se puede hacer click en elementos de la interfaz gráfica para obtener una descripción corta de lo que hacen y de cómo se utilizan. En los diálogos, se puede acceder a esta característica utilizando el botón de ayuda de contexto en la barra de título.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2685" />
+      <location filename="../UI/UserInterface.py" line="2692" />
       <source>Helpviewer</source>
       <translation>Visor de Ayuda</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2687" />
+      <location filename="../UI/UserInterface.py" line="2694" />
       <source>&amp;Helpviewer...</source>
       <translation>Visor de &amp;Ayuda...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2688" />
-      <source>F1</source>
-      <translation>F1</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2693" />
-      <source>Open the helpviewer window</source>
-      <translation>Abrir la ventana del visor de ayuda</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2695" />
+      <source>F1</source>
+      <translation>F1</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2700" />
+      <source>Open the helpviewer window</source>
+      <translation>Abrir la ventana del visor de ayuda</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2702" />
       <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;Display the eric web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is searched in the Qt help collection.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Visor de Ayuda&lt;/b&gt;&lt;p&gt;Mostrar el navegador web de eric web. Esta ventana mostraá archivos de ayuda HTML y ayuda de las colecciones de ayuda de Qt. Tiene la capacidad de navegar a enlaces, establecer marcadores, imprimir la ayuda mostrada y algunas otras características. Se puede usar también para navegar por internet.&lt;/p&gt;&lt;p&gt;Si se llama con una palabra seleccionada, dicha palabra se busca ne la colección de ayuda de Qt.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2715" />
-      <source>Show Versions</source>
-      <translation>Mostrar Versiones</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2716" />
-      <source>Show &amp;Versions</source>
-      <translation>Mostrar Versione&amp;s</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2722" />
+      <source>Show Versions</source>
+      <translation>Mostrar Versiones</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2723" />
+      <source>Show &amp;Versions</source>
+      <translation>Mostrar Versione&amp;s</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2729" />
       <source>Display version information</source>
       <translation>Mostrar información de versiones</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2724" />
-      <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Mostrar Versiones&lt;/b&gt;&lt;p&gt;Muestra información de versiones.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2737" />
-      <location filename="../UI/UserInterface.py" line="2730" />
-      <source>Show Error Log</source>
-      <translation>Mostrar Registro de Errores</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2731" />
+      <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Mostrar Versiones&lt;/b&gt;&lt;p&gt;Muestra información de versiones.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2744" />
+      <location filename="../UI/UserInterface.py" line="2737" />
+      <source>Show Error Log</source>
+      <translation>Mostrar Registro de Errores</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2738" />
       <source>Show Error &amp;Log...</source>
       <translation>Mostrar &amp;Registro de Errores...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2739" />
+      <location filename="../UI/UserInterface.py" line="2746" />
       <source>&lt;b&gt;Show Error Log...&lt;/b&gt;&lt;p&gt;Opens a dialog showing the most recent error log.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Mostrar registro de errores...&lt;/b&gt;&lt;p&gt;Abre un diálogo mostrando el registro más reciente de errores.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2748" />
-      <source>Show Install Info</source>
-      <translation>Mostrar Información de Instalación</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2749" />
-      <source>Show Install &amp;Info...</source>
-      <translation>Mostrar &amp;Información de Instalación...</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2755" />
+      <source>Show Install Info</source>
+      <translation>Mostrar Información de Instalación</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2756" />
+      <source>Show Install &amp;Info...</source>
+      <translation>Mostrar &amp;Información de Instalación...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2762" />
       <source>Show Installation Information</source>
       <translation>Mostrar Información de Instalación</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2757" />
+      <location filename="../UI/UserInterface.py" line="2764" />
       <source>&lt;b&gt;Show Install Info...&lt;/b&gt;&lt;p&gt;Opens a dialog showing some information about the installation process.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Mostrar información de instalación...&lt;/b&gt;&lt;p&gt;Abre un diálogo que muestra información sobre el proceso de instalación.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4627" />
-      <location filename="../UI/UserInterface.py" line="2767" />
+      <location filename="../UI/UserInterface.py" line="4634" />
+      <location filename="../UI/UserInterface.py" line="2774" />
       <source>Report Bug</source>
       <translation>Enviar informe de bugs</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2767" />
+      <location filename="../UI/UserInterface.py" line="2774" />
       <source>Report &amp;Bug...</source>
       <translation>Enviar informe de &amp;bugs...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2769" />
+      <location filename="../UI/UserInterface.py" line="2776" />
       <source>Report a bug</source>
       <translation>Enviar informe de bugs</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2771" />
-      <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Enviar informe de Bugs...&lt;/b&gt;&lt;p&gt;Abre un diálogo para enviar un informe de un error (bug).&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2777" />
-      <source>Request Feature</source>
-      <translation>Solicitar nueva característica</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2778" />
-      <source>Request &amp;Feature...</source>
-      <translation>Solicitar nueva &amp;característica...</translation>
+      <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Enviar informe de Bugs...&lt;/b&gt;&lt;p&gt;Abre un diálogo para enviar un informe de un error (bug).&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2784" />
+      <source>Request Feature</source>
+      <translation>Solicitar nueva característica</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2785" />
+      <source>Request &amp;Feature...</source>
+      <translation>Solicitar nueva &amp;característica...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2791" />
       <source>Send a feature request</source>
       <translation>Enviar una solicitud de nueva característica</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2786" />
+      <location filename="../UI/UserInterface.py" line="2793" />
       <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Solicitar nueva Característica...&lt;/b&gt;&lt;p&gt;Abre un diálogo para enviar una solicitud de nueva característica.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4087" />
-      <location filename="../UI/UserInterface.py" line="2797" />
+      <location filename="../UI/UserInterface.py" line="4094" />
+      <location filename="../UI/UserInterface.py" line="2804" />
       <source>Testing</source>
       <translation>Testado</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2799" />
+      <location filename="../UI/UserInterface.py" line="2806" />
       <source>&amp;Testing...</source>
       <translation>&amp;Testado...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2805" />
+      <location filename="../UI/UserInterface.py" line="2812" />
       <source>Start the testing dialog</source>
       <translation>Iniciar el diálogo de testado</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2807" />
+      <location filename="../UI/UserInterface.py" line="2814" />
       <source>&lt;b&gt;Testing&lt;/b&gt;&lt;p&gt;Perform test runs. The dialog gives the ability to select and run a test suite or auto discover them.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Testado&lt;/b&gt;&lt;p&gt;Llevar a cabo ejecuciones de test. El diálogo proporciona la capacidad de seleccionar y ejecutar una suite de tests o de autodescubrirlas.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2818" />
+      <location filename="../UI/UserInterface.py" line="2825" />
       <source>Restart Last Test</source>
       <translation>Reiniciar Último Test</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2820" />
+      <location filename="../UI/UserInterface.py" line="2827" />
       <source>&amp;Restart Last Test...</source>
       <translation>&amp;Reiniciar Último Test...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2826" />
+      <location filename="../UI/UserInterface.py" line="2833" />
       <source>Restarts the last test</source>
       <translation>Reinicia el último test</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2828" />
+      <location filename="../UI/UserInterface.py" line="2835" />
       <source>&lt;b&gt;Restart Last Test&lt;/b&gt;&lt;p&gt;Restarts the test performed last.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Reiniciar Último Test&lt;/b&gt;&lt;p&gt;Reinicia el último test llevado a cabo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2838" />
+      <location filename="../UI/UserInterface.py" line="2845" />
       <source>Rerun Failed Tests</source>
       <translation>Re-ejecutar Tests Fallidos</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2840" />
-      <source>Rerun Failed Tests...</source>
-      <translation>Re-ejecutar Tests Fallidos...</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2847" />
+      <source>Rerun Failed Tests...</source>
+      <translation>Re-ejecutar Tests Fallidos...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2854" />
       <source>Rerun failed tests of the last run</source>
       <translation>Re-ejecutar tests fallidos de la última ejecución</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2850" />
+      <location filename="../UI/UserInterface.py" line="2857" />
       <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last test run.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Re-ejecutar Tests Fallidos&lt;/b&gt;&lt;p&gt;Re-ejecutar todos los tests que fallaron durante la última ejecución de test.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2860" />
+      <location filename="../UI/UserInterface.py" line="2867" />
       <source>Test Script</source>
       <translation>Test de Script</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2862" />
+      <location filename="../UI/UserInterface.py" line="2869" />
       <source>Test &amp;Script...</source>
       <translation>Test de &amp;Script...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2868" />
+      <location filename="../UI/UserInterface.py" line="2875" />
       <source>Run tests of the current script</source>
       <translation>Ejecutar tests del script actual</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2870" />
-      <source>&lt;b&gt;Test Script&lt;/b&gt;&lt;p&gt;Run tests with the current script.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Test de Script&lt;/b&gt;&lt;p&gt;Ejecuta tests con el script actual.&lt;/p&gt;</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2877" />
+      <source>&lt;b&gt;Test Script&lt;/b&gt;&lt;p&gt;Run tests with the current script.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Test de Script&lt;/b&gt;&lt;p&gt;Ejecuta tests con el script actual.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2884" />
       <source>Test Project</source>
       <translation>Test de Proyecto</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2879" />
+      <location filename="../UI/UserInterface.py" line="2886" />
       <source>Test &amp;Project...</source>
       <translation>Test de &amp;Proyecto...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2885" />
+      <location filename="../UI/UserInterface.py" line="2892" />
       <source>Run tests of the current project</source>
       <translation>Ejecuta tests del proyecto actual</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2887" />
+      <location filename="../UI/UserInterface.py" line="2894" />
       <source>&lt;b&gt;Test Project&lt;/b&gt;&lt;p&gt;Run test of the current project.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Test de Proyecto&lt;/b&gt;&lt;p&gt;Ejecuta tests del proyecto actual.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2896" />
+      <location filename="../UI/UserInterface.py" line="2903" />
       <source>Qt-Designer</source>
       <translation>Qt Designer</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2898" />
+      <location filename="../UI/UserInterface.py" line="2905" />
       <source>Qt-&amp;Designer...</source>
       <translation>Qt-&amp;Designer...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2904" />
+      <location filename="../UI/UserInterface.py" line="2911" />
       <source>Start Qt-Designer</source>
       <translation>Iniciar Qt-Designer</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2906" />
+      <location filename="../UI/UserInterface.py" line="2913" />
       <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Ejecutar Qt-Designer.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2915" />
+      <location filename="../UI/UserInterface.py" line="2922" />
       <source>Qt-Linguist</source>
       <translation>Qt-Linguist</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2917" />
+      <location filename="../UI/UserInterface.py" line="2924" />
       <source>Qt-&amp;Linguist...</source>
       <translation>Qt-&amp;Linguist...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2923" />
+      <location filename="../UI/UserInterface.py" line="2930" />
       <source>Start Qt-Linguist</source>
       <translation>Iniciar Qt Linguist</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2925" />
+      <location filename="../UI/UserInterface.py" line="2932" />
       <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Iniciar Qt-Linguist.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2933" />
+      <location filename="../UI/UserInterface.py" line="2940" />
       <source>UI Previewer</source>
       <translation>Previsualizador de UI</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2935" />
+      <location filename="../UI/UserInterface.py" line="2942" />
       <source>&amp;UI Previewer...</source>
       <translation>Previsualizador de &amp;UI...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2941" />
+      <location filename="../UI/UserInterface.py" line="2948" />
       <source>Start the UI Previewer</source>
       <translation>Ejecutar el Previsualizador de UI</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2943" />
+      <location filename="../UI/UserInterface.py" line="2950" />
       <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Previsualizador de UI&lt;/b&gt;&lt;p&gt;Ejecuta el Previsualizador de UI.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2949" />
+      <location filename="../UI/UserInterface.py" line="2956" />
       <source>Translations Previewer</source>
       <translation>Previsualizador de Traducciones</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2951" />
+      <location filename="../UI/UserInterface.py" line="2958" />
       <source>&amp;Translations Previewer...</source>
       <translation>Previsualizador de &amp;Traducciones...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2957" />
+      <location filename="../UI/UserInterface.py" line="2964" />
       <source>Start the Translations Previewer</source>
       <translation>Ejecutar el Previsualizador de traducciones</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2959" />
+      <location filename="../UI/UserInterface.py" line="2966" />
       <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Previsualizador de traducciones&lt;b&gt;&lt;p&gt;Ejecuta el Previsualizador de traducciones.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2968" />
+      <location filename="../UI/UserInterface.py" line="2975" />
       <source>Compare Files</source>
       <translation>Comparar Archivos</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2970" />
+      <location filename="../UI/UserInterface.py" line="2977" />
       <source>&amp;Compare Files...</source>
       <translation>&amp;Comparar Archivos...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2995" />
-      <location filename="../UI/UserInterface.py" line="2976" />
+      <location filename="../UI/UserInterface.py" line="3002" />
+      <location filename="../UI/UserInterface.py" line="2983" />
       <source>Compare two files</source>
       <translation>Comparar dos archivos</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2978" />
+      <location filename="../UI/UserInterface.py" line="2985" />
       <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Comparar Archivos&lt;/b&gt;&lt;p&gt;Abre un diálogo para comparar dos archivos.&lt;/b&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2987" />
+      <location filename="../UI/UserInterface.py" line="2994" />
       <source>Compare Files side by side</source>
       <translation>Comparar Archivos uno al lado de otro</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2989" />
+      <location filename="../UI/UserInterface.py" line="2996" />
       <source>Compare &amp;Files side by side...</source>
       <translation>Comparar &amp;Archivos uno al lado de otro...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2997" />
+      <location filename="../UI/UserInterface.py" line="3004" />
       <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Comparar Archivos uno al lado de otro&lt;/b&gt;&lt;p&gt;Abre un diálogo para comparar dos archivos y mostrar los resultados en paralelo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3007" />
+      <location filename="../UI/UserInterface.py" line="3014" />
       <source>SQL Browser</source>
       <translation>Navegador SQL</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3009" />
+      <location filename="../UI/UserInterface.py" line="3016" />
       <source>SQL &amp;Browser...</source>
       <translation>&amp;Navegador SQL...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3015" />
+      <location filename="../UI/UserInterface.py" line="3022" />
       <source>Browse a SQL database</source>
       <translation>Navegar una base de datos SQL</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3017" />
+      <location filename="../UI/UserInterface.py" line="3024" />
       <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Navegador SQL&lt;/b&gt;&lt;p&gt;Navegar una base de datos SQL.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3031" />
-      <location filename="../UI/UserInterface.py" line="3023" />
+      <location filename="../UI/UserInterface.py" line="3038" />
+      <location filename="../UI/UserInterface.py" line="3030" />
       <source>Mini Editor</source>
       <translation>Mini Editor</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3025" />
+      <location filename="../UI/UserInterface.py" line="3032" />
       <source>Mini &amp;Editor...</source>
       <translation>Mini &amp;Editor...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3033" />
+      <location filename="../UI/UserInterface.py" line="3040" />
       <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Abre un diálogo con un editor simple.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3042" />
+      <location filename="../UI/UserInterface.py" line="3049" />
       <source>Hex Editor</source>
       <translation>Editor Hexadecimal</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3044" />
+      <location filename="../UI/UserInterface.py" line="3051" />
       <source>&amp;Hex Editor...</source>
       <translation>Editor &amp;Hexadecimal...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3050" />
+      <location filename="../UI/UserInterface.py" line="3057" />
       <source>Start the eric Hex Editor</source>
       <translation>Iniciar el Editor Hexadecimal de eric</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3052" />
+      <location filename="../UI/UserInterface.py" line="3059" />
       <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Editor Hexadecimal&lt;/b&gt;&lt;p&gt;Inicia el Editor Hexadecimal de eric para visionado o edición de archivos binarios.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3062" />
+      <location filename="../UI/UserInterface.py" line="3069" />
       <source>eric Web Browser</source>
       <translation>Navegador Web de eric</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3064" />
+      <location filename="../UI/UserInterface.py" line="3071" />
       <source>eric &amp;Web Browser...</source>
       <translation>Navegador &amp;Web de eric...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3070" />
+      <location filename="../UI/UserInterface.py" line="3077" />
       <source>Start the eric Web Browser</source>
       <translation>Iniciar el Navegador Web de eric</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3072" />
+      <location filename="../UI/UserInterface.py" line="3079" />
       <source>&lt;b&gt;eric Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric Web Browser.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Navegador Web de eric&lt;/b&gt;&lt;p&gt;Navegar por Internet con el Navegador Web de eric.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3081" />
+      <location filename="../UI/UserInterface.py" line="3088" />
       <source>Icon Editor</source>
       <translation>Editor de Iconos</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3083" />
+      <location filename="../UI/UserInterface.py" line="3090" />
       <source>&amp;Icon Editor...</source>
       <translation>Editor de &amp;Iconos...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3089" />
+      <location filename="../UI/UserInterface.py" line="3096" />
       <source>Start the eric Icon Editor</source>
       <translation>Iniciar el Editor de Iconos de eric</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3091" />
+      <location filename="../UI/UserInterface.py" line="3098" />
       <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric Icon Editor for editing simple icons.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Editor de Iconos&lt;/b&gt;&lt;p&gt;Inicia el Editor de Iconos de eric para editar iconos sencillos.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6487" />
-      <location filename="../UI/UserInterface.py" line="3103" />
+      <location filename="../UI/UserInterface.py" line="6494" />
+      <location filename="../UI/UserInterface.py" line="3110" />
       <source>Snapshot</source>
       <translation>Captura de Pantalla</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3105" />
+      <location filename="../UI/UserInterface.py" line="3112" />
       <source>&amp;Snapshot...</source>
       <translation>Captura de &amp;Pantalla...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3111" />
+      <location filename="../UI/UserInterface.py" line="3118" />
       <source>Take snapshots of a screen region</source>
       <translation>Tomar capturas de una región de la pantalla</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3113" />
+      <location filename="../UI/UserInterface.py" line="3120" />
       <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Captura de Pantalla&lt;/b&gt;&lt;p&gt;Abre un diálogo para tomar capturas de pantalla de una región de la pantalla.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3123" />
+      <location filename="../UI/UserInterface.py" line="3130" />
       <source>eric PDF Viewer</source>
       <translation>Visor de PDF de eric</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3125" />
+      <location filename="../UI/UserInterface.py" line="3132" />
       <source>eric PDF &amp;Viewer...</source>
       <translation>&amp;Visor de PDF de eric...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3131" />
+      <location filename="../UI/UserInterface.py" line="3138" />
       <source>Start the eric PDF Viewer</source>
       <translation>Iniciar el Visor de PDF de eric</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3133" />
+      <location filename="../UI/UserInterface.py" line="3140" />
       <source>&lt;b&gt;eric PDF Viewer&lt;/b&gt;&lt;p&gt;Starts the eric PDF Viewer for viewing PDF files.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Visor de PDF de eric&lt;/b&gt;&lt;p&gt;Inicia el visor de PDF de eric para visionar archivos PDF.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3142" />
+      <location filename="../UI/UserInterface.py" line="3149" />
       <source>Preferences</source>
       <translation>Preferencias</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3144" />
+      <location filename="../UI/UserInterface.py" line="3151" />
       <source>&amp;Preferences...</source>
       <translation>&amp;Preferencias...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3150" />
+      <location filename="../UI/UserInterface.py" line="3157" />
       <source>Set the prefered configuration</source>
       <translation>Establecer la configuración preferida</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3152" />
+      <location filename="../UI/UserInterface.py" line="3159" />
       <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Preferencias&lt;/b&gt;&lt;p&gt;Establecezca los elementos de configuración de la aplicación con sus valores preferidos.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3163" />
+      <location filename="../UI/UserInterface.py" line="3170" />
       <source>Export Preferences</source>
       <translation>Exportar Preferencias</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3165" />
+      <location filename="../UI/UserInterface.py" line="3172" />
       <source>E&amp;xport Preferences...</source>
       <translation>E&amp;xportar Preferencias...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3171" />
+      <location filename="../UI/UserInterface.py" line="3178" />
       <source>Export the current configuration</source>
       <translation>Exportar la configuración actual</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3173" />
+      <location filename="../UI/UserInterface.py" line="3180" />
       <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Exportar Preferencias&lt;/b&gt;&lt;p&gt;Exportar la configuración actual a un archivo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3182" />
+      <location filename="../UI/UserInterface.py" line="3189" />
       <source>Import Preferences</source>
       <translation>Importar Preferencias</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3184" />
-      <source>I&amp;mport Preferences...</source>
-      <translation>I&amp;mportar Preferencias...</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="3191" />
+      <source>I&amp;mport Preferences...</source>
+      <translation>I&amp;mportar Preferencias...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3198" />
       <source>Import a previously exported configuration</source>
       <translation>Importar una configuración previamente exportada</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3194" />
+      <location filename="../UI/UserInterface.py" line="3201" />
       <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Importar Preferencias&lt;/b&gt;&lt;p&gt;Importar una configuración previamente exportada.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3203" />
+      <location filename="../UI/UserInterface.py" line="3210" />
       <source>Export Theme</source>
       <translation>Exportar Tema</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3205" />
+      <location filename="../UI/UserInterface.py" line="3212" />
       <source>Export Theme...</source>
       <translation>Exportar Tema...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3211" />
+      <location filename="../UI/UserInterface.py" line="3218" />
       <source>Export the current theme</source>
       <translation>Exportar el tema actual</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3213" />
+      <location filename="../UI/UserInterface.py" line="3220" />
       <source>&lt;b&gt;Export Theme&lt;/b&gt;&lt;p&gt;Export the current theme to a file.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Exportar Tema&lt;/b&gt;&lt;p&gt;Exportar el tema actual a un archivo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3222" />
+      <location filename="../UI/UserInterface.py" line="3229" />
       <source>Import Theme</source>
       <translation>Importar Tema</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3224" />
+      <location filename="../UI/UserInterface.py" line="3231" />
       <source>Import Theme...</source>
       <translation>Importar Tema...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3230" />
+      <location filename="../UI/UserInterface.py" line="3237" />
       <source>Import a previously exported theme</source>
       <translation>Importr un tema previamente exportado</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3232" />
+      <location filename="../UI/UserInterface.py" line="3239" />
       <source>&lt;b&gt;Import Theme&lt;/b&gt;&lt;p&gt;Import a previously exported theme.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Importar Tema&lt;/b&gt;&lt;p&gt;Importar un tema previamente exportado.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3241" />
+      <location filename="../UI/UserInterface.py" line="3248" />
       <source>Reload APIs</source>
       <translation>Recargar APIs</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3241" />
+      <location filename="../UI/UserInterface.py" line="3248" />
       <source>Reload &amp;APIs</source>
       <translation>Recargar &amp;APIs</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3243" />
+      <location filename="../UI/UserInterface.py" line="3250" />
       <source>Reload the API information</source>
       <translation>Recargar la información de API</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3245" />
+      <location filename="../UI/UserInterface.py" line="3252" />
       <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Recargar APIs&lt;/b&gt;&lt;p&gt;Recarga la información de API.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3259" />
-      <location filename="../UI/UserInterface.py" line="3251" />
+      <location filename="../UI/UserInterface.py" line="3266" />
+      <location filename="../UI/UserInterface.py" line="3258" />
       <source>Show external tools</source>
       <translation>Mostrar herramientas externas</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3253" />
+      <location filename="../UI/UserInterface.py" line="3260" />
       <source>Show external &amp;tools</source>
       <translation>Mostrar herramien&amp;tas externas</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3261" />
+      <location filename="../UI/UserInterface.py" line="3268" />
       <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Mostrar herramientas externas&lt;/b&gt;&lt;p&gt;Abre un diálogo para mostrar la ruta y versiones de todas las herramientas externas que utiliza eric.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3271" />
+      <location filename="../UI/UserInterface.py" line="3278" />
       <source>View Profiles</source>
       <translation>Perfiles de Vista</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3273" />
+      <location filename="../UI/UserInterface.py" line="3280" />
       <source>&amp;View Profiles...</source>
       <translation>Perfiles de &amp;Vista...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3279" />
+      <location filename="../UI/UserInterface.py" line="3286" />
       <source>Configure view profiles</source>
       <translation>Configurar perfiles de vista</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3281" />
+      <location filename="../UI/UserInterface.py" line="3288" />
       <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Perfiles de Vista&lt;/b&gt;&lt;p&gt;Configure los perfiles de vista. Con este diálogo puede establecer la visibilidad de las diversas ventanas para los perfiles de vista predeterminados.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3292" />
+      <location filename="../UI/UserInterface.py" line="3299" />
       <source>Toolbars</source>
       <translation>Barras de Herramientas</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3294" />
+      <location filename="../UI/UserInterface.py" line="3301" />
       <source>Tool&amp;bars...</source>
       <translation>&amp;Barras de Herramientas...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3300" />
+      <location filename="../UI/UserInterface.py" line="3307" />
       <source>Configure toolbars</source>
       <translation>Configurar Barras de Herramientas</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3302" />
+      <location filename="../UI/UserInterface.py" line="3309" />
       <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Barras de Herramientas&lt;/b&gt;&lt;p&gt;Configure las barras de herramientas. Con este diálogo puede cambiar las accines mostradas en las diversas barras de herramientas, y definir sus propias barras de herramientas.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3313" />
+      <location filename="../UI/UserInterface.py" line="3320" />
       <source>Keyboard Shortcuts</source>
       <translation>Atajos de Teclado</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3315" />
+      <location filename="../UI/UserInterface.py" line="3322" />
       <source>Keyboard &amp;Shortcuts...</source>
       <translation>Atajo&amp;s de Teclado...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3321" />
+      <location filename="../UI/UserInterface.py" line="3328" />
       <source>Set the keyboard shortcuts</source>
       <translation>Establecer los atajos de teclado</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3323" />
+      <location filename="../UI/UserInterface.py" line="3330" />
       <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Atajos de Teclado&lt;/b&gt;&lt;p&gt;Establezca los atajos de teclado para la aplicación con sus valores preferidos.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7446" />
-      <location filename="../UI/UserInterface.py" line="7427" />
-      <location filename="../UI/UserInterface.py" line="3333" />
+      <location filename="../UI/UserInterface.py" line="7453" />
+      <location filename="../UI/UserInterface.py" line="7434" />
+      <location filename="../UI/UserInterface.py" line="3340" />
       <source>Export Keyboard Shortcuts</source>
       <translation>Exportar Atajos de Teclado</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3335" />
+      <location filename="../UI/UserInterface.py" line="3342" />
       <source>&amp;Export Keyboard Shortcuts...</source>
       <translation>&amp;Exportar Atajos de Teclado...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3341" />
+      <location filename="../UI/UserInterface.py" line="3348" />
       <source>Export the keyboard shortcuts</source>
       <translation>Exportar los atajos de teclado</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3343" />
+      <location filename="../UI/UserInterface.py" line="3350" />
       <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Exportar Atajos de Teclado&lt;/b&gt;&lt;p&gt;Exporte  los atajos de teclado de la aplicación.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7465" />
-      <location filename="../UI/UserInterface.py" line="3352" />
+      <location filename="../UI/UserInterface.py" line="7472" />
+      <location filename="../UI/UserInterface.py" line="3359" />
       <source>Import Keyboard Shortcuts</source>
       <translation>Importar Atajos de Teclado</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3354" />
+      <location filename="../UI/UserInterface.py" line="3361" />
       <source>&amp;Import Keyboard Shortcuts...</source>
       <translation>&amp;Importar Atajos de Teclado...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3360" />
+      <location filename="../UI/UserInterface.py" line="3367" />
       <source>Import the keyboard shortcuts</source>
       <translation>Importar los atajos de teclado</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3362" />
+      <location filename="../UI/UserInterface.py" line="3369" />
       <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Importar Atajos de Teclado&lt;/b&gt;&lt;p&gt;Importe  los atajos de teclado de la aplicación.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3372" />
+      <location filename="../UI/UserInterface.py" line="3379" />
       <source>Manage SSL Certificates</source>
       <translation>Gestionar Certificados SSL</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3374" />
-      <source>Manage SSL Certificates...</source>
-      <translation>Gestionar Certificados SSL...</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="3381" />
+      <source>Manage SSL Certificates...</source>
+      <translation>Gestionar Certificados SSL...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3388" />
       <source>Manage the saved SSL certificates</source>
       <translation>Gestionar los certificados SSL guardados</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3384" />
+      <location filename="../UI/UserInterface.py" line="3391" />
       <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Gestionar Certificados SSL...&lt;/b&gt;&lt;p&gt;Abre un diálogo para gestionar los certificados SSL guardados.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3394" />
+      <location filename="../UI/UserInterface.py" line="3401" />
       <source>Edit Message Filters</source>
       <translation>Editar Filtros de Mensajes</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3396" />
-      <source>Edit Message Filters...</source>
-      <translation>Editar Filtros de Mensajes...</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="3403" />
+      <source>Edit Message Filters...</source>
+      <translation>Editar Filtros de Mensajes...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3410" />
       <source>Edit the message filters used to suppress unwanted messages</source>
       <translation>Editar los filtros de mensajes utilizados para suprimir mensajes no deseados</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3406" />
+      <location filename="../UI/UserInterface.py" line="3413" />
       <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Editar Filtros de Mensajes&lt;/b&gt;&lt;p&gt;Abre un diálogo para editar los filtros de mensajes utilizados para suprimir mensajes no deseados y que no se muestren en la ventana de error.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3425" />
-      <location filename="../UI/UserInterface.py" line="3419" />
-      <location filename="../UI/UserInterface.py" line="3417" />
+      <location filename="../UI/UserInterface.py" line="3432" />
+      <location filename="../UI/UserInterface.py" line="3426" />
+      <location filename="../UI/UserInterface.py" line="3424" />
       <source>Clear private data</source>
       <translation>Limpiar Datos Privados</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3427" />
+      <location filename="../UI/UserInterface.py" line="3434" />
       <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Limpiar datos privados&lt;/b&gt;&lt;p&gt;Limpia los datos privados como las listas de archivos recientes, proyectos o multiproyectos.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3438" />
-      <location filename="../UI/UserInterface.py" line="3437" />
+      <location filename="../UI/UserInterface.py" line="3445" />
+      <location filename="../UI/UserInterface.py" line="3444" />
       <source>Activate current editor</source>
       <translation>Activar editor actual</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3439" />
+      <location filename="../UI/UserInterface.py" line="3446" />
       <source>Alt+Shift+E</source>
       <translation>Alt+Shift+E</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3450" />
-      <location filename="../UI/UserInterface.py" line="3449" />
+      <location filename="../UI/UserInterface.py" line="3457" />
+      <location filename="../UI/UserInterface.py" line="3456" />
       <source>Show next</source>
       <translation>Mostrar siguente</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3451" />
+      <location filename="../UI/UserInterface.py" line="3458" />
       <source>Ctrl+Alt+Tab</source>
       <translation>Ctrl+Alt+Tab</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3462" />
-      <location filename="../UI/UserInterface.py" line="3461" />
+      <location filename="../UI/UserInterface.py" line="3469" />
+      <location filename="../UI/UserInterface.py" line="3468" />
       <source>Show previous</source>
       <translation>Mostrar anterior</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3463" />
+      <location filename="../UI/UserInterface.py" line="3470" />
       <source>Shift+Ctrl+Alt+Tab</source>
       <translation>Shift+Ctrl+Alt+Tab</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3474" />
-      <location filename="../UI/UserInterface.py" line="3473" />
+      <location filename="../UI/UserInterface.py" line="3481" />
+      <location filename="../UI/UserInterface.py" line="3480" />
       <source>Switch between tabs</source>
       <translation>Alternar entre pestañas</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3475" />
+      <location filename="../UI/UserInterface.py" line="3482" />
       <source>Ctrl+1</source>
       <translation>Ctrl+1</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3485" />
+      <location filename="../UI/UserInterface.py" line="3492" />
       <source>Plugin Infos</source>
       <translation>Información sobre Plugins</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3487" />
+      <location filename="../UI/UserInterface.py" line="3494" />
       <source>&amp;Plugin Infos...</source>
       <translation>Información sobre &amp;Plugins...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3493" />
+      <location filename="../UI/UserInterface.py" line="3500" />
       <source>Show Plugin Infos</source>
       <translation>Mostrar Información sobre Plugins</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3495" />
+      <location filename="../UI/UserInterface.py" line="3502" />
       <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Información sobre Plugins...&lt;/b&gt;&lt;p&gt;Abre un diálogo que muestra información sobre las extensiones (plugins) cargadas.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3513" />
-      <location filename="../UI/UserInterface.py" line="3505" />
+      <location filename="../UI/UserInterface.py" line="3520" />
+      <location filename="../UI/UserInterface.py" line="3512" />
       <source>Install Plugins</source>
       <translation>Instalar Plugins</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3507" />
+      <location filename="../UI/UserInterface.py" line="3514" />
       <source>&amp;Install Plugins...</source>
       <translation>&amp;Instalar Plugins...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3515" />
+      <location filename="../UI/UserInterface.py" line="3522" />
       <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Instalar Plugins...&lt;/b&gt;&lt;p&gt;Abre un diálogo para instalar o actualizar extensiones (plugins).&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3532" />
-      <location filename="../UI/UserInterface.py" line="3524" />
+      <location filename="../UI/UserInterface.py" line="3539" />
+      <location filename="../UI/UserInterface.py" line="3531" />
       <source>Uninstall Plugin</source>
       <translation>Desinstalar Plugin</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3526" />
+      <location filename="../UI/UserInterface.py" line="3533" />
       <source>&amp;Uninstall Plugin...</source>
       <translation>Desinstalar Pl&amp;ugin...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3534" />
+      <location filename="../UI/UserInterface.py" line="3541" />
       <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Desinstalar Plugin...&lt;/b&gt;&lt;p&gt;Abre un diálogo para desinstalar una extensión o plugin.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3545" />
+      <location filename="../UI/UserInterface.py" line="3552" />
       <source>Plugin &amp;Repository...</source>
       <translation>&amp;Repositorio de Plugins...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3551" />
+      <location filename="../UI/UserInterface.py" line="3558" />
       <source>Show Plugins available for download</source>
       <translation>Mostrar Plugins disponibles para descarga</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3553" />
+      <location filename="../UI/UserInterface.py" line="3560" />
       <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Repositorios de Plugins...&lt;/b&gt;&lt;p&gt;Abre un diálogo que muestra una lista de extensiones (plugins) disponibles en Internet.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3580" />
-      <location filename="../UI/UserInterface.py" line="3579" />
+      <location filename="../UI/UserInterface.py" line="3587" />
+      <location filename="../UI/UserInterface.py" line="3586" />
       <source>Qt5 Documentation</source>
       <translation>Documentación de Qt5</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3586" />
+      <location filename="../UI/UserInterface.py" line="3593" />
       <source>Open Qt5 Documentation</source>
       <translation>Abrir Documentación de Qt5</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3588" />
+      <location filename="../UI/UserInterface.py" line="3595" />
       <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation>&lt;b&gt;Documentación de Qt5&lt;/b&gt;&lt;p&gt;Muestra la Documentación de Qt5. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric, o se ejecutará en un navegador web, o Qt Assistant.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3601" />
-      <location filename="../UI/UserInterface.py" line="3600" />
+      <location filename="../UI/UserInterface.py" line="3608" />
+      <location filename="../UI/UserInterface.py" line="3607" />
       <source>Qt6 Documentation</source>
       <translation>Documentación de Qt6</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3607" />
+      <location filename="../UI/UserInterface.py" line="3614" />
       <source>Open Qt6 Documentation</source>
       <translation>Abrir Documentación de Qt6</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3609" />
+      <location filename="../UI/UserInterface.py" line="3616" />
       <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation>&lt;b&gt;Documentación de Qt6&lt;/b&gt;&lt;p&gt;Muestra la Documentación de Qt6. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric, o se ejecutará en un navegador web, o Qt Assistant.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3622" />
-      <location filename="../UI/UserInterface.py" line="3621" />
+      <location filename="../UI/UserInterface.py" line="3629" />
+      <location filename="../UI/UserInterface.py" line="3628" />
       <source>PyQt5 Documentation</source>
       <translation>Documentación de PyQt5</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3628" />
+      <location filename="../UI/UserInterface.py" line="3635" />
       <source>Open PyQt5 Documentation</source>
       <translation>Abrir Documentación de PyQt5</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3630" />
+      <location filename="../UI/UserInterface.py" line="3637" />
       <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation>&lt;b&gt;Documentación de PyQt5&lt;/b&gt;&lt;p&gt;Muestra la Documentación de PyQt5. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric, o se ejecutará en un navegador web, o Qt Assistant.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3643" />
-      <location filename="../UI/UserInterface.py" line="3642" />
+      <location filename="../UI/UserInterface.py" line="3650" />
+      <location filename="../UI/UserInterface.py" line="3649" />
       <source>PyQt6 Documentation</source>
       <translation>Documentación de PyQt6</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3649" />
+      <location filename="../UI/UserInterface.py" line="3656" />
       <source>Open PyQt6 Documentation</source>
       <translation>Abrir Documentación de PyQt6</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3651" />
+      <location filename="../UI/UserInterface.py" line="3658" />
       <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation>&lt;b&gt;Documentación de PyQt6&lt;/b&gt;&lt;p&gt;Muestra la Documentación de PyQt6. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric, o se ejecutará en un navegador web, o Qt Assistant.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3669" />
-      <location filename="../UI/UserInterface.py" line="3668" />
+      <location filename="../UI/UserInterface.py" line="3676" />
+      <location filename="../UI/UserInterface.py" line="3675" />
       <source>Python 3 Documentation</source>
       <translation>Documentación de Python 3</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3675" />
+      <location filename="../UI/UserInterface.py" line="3682" />
       <source>Open Python 3 Documentation</source>
       <translation>Abrir Documentación de Python 3</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3677" />
+      <location filename="../UI/UserInterface.py" line="3684" />
       <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Documentación de Python 3&lt;/b&gt;&lt;p&gt;Mostrar la documentación de Python 3. Si no se ha configurado un directorio con lesta documentación, la ubicación de la documentación de Python 3 se asumirá en el directorio de documentación bajo la ubicación del ejecutable de Python 3 en Windows, y en &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; para Unix. Establezca el valor de la variable de entorno PYTHON3DOCDIR para sobreescribir estas opciones. &lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3696" />
-      <location filename="../UI/UserInterface.py" line="3695" />
+      <location filename="../UI/UserInterface.py" line="3703" />
+      <location filename="../UI/UserInterface.py" line="3702" />
       <source>eric API Documentation</source>
       <translation>Documentación de API de Eric</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3702" />
+      <location filename="../UI/UserInterface.py" line="3709" />
       <source>Open eric API Documentation</source>
       <translation>Abrir Documentación de API de Eric</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3704" />
+      <location filename="../UI/UserInterface.py" line="3711" />
       <source>&lt;b&gt;eric API Documentation&lt;/b&gt;&lt;p&gt;Display the eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric installation directory.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Documentación de API de Eric&lt;/b&gt;&lt;p&gt;Mostrar la documentación de API de Eric. La ubicación de la documentación es el subdirectorio Documentation/Source del directorio de instalación de eric.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3722" />
-      <location filename="../UI/UserInterface.py" line="3721" />
+      <location filename="../UI/UserInterface.py" line="3729" />
+      <location filename="../UI/UserInterface.py" line="3728" />
       <source>PySide2 Documentation</source>
       <translation>Documentación de PySide2</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3728" />
+      <location filename="../UI/UserInterface.py" line="3735" />
       <source>Open PySide2 Documentation</source>
       <translation>Abrir Documentación de PySide2</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3730" />
+      <location filename="../UI/UserInterface.py" line="3737" />
       <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide2 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation>&lt;b&gt;Documentación de PySide2&lt;/b&gt;&lt;p&gt;Muestra la Documentación de PySide2. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric, o se ejecutará en un navegador web, o Qt Assistant.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3748" />
-      <location filename="../UI/UserInterface.py" line="3747" />
+      <location filename="../UI/UserInterface.py" line="3755" />
+      <location filename="../UI/UserInterface.py" line="3754" />
       <source>PySide6 Documentation</source>
       <translation>Documentación de PySide6</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3754" />
+      <location filename="../UI/UserInterface.py" line="3761" />
       <source>Open PySide6 Documentation</source>
       <translation>Abrir Documentación de PySide6</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3756" />
+      <location filename="../UI/UserInterface.py" line="3763" />
       <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
       <translation>&lt;b&gt;Documentación de PySide6&lt;/b&gt;&lt;p&gt;Muestra la Documentación de PySide6. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric, o se ejecutará en un navegador web, o Qt Assistant.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3858" />
+      <location filename="../UI/UserInterface.py" line="3865" />
       <source>E&amp;xtras</source>
       <translation>E&amp;xtras</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3868" />
+      <location filename="../UI/UserInterface.py" line="3875" />
       <source>Wi&amp;zards</source>
       <translation>Asis&amp;tentes</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3886" />
+      <location filename="../UI/UserInterface.py" line="3893" />
       <source>P&amp;lugins</source>
       <translation>P&amp;lugins</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3895" />
+      <location filename="../UI/UserInterface.py" line="3902" />
       <source>Configure...</source>
       <translation>Configurar...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3904" />
+      <location filename="../UI/UserInterface.py" line="3911" />
       <source>&amp;Testing</source>
       <translation>&amp;Tests</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3921" />
+      <location filename="../UI/UserInterface.py" line="3928" />
       <source>Select Tool Group</source>
       <translation>Seleccionar Grupo de Herramientas</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3932" />
+      <location filename="../UI/UserInterface.py" line="3939" />
       <source>Se&amp;ttings</source>
       <translation>Con&amp;figuración</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3965" />
+      <location filename="../UI/UserInterface.py" line="3972" />
       <source>&amp;Window</source>
       <translation>Ven&amp;tana</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3974" />
+      <location filename="../UI/UserInterface.py" line="3981" />
       <source>&amp;Windows</source>
       <translation>&amp;Ventanas</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3978" />
+      <location filename="../UI/UserInterface.py" line="3985" />
       <source>Central Park</source>
       <translation>Central Park</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3982" />
+      <location filename="../UI/UserInterface.py" line="3989" />
       <source>Left Side</source>
       <translation>Lado Izquierdo</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4001" />
+      <location filename="../UI/UserInterface.py" line="4008" />
       <source>Right Side</source>
       <translation>Lado Derecho</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4020" />
+      <location filename="../UI/UserInterface.py" line="4027" />
       <source>Bottom Side</source>
       <translation>Lado Inferior</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4028" />
+      <location filename="../UI/UserInterface.py" line="4035" />
       <source>Plug-ins</source>
       <translation>Plugins</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4034" />
+      <location filename="../UI/UserInterface.py" line="4041" />
       <source>&amp;Toolbars</source>
       <translation>&amp;Barra de Herramientas</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4047" />
+      <location filename="../UI/UserInterface.py" line="4054" />
       <source>&amp;Help</source>
       <translation>Ay&amp;uda</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4102" />
-      <location filename="../UI/UserInterface.py" line="4086" />
+      <location filename="../UI/UserInterface.py" line="4109" />
+      <location filename="../UI/UserInterface.py" line="4093" />
       <source>Tools</source>
       <translation>Herramientas</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4104" />
-      <location filename="../UI/UserInterface.py" line="4090" />
+      <location filename="../UI/UserInterface.py" line="4111" />
+      <location filename="../UI/UserInterface.py" line="4097" />
       <source>Settings</source>
       <translation>Ajustes</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6215" />
-      <location filename="../UI/UserInterface.py" line="4105" />
-      <location filename="../UI/UserInterface.py" line="4091" />
+      <location filename="../UI/UserInterface.py" line="6222" />
+      <location filename="../UI/UserInterface.py" line="4112" />
+      <location filename="../UI/UserInterface.py" line="4098" />
       <source>Help</source>
       <translation>Ayuda</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4106" />
-      <location filename="../UI/UserInterface.py" line="4092" />
+      <location filename="../UI/UserInterface.py" line="4113" />
+      <location filename="../UI/UserInterface.py" line="4099" />
       <source>Profiles</source>
       <translation>Perfiles</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4107" />
-      <location filename="../UI/UserInterface.py" line="4093" />
+      <location filename="../UI/UserInterface.py" line="4114" />
+      <location filename="../UI/UserInterface.py" line="4100" />
       <source>Plugins</source>
       <translation>Plugins</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4103" />
+      <location filename="../UI/UserInterface.py" line="4110" />
       <source>Unittest</source>
       <translation>Test Unitario</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4277" />
+      <location filename="../UI/UserInterface.py" line="4284" />
       <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Esta zona de la barra de estado muestra el lenguaje del editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4286" />
+      <location filename="../UI/UserInterface.py" line="4293" />
       <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Esta zona de la barra de estado muestra la codificación del editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4295" />
+      <location filename="../UI/UserInterface.py" line="4302" />
       <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Esta zona de la barra de estado muestra la configuración actual de fin de línea (eol) para los editores.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4304" />
+      <location filename="../UI/UserInterface.py" line="4311" />
       <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Esta zona de la barra de estado muestra una indicación de las propiedades de escritura de los archivos del editor.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4313" />
+      <location filename="../UI/UserInterface.py" line="4320" />
       <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Esta zona de la barra de estado muestra el número de línea en el editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4322" />
+      <location filename="../UI/UserInterface.py" line="4329" />
       <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Esta zona de la barra de estado muestra la posición del cursor en el editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4336" />
+      <location filename="../UI/UserInterface.py" line="4343" />
       <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Esta zona de la barra de estado permite hacer zoom sobre el editor actual o la shell.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4407" />
-      <location filename="../UI/UserInterface.py" line="4366" />
+      <location filename="../UI/UserInterface.py" line="4414" />
+      <location filename="../UI/UserInterface.py" line="4373" />
       <source>External Tools/{0}</source>
       <translation>Herramientas Externas/{0}</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4515" />
+      <location filename="../UI/UserInterface.py" line="4522" />
       <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
       <translation>&lt;h2&gt;Números de Versiones&lt;/h2&gt;&lt;table&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4564" />
+      <location filename="../UI/UserInterface.py" line="4571" />
       <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>&lt;tr&gt;&lt;td&gt;&lt;b&gt;WebEngine (Seguridad)&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4581" />
-      <source>Desktop</source>
-      <translation>Escritorio</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4585" />
-      <source>Session Type</source>
-      <translation>Tipo de Sesión</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="4588" />
+      <source>Desktop</source>
+      <translation>Escritorio</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4592" />
+      <source>Session Type</source>
+      <translation>Tipo de Sesión</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4595" />
       <source>&lt;/table&gt;</source>
       <translation>&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4628" />
+      <location filename="../UI/UserInterface.py" line="4635" />
       <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
       <translation>La dirección de correo electrónico o la dirección del servidor de correo están en blanco. Por favor configure las opciones de Correo Electrónico en el diálogo de Preferencias.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4963" />
+      <location filename="../UI/UserInterface.py" line="4970" />
       <source>Restart application</source>
       <translation>Reiniciar aplicación</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4964" />
+      <location filename="../UI/UserInterface.py" line="4971" />
       <source>The application needs to be restarted. Do it now?</source>
       <translation>La aplicación necesita ser reiniciada. ¿Desea hacerlo ahora?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4988" />
+      <location filename="../UI/UserInterface.py" line="4995" />
       <source>Upgrade PyQt</source>
       <translation>Actualizar PyQt</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4989" />
+      <location filename="../UI/UserInterface.py" line="4996" />
       <source>eric needs to be closed in order to upgrade PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
@@ -90742,13 +91316,13 @@
 ¿Desearía hacer la actualización ahora?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5039" />
-      <location filename="../UI/UserInterface.py" line="5013" />
+      <location filename="../UI/UserInterface.py" line="5046" />
+      <location filename="../UI/UserInterface.py" line="5020" />
       <source>Upgrade Eric</source>
       <translation>Actualizar Eric</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5014" />
+      <location filename="../UI/UserInterface.py" line="5021" />
       <source>eric needs to be closed in order to be upgraded. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
@@ -90757,7 +91331,7 @@
 ¿Desearía hacer la actualización ahora?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5040" />
+      <location filename="../UI/UserInterface.py" line="5047" />
       <source>eric needs to be closed in order to upgrade eric and PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
  Shall the upgrade be done now?</source>
@@ -90766,336 +91340,336 @@
 ¿Desearía hacer la actualización ahora?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5098" />
+      <location filename="../UI/UserInterface.py" line="5105" />
       <source>&amp;Builtin Tools</source>
       <translation>Herramientas de serie (&amp;builtin)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5117" />
+      <location filename="../UI/UserInterface.py" line="5124" />
       <source>&amp;Plugin Tools</source>
       <translation>Herramientas de Extensión (&amp;Plugin)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5120" />
+      <location filename="../UI/UserInterface.py" line="5127" />
       <source>&amp;User Tools</source>
       <translation>Herramientas de &amp;Usuario</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5146" />
+      <location filename="../UI/UserInterface.py" line="5153" />
       <source>Configure Tool Groups ...</source>
       <translation>Configurar Grupos de Herramientas ...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5150" />
+      <location filename="../UI/UserInterface.py" line="5157" />
       <source>Configure current Tool Group ...</source>
       <translation>Configurar Grupo de Herramientas actual ...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5189" />
-      <location filename="../UI/UserInterface.py" line="5169" />
+      <location filename="../UI/UserInterface.py" line="5196" />
+      <location filename="../UI/UserInterface.py" line="5176" />
       <source>No User Tools Configured</source>
       <translation>No se han Configurado Herramientas de Usuario</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5265" />
+      <location filename="../UI/UserInterface.py" line="5272" />
       <source>&amp;Show all</source>
       <translation>&amp;Ver todo</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5267" />
+      <location filename="../UI/UserInterface.py" line="5274" />
       <source>&amp;Hide all</source>
       <translation>&amp;Ocultar todo</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6352" />
-      <location filename="../UI/UserInterface.py" line="6341" />
-      <location filename="../UI/UserInterface.py" line="6293" />
-      <location filename="../UI/UserInterface.py" line="6283" />
-      <location filename="../UI/UserInterface.py" line="6114" />
-      <location filename="../UI/UserInterface.py" line="6104" />
-      <location filename="../UI/UserInterface.py" line="6046" />
-      <location filename="../UI/UserInterface.py" line="6036" />
+      <location filename="../UI/UserInterface.py" line="6359" />
+      <location filename="../UI/UserInterface.py" line="6348" />
+      <location filename="../UI/UserInterface.py" line="6300" />
+      <location filename="../UI/UserInterface.py" line="6290" />
+      <location filename="../UI/UserInterface.py" line="6121" />
+      <location filename="../UI/UserInterface.py" line="6111" />
+      <location filename="../UI/UserInterface.py" line="6053" />
+      <location filename="../UI/UserInterface.py" line="6043" />
       <source>Problem</source>
       <translation>Problema</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6353" />
-      <location filename="../UI/UserInterface.py" line="6342" />
-      <location filename="../UI/UserInterface.py" line="6294" />
-      <location filename="../UI/UserInterface.py" line="6284" />
-      <location filename="../UI/UserInterface.py" line="6115" />
-      <location filename="../UI/UserInterface.py" line="6105" />
-      <location filename="../UI/UserInterface.py" line="6047" />
-      <location filename="../UI/UserInterface.py" line="6037" />
+      <location filename="../UI/UserInterface.py" line="6360" />
+      <location filename="../UI/UserInterface.py" line="6349" />
+      <location filename="../UI/UserInterface.py" line="6301" />
+      <location filename="../UI/UserInterface.py" line="6291" />
+      <location filename="../UI/UserInterface.py" line="6122" />
+      <location filename="../UI/UserInterface.py" line="6112" />
+      <location filename="../UI/UserInterface.py" line="6054" />
+      <location filename="../UI/UserInterface.py" line="6044" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; no existe o tiene longitud nula. &lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6596" />
-      <location filename="../UI/UserInterface.py" line="6507" />
-      <location filename="../UI/UserInterface.py" line="6388" />
-      <location filename="../UI/UserInterface.py" line="6365" />
-      <location filename="../UI/UserInterface.py" line="6306" />
-      <location filename="../UI/UserInterface.py" line="6253" />
-      <location filename="../UI/UserInterface.py" line="6231" />
-      <location filename="../UI/UserInterface.py" line="6190" />
-      <location filename="../UI/UserInterface.py" line="6181" />
-      <location filename="../UI/UserInterface.py" line="6146" />
-      <location filename="../UI/UserInterface.py" line="6137" />
-      <location filename="../UI/UserInterface.py" line="6078" />
-      <location filename="../UI/UserInterface.py" line="6069" />
+      <location filename="../UI/UserInterface.py" line="6603" />
+      <location filename="../UI/UserInterface.py" line="6514" />
+      <location filename="../UI/UserInterface.py" line="6395" />
+      <location filename="../UI/UserInterface.py" line="6372" />
+      <location filename="../UI/UserInterface.py" line="6313" />
+      <location filename="../UI/UserInterface.py" line="6260" />
+      <location filename="../UI/UserInterface.py" line="6238" />
+      <location filename="../UI/UserInterface.py" line="6197" />
+      <location filename="../UI/UserInterface.py" line="6188" />
+      <location filename="../UI/UserInterface.py" line="6153" />
+      <location filename="../UI/UserInterface.py" line="6144" />
+      <location filename="../UI/UserInterface.py" line="6085" />
+      <location filename="../UI/UserInterface.py" line="6076" />
       <source>Process Generation Error</source>
       <translation>Error de Generación de Proceso</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6070" />
+      <location filename="../UI/UserInterface.py" line="6077" />
       <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido ejecutar Qt-Designer.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6079" />
+      <location filename="../UI/UserInterface.py" line="6086" />
       <source>&lt;p&gt;Could not find the Qt-Designer executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido encontrar el ejecutable de Qt-Designer.&lt;br&gt;Asegúrese de que está instalado y opcionalmente configurado en la página de configuración de Qt.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6138" />
+      <location filename="../UI/UserInterface.py" line="6145" />
       <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido ejecutar Qt-Linguist.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6147" />
+      <location filename="../UI/UserInterface.py" line="6154" />
       <source>&lt;p&gt;Could not find the Qt-Linguist executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido encontrar el ejecutable de Qt-Linguist.&lt;br&gt;Asegúrese de que está instalado y opcionalmente configurado en la página de configuración de Qt.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6182" />
+      <location filename="../UI/UserInterface.py" line="6189" />
       <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido ejecutar Qt-Assistant.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6191" />
+      <location filename="../UI/UserInterface.py" line="6198" />
       <source>&lt;p&gt;Could not find the Qt-Assistant executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido encontrar el ejecutable de Qt-Assistant.&lt;br&gt;Asegúrese de que está instalado y opcionalmente configurado en la página de configuración de Qt.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6216" />
+      <location filename="../UI/UserInterface.py" line="6223" />
       <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
       <translation>No hay visor personalizado seleccionado actualmente. Por favor, especifique uno en el diálogo de preferencias.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6232" />
+      <location filename="../UI/UserInterface.py" line="6239" />
       <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido ejecutar el visor personalizado.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6254" />
+      <location filename="../UI/UserInterface.py" line="6261" />
       <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido ejecutar el visor de ayuda.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6307" />
+      <location filename="../UI/UserInterface.py" line="6314" />
       <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido ejecutar el Previsualizador de UI.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6366" />
+      <location filename="../UI/UserInterface.py" line="6373" />
       <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido ejecutar el Previsualizador de Traducciones.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6389" />
+      <location filename="../UI/UserInterface.py" line="6396" />
       <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido iniciar el navegador SQL.&lt;br&gt;Asegúrese de que está disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6488" />
+      <location filename="../UI/UserInterface.py" line="6495" />
       <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
       <translation>&lt;p&gt;La utilidad de captura de pantalla no está disponible para sesiones de escritorio de Wayland.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6508" />
+      <location filename="../UI/UserInterface.py" line="6515" />
       <source>&lt;p&gt;Could not start Snapshot tool.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido ejecutar la herramienta de Captura de Pantalla.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6541" />
-      <location filename="../UI/UserInterface.py" line="6531" />
+      <location filename="../UI/UserInterface.py" line="6548" />
+      <location filename="../UI/UserInterface.py" line="6538" />
       <source>External Tools</source>
       <translation>Herramientas Externas</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6532" />
+      <location filename="../UI/UserInterface.py" line="6539" />
       <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
       <translation>No se ha encontrado la entrada para la herramienta externa '{0}' en el grupo de herramientas '{1}'.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6542" />
+      <location filename="../UI/UserInterface.py" line="6549" />
       <source>No toolgroup entry '{0}' found.</source>
       <translation>No se ha encontrado la entrada para el grupo de herramientas '{0}'.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6579" />
+      <location filename="../UI/UserInterface.py" line="6586" />
       <source>Starting process '{0} {1}'.
 </source>
       <translation>Comenzando proceso '{0} {1}'.
 </translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6597" />
+      <location filename="../UI/UserInterface.py" line="6604" />
       <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido ejecutar la entrada de herramienta &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6676" />
+      <location filename="../UI/UserInterface.py" line="6683" />
       <source>Process '{0}' has exited.
 </source>
       <translation>El proceso '{0}' ha finalizado.
 </translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6963" />
-      <location filename="../UI/UserInterface.py" line="6901" />
-      <location filename="../UI/UserInterface.py" line="6857" />
-      <location filename="../UI/UserInterface.py" line="6783" />
-      <location filename="../UI/UserInterface.py" line="6719" />
+      <location filename="../UI/UserInterface.py" line="6970" />
+      <location filename="../UI/UserInterface.py" line="6908" />
+      <location filename="../UI/UserInterface.py" line="6864" />
+      <location filename="../UI/UserInterface.py" line="6790" />
+      <location filename="../UI/UserInterface.py" line="6726" />
       <source>Documentation Missing</source>
       <translation>Falta documentación</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6964" />
-      <location filename="../UI/UserInterface.py" line="6902" />
-      <location filename="../UI/UserInterface.py" line="6858" />
-      <location filename="../UI/UserInterface.py" line="6784" />
-      <location filename="../UI/UserInterface.py" line="6720" />
+      <location filename="../UI/UserInterface.py" line="6971" />
+      <location filename="../UI/UserInterface.py" line="6909" />
+      <location filename="../UI/UserInterface.py" line="6865" />
+      <location filename="../UI/UserInterface.py" line="6791" />
+      <location filename="../UI/UserInterface.py" line="6727" />
       <source>&lt;p&gt;The documentation starting point "&lt;b&gt;{0}&lt;/b&gt;" could not be found.&lt;/p&gt;</source>
       <translation>&lt;P&gt;El punto de entrada de documentación "&lt;b&gt;{0}&lt;/b&gt;" no ha podido encontrarse.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6945" />
-      <location filename="../UI/UserInterface.py" line="6827" />
+      <location filename="../UI/UserInterface.py" line="6952" />
+      <location filename="../UI/UserInterface.py" line="6834" />
       <source>Documentation</source>
       <translation>Documentación</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6828" />
+      <location filename="../UI/UserInterface.py" line="6835" />
       <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation>&lt;P&gt;El punto de entrada de documentación de PyQt{0} no ha sido configurado.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6946" />
+      <location filename="../UI/UserInterface.py" line="6953" />
       <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation>&lt;P&gt;El punto de entrada de documentación de PySide{0} no ha sido configurado.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7125" />
-      <location filename="../UI/UserInterface.py" line="7061" />
+      <location filename="../UI/UserInterface.py" line="7132" />
+      <location filename="../UI/UserInterface.py" line="7068" />
       <source>Start Web Browser</source>
       <translation>Iniciar Navegador Web</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7062" />
+      <location filename="../UI/UserInterface.py" line="7069" />
       <source>The eric web browser could not be started.</source>
       <translation>El navegador web de eric no se ha podido iniciar.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7126" />
+      <location filename="../UI/UserInterface.py" line="7133" />
       <source>&lt;p&gt;The eric web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El navegador web de eric no se ha iniciado.&lt;/p&gt;&lt;p&gt;Razón: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7172" />
+      <location filename="../UI/UserInterface.py" line="7179" />
       <source>Open Browser</source>
       <translation>Abrir Navegador</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7172" />
+      <location filename="../UI/UserInterface.py" line="7179" />
       <source>Could not start a web browser</source>
       <translation>No se ha podido iniciar el navegador web</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7467" />
-      <location filename="../UI/UserInterface.py" line="7429" />
+      <location filename="../UI/UserInterface.py" line="7474" />
+      <location filename="../UI/UserInterface.py" line="7436" />
       <source>Keyboard Shortcuts File (*.ekj)</source>
       <translation>Archivo de Atajos de Teclado (*.ekj)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7447" />
+      <location filename="../UI/UserInterface.py" line="7454" />
       <source>&lt;p&gt;The keyboard shortcuts file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo de atajos de teclado &lt;b&gt;{0}&lt;/b&gt; ya existe. ¿Sobreescribirlo?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7675" />
+      <location filename="../UI/UserInterface.py" line="7682" />
       <source>Read Session</source>
       <translation>Cargar sesión</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7676" />
+      <location filename="../UI/UserInterface.py" line="7683" />
       <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo de sesión &lt;b&gt;&lt;/b&gt; no ha podido ser leído.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7699" />
+      <location filename="../UI/UserInterface.py" line="7706" />
       <source>Save Session</source>
       <translation>Guardar Sesión</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7724" />
-      <location filename="../UI/UserInterface.py" line="7701" />
+      <location filename="../UI/UserInterface.py" line="7731" />
+      <location filename="../UI/UserInterface.py" line="7708" />
       <source>eric Session Files (*.esj)</source>
       <translation>Archivos de Sesión de eric (*.esj)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7769" />
+      <location filename="../UI/UserInterface.py" line="7776" />
       <source>Crash Session found!</source>
       <translation>¡Se ha hallado una sesión perdida!</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7770" />
+      <location filename="../UI/UserInterface.py" line="7777" />
       <source>A session file of a crashed session was found. Shall this session be restored?</source>
       <translation>Se ha encontrado un archivo de sesió para una sesión perdida. ¿Desea restaurar esta sesión?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8147" />
+      <location filename="../UI/UserInterface.py" line="8154" />
       <source>Drop Error</source>
       <translation>Error de volcado</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8148" />
+      <location filename="../UI/UserInterface.py" line="8155" />
       <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; no es un archivo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8330" />
+      <location filename="../UI/UserInterface.py" line="8341" />
       <source>Upgrade available</source>
       <translation>Actualización disponible</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8331" />
+      <location filename="../UI/UserInterface.py" line="8342" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation>&lt;p&gt;Una versión más moderna del package de &lt;b&gt;eric-ide&lt;/b&gt; se encuentra disponible en &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Instalado: {1}&lt;br/&gt;Disponible: &lt;b&gt;{2}&lt;/b&gt;Actualizar &lt;b&gt;eric-ide&lt;/b&gt;?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8376" />
+      <location filename="../UI/UserInterface.py" line="8387" />
       <source>First time usage</source>
       <translation>Usado por primera vez</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8377" />
+      <location filename="../UI/UserInterface.py" line="8388" />
       <source>eric has not been configured yet. The configuration dialog will be started.</source>
       <translation>eric todavía no está configurado. El diálogo de configuración va a ser iniciado.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8399" />
+      <location filename="../UI/UserInterface.py" line="8410" />
       <source>Select Workspace Directory</source>
       <translation>Seleccionar Directorio para el Espacio de Trabajo</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8564" />
+      <location filename="../UI/UserInterface.py" line="8575" />
       <source>Unsaved Data Detected</source>
       <translation>Detectados Datos sin Guardar</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8565" />
+      <location filename="../UI/UserInterface.py" line="8576" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation>Algunos editores contienen datos sin guardar. ¿Desea guardarlos?</translation>
     </message>
@@ -91528,40 +92102,40 @@
       <translation>&lt;b&gt;Ventana de Visor de Variables Locales&lt;/b&gt;&lt;p&gt;Esta ventana muestra las variables locales  del programa en depuración.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Debugger/VariablesViewer.py" line="1057" />
+      <location filename="../Debugger/VariablesViewer.py" line="1055" />
       <source>Show Details...</source>
       <translation>Mostrar detalles...</translation>
     </message>
     <message>
+      <location filename="../Debugger/VariablesViewer.py" line="1057" />
+      <source>Expand</source>
+      <translation>Expandir</translation>
+    </message>
+    <message>
+      <location filename="../Debugger/VariablesViewer.py" line="1058" />
+      <source>Collapse</source>
+      <translation>Contraer</translation>
+    </message>
+    <message>
       <location filename="../Debugger/VariablesViewer.py" line="1059" />
-      <source>Expand</source>
-      <translation>Expandir</translation>
-    </message>
-    <message>
-      <location filename="../Debugger/VariablesViewer.py" line="1060" />
-      <source>Collapse</source>
-      <translation>Contraer</translation>
-    </message>
-    <message>
-      <location filename="../Debugger/VariablesViewer.py" line="1061" />
       <source>Collapse All</source>
       <translation>Contraer Todo</translation>
     </message>
     <message>
+      <location filename="../Debugger/VariablesViewer.py" line="1067" />
+      <location filename="../Debugger/VariablesViewer.py" line="1061" />
+      <source>Refresh</source>
+      <translation>Actualizar</translation>
+    </message>
+    <message>
       <location filename="../Debugger/VariablesViewer.py" line="1069" />
       <location filename="../Debugger/VariablesViewer.py" line="1063" />
-      <source>Refresh</source>
-      <translation>Actualizar</translation>
+      <source>Configure...</source>
+      <translation>Configurar...</translation>
     </message>
     <message>
       <location filename="../Debugger/VariablesViewer.py" line="1071" />
-      <location filename="../Debugger/VariablesViewer.py" line="1065" />
-      <source>Configure...</source>
-      <translation>Configurar...</translation>
-    </message>
-    <message>
-      <location filename="../Debugger/VariablesViewer.py" line="1073" />
-      <location filename="../Debugger/VariablesViewer.py" line="1066" />
+      <location filename="../Debugger/VariablesViewer.py" line="1064" />
       <source>Variables Type Filter...</source>
       <translation>Fitro por Tipo de Variable...</translation>
     </message>
@@ -92293,996 +92867,1012 @@
   <context>
     <name>ViewManager</name>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="606" />
+      <location filename="../ViewManager/ViewManager.py" line="609" />
       <source>New</source>
       <translation>Nuevo</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="608" />
+      <location filename="../ViewManager/ViewManager.py" line="611" />
       <source>&amp;New</source>
       <translation>&amp;Nuevo</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="610" />
+      <location filename="../ViewManager/ViewManager.py" line="613" />
       <source>Ctrl+N</source>
       <comment>File|New</comment>
       <translation>Ctrl+N</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="617" />
-      <source>Open an empty editor window</source>
-      <translation>Abre una ventana vacia en el editor</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="620" />
+      <source>Open an empty editor window</source>
+      <translation>Abre una ventana vacia en el editor</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="623" />
       <source>&lt;b&gt;New&lt;/b&gt;&lt;p&gt;An empty editor window will be created.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Nuevo&lt;/b&gt;&lt;p&gt;Se creará una ventana vacia en el editor.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="629" />
+      <location filename="../ViewManager/ViewManager.py" line="632" />
       <source>Open</source>
       <translation>Abrir</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="631" />
+      <location filename="../ViewManager/ViewManager.py" line="634" />
       <source>&amp;Open...</source>
       <translation>&amp;Abrir...</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="633" />
+      <location filename="../ViewManager/ViewManager.py" line="636" />
       <source>Ctrl+O</source>
       <comment>File|Open</comment>
       <translation>Ctrl+O</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="640" />
-      <source>Open a file</source>
-      <translation>Abrir un archivo</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="643" />
+      <source>Open a file</source>
+      <translation>Abrir un archivo</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="646" />
       <source>&lt;b&gt;Open a file&lt;/b&gt;&lt;p&gt;You will be asked for the name of a file to be opened in an editor window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Abrir un archivo&lt;/b&gt;&lt;p&gt;Le preguntará el nombre del archivo para ser abierto en el editor.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="656" />
+      <location filename="../ViewManager/ViewManager.py" line="659" />
+      <location filename="../ViewManager/ViewManager.py" line="657" />
+      <source>Reload</source>
+      <translation>Recargar</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="666" />
+      <source>Reload the current file</source>
+      <translation>Recargar el archivo actual</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="669" />
+      <source>&lt;b&gt;Reload&lt;/b&gt;&lt;p&gt;Reload the contents of current editor window. If the editor contents was modified, a warning will be issued.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Recargar&lt;/b&gt;&lt;p&gt;Recargar el contenido de la ventana de editor actual. Si el contenido del editor presenta modificaciones, se mostrará una advertencia.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="682" />
       <source>Close</source>
       <translation>Cerrar</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="658" />
+      <location filename="../ViewManager/ViewManager.py" line="684" />
       <source>&amp;Close</source>
       <translation>&amp;Cerrar</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="660" />
+      <location filename="../ViewManager/ViewManager.py" line="686" />
       <source>Ctrl+W</source>
       <comment>File|Close</comment>
       <translation>Ctrl+W</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="667" />
+      <location filename="../ViewManager/ViewManager.py" line="693" />
       <source>Close the current window</source>
       <translation>Cierra la ventana actual</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="670" />
+      <location filename="../ViewManager/ViewManager.py" line="696" />
       <source>&lt;b&gt;Close Window&lt;/b&gt;&lt;p&gt;Close the current window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Cierra la ventana&lt;/b&gt;&lt;p&gt;Cierra la ventana actual.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="679" />
-      <source>Close All</source>
-      <translation>Cerrar todo</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="680" />
-      <source>Clos&amp;e All</source>
-      <translation>Cerrar &amp;Todo</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="687" />
-      <source>Close all editor windows</source>
-      <translation>Cerrar todas las ventanas del editor</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="690" />
-      <source>&lt;b&gt;Close All Windows&lt;/b&gt;&lt;p&gt;Close all editor windows.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Cerrar todas las ventanas&lt;/b&gt;&lt;p&gt;Cierra todas las ventanas del editor.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="703" />
-      <source>Save</source>
-      <translation>Guardar</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="705" />
+      <source>Close All</source>
+      <translation>Cerrar todo</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="706" />
+      <source>Clos&amp;e All</source>
+      <translation>Cerrar &amp;Todo</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="713" />
+      <source>Close all editor windows</source>
+      <translation>Cerrar todas las ventanas del editor</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="716" />
+      <source>&lt;b&gt;Close All Windows&lt;/b&gt;&lt;p&gt;Close all editor windows.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Cerrar todas las ventanas&lt;/b&gt;&lt;p&gt;Cierra todas las ventanas del editor.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="729" />
+      <source>Save</source>
+      <translation>Guardar</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="731" />
       <source>&amp;Save</source>
       <translation>&amp;Guardar</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="312" />
-      <location filename="../ViewManager/ViewManager.py" line="707" />
+      <location filename="../ViewManager/ViewManager.py" line="733" />
       <source>Ctrl+S</source>
       <comment>File|Save</comment>
       <translation>Ctrl+S</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="714" />
-      <source>Save the current file</source>
-      <translation>Guarda el archivo actual</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="717" />
-      <source>&lt;b&gt;Save File&lt;/b&gt;&lt;p&gt;Save the contents of current editor window.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Guardar archivo&lt;/b&gt;&lt;p&gt;Almacena el contenido de la ventana de edición actual.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="727" />
-      <source>Save as</source>
-      <translation>Guardar como</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="729" />
-      <source>Save &amp;as...</source>
-      <translation>Guardar &amp;como...</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="731" />
-      <source>Shift+Ctrl+S</source>
-      <comment>File|Save As</comment>
-      <translation>Shift+Ctrl+S</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="740" />
+      <source>Save the current file</source>
+      <translation>Guarda el archivo actual</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="743" />
+      <source>&lt;b&gt;Save File&lt;/b&gt;&lt;p&gt;Save the contents of current editor window.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Guardar archivo&lt;/b&gt;&lt;p&gt;Almacena el contenido de la ventana de edición actual.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="753" />
+      <source>Save as</source>
+      <translation>Guardar como</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="755" />
+      <source>Save &amp;as...</source>
+      <translation>Guardar &amp;como...</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="757" />
+      <source>Shift+Ctrl+S</source>
+      <comment>File|Save As</comment>
+      <translation>Shift+Ctrl+S</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="766" />
       <source>Save the current file to a new one</source>
       <translation>Guarda el archivo actual en uno nuevo</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="745" />
+      <location filename="../ViewManager/ViewManager.py" line="771" />
       <source>&lt;b&gt;Save File as&lt;/b&gt;&lt;p&gt;Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Guardar archivo como&lt;/b&gt;&lt;p&gt;Guarda el contenido del archivo actual en uno nuevo. El archivo puede ser introducido en el cuadro de selección de archivos.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="756" />
+      <location filename="../ViewManager/ViewManager.py" line="782" />
       <source>Save Copy</source>
       <translation>Guardar Copia</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="758" />
+      <location filename="../ViewManager/ViewManager.py" line="784" />
       <source>Save &amp;Copy...</source>
       <translation>Guardar &amp;Copia...</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="765" />
-      <source>Save a copy of the current file</source>
-      <translation>Guardar una copia del archivo actual</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="768" />
-      <source>&lt;b&gt;Save Copy&lt;/b&gt;&lt;p&gt;Save a copy of the contents of current editor window. The file can be entered in a file selection dialog.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Guardar Copia&lt;/b&gt;&lt;p&gt;Guardar una copia del contenido de la ventana de editor actual. El archivo puede ser introducido usando un diálogo de selección de archivo.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="779" />
-      <source>Save all</source>
-      <translation>Guardar todo</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="781" />
-      <source>Save a&amp;ll</source>
-      <translation>Guardar a&amp;ll</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="788" />
-      <source>Save all files</source>
-      <translation>Guardar todos los archivos</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="791" />
-      <source>&lt;b&gt;Save All Files&lt;/b&gt;&lt;p&gt;Save the contents of all editor windows.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Guardar todos los archivos&lt;/b&gt;&lt;p&gt;Guarda el contenido de todas las ventanas del editor.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="803" />
-      <source>Print</source>
-      <translation>Imprimir</translation>
+      <source>Save a copy of the current file</source>
+      <translation>Guardar una copia del archivo actual</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="794" />
+      <source>&lt;b&gt;Save Copy&lt;/b&gt;&lt;p&gt;Save a copy of the contents of current editor window. The file can be entered in a file selection dialog.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Guardar Copia&lt;/b&gt;&lt;p&gt;Guardar una copia del contenido de la ventana de editor actual. El archivo puede ser introducido usando un diálogo de selección de archivo.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="805" />
-      <source>&amp;Print</source>
-      <translation>Im&amp;primir</translation>
+      <source>Save all</source>
+      <translation>Guardar todo</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="807" />
+      <source>Save a&amp;ll</source>
+      <translation>Guardar a&amp;ll</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="814" />
+      <source>Save all files</source>
+      <translation>Guardar todos los archivos</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="817" />
+      <source>&lt;b&gt;Save All Files&lt;/b&gt;&lt;p&gt;Save the contents of all editor windows.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Guardar todos los archivos&lt;/b&gt;&lt;p&gt;Guarda el contenido de todas las ventanas del editor.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="829" />
+      <source>Print</source>
+      <translation>Imprimir</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="831" />
+      <source>&amp;Print</source>
+      <translation>Im&amp;primir</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="833" />
       <source>Ctrl+P</source>
       <comment>File|Print</comment>
       <translation>Ctrl+P</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="814" />
+      <location filename="../ViewManager/ViewManager.py" line="840" />
       <source>Print the current file</source>
       <translation>Imprime el archivo actual</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="817" />
+      <location filename="../ViewManager/ViewManager.py" line="843" />
       <source>&lt;b&gt;Print File&lt;/b&gt;&lt;p&gt;Print the contents of current editor window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Imprimir Archivo&lt;/b&gt;&lt;p&gt;Imprime el contenido del archivo en edición.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="765" />
-      <location filename="../ViewManager/ViewManager.py" line="830" />
-      <location filename="../ViewManager/ViewManager.py" line="828" />
+      <location filename="../ViewManager/ViewManager.py" line="856" />
+      <location filename="../ViewManager/ViewManager.py" line="854" />
       <source>Print Preview</source>
       <translation>Presentación preliminar</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="837" />
+      <location filename="../ViewManager/ViewManager.py" line="863" />
       <source>Print preview of the current file</source>
       <translation>Presentación preliminar del archivo actual</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="842" />
+      <location filename="../ViewManager/ViewManager.py" line="868" />
       <source>&lt;b&gt;Print Preview&lt;/b&gt;&lt;p&gt;Print preview of the current editor window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Presentación Preliminar&lt;/b&gt;&lt;p&gt;Presentación preliminar de la ventana del editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="853" />
+      <location filename="../ViewManager/ViewManager.py" line="879" />
       <source>Find File</source>
       <translation>Buscar archivo</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="855" />
+      <location filename="../ViewManager/ViewManager.py" line="881" />
       <source>Find &amp;File...</source>
       <translation>Buscar &amp;Archivo...</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="857" />
+      <location filename="../ViewManager/ViewManager.py" line="883" />
       <source>Alt+Ctrl+F</source>
       <comment>File|Find File</comment>
       <translation>Alt+Ctrl+F</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="866" />
-      <source>Search for a file by entering a search pattern</source>
-      <translation>Buscar un archivo entrando un patrón de búsqueda</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="871" />
-      <source>&lt;b&gt;Find File&lt;/b&gt;&lt;p&gt;This searches for a file by entering a search pattern.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Buscar Archivo&lt;/b&gt;&lt;p&gt;Busca un archivo entrando un patrón de búsqueda.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="887" />
-      <source>&amp;File</source>
-      <translation>&amp;Archivo</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="889" />
-      <source>Open &amp;Recent Files</source>
-      <translation>Abrir Archivos &amp;Recientes</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="892" />
+      <source>Search for a file by entering a search pattern</source>
+      <translation>Buscar un archivo entrando un patrón de búsqueda</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="897" />
+      <source>&lt;b&gt;Find File&lt;/b&gt;&lt;p&gt;This searches for a file by entering a search pattern.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Buscar Archivo&lt;/b&gt;&lt;p&gt;Busca un archivo entrando un patrón de búsqueda.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="913" />
+      <source>&amp;File</source>
+      <translation>&amp;Archivo</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="915" />
+      <source>Open &amp;Recent Files</source>
+      <translation>Abrir Archivos &amp;Recientes</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="918" />
       <source>Open &amp;Bookmarked Files</source>
       <translation>Abrir Archivos &amp;Marcados</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="937" />
-      <location filename="../ViewManager/ViewManager.py" line="935" />
+      <location filename="../ViewManager/ViewManager.py" line="964" />
+      <location filename="../ViewManager/ViewManager.py" line="962" />
       <source>File</source>
       <translation>Archivo</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="961" />
+      <location filename="../ViewManager/ViewManager.py" line="989" />
       <source>Export as</source>
       <translation>Exportar como</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="984" />
+      <location filename="../ViewManager/ViewManager.py" line="1012" />
       <source>Undo</source>
       <translation>Deshacer</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="986" />
+      <location filename="../ViewManager/ViewManager.py" line="1014" />
       <source>&amp;Undo</source>
       <translation>&amp;Deshacer</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="988" />
+      <location filename="../ViewManager/ViewManager.py" line="1016" />
       <source>Ctrl+Z</source>
       <comment>Edit|Undo</comment>
       <translation>Ctrl+Z</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="991" />
+      <location filename="../ViewManager/ViewManager.py" line="1019" />
       <source>Alt+Backspace</source>
       <comment>Edit|Undo</comment>
       <translation>Alt+Backspace</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="997" />
+      <location filename="../ViewManager/ViewManager.py" line="1025" />
       <source>Undo the last change</source>
       <translation>Revierte el último cambio</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1000" />
+      <location filename="../ViewManager/ViewManager.py" line="1028" />
       <source>&lt;b&gt;Undo&lt;/b&gt;&lt;p&gt;Undo the last change done in the current editor.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Deshacer&lt;/b&gt;&lt;p&gt;Deshace el último cambio hecho en el editor.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1010" />
+      <location filename="../ViewManager/ViewManager.py" line="1038" />
       <source>Redo</source>
       <translation>Rehacer</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1012" />
+      <location filename="../ViewManager/ViewManager.py" line="1040" />
       <source>&amp;Redo</source>
       <translation>&amp;Rehacer</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1014" />
+      <location filename="../ViewManager/ViewManager.py" line="1042" />
       <source>Ctrl+Shift+Z</source>
       <comment>Edit|Redo</comment>
       <translation>Ctrl+Shift+Z</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1021" />
+      <location filename="../ViewManager/ViewManager.py" line="1049" />
       <source>Redo the last change</source>
       <translation>Rehace el último cambio</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1024" />
+      <location filename="../ViewManager/ViewManager.py" line="1052" />
       <source>&lt;b&gt;Redo&lt;/b&gt;&lt;p&gt;Redo the last change done in the current editor.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Rehacer&lt;/b&gt;&lt;p&gt;Rehace el último cambio hecho en el editor.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1044" />
-      <location filename="../ViewManager/ViewManager.py" line="1034" />
+      <location filename="../ViewManager/ViewManager.py" line="1072" />
+      <location filename="../ViewManager/ViewManager.py" line="1062" />
       <source>Revert to last saved state</source>
       <translation>Volver al último estado grabado</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1035" />
+      <location filename="../ViewManager/ViewManager.py" line="1063" />
       <source>Re&amp;vert to last saved state</source>
       <translation>&amp;Volver al último estado grabado</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1037" />
+      <location filename="../ViewManager/ViewManager.py" line="1065" />
       <source>Ctrl+Y</source>
       <comment>Edit|Revert</comment>
       <translation>Ctrl+Y</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1047" />
+      <location filename="../ViewManager/ViewManager.py" line="1075" />
       <source>&lt;b&gt;Revert to last saved state&lt;/b&gt;&lt;p&gt;Undo all changes up to the last saved state of the current editor.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Volver al último estado grabado&lt;/b&gt;&lt;p&gt;Deshace todos los cambios desde la útlima grabación del archivo en edición.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="339" />
-      <location filename="../ViewManager/ViewManager.py" line="1060" />
+      <location filename="../ViewManager/ViewManager.py" line="1088" />
       <source>Cut</source>
       <translation>Cortar</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="341" />
-      <location filename="../ViewManager/ViewManager.py" line="1062" />
+      <location filename="../ViewManager/ViewManager.py" line="1090" />
       <source>Cu&amp;t</source>
       <translation>Cor&amp;tar</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="343" />
-      <location filename="../ViewManager/ViewManager.py" line="1064" />
+      <location filename="../ViewManager/ViewManager.py" line="1092" />
       <source>Ctrl+X</source>
       <comment>Edit|Cut</comment>
       <translation>Ctrl+X</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="346" />
-      <location filename="../ViewManager/ViewManager.py" line="1067" />
+      <location filename="../ViewManager/ViewManager.py" line="1095" />
       <source>Shift+Del</source>
       <comment>Edit|Cut</comment>
       <translation>Shift+Del</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="352" />
-      <location filename="../ViewManager/ViewManager.py" line="1073" />
+      <location filename="../ViewManager/ViewManager.py" line="1101" />
       <source>Cut the selection</source>
       <translation>Corta lo seleccionado</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1076" />
+      <location filename="../ViewManager/ViewManager.py" line="1104" />
       <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text of the current editor to the clipboard.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Cortar&lt;/b&gt;&lt;p&gt;Cortar el texto seleccionado y lo envia al portapapeles.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="361" />
-      <location filename="../ViewManager/ViewManager.py" line="1087" />
+      <location filename="../ViewManager/ViewManager.py" line="1115" />
       <source>Copy</source>
       <translation>Copiar</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="363" />
-      <location filename="../ViewManager/ViewManager.py" line="1089" />
+      <location filename="../ViewManager/ViewManager.py" line="1117" />
       <source>&amp;Copy</source>
       <translation>&amp;Copiar</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="365" />
-      <location filename="../ViewManager/ViewManager.py" line="1091" />
+      <location filename="../ViewManager/ViewManager.py" line="1119" />
       <source>Ctrl+C</source>
       <comment>Edit|Copy</comment>
       <translation>Ctrl+C</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="368" />
-      <location filename="../ViewManager/ViewManager.py" line="1094" />
+      <location filename="../ViewManager/ViewManager.py" line="1122" />
       <source>Ctrl+Ins</source>
       <comment>Edit|Copy</comment>
       <translation>Ctrl+Ins</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="374" />
-      <location filename="../ViewManager/ViewManager.py" line="1100" />
+      <location filename="../ViewManager/ViewManager.py" line="1128" />
       <source>Copy the selection</source>
       <translation>Copia lo seleccionao</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1103" />
+      <location filename="../ViewManager/ViewManager.py" line="1131" />
       <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text of the current editor to the clipboard.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Copiar&lt;/b&gt;&lt;p&gt;Copiar el texto seleccionado al portapapeles.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="383" />
-      <location filename="../ViewManager/ViewManager.py" line="1114" />
+      <location filename="../ViewManager/ViewManager.py" line="1142" />
       <source>Paste</source>
       <translation>Pegar</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="385" />
-      <location filename="../ViewManager/ViewManager.py" line="1116" />
+      <location filename="../ViewManager/ViewManager.py" line="1144" />
       <source>&amp;Paste</source>
       <translation>&amp;Pegar</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="387" />
-      <location filename="../ViewManager/ViewManager.py" line="1118" />
+      <location filename="../ViewManager/ViewManager.py" line="1146" />
       <source>Ctrl+V</source>
       <comment>Edit|Paste</comment>
       <translation>Ctrl+V</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="390" />
-      <location filename="../ViewManager/ViewManager.py" line="1121" />
+      <location filename="../ViewManager/ViewManager.py" line="1149" />
       <source>Shift+Ins</source>
       <comment>Edit|Paste</comment>
       <translation>Shift+Ins</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="396" />
-      <location filename="../ViewManager/ViewManager.py" line="1127" />
+      <location filename="../ViewManager/ViewManager.py" line="1155" />
       <source>Paste the last cut/copied text</source>
       <translation>Pega el último texto copiado/cortado</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1130" />
+      <location filename="../ViewManager/ViewManager.py" line="1158" />
       <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the last cut/copied text from the clipboard to the current editor.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Pegar&lt;/b&gt;&lt;p&gt;Pegar el contenido del portapapeles en el editor.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="410" />
       <location filename="../QScintilla/ShellWindow.py" line="408" />
-      <location filename="../ViewManager/ViewManager.py" line="1143" />
-      <location filename="../ViewManager/ViewManager.py" line="1141" />
+      <location filename="../ViewManager/ViewManager.py" line="1171" />
+      <location filename="../ViewManager/ViewManager.py" line="1169" />
       <source>Clear</source>
       <translation>Borrar</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="412" />
-      <location filename="../ViewManager/ViewManager.py" line="1145" />
+      <location filename="../ViewManager/ViewManager.py" line="1173" />
       <source>Alt+Shift+C</source>
       <comment>Edit|Clear</comment>
       <translation>Alt+Shift+C</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="419" />
-      <location filename="../ViewManager/ViewManager.py" line="1152" />
+      <location filename="../ViewManager/ViewManager.py" line="1180" />
       <source>Clear all text</source>
       <translation>Borra todo el texto</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1155" />
+      <location filename="../ViewManager/ViewManager.py" line="1183" />
       <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Delete all text of the current editor.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Borrar&lt;/b&gt;&lt;p&gt;Borra todo el texto del editor.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1174" />
-      <location filename="../ViewManager/ViewManager.py" line="1165" />
-      <location filename="../ViewManager/ViewManager.py" line="1164" />
+      <location filename="../ViewManager/ViewManager.py" line="1202" />
+      <location filename="../ViewManager/ViewManager.py" line="1193" />
+      <location filename="../ViewManager/ViewManager.py" line="1192" />
       <source>Join Lines</source>
       <translation>Unir Líneas</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1167" />
+      <location filename="../ViewManager/ViewManager.py" line="1195" />
       <source>Ctrl+J</source>
       <comment>Edit|Join Lines</comment>
       <translation>Ctrl+J</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1177" />
+      <location filename="../ViewManager/ViewManager.py" line="1205" />
       <source>&lt;b&gt;Join Lines&lt;/b&gt;&lt;p&gt;Join the current and the next lines.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Unir Lineas&lt;/b&gt;&lt;p&gt;Unir las líneas actual y siguiente.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1187" />
+      <location filename="../ViewManager/ViewManager.py" line="1215" />
       <source>Indent</source>
       <translation>Sangrar</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1189" />
+      <location filename="../ViewManager/ViewManager.py" line="1217" />
       <source>&amp;Indent</source>
       <translation>&amp;Sangrar</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1191" />
+      <location filename="../ViewManager/ViewManager.py" line="1219" />
       <source>Ctrl+I</source>
       <comment>Edit|Indent</comment>
       <translation>Ctrl+I</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1198" />
+      <location filename="../ViewManager/ViewManager.py" line="1226" />
       <source>Indent line</source>
       <translation>Sangrar línea</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1201" />
+      <location filename="../ViewManager/ViewManager.py" line="1229" />
       <source>&lt;b&gt;Indent&lt;/b&gt;&lt;p&gt;Indents the current line or the lines of the selection by one level.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Sangrar&lt;/b&gt;&lt;p&gt;Aumenta el sangrado de la línea actual o de la selección de a un nivel.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1212" />
+      <location filename="../ViewManager/ViewManager.py" line="1240" />
       <source>Unindent</source>
       <translation>Quitar sangrado</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1214" />
+      <location filename="../ViewManager/ViewManager.py" line="1242" />
       <source>U&amp;nindent</source>
       <translation>&amp;Quitar sangrado</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1216" />
+      <location filename="../ViewManager/ViewManager.py" line="1244" />
       <source>Ctrl+Shift+I</source>
       <comment>Edit|Unindent</comment>
       <translation>Ctrl+Shift+I</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1225" />
+      <location filename="../ViewManager/ViewManager.py" line="1253" />
       <source>Unindent line</source>
       <translation>Quitar sangrado de línea</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1228" />
+      <location filename="../ViewManager/ViewManager.py" line="1256" />
       <source>&lt;b&gt;Unindent&lt;/b&gt;&lt;p&gt;Unindents the current line or the lines of the selection by one level.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Quitar sangrado&lt;/b&gt;&lt;p&gt;Quita el sangrado de la línea actual o de la selección de a un nivel.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1241" />
-      <location filename="../ViewManager/ViewManager.py" line="1239" />
+      <location filename="../ViewManager/ViewManager.py" line="1269" />
+      <location filename="../ViewManager/ViewManager.py" line="1267" />
       <source>Smart indent</source>
       <translation>Sangrado inteligente</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1248" />
-      <source>Smart indent Line or Selection</source>
-      <translation>Sangrado inteligente de Linea o Selección</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1251" />
-      <source>&lt;b&gt;Smart indent&lt;/b&gt;&lt;p&gt;Indents the current line or the lines of the current selection smartly.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Sangrado Inteligente&lt;/b&gt;&lt;p&gt;Sangra inteligentemente la línea actual o las lineas de la selección.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1262" />
-      <source>Comment</source>
-      <translation>Comentario</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1264" />
-      <source>C&amp;omment</source>
-      <translation>Co&amp;mentario</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1266" />
-      <source>Ctrl+M</source>
-      <comment>Edit|Comment</comment>
-      <translation>Ctrl+M</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1273" />
-      <source>Comment Line or Selection</source>
-      <translation>Comentar línea o selección</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="1276" />
+      <source>Smart indent Line or Selection</source>
+      <translation>Sangrado inteligente de Linea o Selección</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="1279" />
+      <source>&lt;b&gt;Smart indent&lt;/b&gt;&lt;p&gt;Indents the current line or the lines of the current selection smartly.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Sangrado Inteligente&lt;/b&gt;&lt;p&gt;Sangra inteligentemente la línea actual o las lineas de la selección.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="1290" />
+      <source>Comment</source>
+      <translation>Comentario</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="1292" />
+      <source>C&amp;omment</source>
+      <translation>Co&amp;mentario</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="1294" />
+      <source>Ctrl+M</source>
+      <comment>Edit|Comment</comment>
+      <translation>Ctrl+M</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="1301" />
+      <source>Comment Line or Selection</source>
+      <translation>Comentar línea o selección</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="1304" />
       <source>&lt;b&gt;Comment&lt;/b&gt;&lt;p&gt;Comments the current line or the lines of the current selection.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Comentario&lt;/b&gt;&lt;p&gt;Pasa a comentario la línea actual o las lineas de la selección.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1287" />
+      <location filename="../ViewManager/ViewManager.py" line="1315" />
       <source>Uncomment</source>
       <translation>Descomentar</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1289" />
+      <location filename="../ViewManager/ViewManager.py" line="1317" />
       <source>Unco&amp;mment</source>
       <translation>Desc&amp;omentar</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1291" />
+      <location filename="../ViewManager/ViewManager.py" line="1319" />
       <source>Ctrl+Shift+M</source>
       <comment>Edit|Uncomment</comment>
       <translation>Ctrl+Shift+M</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1300" />
+      <location filename="../ViewManager/ViewManager.py" line="1328" />
       <source>Uncomment Line or Selection</source>
       <translation>Descomentar  Línea o Selección</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1303" />
+      <location filename="../ViewManager/ViewManager.py" line="1331" />
       <source>&lt;b&gt;Uncomment&lt;/b&gt;&lt;p&gt;Uncomments the current line or the lines of the current selection.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Descomentar&lt;/b&gt;&lt;p&gt;Descomentar la linea actual o la selección.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1316" />
-      <location filename="../ViewManager/ViewManager.py" line="1314" />
+      <location filename="../ViewManager/ViewManager.py" line="1344" />
+      <location filename="../ViewManager/ViewManager.py" line="1342" />
       <source>Toggle Comment</source>
       <translation>Alternar Comentario</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1318" />
-      <source>Ctrl+#</source>
-      <comment>Edit|Toggle Comment</comment>
-      <translation>Ctrl+#</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1327" />
-      <source>Toggle the comment of the current line, selection or comment block</source>
-      <translation>Alternar el comentario de la línea actual, selección o bloque de comentario</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1333" />
-      <source>&lt;b&gt;Toggle Comment&lt;/b&gt;&lt;p&gt;If the current line does not start with a block comment, the current line or selection is commented. If it is already commented, this comment block is uncommented. &lt;/p&gt;</source>
-      <translation>&lt;b&gt;Alternar Comentario&lt;/b&gt;&lt;p&gt;Si la línea actual no empieza con un bloque de comentario, la línea actual o la selección se comenta. Si ya está comentada, este bloque de comentario se descomenta.&lt;/p&gt;</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="1346" />
-      <location filename="../ViewManager/ViewManager.py" line="1345" />
+      <source>Ctrl+#</source>
+      <comment>Edit|Toggle Comment</comment>
+      <translation>Ctrl+#</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="1355" />
+      <source>Toggle the comment of the current line, selection or comment block</source>
+      <translation>Alternar el comentario de la línea actual, selección o bloque de comentario</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="1361" />
+      <source>&lt;b&gt;Toggle Comment&lt;/b&gt;&lt;p&gt;If the current line does not start with a block comment, the current line or selection is commented. If it is already commented, this comment block is uncommented. &lt;/p&gt;</source>
+      <translation>&lt;b&gt;Alternar Comentario&lt;/b&gt;&lt;p&gt;Si la línea actual no empieza con un bloque de comentario, la línea actual o la selección se comenta. Si ya está comentada, este bloque de comentario se descomenta.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="1374" />
+      <location filename="../ViewManager/ViewManager.py" line="1373" />
       <source>Stream Comment</source>
       <translation>Bloque de comentarios</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1353" />
+      <location filename="../ViewManager/ViewManager.py" line="1381" />
       <source>Stream Comment Line or Selection</source>
       <translation>Pasar a bloque de comentarios la Línea o la Selección</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1358" />
+      <location filename="../ViewManager/ViewManager.py" line="1386" />
       <source>&lt;b&gt;Stream Comment&lt;/b&gt;&lt;p&gt;Stream comments the current line or the current selection.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Comentario Simple&lt;/b&gt;&lt;p&gt;Convierte la línea actual o selección actual en un comentario simple.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1370" />
-      <location filename="../ViewManager/ViewManager.py" line="1369" />
+      <location filename="../ViewManager/ViewManager.py" line="1398" />
+      <location filename="../ViewManager/ViewManager.py" line="1397" />
       <source>Box Comment</source>
       <translation>Caja de comentario</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1377" />
+      <location filename="../ViewManager/ViewManager.py" line="1405" />
       <source>Box Comment Line or Selection</source>
       <translation>Línea o Selección a Caja de Comentario</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1380" />
+      <location filename="../ViewManager/ViewManager.py" line="1408" />
       <source>&lt;b&gt;Box Comment&lt;/b&gt;&lt;p&gt;Box comments the current line or the lines of the current selection.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Caja de Comentario&lt;/b&gt;&lt;p&gt;Lleva la línea actual o líneas en la selección actual a una caja de comentario.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1391" />
+      <location filename="../ViewManager/ViewManager.py" line="1419" />
       <source>Select to brace</source>
       <translation>Seleccionar hasta la llave ( '{' o '}' )</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1392" />
+      <location filename="../ViewManager/ViewManager.py" line="1420" />
       <source>Select to &amp;brace</source>
       <translation>Seleccionar hasta la &amp;llave ( '{' o '}' )</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1394" />
+      <location filename="../ViewManager/ViewManager.py" line="1422" />
       <source>Ctrl+E</source>
       <comment>Edit|Select to brace</comment>
       <translation>Ctrl+E</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1403" />
+      <location filename="../ViewManager/ViewManager.py" line="1431" />
       <source>Select text to the matching brace</source>
       <translation>Seleccionar texto hasta la llave  ( '{' o '}' ) correspondiente</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1408" />
+      <location filename="../ViewManager/ViewManager.py" line="1436" />
       <source>&lt;b&gt;Select to brace&lt;/b&gt;&lt;p&gt;Select text of the current editor to the matching brace.&lt;/p&gt;</source>
       <translation>&lt;b&gt; Seleccionar hasta la llave ( '{' o '}' )&lt;/b&gt;&lt;p&gt;Selecciona el texto del editor actual hasta la llave correspondiente.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1419" />
+      <location filename="../ViewManager/ViewManager.py" line="1447" />
       <source>Select all</source>
       <translation>Seleccionar todo</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1421" />
+      <location filename="../ViewManager/ViewManager.py" line="1449" />
       <source>&amp;Select all</source>
       <translation>Seleccionar &amp;todo</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1423" />
+      <location filename="../ViewManager/ViewManager.py" line="1451" />
       <source>Ctrl+A</source>
       <comment>Edit|Select all</comment>
       <translation>Ctrl+A</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1430" />
+      <location filename="../ViewManager/ViewManager.py" line="1458" />
       <source>Select all text</source>
       <translation>Seleccionar todo el texto</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1433" />
+      <location filename="../ViewManager/ViewManager.py" line="1461" />
       <source>&lt;b&gt;Select All&lt;/b&gt;&lt;p&gt;Select all text of the current editor.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Seleccionar todo&lt;/b&gt;&lt;p&gt;Selecciona todo el texto del editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1443" />
+      <location filename="../ViewManager/ViewManager.py" line="1471" />
       <source>Deselect all</source>
       <translation>Deseleccionar todo</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1444" />
+      <location filename="../ViewManager/ViewManager.py" line="1472" />
       <source>&amp;Deselect all</source>
       <translation>&amp;Deseleccionar todo</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1446" />
+      <location filename="../ViewManager/ViewManager.py" line="1474" />
       <source>Alt+Ctrl+A</source>
       <comment>Edit|Deselect all</comment>
       <translation>Alt+Ctrl+A</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1455" />
+      <location filename="../ViewManager/ViewManager.py" line="1483" />
       <source>Deselect all text</source>
       <translation>Deseleccionar todo el texto</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1458" />
+      <location filename="../ViewManager/ViewManager.py" line="1486" />
       <source>&lt;b&gt;Deselect All&lt;/b&gt;&lt;p&gt;Deselect all text of the current editor.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Deseleccionar todo&lt;/b&gt;&lt;p&gt;Deselecciona todo el texto del editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1476" />
-      <location filename="../ViewManager/ViewManager.py" line="1469" />
-      <location filename="../ViewManager/ViewManager.py" line="1468" />
+      <location filename="../ViewManager/ViewManager.py" line="1504" />
+      <location filename="../ViewManager/ViewManager.py" line="1497" />
+      <location filename="../ViewManager/ViewManager.py" line="1496" />
       <source>Convert Line End Characters</source>
       <translation>Convertir caracteres de Fin de Línea</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1479" />
+      <location filename="../ViewManager/ViewManager.py" line="1507" />
       <source>&lt;b&gt;Convert Line End Characters&lt;/b&gt;&lt;p&gt;Convert the line end characters to the currently set type.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Convertir Caracteres de fin de Línea&lt;/b&gt;&lt;p&gt;Convierte los caracteres de fin de línea al tipo establecido actualmente.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1498" />
-      <location filename="../ViewManager/ViewManager.py" line="1491" />
-      <location filename="../ViewManager/ViewManager.py" line="1490" />
+      <location filename="../ViewManager/ViewManager.py" line="1526" />
+      <location filename="../ViewManager/ViewManager.py" line="1519" />
+      <location filename="../ViewManager/ViewManager.py" line="1518" />
       <source>Convert Tabs to Spaces</source>
       <translation>Convertir Tabulaciones a Espacios</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1501" />
+      <location filename="../ViewManager/ViewManager.py" line="1529" />
       <source>&lt;b&gt;Convert Tabs to Spaces&lt;/b&gt;&lt;p&gt;Convert tabulators to the configured amount of space characters.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Convertir Tabulaciones a Espacios&lt;/b&gt;&lt;p&gt;Convertir tabulaciones al número configurado de carácteres de espacio.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1520" />
-      <location filename="../ViewManager/ViewManager.py" line="1513" />
-      <location filename="../ViewManager/ViewManager.py" line="1512" />
+      <location filename="../ViewManager/ViewManager.py" line="1548" />
+      <location filename="../ViewManager/ViewManager.py" line="1541" />
+      <location filename="../ViewManager/ViewManager.py" line="1540" />
       <source>Shorten empty lines</source>
       <translation>Convertir lineas vacías</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1523" />
+      <location filename="../ViewManager/ViewManager.py" line="1551" />
       <source>&lt;b&gt;Shorten empty lines&lt;/b&gt;&lt;p&gt;Shorten lines consisting solely of whitespace characters.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Convertir lineas vacías&lt;/b&gt;&lt;p&gt;Convierte líneas que contienen solamente espacios a un caracter de salto de línea.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3407" />
-      <location filename="../ViewManager/ViewManager.py" line="1534" />
+      <location filename="../ViewManager/ViewManager.py" line="3435" />
+      <location filename="../ViewManager/ViewManager.py" line="1562" />
       <source>Complete</source>
       <translation>Completar</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1535" />
+      <location filename="../ViewManager/ViewManager.py" line="1563" />
       <source>&amp;Complete</source>
       <translation>&amp;Completar</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1537" />
+      <location filename="../ViewManager/ViewManager.py" line="1565" />
       <source>Ctrl+Space</source>
       <comment>Edit|Complete</comment>
       <translation>Ctrl+Space</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1544" />
+      <location filename="../ViewManager/ViewManager.py" line="1572" />
       <source>Complete current word</source>
       <translation>Completar la palabra actual</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1547" />
-      <source>&lt;b&gt;Complete&lt;/b&gt;&lt;p&gt;Performs a completion of the word containing the cursor.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Completar&lt;/b&gt;&lt;p&gt;Lleva a cabo un completado de la palabra que contiene el cursor.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1559" />
-      <location filename="../ViewManager/ViewManager.py" line="1558" />
-      <source>Complete from Document</source>
-      <translation>Completar desde documento</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1561" />
-      <source>Ctrl+Shift+Space</source>
-      <comment>Edit|Complete from Document</comment>
-      <translation>Ctrl+Shift+Space</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1570" />
-      <source>Complete current word from Document</source>
-      <translation>Completar palabra actual desde Documento</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="1575" />
-      <source>&lt;b&gt;Complete from Document&lt;/b&gt;&lt;p&gt;Performs a completion from document of the word containing the cursor.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Completar desde Documento&lt;/b&gt;&lt;p&gt;Lleva a cabo un completado de la palabra que contiene el cursor a partir del documento.&lt;/p&gt;</translation>
+      <source>&lt;b&gt;Complete&lt;/b&gt;&lt;p&gt;Performs a completion of the word containing the cursor.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Completar&lt;/b&gt;&lt;p&gt;Lleva a cabo un completado de la palabra que contiene el cursor.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1587" />
       <location filename="../ViewManager/ViewManager.py" line="1586" />
-      <source>Complete from APIs</source>
-      <translation>Completar desde APIs</translation>
+      <source>Complete from Document</source>
+      <translation>Completar desde documento</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1589" />
-      <source>Ctrl+Alt+Space</source>
-      <comment>Edit|Complete from APIs</comment>
-      <translation>Ctrl+Alt+Space</translation>
+      <source>Ctrl+Shift+Space</source>
+      <comment>Edit|Complete from Document</comment>
+      <translation>Ctrl+Shift+Space</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1598" />
-      <source>Complete current word from APIs</source>
-      <translation>Completar palabra actual desde APIs</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1601" />
-      <source>&lt;b&gt;Complete from APIs&lt;/b&gt;&lt;p&gt;Performs a completion from APIs of the word containing the cursor.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Completar desde APIs&lt;/b&gt;&lt;p&gt;Lleva a cabo un completado de la palabra que contiene el cursor a partir de las APIs.&lt;/p&gt;</translation>
+      <source>Complete current word from Document</source>
+      <translation>Completar palabra actual desde Documento</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="1603" />
+      <source>&lt;b&gt;Complete from Document&lt;/b&gt;&lt;p&gt;Performs a completion from document of the word containing the cursor.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Completar desde Documento&lt;/b&gt;&lt;p&gt;Lleva a cabo un completado de la palabra que contiene el cursor a partir del documento.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1615" />
-      <location filename="../ViewManager/ViewManager.py" line="1612" />
+      <location filename="../ViewManager/ViewManager.py" line="1614" />
+      <source>Complete from APIs</source>
+      <translation>Completar desde APIs</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="1617" />
+      <source>Ctrl+Alt+Space</source>
+      <comment>Edit|Complete from APIs</comment>
+      <translation>Ctrl+Alt+Space</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="1626" />
+      <source>Complete current word from APIs</source>
+      <translation>Completar palabra actual desde APIs</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="1629" />
+      <source>&lt;b&gt;Complete from APIs&lt;/b&gt;&lt;p&gt;Performs a completion from APIs of the word containing the cursor.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Completar desde APIs&lt;/b&gt;&lt;p&gt;Lleva a cabo un completado de la palabra que contiene el cursor a partir de las APIs.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="1643" />
+      <location filename="../ViewManager/ViewManager.py" line="1640" />
       <source>Complete from Document and APIs</source>
       <translation>Completar desde Documento y de APIs</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1619" />
+      <location filename="../ViewManager/ViewManager.py" line="1647" />
       <source>Alt+Shift+Space</source>
       <comment>Edit|Complete from Document and APIs</comment>
       <translation>Alt+Shift+Space</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1630" />
-      <source>Complete current word from Document and APIs</source>
-      <translation>Completar palabra actual desde Documento y  APIs</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1635" />
-      <source>&lt;b&gt;Complete from Document and APIs&lt;/b&gt;&lt;p&gt;Performs a completion from document and APIs of the word containing the cursor.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Completar desde Documento y APIs&lt;/b&gt;&lt;p&gt;Lleva a cabo un completado de la palabra que contiene el cursor a partir del documento y de las APIs.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1646" />
-      <source>Calltip</source>
-      <translation>Consejo de llamada (calltip)</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1647" />
-      <source>&amp;Calltip</source>
-      <translation>&amp;Consejo de llamada (calltip)</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1649" />
-      <source>Meta+Alt+Space</source>
-      <comment>Edit|Calltip</comment>
-      <translation>Meta+Alt+Space</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="1658" />
-      <source>Show Calltips</source>
-      <translation>Mostrar Consejos de llamada (calltips)</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1661" />
-      <source>&lt;b&gt;Calltip&lt;/b&gt;&lt;p&gt;Show calltips based on the characters immediately to the left of the cursor.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Consejo de llamada (calltip)&lt;/b&gt;&lt;p&gt;Muestra consejos de llamada basándose en los caracteres inmediatamente a la izquierda del cursor.&lt;/p&gt;</translation>
+      <source>Complete current word from Document and APIs</source>
+      <translation>Completar palabra actual desde Documento y  APIs</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="1663" />
+      <source>&lt;b&gt;Complete from Document and APIs&lt;/b&gt;&lt;p&gt;Performs a completion from document and APIs of the word containing the cursor.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Completar desde Documento y APIs&lt;/b&gt;&lt;p&gt;Lleva a cabo un completado de la palabra que contiene el cursor a partir del documento y de las APIs.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="1674" />
-      <location filename="../ViewManager/ViewManager.py" line="1672" />
+      <source>Calltip</source>
+      <translation>Consejo de llamada (calltip)</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="1675" />
+      <source>&amp;Calltip</source>
+      <translation>&amp;Consejo de llamada (calltip)</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="1677" />
+      <source>Meta+Alt+Space</source>
+      <comment>Edit|Calltip</comment>
+      <translation>Meta+Alt+Space</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="1686" />
+      <source>Show Calltips</source>
+      <translation>Mostrar Consejos de llamada (calltips)</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="1689" />
+      <source>&lt;b&gt;Calltip&lt;/b&gt;&lt;p&gt;Show calltips based on the characters immediately to the left of the cursor.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Consejo de llamada (calltip)&lt;/b&gt;&lt;p&gt;Muestra consejos de llamada basándose en los caracteres inmediatamente a la izquierda del cursor.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="1702" />
+      <location filename="../ViewManager/ViewManager.py" line="1700" />
       <source>Code Info</source>
       <translation>Info del Código</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1676" />
+      <location filename="../ViewManager/ViewManager.py" line="1704" />
       <source>Ctrl+Alt+I</source>
       <comment>Edit|Code Info</comment>
       <translation>Ctrl+Alt+I</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1685" />
+      <location filename="../ViewManager/ViewManager.py" line="1713" />
       <source>Show Code Info</source>
       <translation>Mostrar Info del Código</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1688" />
+      <location filename="../ViewManager/ViewManager.py" line="1716" />
       <source>&lt;b&gt;Code Info&lt;/b&gt;&lt;p&gt;Show code information based on the cursor position.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Info del Código&lt;/b&gt;&lt;p&gt;Mostrar información del código basado en la posición del cursor.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1699" />
-      <location filename="../ViewManager/ViewManager.py" line="1698" />
+      <location filename="../ViewManager/ViewManager.py" line="1727" />
+      <location filename="../ViewManager/ViewManager.py" line="1726" />
       <source>Sort</source>
       <translation>Ordenar</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1701" />
+      <location filename="../ViewManager/ViewManager.py" line="1729" />
       <source>Ctrl+Alt+S</source>
       <comment>Edit|Sort</comment>
       <translation>Ctrl+Alt+S</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1708" />
+      <location filename="../ViewManager/ViewManager.py" line="1736" />
       <source>Sort the lines containing the rectangular selection</source>
       <translation>Ordenar las líneas que contienen la selección rectangular</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1713" />
+      <location filename="../ViewManager/ViewManager.py" line="1741" />
       <source>&lt;b&gt;Sort&lt;/b&gt;&lt;p&gt;Sort the lines spanned by a rectangular selection based on the selection ignoring leading and trailing whitespace.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Ordenar&lt;/b&gt;&lt;p&gt;Ordenar las líneas contenidas en una selección rectangular basada en la selección, ignorando espacios en blanco delante y detrás.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1725" />
-      <location filename="../ViewManager/ViewManager.py" line="1724" />
+      <location filename="../ViewManager/ViewManager.py" line="1753" />
+      <location filename="../ViewManager/ViewManager.py" line="1752" />
       <source>Generate Docstring</source>
       <translation>Generar Docstring</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1727" />
+      <location filename="../ViewManager/ViewManager.py" line="1755" />
       <source>Ctrl+Alt+D</source>
       <comment>Edit|Generate Docstring</comment>
       <translation>Ctrl+Alt+D</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1736" />
+      <location filename="../ViewManager/ViewManager.py" line="1764" />
       <source>Generate a docstring for the current function/method</source>
       <translation>Generar una cadena Docstring para la función/método actual</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1741" />
+      <location filename="../ViewManager/ViewManager.py" line="1769" />
       <source>&lt;b&gt;Generate Docstring&lt;/b&gt;&lt;p&gt;Generate a docstring for the current function/method if the cursor is placed on the line starting the function definition or on the line thereafter. The docstring is inserted at the appropriate position and the cursor is placed at the end of the description line.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Generar Docstring&lt;/b&gt;&lt;p&gt;Generar una cadena docstring para la función/método actual si el cursor está posicionado en una línea de inicio de definición de función o en líneas posteriores. La docstring se inserta en la posición adecuada y el cursor se posiciona al final de la línea de descripción.&lt;/p&gt;</translation>
     </message>
@@ -93291,22 +93881,22 @@
       <location filename="../QScintilla/MiniEditor.py" line="914" />
       <location filename="../QScintilla/ShellWindow.py" line="575" />
       <location filename="../QScintilla/ShellWindow.py" line="574" />
-      <location filename="../ViewManager/ViewManager.py" line="1768" />
-      <location filename="../ViewManager/ViewManager.py" line="1767" />
+      <location filename="../ViewManager/ViewManager.py" line="1796" />
+      <location filename="../ViewManager/ViewManager.py" line="1795" />
       <source>Move left one character</source>
       <translation>Mover a la izquierda un carácter</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="916" />
       <location filename="../QScintilla/ShellWindow.py" line="576" />
-      <location filename="../ViewManager/ViewManager.py" line="1769" />
+      <location filename="../ViewManager/ViewManager.py" line="1797" />
       <source>Left</source>
       <translation>Left</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="924" />
       <location filename="../QScintilla/ShellWindow.py" line="584" />
-      <location filename="../ViewManager/ViewManager.py" line="1777" />
+      <location filename="../ViewManager/ViewManager.py" line="1805" />
       <source>Meta+B</source>
       <translation>Meta+B</translation>
     </message>
@@ -93315,22 +93905,22 @@
       <location filename="../QScintilla/MiniEditor.py" line="930" />
       <location filename="../QScintilla/ShellWindow.py" line="591" />
       <location filename="../QScintilla/ShellWindow.py" line="590" />
-      <location filename="../ViewManager/ViewManager.py" line="1784" />
-      <location filename="../ViewManager/ViewManager.py" line="1783" />
+      <location filename="../ViewManager/ViewManager.py" line="1812" />
+      <location filename="../ViewManager/ViewManager.py" line="1811" />
       <source>Move right one character</source>
       <translation>Mover a la derecha un carácter</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="932" />
       <location filename="../QScintilla/ShellWindow.py" line="592" />
-      <location filename="../ViewManager/ViewManager.py" line="1785" />
+      <location filename="../ViewManager/ViewManager.py" line="1813" />
       <source>Right</source>
       <translation>Right</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="939" />
       <location filename="../QScintilla/ShellWindow.py" line="599" />
-      <location filename="../ViewManager/ViewManager.py" line="1792" />
+      <location filename="../ViewManager/ViewManager.py" line="1820" />
       <source>Meta+F</source>
       <translation>Meta+F</translation>
     </message>
@@ -93339,22 +93929,22 @@
       <location filename="../QScintilla/MiniEditor.py" line="946" />
       <location filename="../QScintilla/ShellWindow.py" line="683" />
       <location filename="../QScintilla/ShellWindow.py" line="682" />
-      <location filename="../ViewManager/ViewManager.py" line="1800" />
-      <location filename="../ViewManager/ViewManager.py" line="1799" />
+      <location filename="../ViewManager/ViewManager.py" line="1828" />
+      <location filename="../ViewManager/ViewManager.py" line="1827" />
       <source>Move up one line</source>
       <translation>Mover arriba una línea</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="948" />
       <location filename="../QScintilla/ShellWindow.py" line="684" />
-      <location filename="../ViewManager/ViewManager.py" line="1801" />
+      <location filename="../ViewManager/ViewManager.py" line="1829" />
       <source>Up</source>
       <translation>Up</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="955" />
       <location filename="../QScintilla/ShellWindow.py" line="691" />
-      <location filename="../ViewManager/ViewManager.py" line="1808" />
+      <location filename="../ViewManager/ViewManager.py" line="1836" />
       <source>Meta+P</source>
       <translation>Meta+P</translation>
     </message>
@@ -93363,30 +93953,30 @@
       <location filename="../QScintilla/MiniEditor.py" line="962" />
       <location filename="../QScintilla/ShellWindow.py" line="699" />
       <location filename="../QScintilla/ShellWindow.py" line="698" />
-      <location filename="../ViewManager/ViewManager.py" line="1816" />
-      <location filename="../ViewManager/ViewManager.py" line="1815" />
+      <location filename="../ViewManager/ViewManager.py" line="1844" />
+      <location filename="../ViewManager/ViewManager.py" line="1843" />
       <source>Move down one line</source>
       <translation>Mover abajo una línea</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="964" />
       <location filename="../QScintilla/ShellWindow.py" line="700" />
-      <location filename="../ViewManager/ViewManager.py" line="1817" />
+      <location filename="../ViewManager/ViewManager.py" line="1845" />
       <source>Down</source>
       <translation>Down</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="971" />
       <location filename="../QScintilla/ShellWindow.py" line="707" />
-      <location filename="../ViewManager/ViewManager.py" line="1824" />
+      <location filename="../ViewManager/ViewManager.py" line="1852" />
       <source>Meta+N</source>
       <translation>Meta+N</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="979" />
       <location filename="../QScintilla/MiniEditor.py" line="978" />
-      <location filename="../ViewManager/ViewManager.py" line="1832" />
-      <location filename="../ViewManager/ViewManager.py" line="1831" />
+      <location filename="../ViewManager/ViewManager.py" line="1860" />
+      <location filename="../ViewManager/ViewManager.py" line="1859" />
       <source>Move left one word part</source>
       <translation>Mover a la izquierda una parte de palabra</translation>
     </message>
@@ -93394,16 +93984,16 @@
       <location filename="../QScintilla/MiniEditor.py" line="1019" />
       <location filename="../QScintilla/MiniEditor.py" line="987" />
       <location filename="../QScintilla/ShellWindow.py" line="615" />
-      <location filename="../ViewManager/ViewManager.py" line="1872" />
-      <location filename="../ViewManager/ViewManager.py" line="1840" />
+      <location filename="../ViewManager/ViewManager.py" line="1900" />
+      <location filename="../ViewManager/ViewManager.py" line="1868" />
       <source>Alt+Left</source>
       <translation>Alt+Left</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="995" />
       <location filename="../QScintilla/MiniEditor.py" line="994" />
-      <location filename="../ViewManager/ViewManager.py" line="1848" />
-      <location filename="../ViewManager/ViewManager.py" line="1847" />
+      <location filename="../ViewManager/ViewManager.py" line="1876" />
+      <location filename="../ViewManager/ViewManager.py" line="1875" />
       <source>Move right one word part</source>
       <translation>Mover a la derecha una parte de palabra</translation>
     </message>
@@ -93411,8 +94001,8 @@
       <location filename="../QScintilla/MiniEditor.py" line="2149" />
       <location filename="../QScintilla/MiniEditor.py" line="1039" />
       <location filename="../QScintilla/MiniEditor.py" line="1003" />
-      <location filename="../ViewManager/ViewManager.py" line="2981" />
-      <location filename="../ViewManager/ViewManager.py" line="1856" />
+      <location filename="../ViewManager/ViewManager.py" line="3009" />
+      <location filename="../ViewManager/ViewManager.py" line="1884" />
       <source>Alt+Right</source>
       <translation>Alt+Right</translation>
     </message>
@@ -93421,8 +94011,8 @@
       <location filename="../QScintilla/MiniEditor.py" line="1010" />
       <location filename="../QScintilla/ShellWindow.py" line="607" />
       <location filename="../QScintilla/ShellWindow.py" line="606" />
-      <location filename="../ViewManager/ViewManager.py" line="1864" />
-      <location filename="../ViewManager/ViewManager.py" line="1863" />
+      <location filename="../ViewManager/ViewManager.py" line="1892" />
+      <location filename="../ViewManager/ViewManager.py" line="1891" />
       <source>Move left one word</source>
       <translation>Mover a la izquierda una palabra</translation>
     </message>
@@ -93430,8 +94020,8 @@
       <location filename="../QScintilla/MiniEditor.py" line="1079" />
       <location filename="../QScintilla/MiniEditor.py" line="1023" />
       <location filename="../QScintilla/ShellWindow.py" line="619" />
-      <location filename="../ViewManager/ViewManager.py" line="1928" />
-      <location filename="../ViewManager/ViewManager.py" line="1876" />
+      <location filename="../ViewManager/ViewManager.py" line="1956" />
+      <location filename="../ViewManager/ViewManager.py" line="1904" />
       <source>Ctrl+Left</source>
       <translation>Ctrl+Left</translation>
     </message>
@@ -93440,8 +94030,8 @@
       <location filename="../QScintilla/MiniEditor.py" line="1030" />
       <location filename="../QScintilla/ShellWindow.py" line="627" />
       <location filename="../QScintilla/ShellWindow.py" line="626" />
-      <location filename="../ViewManager/ViewManager.py" line="1884" />
-      <location filename="../ViewManager/ViewManager.py" line="1883" />
+      <location filename="../ViewManager/ViewManager.py" line="1912" />
+      <location filename="../ViewManager/ViewManager.py" line="1911" />
       <source>Move right one word</source>
       <translation>Mover a la derecha una palabra</translation>
     </message>
@@ -93449,8 +94039,8 @@
       <location filename="../QScintilla/MiniEditor.py" line="1833" />
       <location filename="../QScintilla/MiniEditor.py" line="1043" />
       <location filename="../QScintilla/ShellWindow.py" line="635" />
-      <location filename="../ViewManager/ViewManager.py" line="2665" />
-      <location filename="../ViewManager/ViewManager.py" line="1892" />
+      <location filename="../ViewManager/ViewManager.py" line="2693" />
+      <location filename="../ViewManager/ViewManager.py" line="1920" />
       <source>Ctrl+Right</source>
       <translation>Ctrl+Right</translation>
     </message>
@@ -93459,8 +94049,8 @@
       <location filename="../QScintilla/MiniEditor.py" line="1050" />
       <location filename="../QScintilla/ShellWindow.py" line="645" />
       <location filename="../QScintilla/ShellWindow.py" line="642" />
-      <location filename="../ViewManager/ViewManager.py" line="1902" />
-      <location filename="../ViewManager/ViewManager.py" line="1899" />
+      <location filename="../ViewManager/ViewManager.py" line="1930" />
+      <location filename="../ViewManager/ViewManager.py" line="1927" />
       <source>Move to first visible character in document line</source>
       <translation>Mover al primer carácter visible en la línea de documento</translation>
     </message>
@@ -93468,22 +94058,22 @@
       <location filename="../QScintilla/MiniEditor.py" line="2094" />
       <location filename="../QScintilla/MiniEditor.py" line="1063" />
       <location filename="../QScintilla/ShellWindow.py" line="655" />
-      <location filename="../ViewManager/ViewManager.py" line="2926" />
-      <location filename="../ViewManager/ViewManager.py" line="1912" />
+      <location filename="../ViewManager/ViewManager.py" line="2954" />
+      <location filename="../ViewManager/ViewManager.py" line="1940" />
       <source>Home</source>
       <translation>Home</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1071" />
       <location filename="../QScintilla/MiniEditor.py" line="1070" />
-      <location filename="../ViewManager/ViewManager.py" line="1920" />
-      <location filename="../ViewManager/ViewManager.py" line="1919" />
+      <location filename="../ViewManager/ViewManager.py" line="1948" />
+      <location filename="../ViewManager/ViewManager.py" line="1947" />
       <source>Move to start of display line</source>
       <translation>Mover al principio de la línea mostrada</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1083" />
-      <location filename="../ViewManager/ViewManager.py" line="1932" />
+      <location filename="../ViewManager/ViewManager.py" line="1960" />
       <source>Alt+Home</source>
       <translation>Alt+Home</translation>
     </message>
@@ -93492,15 +94082,15 @@
       <location filename="../QScintilla/MiniEditor.py" line="1090" />
       <location filename="../QScintilla/ShellWindow.py" line="663" />
       <location filename="../QScintilla/ShellWindow.py" line="662" />
-      <location filename="../ViewManager/ViewManager.py" line="1940" />
-      <location filename="../ViewManager/ViewManager.py" line="1939" />
+      <location filename="../ViewManager/ViewManager.py" line="1968" />
+      <location filename="../ViewManager/ViewManager.py" line="1967" />
       <source>Move to end of document line</source>
       <translation>Mover al final de la línea de documento</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1099" />
       <location filename="../QScintilla/ShellWindow.py" line="671" />
-      <location filename="../ViewManager/ViewManager.py" line="1948" />
+      <location filename="../ViewManager/ViewManager.py" line="1976" />
       <source>Meta+E</source>
       <translation>Meta+E</translation>
     </message>
@@ -93508,16 +94098,16 @@
       <location filename="../QScintilla/MiniEditor.py" line="2111" />
       <location filename="../QScintilla/MiniEditor.py" line="1103" />
       <location filename="../QScintilla/ShellWindow.py" line="675" />
-      <location filename="../ViewManager/ViewManager.py" line="2943" />
-      <location filename="../ViewManager/ViewManager.py" line="1952" />
+      <location filename="../ViewManager/ViewManager.py" line="2971" />
+      <location filename="../ViewManager/ViewManager.py" line="1980" />
       <source>End</source>
       <translation>End</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1111" />
       <location filename="../QScintilla/MiniEditor.py" line="1110" />
-      <location filename="../ViewManager/ViewManager.py" line="1960" />
-      <location filename="../ViewManager/ViewManager.py" line="1959" />
+      <location filename="../ViewManager/ViewManager.py" line="1988" />
+      <location filename="../ViewManager/ViewManager.py" line="1987" />
       <source>Scroll view down one line</source>
       <translation>Scroll hacia abajo una línea</translation>
     </message>
@@ -93525,16 +94115,16 @@
       <location filename="../QScintilla/MiniEditor.py" line="1215" />
       <location filename="../QScintilla/MiniEditor.py" line="1112" />
       <location filename="../QScintilla/ShellWindow.py" line="716" />
-      <location filename="../ViewManager/ViewManager.py" line="2064" />
-      <location filename="../ViewManager/ViewManager.py" line="1961" />
+      <location filename="../ViewManager/ViewManager.py" line="2092" />
+      <location filename="../ViewManager/ViewManager.py" line="1989" />
       <source>Ctrl+Down</source>
       <translation>Ctrl+Down</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1123" />
       <location filename="../QScintilla/MiniEditor.py" line="1122" />
-      <location filename="../ViewManager/ViewManager.py" line="1972" />
-      <location filename="../ViewManager/ViewManager.py" line="1971" />
+      <location filename="../ViewManager/ViewManager.py" line="2000" />
+      <location filename="../ViewManager/ViewManager.py" line="1999" />
       <source>Scroll view up one line</source>
       <translation>Scroll hacia arriba una línea</translation>
     </message>
@@ -93542,36 +94132,36 @@
       <location filename="../QScintilla/MiniEditor.py" line="1195" />
       <location filename="../QScintilla/MiniEditor.py" line="1124" />
       <location filename="../QScintilla/ShellWindow.py" line="728" />
-      <location filename="../ViewManager/ViewManager.py" line="2044" />
-      <location filename="../ViewManager/ViewManager.py" line="1973" />
+      <location filename="../ViewManager/ViewManager.py" line="2072" />
+      <location filename="../ViewManager/ViewManager.py" line="2001" />
       <source>Ctrl+Up</source>
       <translation>Ctrl+Up</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1135" />
       <location filename="../QScintilla/MiniEditor.py" line="1134" />
-      <location filename="../ViewManager/ViewManager.py" line="1984" />
-      <location filename="../ViewManager/ViewManager.py" line="1983" />
+      <location filename="../ViewManager/ViewManager.py" line="2012" />
+      <location filename="../ViewManager/ViewManager.py" line="2011" />
       <source>Move up one paragraph</source>
       <translation>Mover arriba un párrafo</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1136" />
-      <location filename="../ViewManager/ViewManager.py" line="1985" />
+      <location filename="../ViewManager/ViewManager.py" line="2013" />
       <source>Alt+Up</source>
       <translation>Alt+Up</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1147" />
       <location filename="../QScintilla/MiniEditor.py" line="1146" />
-      <location filename="../ViewManager/ViewManager.py" line="1996" />
-      <location filename="../ViewManager/ViewManager.py" line="1995" />
+      <location filename="../ViewManager/ViewManager.py" line="2024" />
+      <location filename="../ViewManager/ViewManager.py" line="2023" />
       <source>Move down one paragraph</source>
       <translation>Mover abajo un párrafo</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1148" />
-      <location filename="../ViewManager/ViewManager.py" line="1997" />
+      <location filename="../ViewManager/ViewManager.py" line="2025" />
       <source>Alt+Down</source>
       <translation>Alt+Down</translation>
     </message>
@@ -93580,15 +94170,15 @@
       <location filename="../QScintilla/MiniEditor.py" line="1158" />
       <location filename="../QScintilla/ShellWindow.py" line="739" />
       <location filename="../QScintilla/ShellWindow.py" line="738" />
-      <location filename="../ViewManager/ViewManager.py" line="2008" />
-      <location filename="../ViewManager/ViewManager.py" line="2007" />
+      <location filename="../ViewManager/ViewManager.py" line="2036" />
+      <location filename="../ViewManager/ViewManager.py" line="2035" />
       <source>Move up one page</source>
       <translation>Mover arriba una página</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1160" />
       <location filename="../QScintilla/ShellWindow.py" line="740" />
-      <location filename="../ViewManager/ViewManager.py" line="2009" />
+      <location filename="../ViewManager/ViewManager.py" line="2037" />
       <source>PgUp</source>
       <translation>PgUp</translation>
     </message>
@@ -93597,50 +94187,50 @@
       <location filename="../QScintilla/MiniEditor.py" line="1170" />
       <location filename="../QScintilla/ShellWindow.py" line="751" />
       <location filename="../QScintilla/ShellWindow.py" line="750" />
-      <location filename="../ViewManager/ViewManager.py" line="2020" />
-      <location filename="../ViewManager/ViewManager.py" line="2019" />
+      <location filename="../ViewManager/ViewManager.py" line="2048" />
+      <location filename="../ViewManager/ViewManager.py" line="2047" />
       <source>Move down one page</source>
       <translation>Mover abajo una línea</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1172" />
       <location filename="../QScintilla/ShellWindow.py" line="752" />
-      <location filename="../ViewManager/ViewManager.py" line="2021" />
+      <location filename="../ViewManager/ViewManager.py" line="2049" />
       <source>PgDown</source>
       <translation>PgDown</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1179" />
       <location filename="../QScintilla/ShellWindow.py" line="759" />
-      <location filename="../ViewManager/ViewManager.py" line="2028" />
+      <location filename="../ViewManager/ViewManager.py" line="2056" />
       <source>Meta+V</source>
       <translation>Meta+V</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1187" />
       <location filename="../QScintilla/MiniEditor.py" line="1186" />
-      <location filename="../ViewManager/ViewManager.py" line="2036" />
-      <location filename="../ViewManager/ViewManager.py" line="2035" />
+      <location filename="../ViewManager/ViewManager.py" line="2064" />
+      <location filename="../ViewManager/ViewManager.py" line="2063" />
       <source>Move to start of document</source>
       <translation>Mover al principio del documento</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1199" />
-      <location filename="../ViewManager/ViewManager.py" line="2048" />
+      <location filename="../ViewManager/ViewManager.py" line="2076" />
       <source>Ctrl+Home</source>
       <translation>Ctrl+Home</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1207" />
       <location filename="../QScintilla/MiniEditor.py" line="1206" />
-      <location filename="../ViewManager/ViewManager.py" line="2056" />
-      <location filename="../ViewManager/ViewManager.py" line="2055" />
+      <location filename="../ViewManager/ViewManager.py" line="2084" />
+      <location filename="../ViewManager/ViewManager.py" line="2083" />
       <source>Move to end of document</source>
       <translation>Mover al final del documento</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1219" />
-      <location filename="../ViewManager/ViewManager.py" line="2068" />
+      <location filename="../ViewManager/ViewManager.py" line="2096" />
       <source>Ctrl+End</source>
       <translation>Ctrl+End</translation>
     </message>
@@ -93649,29 +94239,29 @@
       <location filename="../QScintilla/MiniEditor.py" line="1226" />
       <location filename="../QScintilla/ShellWindow.py" line="453" />
       <location filename="../QScintilla/ShellWindow.py" line="452" />
-      <location filename="../ViewManager/ViewManager.py" line="2076" />
-      <location filename="../ViewManager/ViewManager.py" line="2075" />
+      <location filename="../ViewManager/ViewManager.py" line="2104" />
+      <location filename="../ViewManager/ViewManager.py" line="2103" />
       <source>Indent one level</source>
       <translation>Indentar un nivel</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1228" />
       <location filename="../QScintilla/ShellWindow.py" line="454" />
-      <location filename="../ViewManager/ViewManager.py" line="2077" />
+      <location filename="../ViewManager/ViewManager.py" line="2105" />
       <source>Tab</source>
       <translation>Tab</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1239" />
       <location filename="../QScintilla/MiniEditor.py" line="1238" />
-      <location filename="../ViewManager/ViewManager.py" line="2088" />
-      <location filename="../ViewManager/ViewManager.py" line="2087" />
+      <location filename="../ViewManager/ViewManager.py" line="2116" />
+      <location filename="../ViewManager/ViewManager.py" line="2115" />
       <source>Unindent one level</source>
       <translation>Desindentar un nivel</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1240" />
-      <location filename="../ViewManager/ViewManager.py" line="2089" />
+      <location filename="../ViewManager/ViewManager.py" line="2117" />
       <source>Shift+Tab</source>
       <translation>Shift+Tab</translation>
     </message>
@@ -93680,22 +94270,22 @@
       <location filename="../QScintilla/MiniEditor.py" line="1250" />
       <location filename="../QScintilla/ShellWindow.py" line="781" />
       <location filename="../QScintilla/ShellWindow.py" line="778" />
-      <location filename="../ViewManager/ViewManager.py" line="2102" />
-      <location filename="../ViewManager/ViewManager.py" line="2099" />
+      <location filename="../ViewManager/ViewManager.py" line="2130" />
+      <location filename="../ViewManager/ViewManager.py" line="2127" />
       <source>Extend selection left one character</source>
       <translation>Extender selección un carácter a la izquierda</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1256" />
       <location filename="../QScintilla/ShellWindow.py" line="784" />
-      <location filename="../ViewManager/ViewManager.py" line="2105" />
+      <location filename="../ViewManager/ViewManager.py" line="2133" />
       <source>Shift+Left</source>
       <translation>Shift+Left</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1263" />
       <location filename="../QScintilla/ShellWindow.py" line="791" />
-      <location filename="../ViewManager/ViewManager.py" line="2112" />
+      <location filename="../ViewManager/ViewManager.py" line="2140" />
       <source>Meta+Shift+B</source>
       <translation>Meta+Shift+B</translation>
     </message>
@@ -93704,70 +94294,70 @@
       <location filename="../QScintilla/MiniEditor.py" line="1270" />
       <location filename="../QScintilla/ShellWindow.py" line="801" />
       <location filename="../QScintilla/ShellWindow.py" line="798" />
-      <location filename="../ViewManager/ViewManager.py" line="2122" />
-      <location filename="../ViewManager/ViewManager.py" line="2119" />
+      <location filename="../ViewManager/ViewManager.py" line="2150" />
+      <location filename="../ViewManager/ViewManager.py" line="2147" />
       <source>Extend selection right one character</source>
       <translation>Extender selección un carácter a la derecha</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1276" />
       <location filename="../QScintilla/ShellWindow.py" line="804" />
-      <location filename="../ViewManager/ViewManager.py" line="2125" />
+      <location filename="../ViewManager/ViewManager.py" line="2153" />
       <source>Shift+Right</source>
       <translation>Shift+Right</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1283" />
       <location filename="../QScintilla/ShellWindow.py" line="811" />
-      <location filename="../ViewManager/ViewManager.py" line="2132" />
+      <location filename="../ViewManager/ViewManager.py" line="2160" />
       <source>Meta+Shift+F</source>
       <translation>Meta+Shift+F</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1291" />
       <location filename="../QScintilla/MiniEditor.py" line="1290" />
-      <location filename="../ViewManager/ViewManager.py" line="2140" />
-      <location filename="../ViewManager/ViewManager.py" line="2139" />
+      <location filename="../ViewManager/ViewManager.py" line="2168" />
+      <location filename="../ViewManager/ViewManager.py" line="2167" />
       <source>Extend selection up one line</source>
       <translation>Extender selección hacia arriba una línea</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1292" />
-      <location filename="../ViewManager/ViewManager.py" line="2141" />
+      <location filename="../ViewManager/ViewManager.py" line="2169" />
       <source>Shift+Up</source>
       <translation>Shift+Up</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1299" />
-      <location filename="../ViewManager/ViewManager.py" line="2148" />
+      <location filename="../ViewManager/ViewManager.py" line="2176" />
       <source>Meta+Shift+P</source>
       <translation>Meta+Shift+P</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1307" />
       <location filename="../QScintilla/MiniEditor.py" line="1306" />
-      <location filename="../ViewManager/ViewManager.py" line="2156" />
-      <location filename="../ViewManager/ViewManager.py" line="2155" />
+      <location filename="../ViewManager/ViewManager.py" line="2184" />
+      <location filename="../ViewManager/ViewManager.py" line="2183" />
       <source>Extend selection down one line</source>
       <translation>Extender selección hacia abajo una línea</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1308" />
-      <location filename="../ViewManager/ViewManager.py" line="2157" />
+      <location filename="../ViewManager/ViewManager.py" line="2185" />
       <source>Shift+Down</source>
       <translation>Shift+Down</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1315" />
-      <location filename="../ViewManager/ViewManager.py" line="2164" />
+      <location filename="../ViewManager/ViewManager.py" line="2192" />
       <source>Meta+Shift+N</source>
       <translation>Meta+Shift+N</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1325" />
       <location filename="../QScintilla/MiniEditor.py" line="1322" />
-      <location filename="../ViewManager/ViewManager.py" line="2174" />
-      <location filename="../ViewManager/ViewManager.py" line="2171" />
+      <location filename="../ViewManager/ViewManager.py" line="2202" />
+      <location filename="../ViewManager/ViewManager.py" line="2199" />
       <source>Extend selection left one word part</source>
       <translation>Extender selección a la izquierda una parte de palabra</translation>
     </message>
@@ -93775,16 +94365,16 @@
       <location filename="../QScintilla/MiniEditor.py" line="1376" />
       <location filename="../QScintilla/MiniEditor.py" line="1336" />
       <location filename="../QScintilla/ShellWindow.py" line="828" />
-      <location filename="../ViewManager/ViewManager.py" line="2225" />
-      <location filename="../ViewManager/ViewManager.py" line="2185" />
+      <location filename="../ViewManager/ViewManager.py" line="2253" />
+      <location filename="../ViewManager/ViewManager.py" line="2213" />
       <source>Alt+Shift+Left</source>
       <translation>Alt+Shift+Left</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1347" />
       <location filename="../QScintilla/MiniEditor.py" line="1344" />
-      <location filename="../ViewManager/ViewManager.py" line="2196" />
-      <location filename="../ViewManager/ViewManager.py" line="2193" />
+      <location filename="../ViewManager/ViewManager.py" line="2224" />
+      <location filename="../ViewManager/ViewManager.py" line="2221" />
       <source>Extend selection right one word part</source>
       <translation>Extender selección a la derecha una parte de palabra</translation>
     </message>
@@ -93793,9 +94383,9 @@
       <location filename="../QScintilla/MiniEditor.py" line="1404" />
       <location filename="../QScintilla/MiniEditor.py" line="1358" />
       <location filename="../QScintilla/ShellWindow.py" line="856" />
-      <location filename="../ViewManager/ViewManager.py" line="3003" />
-      <location filename="../ViewManager/ViewManager.py" line="2253" />
-      <location filename="../ViewManager/ViewManager.py" line="2207" />
+      <location filename="../ViewManager/ViewManager.py" line="3031" />
+      <location filename="../ViewManager/ViewManager.py" line="2281" />
+      <location filename="../ViewManager/ViewManager.py" line="2235" />
       <source>Alt+Shift+Right</source>
       <translation>Alt+Shift+Right</translation>
     </message>
@@ -93804,8 +94394,8 @@
       <location filename="../QScintilla/MiniEditor.py" line="1366" />
       <location filename="../QScintilla/ShellWindow.py" line="819" />
       <location filename="../QScintilla/ShellWindow.py" line="818" />
-      <location filename="../ViewManager/ViewManager.py" line="2216" />
-      <location filename="../ViewManager/ViewManager.py" line="2215" />
+      <location filename="../ViewManager/ViewManager.py" line="2244" />
+      <location filename="../ViewManager/ViewManager.py" line="2243" />
       <source>Extend selection left one word</source>
       <translation>Extender selección a la izquierda una palabra</translation>
     </message>
@@ -93813,8 +94403,8 @@
       <location filename="../QScintilla/MiniEditor.py" line="2297" />
       <location filename="../QScintilla/MiniEditor.py" line="1382" />
       <location filename="../QScintilla/ShellWindow.py" line="834" />
-      <location filename="../ViewManager/ViewManager.py" line="3129" />
-      <location filename="../ViewManager/ViewManager.py" line="2231" />
+      <location filename="../ViewManager/ViewManager.py" line="3157" />
+      <location filename="../ViewManager/ViewManager.py" line="2259" />
       <source>Ctrl+Shift+Left</source>
       <translation>Ctrl+Shift+Left</translation>
     </message>
@@ -93823,8 +94413,8 @@
       <location filename="../QScintilla/MiniEditor.py" line="1390" />
       <location filename="../QScintilla/ShellWindow.py" line="845" />
       <location filename="../QScintilla/ShellWindow.py" line="842" />
-      <location filename="../ViewManager/ViewManager.py" line="2242" />
-      <location filename="../ViewManager/ViewManager.py" line="2239" />
+      <location filename="../ViewManager/ViewManager.py" line="2270" />
+      <location filename="../ViewManager/ViewManager.py" line="2267" />
       <source>Extend selection right one word</source>
       <translation>Extender selección a la derecha una palabra</translation>
     </message>
@@ -93832,8 +94422,8 @@
       <location filename="../QScintilla/MiniEditor.py" line="1858" />
       <location filename="../QScintilla/MiniEditor.py" line="1410" />
       <location filename="../QScintilla/ShellWindow.py" line="862" />
-      <location filename="../ViewManager/ViewManager.py" line="2690" />
-      <location filename="../ViewManager/ViewManager.py" line="2259" />
+      <location filename="../ViewManager/ViewManager.py" line="2718" />
+      <location filename="../ViewManager/ViewManager.py" line="2287" />
       <source>Ctrl+Shift+Right</source>
       <translation>Ctrl+Shift+Right</translation>
     </message>
@@ -93842,15 +94432,15 @@
       <location filename="../QScintilla/MiniEditor.py" line="1418" />
       <location filename="../QScintilla/ShellWindow.py" line="874" />
       <location filename="../QScintilla/ShellWindow.py" line="870" />
-      <location filename="../ViewManager/ViewManager.py" line="2271" />
-      <location filename="../ViewManager/ViewManager.py" line="2267" />
+      <location filename="../ViewManager/ViewManager.py" line="2299" />
+      <location filename="../ViewManager/ViewManager.py" line="2295" />
       <source>Extend selection to first visible character in document line</source>
       <translation>Extender selección al primer carácter visible en la línea de documento</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1433" />
       <location filename="../QScintilla/ShellWindow.py" line="885" />
-      <location filename="../ViewManager/ViewManager.py" line="2282" />
+      <location filename="../ViewManager/ViewManager.py" line="2310" />
       <source>Shift+Home</source>
       <translation>Shift+Home</translation>
     </message>
@@ -93859,124 +94449,124 @@
       <location filename="../QScintilla/MiniEditor.py" line="1440" />
       <location filename="../QScintilla/ShellWindow.py" line="895" />
       <location filename="../QScintilla/ShellWindow.py" line="892" />
-      <location filename="../ViewManager/ViewManager.py" line="2292" />
-      <location filename="../ViewManager/ViewManager.py" line="2289" />
+      <location filename="../ViewManager/ViewManager.py" line="2320" />
+      <location filename="../ViewManager/ViewManager.py" line="2317" />
       <source>Extend selection to end of document line</source>
       <translation>Extender selección hasta el final de la línea de documento</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1453" />
       <location filename="../QScintilla/ShellWindow.py" line="905" />
-      <location filename="../ViewManager/ViewManager.py" line="2302" />
+      <location filename="../ViewManager/ViewManager.py" line="2330" />
       <source>Meta+Shift+E</source>
       <translation>Meta+Shift+E</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1457" />
       <location filename="../QScintilla/ShellWindow.py" line="909" />
-      <location filename="../ViewManager/ViewManager.py" line="2306" />
+      <location filename="../ViewManager/ViewManager.py" line="2334" />
       <source>Shift+End</source>
       <translation>Shift+End</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1467" />
       <location filename="../QScintilla/MiniEditor.py" line="1464" />
-      <location filename="../ViewManager/ViewManager.py" line="2316" />
-      <location filename="../ViewManager/ViewManager.py" line="2313" />
+      <location filename="../ViewManager/ViewManager.py" line="2344" />
+      <location filename="../ViewManager/ViewManager.py" line="2341" />
       <source>Extend selection up one paragraph</source>
       <translation>Extender selección hacia arriba un párrafo</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1470" />
-      <location filename="../ViewManager/ViewManager.py" line="2319" />
+      <location filename="../ViewManager/ViewManager.py" line="2347" />
       <source>Alt+Shift+Up</source>
       <translation>Alt+Shift+Up</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1483" />
       <location filename="../QScintilla/MiniEditor.py" line="1480" />
-      <location filename="../ViewManager/ViewManager.py" line="2332" />
-      <location filename="../ViewManager/ViewManager.py" line="2329" />
+      <location filename="../ViewManager/ViewManager.py" line="2360" />
+      <location filename="../ViewManager/ViewManager.py" line="2357" />
       <source>Extend selection down one paragraph</source>
       <translation>Extender selección hacia abajo un párrafo</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1486" />
-      <location filename="../ViewManager/ViewManager.py" line="2335" />
+      <location filename="../ViewManager/ViewManager.py" line="2363" />
       <source>Alt+Shift+Down</source>
       <translation>Alt+Shift+Down</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1497" />
       <location filename="../QScintilla/MiniEditor.py" line="1496" />
-      <location filename="../ViewManager/ViewManager.py" line="2346" />
-      <location filename="../ViewManager/ViewManager.py" line="2345" />
+      <location filename="../ViewManager/ViewManager.py" line="2374" />
+      <location filename="../ViewManager/ViewManager.py" line="2373" />
       <source>Extend selection up one page</source>
       <translation>Extender selección arriba una página</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1498" />
-      <location filename="../ViewManager/ViewManager.py" line="2347" />
+      <location filename="../ViewManager/ViewManager.py" line="2375" />
       <source>Shift+PgUp</source>
       <translation>Shift+PgUp</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1509" />
       <location filename="../QScintilla/MiniEditor.py" line="1508" />
-      <location filename="../ViewManager/ViewManager.py" line="2358" />
-      <location filename="../ViewManager/ViewManager.py" line="2357" />
+      <location filename="../ViewManager/ViewManager.py" line="2386" />
+      <location filename="../ViewManager/ViewManager.py" line="2385" />
       <source>Extend selection down one page</source>
       <translation>Extender selección hacia abajo una línea</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1510" />
-      <location filename="../ViewManager/ViewManager.py" line="2359" />
+      <location filename="../ViewManager/ViewManager.py" line="2387" />
       <source>Shift+PgDown</source>
       <translation>Shift+PgDown</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1517" />
-      <location filename="../ViewManager/ViewManager.py" line="2366" />
+      <location filename="../ViewManager/ViewManager.py" line="2394" />
       <source>Meta+Shift+V</source>
       <translation>Meta+Shift+V</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1527" />
       <location filename="../QScintilla/MiniEditor.py" line="1524" />
-      <location filename="../ViewManager/ViewManager.py" line="2376" />
-      <location filename="../ViewManager/ViewManager.py" line="2373" />
+      <location filename="../ViewManager/ViewManager.py" line="2404" />
+      <location filename="../ViewManager/ViewManager.py" line="2401" />
       <source>Extend selection to start of document</source>
       <translation>Extender selección al principio del documento</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1537" />
-      <location filename="../ViewManager/ViewManager.py" line="2386" />
+      <location filename="../ViewManager/ViewManager.py" line="2414" />
       <source>Ctrl+Shift+Up</source>
       <translation>Ctrl+Shift+Up</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1542" />
-      <location filename="../ViewManager/ViewManager.py" line="2391" />
+      <location filename="../ViewManager/ViewManager.py" line="2419" />
       <source>Ctrl+Shift+Home</source>
       <translation>Ctrl+Shift+Home</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1553" />
       <location filename="../QScintilla/MiniEditor.py" line="1550" />
-      <location filename="../ViewManager/ViewManager.py" line="2402" />
-      <location filename="../ViewManager/ViewManager.py" line="2399" />
+      <location filename="../ViewManager/ViewManager.py" line="2430" />
+      <location filename="../ViewManager/ViewManager.py" line="2427" />
       <source>Extend selection to end of document</source>
       <translation>Extender selección al final del documento</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1564" />
-      <location filename="../ViewManager/ViewManager.py" line="2413" />
+      <location filename="../ViewManager/ViewManager.py" line="2441" />
       <source>Ctrl+Shift+Down</source>
       <translation>Ctrl+Shift+Down</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1570" />
-      <location filename="../ViewManager/ViewManager.py" line="2419" />
+      <location filename="../ViewManager/ViewManager.py" line="2447" />
       <source>Ctrl+Shift+End</source>
       <translation>Ctrl+Shift+End</translation>
     </message>
@@ -93985,37 +94575,37 @@
       <location filename="../QScintilla/MiniEditor.py" line="1578" />
       <location filename="../QScintilla/ShellWindow.py" line="477" />
       <location filename="../QScintilla/ShellWindow.py" line="476" />
-      <location filename="../ViewManager/ViewManager.py" line="2428" />
-      <location filename="../ViewManager/ViewManager.py" line="2427" />
+      <location filename="../ViewManager/ViewManager.py" line="2456" />
+      <location filename="../ViewManager/ViewManager.py" line="2455" />
       <source>Delete previous character</source>
       <translation>Borrar carácter anterior</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1580" />
       <location filename="../QScintilla/ShellWindow.py" line="478" />
-      <location filename="../ViewManager/ViewManager.py" line="2429" />
+      <location filename="../ViewManager/ViewManager.py" line="2457" />
       <source>Backspace</source>
       <translation>Backspace</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1587" />
       <location filename="../QScintilla/ShellWindow.py" line="485" />
-      <location filename="../ViewManager/ViewManager.py" line="2436" />
+      <location filename="../ViewManager/ViewManager.py" line="2464" />
       <source>Meta+H</source>
       <translation>Meta+H</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1592" />
       <location filename="../QScintilla/ShellWindow.py" line="490" />
-      <location filename="../ViewManager/ViewManager.py" line="2441" />
+      <location filename="../ViewManager/ViewManager.py" line="2469" />
       <source>Shift+Backspace</source>
       <translation>Shift+Backspace</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1603" />
       <location filename="../QScintilla/MiniEditor.py" line="1600" />
-      <location filename="../ViewManager/ViewManager.py" line="2452" />
-      <location filename="../ViewManager/ViewManager.py" line="2449" />
+      <location filename="../ViewManager/ViewManager.py" line="2480" />
+      <location filename="../ViewManager/ViewManager.py" line="2477" />
       <source>Delete previous character if not at start of line</source>
       <translation>Borrar carácter anterior si no se está al principio de la línea</translation>
     </message>
@@ -94024,22 +94614,22 @@
       <location filename="../QScintilla/MiniEditor.py" line="1616" />
       <location filename="../QScintilla/ShellWindow.py" line="499" />
       <location filename="../QScintilla/ShellWindow.py" line="498" />
-      <location filename="../ViewManager/ViewManager.py" line="2466" />
-      <location filename="../ViewManager/ViewManager.py" line="2465" />
+      <location filename="../ViewManager/ViewManager.py" line="2494" />
+      <location filename="../ViewManager/ViewManager.py" line="2493" />
       <source>Delete current character</source>
       <translation>Borrar carácter actual</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1618" />
       <location filename="../QScintilla/ShellWindow.py" line="500" />
-      <location filename="../ViewManager/ViewManager.py" line="2467" />
+      <location filename="../ViewManager/ViewManager.py" line="2495" />
       <source>Del</source>
       <translation>Del</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1625" />
       <location filename="../QScintilla/ShellWindow.py" line="507" />
-      <location filename="../ViewManager/ViewManager.py" line="2474" />
+      <location filename="../ViewManager/ViewManager.py" line="2502" />
       <source>Meta+D</source>
       <translation>Meta+D</translation>
     </message>
@@ -94048,15 +94638,15 @@
       <location filename="../QScintilla/MiniEditor.py" line="1632" />
       <location filename="../QScintilla/ShellWindow.py" line="515" />
       <location filename="../QScintilla/ShellWindow.py" line="514" />
-      <location filename="../ViewManager/ViewManager.py" line="2482" />
-      <location filename="../ViewManager/ViewManager.py" line="2481" />
+      <location filename="../ViewManager/ViewManager.py" line="2510" />
+      <location filename="../ViewManager/ViewManager.py" line="2509" />
       <source>Delete word to left</source>
       <translation>Borrar palabra a la izquierda</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1634" />
       <location filename="../QScintilla/ShellWindow.py" line="516" />
-      <location filename="../ViewManager/ViewManager.py" line="2483" />
+      <location filename="../ViewManager/ViewManager.py" line="2511" />
       <source>Ctrl+Backspace</source>
       <translation>Ctrl+Backspace</translation>
     </message>
@@ -94065,15 +94655,15 @@
       <location filename="../QScintilla/MiniEditor.py" line="1644" />
       <location filename="../QScintilla/ShellWindow.py" line="527" />
       <location filename="../QScintilla/ShellWindow.py" line="526" />
-      <location filename="../ViewManager/ViewManager.py" line="2494" />
-      <location filename="../ViewManager/ViewManager.py" line="2493" />
+      <location filename="../ViewManager/ViewManager.py" line="2522" />
+      <location filename="../ViewManager/ViewManager.py" line="2521" />
       <source>Delete word to right</source>
       <translation>Borrar palabra a la derecha</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1646" />
       <location filename="../QScintilla/ShellWindow.py" line="528" />
-      <location filename="../ViewManager/ViewManager.py" line="2495" />
+      <location filename="../ViewManager/ViewManager.py" line="2523" />
       <source>Ctrl+Del</source>
       <translation>Ctrl+Del</translation>
     </message>
@@ -94082,15 +94672,15 @@
       <location filename="../QScintilla/MiniEditor.py" line="1656" />
       <location filename="../QScintilla/ShellWindow.py" line="539" />
       <location filename="../QScintilla/ShellWindow.py" line="538" />
-      <location filename="../ViewManager/ViewManager.py" line="2506" />
-      <location filename="../ViewManager/ViewManager.py" line="2505" />
+      <location filename="../ViewManager/ViewManager.py" line="2534" />
+      <location filename="../ViewManager/ViewManager.py" line="2533" />
       <source>Delete line to left</source>
       <translation>Borrar línea a la izquierda</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1659" />
       <location filename="../QScintilla/ShellWindow.py" line="541" />
-      <location filename="../ViewManager/ViewManager.py" line="2508" />
+      <location filename="../ViewManager/ViewManager.py" line="2536" />
       <source>Ctrl+Shift+Backspace</source>
       <translation>Ctrl+Shift+Backspace</translation>
     </message>
@@ -94099,22 +94689,22 @@
       <location filename="../QScintilla/MiniEditor.py" line="1670" />
       <location filename="../QScintilla/ShellWindow.py" line="553" />
       <location filename="../QScintilla/ShellWindow.py" line="552" />
-      <location filename="../ViewManager/ViewManager.py" line="2520" />
-      <location filename="../ViewManager/ViewManager.py" line="2519" />
+      <location filename="../ViewManager/ViewManager.py" line="2548" />
+      <location filename="../ViewManager/ViewManager.py" line="2547" />
       <source>Delete line to right</source>
       <translation>Borrar línea a la derecha</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1679" />
       <location filename="../QScintilla/ShellWindow.py" line="561" />
-      <location filename="../ViewManager/ViewManager.py" line="2528" />
+      <location filename="../ViewManager/ViewManager.py" line="2556" />
       <source>Meta+K</source>
       <translation>Meta+K</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1684" />
       <location filename="../QScintilla/ShellWindow.py" line="566" />
-      <location filename="../ViewManager/ViewManager.py" line="2533" />
+      <location filename="../ViewManager/ViewManager.py" line="2561" />
       <source>Ctrl+Shift+Del</source>
       <translation>Ctrl+Shift+Del</translation>
     </message>
@@ -94123,38 +94713,38 @@
       <location filename="../QScintilla/MiniEditor.py" line="1692" />
       <location filename="../QScintilla/ShellWindow.py" line="465" />
       <location filename="../QScintilla/ShellWindow.py" line="464" />
-      <location filename="../ViewManager/ViewManager.py" line="2542" />
-      <location filename="../ViewManager/ViewManager.py" line="2541" />
+      <location filename="../ViewManager/ViewManager.py" line="2570" />
+      <location filename="../ViewManager/ViewManager.py" line="2569" />
       <source>Insert new line</source>
       <translation>Insertar nueva línea</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1694" />
       <location filename="../QScintilla/ShellWindow.py" line="466" />
-      <location filename="../ViewManager/ViewManager.py" line="2543" />
+      <location filename="../ViewManager/ViewManager.py" line="2571" />
       <source>Return</source>
       <translation>Return</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1695" />
       <location filename="../QScintilla/ShellWindow.py" line="467" />
-      <location filename="../ViewManager/ViewManager.py" line="2544" />
+      <location filename="../ViewManager/ViewManager.py" line="2572" />
       <source>Enter</source>
       <translation>Enter</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="2556" />
-      <location filename="../ViewManager/ViewManager.py" line="2553" />
+      <location filename="../ViewManager/ViewManager.py" line="2584" />
+      <location filename="../ViewManager/ViewManager.py" line="2581" />
       <source>Insert new line below current line</source>
       <translation>Insertar nueva línea debajo de la línea actual</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="2559" />
+      <location filename="../ViewManager/ViewManager.py" line="2587" />
       <source>Shift+Return</source>
       <translation>Shift+Return</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="2560" />
+      <location filename="../ViewManager/ViewManager.py" line="2588" />
       <source>Shift+Enter</source>
       <translation>Shift+Entrar</translation>
     </message>
@@ -94163,129 +94753,129 @@
       <location filename="../QScintilla/MiniEditor.py" line="1704" />
       <location filename="../QScintilla/ShellWindow.py" line="441" />
       <location filename="../QScintilla/ShellWindow.py" line="440" />
-      <location filename="../ViewManager/ViewManager.py" line="2569" />
-      <location filename="../ViewManager/ViewManager.py" line="2568" />
+      <location filename="../ViewManager/ViewManager.py" line="2597" />
+      <location filename="../ViewManager/ViewManager.py" line="2596" />
       <source>Delete current line</source>
       <translation>Borrar línea actual</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1706" />
       <location filename="../QScintilla/ShellWindow.py" line="442" />
-      <location filename="../ViewManager/ViewManager.py" line="2570" />
+      <location filename="../ViewManager/ViewManager.py" line="2598" />
       <source>Ctrl+Shift+L</source>
       <translation>Ctrl+Shift+L</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1717" />
       <location filename="../QScintilla/MiniEditor.py" line="1716" />
-      <location filename="../ViewManager/ViewManager.py" line="2581" />
-      <location filename="../ViewManager/ViewManager.py" line="2580" />
+      <location filename="../ViewManager/ViewManager.py" line="2609" />
+      <location filename="../ViewManager/ViewManager.py" line="2608" />
       <source>Duplicate current line</source>
       <translation>Duplicar línea actual</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1718" />
-      <location filename="../ViewManager/ViewManager.py" line="2582" />
+      <location filename="../ViewManager/ViewManager.py" line="2610" />
       <source>Ctrl+D</source>
       <translation>Ctrl+D</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1731" />
       <location filename="../QScintilla/MiniEditor.py" line="1728" />
-      <location filename="../ViewManager/ViewManager.py" line="2595" />
-      <location filename="../ViewManager/ViewManager.py" line="2592" />
+      <location filename="../ViewManager/ViewManager.py" line="2623" />
+      <location filename="../ViewManager/ViewManager.py" line="2620" />
       <source>Swap current and previous lines</source>
       <translation>Intercambiar línea actual con la anterior</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1734" />
-      <location filename="../ViewManager/ViewManager.py" line="2598" />
+      <location filename="../ViewManager/ViewManager.py" line="2626" />
       <source>Ctrl+T</source>
       <translation>Ctrl+T</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1745" />
       <location filename="../QScintilla/MiniEditor.py" line="1744" />
-      <location filename="../ViewManager/ViewManager.py" line="2609" />
-      <location filename="../ViewManager/ViewManager.py" line="2608" />
+      <location filename="../ViewManager/ViewManager.py" line="2637" />
+      <location filename="../ViewManager/ViewManager.py" line="2636" />
       <source>Reverse selected lines</source>
       <translation>Revertir líneas seleccionadas</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1746" />
-      <location filename="../ViewManager/ViewManager.py" line="2610" />
+      <location filename="../ViewManager/ViewManager.py" line="2638" />
       <source>Meta+Alt+R</source>
       <translation>Meta+Alt+R</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1757" />
       <location filename="../QScintilla/MiniEditor.py" line="1756" />
-      <location filename="../ViewManager/ViewManager.py" line="2621" />
-      <location filename="../ViewManager/ViewManager.py" line="2620" />
+      <location filename="../ViewManager/ViewManager.py" line="2649" />
+      <location filename="../ViewManager/ViewManager.py" line="2648" />
       <source>Cut current line</source>
       <translation>Cortar línea actual</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1758" />
-      <location filename="../ViewManager/ViewManager.py" line="2622" />
+      <location filename="../ViewManager/ViewManager.py" line="2650" />
       <source>Alt+Shift+L</source>
       <translation>Alt+Shift+L</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1769" />
       <location filename="../QScintilla/MiniEditor.py" line="1768" />
-      <location filename="../ViewManager/ViewManager.py" line="2633" />
-      <location filename="../ViewManager/ViewManager.py" line="2632" />
+      <location filename="../ViewManager/ViewManager.py" line="2661" />
+      <location filename="../ViewManager/ViewManager.py" line="2660" />
       <source>Copy current line</source>
       <translation>Copiar línea actual</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1770" />
-      <location filename="../ViewManager/ViewManager.py" line="2634" />
+      <location filename="../ViewManager/ViewManager.py" line="2662" />
       <source>Ctrl+Shift+T</source>
       <translation>Ctrl+Shift+T</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1781" />
       <location filename="../QScintilla/MiniEditor.py" line="1780" />
-      <location filename="../ViewManager/ViewManager.py" line="2645" />
-      <location filename="../ViewManager/ViewManager.py" line="2644" />
+      <location filename="../ViewManager/ViewManager.py" line="2673" />
+      <location filename="../ViewManager/ViewManager.py" line="2672" />
       <source>Toggle insert/overtype</source>
       <translation>Alternar insertar/sobreescribir</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1782" />
-      <location filename="../ViewManager/ViewManager.py" line="2646" />
+      <location filename="../ViewManager/ViewManager.py" line="2674" />
       <source>Ins</source>
       <translation>Ins</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1825" />
       <location filename="../QScintilla/MiniEditor.py" line="1824" />
-      <location filename="../ViewManager/ViewManager.py" line="2657" />
-      <location filename="../ViewManager/ViewManager.py" line="2656" />
+      <location filename="../ViewManager/ViewManager.py" line="2685" />
+      <location filename="../ViewManager/ViewManager.py" line="2684" />
       <source>Move to end of display line</source>
       <translation>Mover al final de la línea mostrada</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1837" />
-      <location filename="../ViewManager/ViewManager.py" line="2669" />
+      <location filename="../ViewManager/ViewManager.py" line="2697" />
       <source>Alt+End</source>
       <translation>Alt+End</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1847" />
       <location filename="../QScintilla/MiniEditor.py" line="1844" />
-      <location filename="../ViewManager/ViewManager.py" line="2679" />
-      <location filename="../ViewManager/ViewManager.py" line="2676" />
+      <location filename="../ViewManager/ViewManager.py" line="2707" />
+      <location filename="../ViewManager/ViewManager.py" line="2704" />
       <source>Extend selection to end of display line</source>
       <translation>Extender selección hasta el final de la línea mostrada</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1867" />
       <location filename="../QScintilla/MiniEditor.py" line="1866" />
-      <location filename="../ViewManager/ViewManager.py" line="2699" />
-      <location filename="../ViewManager/ViewManager.py" line="2698" />
+      <location filename="../ViewManager/ViewManager.py" line="2727" />
+      <location filename="../ViewManager/ViewManager.py" line="2726" />
       <source>Formfeed</source>
       <translation>Formfeed</translation>
     </message>
@@ -94294,163 +94884,163 @@
       <location filename="../QScintilla/MiniEditor.py" line="1878" />
       <location filename="../QScintilla/ShellWindow.py" line="767" />
       <location filename="../QScintilla/ShellWindow.py" line="766" />
-      <location filename="../ViewManager/ViewManager.py" line="2711" />
-      <location filename="../ViewManager/ViewManager.py" line="2710" />
+      <location filename="../ViewManager/ViewManager.py" line="2739" />
+      <location filename="../ViewManager/ViewManager.py" line="2738" />
       <source>Escape</source>
       <translation>Escape</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1880" />
       <location filename="../QScintilla/ShellWindow.py" line="768" />
-      <location filename="../ViewManager/ViewManager.py" line="2712" />
+      <location filename="../ViewManager/ViewManager.py" line="2740" />
       <source>Esc</source>
       <translation>Esc</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1893" />
       <location filename="../QScintilla/MiniEditor.py" line="1890" />
-      <location filename="../ViewManager/ViewManager.py" line="2725" />
-      <location filename="../ViewManager/ViewManager.py" line="2722" />
+      <location filename="../ViewManager/ViewManager.py" line="2753" />
+      <location filename="../ViewManager/ViewManager.py" line="2750" />
       <source>Extend rectangular selection down one line</source>
       <translation>Extender selección rectangular hacia abajo una línea</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1896" />
-      <location filename="../ViewManager/ViewManager.py" line="2728" />
+      <location filename="../ViewManager/ViewManager.py" line="2756" />
       <source>Alt+Ctrl+Down</source>
       <translation>Alt+Ctrl+Down</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1904" />
-      <location filename="../ViewManager/ViewManager.py" line="2736" />
+      <location filename="../ViewManager/ViewManager.py" line="2764" />
       <source>Meta+Alt+Shift+N</source>
       <translation>Meta+Alt+Shift+N</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1915" />
       <location filename="../QScintilla/MiniEditor.py" line="1912" />
-      <location filename="../ViewManager/ViewManager.py" line="2747" />
-      <location filename="../ViewManager/ViewManager.py" line="2744" />
+      <location filename="../ViewManager/ViewManager.py" line="2775" />
+      <location filename="../ViewManager/ViewManager.py" line="2772" />
       <source>Extend rectangular selection up one line</source>
       <translation>Extender selección rectangular hacia arriba una línea</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1918" />
-      <location filename="../ViewManager/ViewManager.py" line="2750" />
+      <location filename="../ViewManager/ViewManager.py" line="2778" />
       <source>Alt+Ctrl+Up</source>
       <translation>Alt+Ctrl+Up</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1926" />
-      <location filename="../ViewManager/ViewManager.py" line="2758" />
+      <location filename="../ViewManager/ViewManager.py" line="2786" />
       <source>Meta+Alt+Shift+P</source>
       <translation>Meta+Alt+Shift+P</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1937" />
       <location filename="../QScintilla/MiniEditor.py" line="1934" />
-      <location filename="../ViewManager/ViewManager.py" line="2769" />
-      <location filename="../ViewManager/ViewManager.py" line="2766" />
+      <location filename="../ViewManager/ViewManager.py" line="2797" />
+      <location filename="../ViewManager/ViewManager.py" line="2794" />
       <source>Extend rectangular selection left one character</source>
       <translation>Extender selección rectangular a la izquierda un carácter</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1940" />
-      <location filename="../ViewManager/ViewManager.py" line="2772" />
+      <location filename="../ViewManager/ViewManager.py" line="2800" />
       <source>Alt+Ctrl+Left</source>
       <translation>Alt+Ctrl+Left</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1948" />
-      <location filename="../ViewManager/ViewManager.py" line="2780" />
+      <location filename="../ViewManager/ViewManager.py" line="2808" />
       <source>Meta+Alt+Shift+B</source>
       <translation>Meta+Alt+Shift+B</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1959" />
       <location filename="../QScintilla/MiniEditor.py" line="1956" />
-      <location filename="../ViewManager/ViewManager.py" line="2791" />
-      <location filename="../ViewManager/ViewManager.py" line="2788" />
+      <location filename="../ViewManager/ViewManager.py" line="2819" />
+      <location filename="../ViewManager/ViewManager.py" line="2816" />
       <source>Extend rectangular selection right one character</source>
       <translation>Extender selección rectangular a la derecha un carácter</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1962" />
-      <location filename="../ViewManager/ViewManager.py" line="2794" />
+      <location filename="../ViewManager/ViewManager.py" line="2822" />
       <source>Alt+Ctrl+Right</source>
       <translation>Alt+Ctrl+Right</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1970" />
-      <location filename="../ViewManager/ViewManager.py" line="2802" />
+      <location filename="../ViewManager/ViewManager.py" line="2830" />
       <source>Meta+Alt+Shift+F</source>
       <translation>Meta+Alt+Shift+F</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1983" />
       <location filename="../QScintilla/MiniEditor.py" line="1978" />
-      <location filename="../ViewManager/ViewManager.py" line="2815" />
-      <location filename="../ViewManager/ViewManager.py" line="2810" />
+      <location filename="../ViewManager/ViewManager.py" line="2843" />
+      <location filename="../ViewManager/ViewManager.py" line="2838" />
       <source>Extend rectangular selection to first visible character in document line</source>
       <translation>Extender selección rectangular al primer carácter visible en la línea de documento</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1996" />
-      <location filename="../ViewManager/ViewManager.py" line="2828" />
+      <location filename="../ViewManager/ViewManager.py" line="2856" />
       <source>Alt+Shift+Home</source>
       <translation>Alt+Shift+Home</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2007" />
       <location filename="../QScintilla/MiniEditor.py" line="2004" />
-      <location filename="../ViewManager/ViewManager.py" line="2839" />
-      <location filename="../ViewManager/ViewManager.py" line="2836" />
+      <location filename="../ViewManager/ViewManager.py" line="2867" />
+      <location filename="../ViewManager/ViewManager.py" line="2864" />
       <source>Extend rectangular selection to end of document line</source>
       <translation>Extender selección rectangular hasta el final de la línea de documento</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2018" />
-      <location filename="../ViewManager/ViewManager.py" line="2850" />
+      <location filename="../ViewManager/ViewManager.py" line="2878" />
       <source>Meta+Alt+Shift+E</source>
       <translation>Meta+Alt+Shift+E</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2023" />
-      <location filename="../ViewManager/ViewManager.py" line="2855" />
+      <location filename="../ViewManager/ViewManager.py" line="2883" />
       <source>Alt+Shift+End</source>
       <translation>Alt+Shift+End</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2033" />
       <location filename="../QScintilla/MiniEditor.py" line="2030" />
-      <location filename="../ViewManager/ViewManager.py" line="2865" />
-      <location filename="../ViewManager/ViewManager.py" line="2862" />
+      <location filename="../ViewManager/ViewManager.py" line="2893" />
+      <location filename="../ViewManager/ViewManager.py" line="2890" />
       <source>Extend rectangular selection up one page</source>
       <translation>Extender selección rectangular hacia arriba una página</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2036" />
-      <location filename="../ViewManager/ViewManager.py" line="2868" />
+      <location filename="../ViewManager/ViewManager.py" line="2896" />
       <source>Alt+Shift+PgUp</source>
       <translation>Alt+Shift+PgUp</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2049" />
       <location filename="../QScintilla/MiniEditor.py" line="2046" />
-      <location filename="../ViewManager/ViewManager.py" line="2881" />
-      <location filename="../ViewManager/ViewManager.py" line="2878" />
+      <location filename="../ViewManager/ViewManager.py" line="2909" />
+      <location filename="../ViewManager/ViewManager.py" line="2906" />
       <source>Extend rectangular selection down one page</source>
       <translation>Extender selección rectangular hacia abajo una página</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2052" />
-      <location filename="../ViewManager/ViewManager.py" line="2884" />
+      <location filename="../ViewManager/ViewManager.py" line="2912" />
       <source>Alt+Shift+PgDown</source>
       <translation>Alt+Shift+PgDown</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2060" />
-      <location filename="../ViewManager/ViewManager.py" line="2892" />
+      <location filename="../ViewManager/ViewManager.py" line="2920" />
       <source>Meta+Alt+Shift+V</source>
       <translation>Meta+Alt+Shift+V</translation>
     </message>
@@ -94459,299 +95049,299 @@
       <location filename="../QScintilla/MiniEditor.py" line="2534" />
       <location filename="../QScintilla/MiniEditor.py" line="2069" />
       <location filename="../QScintilla/MiniEditor.py" line="2068" />
-      <location filename="../ViewManager/ViewManager.py" line="2901" />
-      <location filename="../ViewManager/ViewManager.py" line="2900" />
+      <location filename="../ViewManager/ViewManager.py" line="2929" />
+      <location filename="../ViewManager/ViewManager.py" line="2928" />
       <source>Duplicate current selection</source>
       <translation>Duplicar selección actual</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2536" />
       <location filename="../QScintilla/MiniEditor.py" line="2070" />
-      <location filename="../ViewManager/ViewManager.py" line="2902" />
+      <location filename="../ViewManager/ViewManager.py" line="2930" />
       <source>Ctrl+Shift+D</source>
       <translation>Ctrl+Shift+D</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2084" />
       <location filename="../QScintilla/MiniEditor.py" line="2081" />
-      <location filename="../ViewManager/ViewManager.py" line="2916" />
-      <location filename="../ViewManager/ViewManager.py" line="2913" />
+      <location filename="../ViewManager/ViewManager.py" line="2944" />
+      <location filename="../ViewManager/ViewManager.py" line="2941" />
       <source>Scroll to start of document</source>
       <translation>Desplazamiento hasta el principio del documento</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2103" />
       <location filename="../QScintilla/MiniEditor.py" line="2102" />
-      <location filename="../ViewManager/ViewManager.py" line="2935" />
-      <location filename="../ViewManager/ViewManager.py" line="2934" />
+      <location filename="../ViewManager/ViewManager.py" line="2963" />
+      <location filename="../ViewManager/ViewManager.py" line="2962" />
       <source>Scroll to end of document</source>
       <translation>Desplazamiento hasta el final del documento</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2122" />
       <location filename="../QScintilla/MiniEditor.py" line="2119" />
-      <location filename="../ViewManager/ViewManager.py" line="2954" />
-      <location filename="../ViewManager/ViewManager.py" line="2951" />
+      <location filename="../ViewManager/ViewManager.py" line="2982" />
+      <location filename="../ViewManager/ViewManager.py" line="2979" />
       <source>Scroll vertically to center current line</source>
       <translation>Desplazamiento vertical para centrar la línea actual</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2132" />
-      <location filename="../ViewManager/ViewManager.py" line="2964" />
+      <location filename="../ViewManager/ViewManager.py" line="2992" />
       <source>Meta+L</source>
       <translation>Meta+L</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2141" />
       <location filename="../QScintilla/MiniEditor.py" line="2140" />
-      <location filename="../ViewManager/ViewManager.py" line="2973" />
-      <location filename="../ViewManager/ViewManager.py" line="2972" />
+      <location filename="../ViewManager/ViewManager.py" line="3001" />
+      <location filename="../ViewManager/ViewManager.py" line="3000" />
       <source>Move to end of next word</source>
       <translation>Mover al final de la palabra siguiente</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2160" />
       <location filename="../QScintilla/MiniEditor.py" line="2157" />
-      <location filename="../ViewManager/ViewManager.py" line="2992" />
-      <location filename="../ViewManager/ViewManager.py" line="2989" />
+      <location filename="../ViewManager/ViewManager.py" line="3020" />
+      <location filename="../ViewManager/ViewManager.py" line="3017" />
       <source>Extend selection to end of next word</source>
       <translation>Extender selección al final de la siguiente palabra</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2183" />
       <location filename="../QScintilla/MiniEditor.py" line="2180" />
-      <location filename="../ViewManager/ViewManager.py" line="3015" />
-      <location filename="../ViewManager/ViewManager.py" line="3012" />
+      <location filename="../ViewManager/ViewManager.py" line="3043" />
+      <location filename="../ViewManager/ViewManager.py" line="3040" />
       <source>Move to end of previous word</source>
       <translation>Mover al final de la palabra anterior</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2200" />
       <location filename="../QScintilla/MiniEditor.py" line="2197" />
-      <location filename="../ViewManager/ViewManager.py" line="3032" />
-      <location filename="../ViewManager/ViewManager.py" line="3029" />
+      <location filename="../ViewManager/ViewManager.py" line="3060" />
+      <location filename="../ViewManager/ViewManager.py" line="3057" />
       <source>Extend selection to end of previous word</source>
       <translation>Extender selección al final de la palabra anterior</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2217" />
       <location filename="../QScintilla/MiniEditor.py" line="2214" />
-      <location filename="../ViewManager/ViewManager.py" line="3049" />
-      <location filename="../ViewManager/ViewManager.py" line="3046" />
+      <location filename="../ViewManager/ViewManager.py" line="3077" />
+      <location filename="../ViewManager/ViewManager.py" line="3074" />
       <source>Move to start of document line</source>
       <translation>Mover al principio de la línea de documento</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2227" />
-      <location filename="../ViewManager/ViewManager.py" line="3059" />
+      <location filename="../ViewManager/ViewManager.py" line="3087" />
       <source>Meta+A</source>
       <translation>Meta+A</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2238" />
       <location filename="../QScintilla/MiniEditor.py" line="2235" />
-      <location filename="../ViewManager/ViewManager.py" line="3070" />
-      <location filename="../ViewManager/ViewManager.py" line="3067" />
+      <location filename="../ViewManager/ViewManager.py" line="3098" />
+      <location filename="../ViewManager/ViewManager.py" line="3095" />
       <source>Extend selection to start of document line</source>
       <translation>Extender selección hasta el inicio de la línea documento</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2249" />
-      <location filename="../ViewManager/ViewManager.py" line="3081" />
+      <location filename="../ViewManager/ViewManager.py" line="3109" />
       <source>Meta+Shift+A</source>
       <translation>/media/110106_1117</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2262" />
       <location filename="../QScintilla/MiniEditor.py" line="2258" />
-      <location filename="../ViewManager/ViewManager.py" line="3094" />
-      <location filename="../ViewManager/ViewManager.py" line="3090" />
+      <location filename="../ViewManager/ViewManager.py" line="3122" />
+      <location filename="../ViewManager/ViewManager.py" line="3118" />
       <source>Extend rectangular selection to start of document line</source>
       <translation>Extender selección rectangular hasta el principio de la línea de documento</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2274" />
-      <location filename="../ViewManager/ViewManager.py" line="3106" />
+      <location filename="../ViewManager/ViewManager.py" line="3134" />
       <source>Meta+Alt+Shift+A</source>
       <translation>Meta+Alt+Shift+A</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2286" />
       <location filename="../QScintilla/MiniEditor.py" line="2283" />
-      <location filename="../ViewManager/ViewManager.py" line="3118" />
-      <location filename="../ViewManager/ViewManager.py" line="3115" />
+      <location filename="../ViewManager/ViewManager.py" line="3146" />
+      <location filename="../ViewManager/ViewManager.py" line="3143" />
       <source>Extend selection to start of display line</source>
       <translation>Extender selección hasta el principio de la línea mostrada</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2309" />
       <location filename="../QScintilla/MiniEditor.py" line="2306" />
-      <location filename="../ViewManager/ViewManager.py" line="3141" />
-      <location filename="../ViewManager/ViewManager.py" line="3138" />
+      <location filename="../ViewManager/ViewManager.py" line="3169" />
+      <location filename="../ViewManager/ViewManager.py" line="3166" />
       <source>Move to start of display or document line</source>
       <translation>Mover al principio de línea mostrada o de documento</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2327" />
       <location filename="../QScintilla/MiniEditor.py" line="2323" />
-      <location filename="../ViewManager/ViewManager.py" line="3159" />
-      <location filename="../ViewManager/ViewManager.py" line="3155" />
+      <location filename="../ViewManager/ViewManager.py" line="3187" />
+      <location filename="../ViewManager/ViewManager.py" line="3183" />
       <source>Extend selection to start of display or document line</source>
       <translation>Extender selección hasta el inicio de la línea mostrada o de documento</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2346" />
       <location filename="../QScintilla/MiniEditor.py" line="2342" />
-      <location filename="../ViewManager/ViewManager.py" line="3178" />
-      <location filename="../ViewManager/ViewManager.py" line="3174" />
+      <location filename="../ViewManager/ViewManager.py" line="3206" />
+      <location filename="../ViewManager/ViewManager.py" line="3202" />
       <source>Move to first visible character in display or document line</source>
       <translation>Mover al primer carácter visible en la línea mostrada o de documento</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2366" />
       <location filename="../QScintilla/MiniEditor.py" line="2361" />
-      <location filename="../ViewManager/ViewManager.py" line="3198" />
-      <location filename="../ViewManager/ViewManager.py" line="3193" />
+      <location filename="../ViewManager/ViewManager.py" line="3226" />
+      <location filename="../ViewManager/ViewManager.py" line="3221" />
       <source>Extend selection to first visible character in display or document line</source>
       <translation>Extender selección al primer carácter visible en la línea mostrada o de documento</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2385" />
       <location filename="../QScintilla/MiniEditor.py" line="2382" />
-      <location filename="../ViewManager/ViewManager.py" line="3217" />
-      <location filename="../ViewManager/ViewManager.py" line="3214" />
+      <location filename="../ViewManager/ViewManager.py" line="3245" />
+      <location filename="../ViewManager/ViewManager.py" line="3242" />
       <source>Move to end of display or document line</source>
       <translation>Mover al final de la línea mostrada o de documento</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2402" />
       <location filename="../QScintilla/MiniEditor.py" line="2399" />
-      <location filename="../ViewManager/ViewManager.py" line="3234" />
-      <location filename="../ViewManager/ViewManager.py" line="3231" />
+      <location filename="../ViewManager/ViewManager.py" line="3262" />
+      <location filename="../ViewManager/ViewManager.py" line="3259" />
       <source>Extend selection to end of display or document line</source>
       <translation>Extender selección al final de la línea mostrada o de documento</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2417" />
       <location filename="../QScintilla/MiniEditor.py" line="2416" />
-      <location filename="../ViewManager/ViewManager.py" line="3249" />
-      <location filename="../ViewManager/ViewManager.py" line="3248" />
+      <location filename="../ViewManager/ViewManager.py" line="3277" />
+      <location filename="../ViewManager/ViewManager.py" line="3276" />
       <source>Stuttered move up one page</source>
       <translation>Mover progresivamente hacia arriba una página</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2432" />
       <location filename="../QScintilla/MiniEditor.py" line="2429" />
-      <location filename="../ViewManager/ViewManager.py" line="3264" />
-      <location filename="../ViewManager/ViewManager.py" line="3261" />
+      <location filename="../ViewManager/ViewManager.py" line="3292" />
+      <location filename="../ViewManager/ViewManager.py" line="3289" />
       <source>Stuttered extend selection up one page</source>
       <translation>Extender progresivamente la selección arriba una página</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2449" />
       <location filename="../QScintilla/MiniEditor.py" line="2446" />
-      <location filename="../ViewManager/ViewManager.py" line="3281" />
-      <location filename="../ViewManager/ViewManager.py" line="3278" />
+      <location filename="../ViewManager/ViewManager.py" line="3309" />
+      <location filename="../ViewManager/ViewManager.py" line="3306" />
       <source>Stuttered move down one page</source>
       <translation>Mover progresivamente hacia abajo una página</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2466" />
       <location filename="../QScintilla/MiniEditor.py" line="2463" />
-      <location filename="../ViewManager/ViewManager.py" line="3298" />
-      <location filename="../ViewManager/ViewManager.py" line="3295" />
+      <location filename="../ViewManager/ViewManager.py" line="3326" />
+      <location filename="../ViewManager/ViewManager.py" line="3323" />
       <source>Stuttered extend selection down one page</source>
       <translation>Extender progresivamente la selección abajo una página</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2483" />
       <location filename="../QScintilla/MiniEditor.py" line="2480" />
-      <location filename="../ViewManager/ViewManager.py" line="3315" />
-      <location filename="../ViewManager/ViewManager.py" line="3312" />
+      <location filename="../ViewManager/ViewManager.py" line="3343" />
+      <location filename="../ViewManager/ViewManager.py" line="3340" />
       <source>Delete right to end of next word</source>
       <translation>Borrar a la derecha hasta el final de la siguiente palabra</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2493" />
-      <location filename="../ViewManager/ViewManager.py" line="3325" />
+      <location filename="../ViewManager/ViewManager.py" line="3353" />
       <source>Alt+Del</source>
       <translation>Alt+Del</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2504" />
       <location filename="../QScintilla/MiniEditor.py" line="2501" />
-      <location filename="../ViewManager/ViewManager.py" line="3336" />
-      <location filename="../ViewManager/ViewManager.py" line="3333" />
+      <location filename="../ViewManager/ViewManager.py" line="3364" />
+      <location filename="../ViewManager/ViewManager.py" line="3361" />
       <source>Move selected lines up one line</source>
       <translation>Mover las líneas seleccionadas arriba una línea</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2521" />
       <location filename="../QScintilla/MiniEditor.py" line="2518" />
-      <location filename="../ViewManager/ViewManager.py" line="3353" />
-      <location filename="../ViewManager/ViewManager.py" line="3350" />
+      <location filename="../ViewManager/ViewManager.py" line="3381" />
+      <location filename="../ViewManager/ViewManager.py" line="3378" />
       <source>Move selected lines down one line</source>
       <translation>Mover las líneas seleccionadas abajo una línea</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1795" />
       <location filename="../QScintilla/MiniEditor.py" line="1792" />
-      <location filename="../ViewManager/ViewManager.py" line="3371" />
-      <location filename="../ViewManager/ViewManager.py" line="3368" />
+      <location filename="../ViewManager/ViewManager.py" line="3399" />
+      <location filename="../ViewManager/ViewManager.py" line="3396" />
       <source>Convert selection to lower case</source>
       <translation>Convertir selección a minúsculas</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1798" />
-      <location filename="../ViewManager/ViewManager.py" line="3374" />
+      <location filename="../ViewManager/ViewManager.py" line="3402" />
       <source>Alt+Shift+U</source>
       <translation>Alt+Shift+U</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1811" />
       <location filename="../QScintilla/MiniEditor.py" line="1808" />
-      <location filename="../ViewManager/ViewManager.py" line="3387" />
-      <location filename="../ViewManager/ViewManager.py" line="3384" />
+      <location filename="../ViewManager/ViewManager.py" line="3415" />
+      <location filename="../ViewManager/ViewManager.py" line="3412" />
       <source>Convert selection to upper case</source>
       <translation>Convertir selección a mayúsculas</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1814" />
-      <location filename="../ViewManager/ViewManager.py" line="3390" />
+      <location filename="../ViewManager/ViewManager.py" line="3418" />
       <source>Ctrl+Shift+U</source>
       <translation>Ctrl+Shift+U</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3416" />
+      <location filename="../ViewManager/ViewManager.py" line="3444" />
       <source>&amp;Edit</source>
       <translation>&amp;Editar</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3474" />
-      <location filename="../ViewManager/ViewManager.py" line="3472" />
+      <location filename="../ViewManager/ViewManager.py" line="3502" />
+      <location filename="../ViewManager/ViewManager.py" line="3500" />
       <source>Edit</source>
       <translation>Editar</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2553" />
       <location filename="../QScintilla/ShellWindow.py" line="923" />
-      <location filename="../ViewManager/ViewManager.py" line="4077" />
-      <location filename="../ViewManager/ViewManager.py" line="4075" />
-      <location filename="../ViewManager/ViewManager.py" line="3508" />
+      <location filename="../ViewManager/ViewManager.py" line="4105" />
+      <location filename="../ViewManager/ViewManager.py" line="4103" />
+      <location filename="../ViewManager/ViewManager.py" line="3536" />
       <source>Search</source>
       <translation>Buscar</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2555" />
       <location filename="../QScintilla/ShellWindow.py" line="925" />
-      <location filename="../ViewManager/ViewManager.py" line="3510" />
+      <location filename="../ViewManager/ViewManager.py" line="3538" />
       <source>&amp;Search...</source>
       <translation>&amp;Buscar...</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2557" />
       <location filename="../QScintilla/ShellWindow.py" line="927" />
-      <location filename="../ViewManager/ViewManager.py" line="3512" />
+      <location filename="../ViewManager/ViewManager.py" line="3540" />
       <source>Ctrl+F</source>
       <comment>Search|Search</comment>
       <translation>Ctrl+F</translation>
@@ -94759,34 +95349,34 @@
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2564" />
       <location filename="../QScintilla/ShellWindow.py" line="934" />
-      <location filename="../ViewManager/ViewManager.py" line="3519" />
+      <location filename="../ViewManager/ViewManager.py" line="3547" />
       <source>Search for a text</source>
       <translation>Buscar un texto</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2567" />
-      <location filename="../ViewManager/ViewManager.py" line="3522" />
+      <location filename="../ViewManager/ViewManager.py" line="3550" />
       <source>&lt;b&gt;Search&lt;/b&gt;&lt;p&gt;Search for some text in the current editor. A dialog is shown to enter the searchtext and options for the search.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Buscar&lt;/b&gt;&lt;p&gt;Buscar texto en el editor. En el diálogo muestra opciones e indica el texto de búsqueda.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2579" />
       <location filename="../QScintilla/ShellWindow.py" line="949" />
-      <location filename="../ViewManager/ViewManager.py" line="3534" />
+      <location filename="../ViewManager/ViewManager.py" line="3562" />
       <source>Search next</source>
       <translation>Buscar siguiente</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2581" />
       <location filename="../QScintilla/ShellWindow.py" line="951" />
-      <location filename="../ViewManager/ViewManager.py" line="3536" />
+      <location filename="../ViewManager/ViewManager.py" line="3564" />
       <source>Search &amp;next</source>
       <translation>Buscar &amp;Siguiente</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2583" />
       <location filename="../QScintilla/ShellWindow.py" line="953" />
-      <location filename="../ViewManager/ViewManager.py" line="3538" />
+      <location filename="../ViewManager/ViewManager.py" line="3566" />
       <source>F3</source>
       <comment>Search|Search next</comment>
       <translation>F3</translation>
@@ -94794,34 +95384,34 @@
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2590" />
       <location filename="../QScintilla/ShellWindow.py" line="960" />
-      <location filename="../ViewManager/ViewManager.py" line="3545" />
+      <location filename="../ViewManager/ViewManager.py" line="3573" />
       <source>Search next occurrence of text</source>
       <translation>Buscar siguiente ocurrencia del texto</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2593" />
-      <location filename="../ViewManager/ViewManager.py" line="3548" />
+      <location filename="../ViewManager/ViewManager.py" line="3576" />
       <source>&lt;b&gt;Search next&lt;/b&gt;&lt;p&gt;Search the next occurrence of some text in the current editor. The previously entered searchtext and options are reused.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Buscar siguiente&lt;/b&gt;&lt;p&gt;Buscar la siguiente ocurrencia de un texto en el editor actual. Se reutilizan el texto de búsqueda introducido anteriormente y sus opciones.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2605" />
       <location filename="../QScintilla/ShellWindow.py" line="977" />
-      <location filename="../ViewManager/ViewManager.py" line="3560" />
+      <location filename="../ViewManager/ViewManager.py" line="3588" />
       <source>Search previous</source>
       <translation>Buscar anterior</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2607" />
       <location filename="../QScintilla/ShellWindow.py" line="979" />
-      <location filename="../ViewManager/ViewManager.py" line="3562" />
+      <location filename="../ViewManager/ViewManager.py" line="3590" />
       <source>Search &amp;previous</source>
       <translation>Buscar a&amp;nterior</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2609" />
       <location filename="../QScintilla/ShellWindow.py" line="981" />
-      <location filename="../ViewManager/ViewManager.py" line="3564" />
+      <location filename="../ViewManager/ViewManager.py" line="3592" />
       <source>Shift+F3</source>
       <comment>Search|Search previous</comment>
       <translation>Shift+F3</translation>
@@ -94829,436 +95419,436 @@
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2618" />
       <location filename="../QScintilla/ShellWindow.py" line="990" />
-      <location filename="../ViewManager/ViewManager.py" line="3573" />
+      <location filename="../ViewManager/ViewManager.py" line="3601" />
       <source>Search previous occurrence of text</source>
       <translation>Buscar anterior ocurrencia del texto</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2623" />
-      <location filename="../ViewManager/ViewManager.py" line="3578" />
+      <location filename="../ViewManager/ViewManager.py" line="3606" />
       <source>&lt;b&gt;Search previous&lt;/b&gt;&lt;p&gt;Search the previous occurrence of some text in the current editor. The previously entered searchtext and options are reused.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Buscar anterior&lt;/b&gt;&lt;p&gt;Buscar la anterior ocurrencia de un texto en el editor actual. Se reutilizan el texto de búsqueda introducido anteriormente y sus opciones.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2637" />
       <location filename="../QScintilla/MiniEditor.py" line="2635" />
-      <location filename="../ViewManager/ViewManager.py" line="3592" />
-      <location filename="../ViewManager/ViewManager.py" line="3590" />
+      <location filename="../ViewManager/ViewManager.py" line="3620" />
+      <location filename="../ViewManager/ViewManager.py" line="3618" />
       <source>Clear search markers</source>
       <translation>Limpiar marcadores de búsqueda</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2639" />
-      <location filename="../ViewManager/ViewManager.py" line="3594" />
+      <location filename="../ViewManager/ViewManager.py" line="3622" />
       <source>Ctrl+3</source>
       <comment>Search|Clear search markers</comment>
       <translation>Ctrl+3</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2648" />
-      <location filename="../ViewManager/ViewManager.py" line="3603" />
+      <location filename="../ViewManager/ViewManager.py" line="3631" />
       <source>Clear all displayed search markers</source>
       <translation>Limpiar todos los marcadores de texto mostrados</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2653" />
-      <location filename="../ViewManager/ViewManager.py" line="3608" />
+      <location filename="../ViewManager/ViewManager.py" line="3636" />
       <source>&lt;b&gt;Clear search markers&lt;/b&gt;&lt;p&gt;Clear all displayed search markers.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Limpiar marcadores de búsqueda&lt;/b&gt;&lt;p&gt;Limpiar todos los marcadores de búsqueda mostrados.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3620" />
-      <location filename="../ViewManager/ViewManager.py" line="3618" />
+      <location filename="../ViewManager/ViewManager.py" line="3648" />
+      <location filename="../ViewManager/ViewManager.py" line="3646" />
       <source>Search current word forward</source>
       <translation>Buscar palabra actual hacia adelante</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3622" />
+      <location filename="../ViewManager/ViewManager.py" line="3650" />
       <source>Ctrl+.</source>
       <comment>Search|Search current word forward</comment>
       <translation>Ctrl+.</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3631" />
+      <location filename="../ViewManager/ViewManager.py" line="3659" />
       <source>Search next occurrence of the current word</source>
       <translation>Buscar siguiente ocurrencia de la palabra actual</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3636" />
+      <location filename="../ViewManager/ViewManager.py" line="3664" />
       <source>&lt;b&gt;Search current word forward&lt;/b&gt;&lt;p&gt;Search the next occurrence of the current word of the current editor.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Buscar palabra actual hacia adelante&lt;/b&gt;&lt;p&gt;Buscar la siguiente ocurrencia de la palabra actual en el editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3649" />
-      <location filename="../ViewManager/ViewManager.py" line="3647" />
+      <location filename="../ViewManager/ViewManager.py" line="3677" />
+      <location filename="../ViewManager/ViewManager.py" line="3675" />
       <source>Search current word backward</source>
       <translation>Buscar palabra actual hacia atrás</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3651" />
+      <location filename="../ViewManager/ViewManager.py" line="3679" />
       <source>Ctrl+,</source>
       <comment>Search|Search current word backward</comment>
       <translation>Ctrl+,</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3660" />
+      <location filename="../ViewManager/ViewManager.py" line="3688" />
       <source>Search previous occurrence of the current word</source>
       <translation>Buscar ocurrencia anterior de la palabra actual</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3665" />
+      <location filename="../ViewManager/ViewManager.py" line="3693" />
       <source>&lt;b&gt;Search current word backward&lt;/b&gt;&lt;p&gt;Search the previous occurrence of the current word of the current editor.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Buscar palabra actual hacia atrás&lt;/b&gt;&lt;p&gt;Buscar la ocurrencia anterior de la palabra actual en el editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2663" />
-      <location filename="../ViewManager/ViewManager.py" line="3676" />
+      <location filename="../ViewManager/ViewManager.py" line="3704" />
       <source>Replace</source>
       <translation>Reemplazar</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2664" />
-      <location filename="../ViewManager/ViewManager.py" line="3677" />
+      <location filename="../ViewManager/ViewManager.py" line="3705" />
       <source>&amp;Replace...</source>
       <translation>&amp;Reemplazar...</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2666" />
-      <location filename="../ViewManager/ViewManager.py" line="3679" />
+      <location filename="../ViewManager/ViewManager.py" line="3707" />
       <source>Ctrl+R</source>
       <comment>Search|Replace</comment>
       <translation>Ctrl+R</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2673" />
-      <location filename="../ViewManager/ViewManager.py" line="3686" />
+      <location filename="../ViewManager/ViewManager.py" line="3714" />
       <source>Replace some text</source>
       <translation>Reemplazar un texto</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2676" />
-      <location filename="../ViewManager/ViewManager.py" line="3689" />
+      <location filename="../ViewManager/ViewManager.py" line="3717" />
       <source>&lt;b&gt;Replace&lt;/b&gt;&lt;p&gt;Search for some text in the current editor and replace it. A dialog is shown to enter the searchtext, the replacement text and options for the search and replace.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Reemplazar&lt;/b&gt;&lt;p&gt;Buscar un texto en el editor actual y reemplazarlo. Se muestra un diálogo para introducir el texto de búsqueda, el texto de reemplazo y las opciones para buscar y reemplazar.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2690" />
       <location filename="../QScintilla/MiniEditor.py" line="2688" />
-      <location filename="../ViewManager/ViewManager.py" line="3703" />
-      <location filename="../ViewManager/ViewManager.py" line="3701" />
+      <location filename="../ViewManager/ViewManager.py" line="3731" />
+      <location filename="../ViewManager/ViewManager.py" line="3729" />
       <source>Replace and Search</source>
       <translation>Buscar y Reemplazar</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2692" />
-      <location filename="../ViewManager/ViewManager.py" line="3705" />
+      <location filename="../ViewManager/ViewManager.py" line="3733" />
       <source>Meta+R</source>
       <comment>Search|Replace and Search</comment>
       <translation>Meta+R</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2701" />
-      <location filename="../ViewManager/ViewManager.py" line="3714" />
+      <location filename="../ViewManager/ViewManager.py" line="3742" />
       <source>Replace the found text and search the next occurrence</source>
       <translation>Reemplazar el texto encontrado y buscar siguiente ocurrencia</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2706" />
-      <location filename="../ViewManager/ViewManager.py" line="3719" />
+      <location filename="../ViewManager/ViewManager.py" line="3747" />
       <source>&lt;b&gt;Replace and Search&lt;/b&gt;&lt;p&gt;Replace the found occurrence of text in the current editor and search for the next one. The previously entered search text and options are reused.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Buscar y Reemplazar&lt;/b&gt;&lt;p&gt;Reemplazar la ocurrencia de texto en editor actual y buscar la siguiente. Se reusan el texto y las opciones de búsqueda introducidas previamente.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2722" />
       <location filename="../QScintilla/MiniEditor.py" line="2720" />
-      <location filename="../ViewManager/ViewManager.py" line="3735" />
-      <location filename="../ViewManager/ViewManager.py" line="3733" />
+      <location filename="../ViewManager/ViewManager.py" line="3763" />
+      <location filename="../ViewManager/ViewManager.py" line="3761" />
       <source>Replace Occurrence</source>
       <translation>Reemplazar Ocurrencia</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2724" />
-      <location filename="../ViewManager/ViewManager.py" line="3737" />
+      <location filename="../ViewManager/ViewManager.py" line="3765" />
       <source>Ctrl+Meta+R</source>
       <comment>Search|Replace Occurrence</comment>
       <translation>Ctrl+Meta+R</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2733" />
-      <location filename="../ViewManager/ViewManager.py" line="3746" />
+      <location filename="../ViewManager/ViewManager.py" line="3774" />
       <source>Replace the found text</source>
       <translation>Reemplazar el texto encontrado</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2736" />
-      <location filename="../ViewManager/ViewManager.py" line="3749" />
+      <location filename="../ViewManager/ViewManager.py" line="3777" />
       <source>&lt;b&gt;Replace Occurrence&lt;/b&gt;&lt;p&gt;Replace the found occurrence of the search text in the current editor.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Reemplazar Ocurrencia&lt;/b&gt;&lt;p&gt;Reemplazar la ocurrencia del texto de búsqueda hallado en el editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2749" />
       <location filename="../QScintilla/MiniEditor.py" line="2747" />
-      <location filename="../ViewManager/ViewManager.py" line="3762" />
-      <location filename="../ViewManager/ViewManager.py" line="3760" />
+      <location filename="../ViewManager/ViewManager.py" line="3790" />
+      <location filename="../ViewManager/ViewManager.py" line="3788" />
       <source>Replace All</source>
       <translation>Reemplazar Todo</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2751" />
-      <location filename="../ViewManager/ViewManager.py" line="3764" />
+      <location filename="../ViewManager/ViewManager.py" line="3792" />
       <source>Shift+Meta+R</source>
       <comment>Search|Replace All</comment>
       <translation>Shift+Meta+R</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2760" />
-      <location filename="../ViewManager/ViewManager.py" line="3773" />
+      <location filename="../ViewManager/ViewManager.py" line="3801" />
       <source>Replace search text occurrences</source>
       <translation>Reemplazar ocurrencias de texto de búsqueda</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2763" />
-      <location filename="../ViewManager/ViewManager.py" line="3776" />
+      <location filename="../ViewManager/ViewManager.py" line="3804" />
       <source>&lt;b&gt;Replace All&lt;/b&gt;&lt;p&gt;Replace all occurrences of the search text in the current editor.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Reemplazar Todo&lt;/b&gt;&lt;p&gt;Reemplazar todas las ocurrencias del texto de búsqueda en el editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3798" />
-      <location filename="../ViewManager/ViewManager.py" line="3787" />
-      <source>Goto Line</source>
-      <translation>Ir a línea</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3789" />
-      <source>&amp;Goto Line...</source>
-      <translation>&amp;Ir a Linea...</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3791" />
-      <source>Ctrl+G</source>
-      <comment>Search|Goto Line</comment>
-      <translation>Ctrl+G</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3801" />
-      <source>&lt;b&gt;Goto Line&lt;/b&gt;&lt;p&gt;Go to a specific line of text in the current editor. A dialog is shown to enter the linenumber.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Ir la la línea&lt;/b&gt;&lt;p&gt;Ir a una línea específica del texto en el editor actual. Se muestra un diálogo para introducir el número de línea.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3823" />
-      <location filename="../ViewManager/ViewManager.py" line="3812" />
-      <source>Goto Brace</source>
-      <translation>Ir a paréntesis</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3814" />
-      <source>Goto &amp;Brace</source>
-      <translation>Ir al Parén&amp;tesis</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3816" />
-      <source>Ctrl+L</source>
-      <comment>Search|Goto Brace</comment>
-      <translation>Ctrl+L</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="3826" />
+      <location filename="../ViewManager/ViewManager.py" line="3815" />
+      <source>Goto Line</source>
+      <translation>Ir a línea</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="3817" />
+      <source>&amp;Goto Line...</source>
+      <translation>&amp;Ir a Linea...</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="3819" />
+      <source>Ctrl+G</source>
+      <comment>Search|Goto Line</comment>
+      <translation>Ctrl+G</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="3829" />
+      <source>&lt;b&gt;Goto Line&lt;/b&gt;&lt;p&gt;Go to a specific line of text in the current editor. A dialog is shown to enter the linenumber.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Ir la la línea&lt;/b&gt;&lt;p&gt;Ir a una línea específica del texto en el editor actual. Se muestra un diálogo para introducir el número de línea.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="3851" />
+      <location filename="../ViewManager/ViewManager.py" line="3840" />
+      <source>Goto Brace</source>
+      <translation>Ir a paréntesis</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="3842" />
+      <source>Goto &amp;Brace</source>
+      <translation>Ir al Parén&amp;tesis</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="3844" />
+      <source>Ctrl+L</source>
+      <comment>Search|Goto Brace</comment>
+      <translation>Ctrl+L</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="3854" />
       <source>&lt;b&gt;Goto Brace&lt;/b&gt;&lt;p&gt;Go to the matching brace in the current editor.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Ir a llave ('{' o '}')&lt;/b&gt;&lt;p&gt;Ir a la llave correspondiente en el editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3849" />
-      <location filename="../ViewManager/ViewManager.py" line="3836" />
+      <location filename="../ViewManager/ViewManager.py" line="3877" />
+      <location filename="../ViewManager/ViewManager.py" line="3864" />
       <source>Goto Last Edit Location</source>
       <translation>Ir a la Última Posición de Edición</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3838" />
+      <location filename="../ViewManager/ViewManager.py" line="3866" />
       <source>Goto Last &amp;Edit Location</source>
       <translation>Ir a la Última Posición de &amp;Edición</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3840" />
+      <location filename="../ViewManager/ViewManager.py" line="3868" />
       <source>Ctrl+Shift+G</source>
       <comment>Search|Goto Last Edit Location</comment>
       <translation>Ctrl+Shift+G</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3852" />
+      <location filename="../ViewManager/ViewManager.py" line="3880" />
       <source>&lt;b&gt;Goto Last Edit Location&lt;/b&gt;&lt;p&gt;Go to the location of the last edit in the current editor.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Ir a la Última Posición de Edición&lt;/b&gt;&lt;p&gt;Ir a la posición de la última edición en el editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3864" />
-      <location filename="../ViewManager/ViewManager.py" line="3863" />
+      <location filename="../ViewManager/ViewManager.py" line="3892" />
+      <location filename="../ViewManager/ViewManager.py" line="3891" />
       <source>Goto Previous Method or Class</source>
       <translation>Ir al Anterior Método o Clase</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3866" />
+      <location filename="../ViewManager/ViewManager.py" line="3894" />
       <source>Ctrl+Shift+Up</source>
       <comment>Search|Goto Previous Method or Class</comment>
       <translation>Ctrl+Shift+Up</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3877" />
-      <source>Go to the previous method or class definition</source>
-      <translation>Ir a la anterior definición de método o clase</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3882" />
-      <source>&lt;b&gt;Goto Previous Method or Class&lt;/b&gt;&lt;p&gt;Goes to the line of the previous method or class definition and highlights the name.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Ir al Anterior Método o Clase&lt;/b&gt;&lt;p&gt;Va a la línea de la anterior definición de método o clase y resalta el nombre.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3894" />
-      <location filename="../ViewManager/ViewManager.py" line="3893" />
-      <source>Goto Next Method or Class</source>
-      <translation>Ir al Siguiente Método o Clase</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3896" />
-      <source>Ctrl+Shift+Down</source>
-      <comment>Search|Goto Next Method or Class</comment>
-      <translation>Ctrl+Shift+Down</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="3905" />
-      <source>Go to the next method or class definition</source>
-      <translation>Ir a la siguiente definición de método o clase</translation>
+      <source>Go to the previous method or class definition</source>
+      <translation>Ir a la anterior definición de método o clase</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="3910" />
+      <source>&lt;b&gt;Goto Previous Method or Class&lt;/b&gt;&lt;p&gt;Goes to the line of the previous method or class definition and highlights the name.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Ir al Anterior Método o Clase&lt;/b&gt;&lt;p&gt;Va a la línea de la anterior definición de método o clase y resalta el nombre.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="3922" />
+      <location filename="../ViewManager/ViewManager.py" line="3921" />
+      <source>Goto Next Method or Class</source>
+      <translation>Ir al Siguiente Método o Clase</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="3924" />
+      <source>Ctrl+Shift+Down</source>
+      <comment>Search|Goto Next Method or Class</comment>
+      <translation>Ctrl+Shift+Down</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="3933" />
+      <source>Go to the next method or class definition</source>
+      <translation>Ir a la siguiente definición de método o clase</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="3938" />
       <source>&lt;b&gt;Goto Next Method or Class&lt;/b&gt;&lt;p&gt;Goes to the line of the next method or class definition and highlights the name.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Ir al Siguiente Método o Clase&lt;/b&gt;&lt;p&gt;Va a la línea de la siguiente definición de método o clase y resalta el nombre.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3923" />
+      <location filename="../ViewManager/ViewManager.py" line="3951" />
       <source>Search in Files</source>
       <translation>Buscar en archivos</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3925" />
+      <location filename="../ViewManager/ViewManager.py" line="3953" />
       <source>Search in &amp;Files...</source>
       <translation>Buscar en arc&amp;hivos...</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3927" />
+      <location filename="../ViewManager/ViewManager.py" line="3955" />
       <source>Shift+Ctrl+F</source>
       <comment>Search|Search Files</comment>
       <translation>Shift+Ctrl+F</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3936" />
+      <location filename="../ViewManager/ViewManager.py" line="3964" />
       <source>Search for a text in files</source>
       <translation>Buscar texto en archivos</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3939" />
+      <location filename="../ViewManager/ViewManager.py" line="3967" />
       <source>&lt;b&gt;Search in Files&lt;/b&gt;&lt;p&gt;Search for some text in the files of a directory tree or the project. A window is shown to enter the searchtext and options for the search and to display the result.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Buscar en Archivos&lt;/b&gt;&lt;p&gt;Búsqueda de texto en archivos de un árbol de directorios o en el proyecto. Se muestra una ventana para introducir el texto de búsqueda, y opciones para la búsqueda y visualización de resultados.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3951" />
+      <location filename="../ViewManager/ViewManager.py" line="3979" />
       <source>Replace in Files</source>
       <translation>Reemplazar en Archivos</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3952" />
+      <location filename="../ViewManager/ViewManager.py" line="3980" />
       <source>Replace in F&amp;iles...</source>
       <translation>Reemplazar en Arch&amp;ivos...</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3954" />
+      <location filename="../ViewManager/ViewManager.py" line="3982" />
       <source>Shift+Ctrl+R</source>
       <comment>Search|Replace in Files</comment>
       <translation>Shift+Ctrl+R</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3963" />
+      <location filename="../ViewManager/ViewManager.py" line="3991" />
       <source>Search for a text in files and replace it</source>
       <translation>Buscar un texto en archivos y reemplazarlo</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3968" />
+      <location filename="../ViewManager/ViewManager.py" line="3996" />
       <source>&lt;b&gt;Replace in Files&lt;/b&gt;&lt;p&gt;Search for some text in the files of a directory tree or the project and replace it. A window is shown to enter the searchtext, the replacement text and options for the search and to display the result.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Reemplazar en Archivos&lt;/b&gt;&lt;p&gt;Buscar un texto en los archivos de un árbol de directorios o en el proyecto, y reemplazarlo. Se muestra una ventana para introducir los textos de búsqueda y reemplazo, y opciones para la búsqueda y visualización de resultados.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3981" />
+      <location filename="../ViewManager/ViewManager.py" line="4009" />
       <source>Search in Open Files</source>
       <translation>Buscar en los Archivos Abiertos</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3983" />
+      <location filename="../ViewManager/ViewManager.py" line="4011" />
       <source>Search in Open Files...</source>
       <translation>Buscar en los Archivos Abiertos...</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3985" />
+      <location filename="../ViewManager/ViewManager.py" line="4013" />
       <source>Meta+Ctrl+Alt+F</source>
       <comment>Search|Search Open Files</comment>
       <translation>Meta+Ctrl+Alt+F</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3994" />
+      <location filename="../ViewManager/ViewManager.py" line="4022" />
       <source>Search for a text in open files</source>
       <translation>Buscar un texto en los archivos abiertos</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3997" />
+      <location filename="../ViewManager/ViewManager.py" line="4025" />
       <source>&lt;b&gt;Search in Open Files&lt;/b&gt;&lt;p&gt;Search for some text in the currently opened files. A window is shown to enter the search text and options for the search and to display the result.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Buscar en Archivos Abiertos&lt;/b&gt;&lt;p&gt;Búsqueda de un texto en los archivos actualmente abiertos. Se muestra una ventana para introducir el texto de búsqueda, y opciones para la búsqueda y visualización de resultados.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4009" />
+      <location filename="../ViewManager/ViewManager.py" line="4037" />
       <source>Replace in Open Files</source>
       <translation>Reemplazar en los Archivos Abiertos</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4010" />
+      <location filename="../ViewManager/ViewManager.py" line="4038" />
       <source>Replace in Open Files...</source>
       <translation>Reemplazar en los Archivos Abiertos...</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4012" />
+      <location filename="../ViewManager/ViewManager.py" line="4040" />
       <source>Meta+Ctrl+Alt+R</source>
       <comment>Search|Replace in Open Files</comment>
       <translation>Meta+Ctrl+Alt+R</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4021" />
+      <location filename="../ViewManager/ViewManager.py" line="4049" />
       <source>Search for a text in open files and replace it</source>
       <translation>Buscar un texto en los archivos abiertos y reemplazarlo</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4026" />
+      <location filename="../ViewManager/ViewManager.py" line="4054" />
       <source>&lt;b&gt;Replace in Open Files&lt;/b&gt;&lt;p&gt;Search for some text in the currently opened files and replace it. A window is shown to enter the search text, the replacement text and options for the search and to display the result.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Reemplazar en Archivos Abiertos&lt;/b&gt;&lt;p&gt;Búsqueda de un texto en los archivos actualmente abiertos y reemplazarlo. Se muestra una ventana para introducir los textos de búsqueda y reemplazo, y opciones para la búsqueda y visualización de resultados.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4047" />
+      <location filename="../ViewManager/ViewManager.py" line="4075" />
       <source>&amp;Search</source>
       <translation>&amp;Buscar</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2778" />
       <location filename="../QScintilla/ShellWindow.py" line="1016" />
-      <location filename="../ViewManager/ViewManager.py" line="4118" />
+      <location filename="../ViewManager/ViewManager.py" line="4146" />
       <source>Zoom in</source>
       <translation>Aumentar zoom</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2780" />
       <location filename="../QScintilla/ShellWindow.py" line="1018" />
-      <location filename="../ViewManager/ViewManager.py" line="4120" />
+      <location filename="../ViewManager/ViewManager.py" line="4148" />
       <source>Zoom &amp;in</source>
       <translation>A&amp;umentar Zoom</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2782" />
       <location filename="../QScintilla/ShellWindow.py" line="1020" />
-      <location filename="../ViewManager/ViewManager.py" line="4122" />
+      <location filename="../ViewManager/ViewManager.py" line="4150" />
       <source>Ctrl++</source>
       <comment>View|Zoom in</comment>
       <translation>Ctrl++</translation>
@@ -95266,7 +95856,7 @@
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2785" />
       <location filename="../QScintilla/ShellWindow.py" line="1023" />
-      <location filename="../ViewManager/ViewManager.py" line="4125" />
+      <location filename="../ViewManager/ViewManager.py" line="4153" />
       <source>Zoom In</source>
       <comment>View|Zoom in</comment>
       <translation>Aumentar Zoom</translation>
@@ -95274,35 +95864,35 @@
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2791" />
       <location filename="../QScintilla/ShellWindow.py" line="1029" />
-      <location filename="../ViewManager/ViewManager.py" line="4131" />
+      <location filename="../ViewManager/ViewManager.py" line="4159" />
       <source>Zoom in on the text</source>
       <translation>Zoom sobre el texto</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2794" />
       <location filename="../QScintilla/ShellWindow.py" line="1032" />
-      <location filename="../ViewManager/ViewManager.py" line="4134" />
+      <location filename="../ViewManager/ViewManager.py" line="4162" />
       <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;Aumentar zoom&lt;/b&gt;&lt;p&gt;Aumentar zoom sobre el texto. Hace que el texto sea de mayor tamaño.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2804" />
       <location filename="../QScintilla/ShellWindow.py" line="1042" />
-      <location filename="../ViewManager/ViewManager.py" line="4144" />
+      <location filename="../ViewManager/ViewManager.py" line="4172" />
       <source>Zoom out</source>
       <translation>Disminuir Zoom</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2806" />
       <location filename="../QScintilla/ShellWindow.py" line="1044" />
-      <location filename="../ViewManager/ViewManager.py" line="4146" />
+      <location filename="../ViewManager/ViewManager.py" line="4174" />
       <source>Zoom &amp;out</source>
       <translation>Dismi&amp;nuir Zoom</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2808" />
       <location filename="../QScintilla/ShellWindow.py" line="1046" />
-      <location filename="../ViewManager/ViewManager.py" line="4148" />
+      <location filename="../ViewManager/ViewManager.py" line="4176" />
       <source>Ctrl+-</source>
       <comment>View|Zoom out</comment>
       <translation>Ctrl+-</translation>
@@ -95310,7 +95900,7 @@
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2811" />
       <location filename="../QScintilla/ShellWindow.py" line="1049" />
-      <location filename="../ViewManager/ViewManager.py" line="4151" />
+      <location filename="../ViewManager/ViewManager.py" line="4179" />
       <source>Zoom Out</source>
       <comment>View|Zoom out</comment>
       <translation>Disminuir Zoom</translation>
@@ -95318,35 +95908,35 @@
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2817" />
       <location filename="../QScintilla/ShellWindow.py" line="1055" />
-      <location filename="../ViewManager/ViewManager.py" line="4157" />
+      <location filename="../ViewManager/ViewManager.py" line="4185" />
       <source>Zoom out on the text</source>
       <translation>Disminuir zoom en el texto</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2820" />
       <location filename="../QScintilla/ShellWindow.py" line="1058" />
-      <location filename="../ViewManager/ViewManager.py" line="4160" />
+      <location filename="../ViewManager/ViewManager.py" line="4188" />
       <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;Disminuir zoom&lt;/b&gt;&lt;p&gt;Disminuir zoom sobre el texto. Hace que el texto sea de menor tamaño.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2830" />
       <location filename="../QScintilla/ShellWindow.py" line="1068" />
-      <location filename="../ViewManager/ViewManager.py" line="4170" />
+      <location filename="../ViewManager/ViewManager.py" line="4198" />
       <source>Zoom reset</source>
       <translation>Restablecer zoom</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2832" />
       <location filename="../QScintilla/ShellWindow.py" line="1070" />
-      <location filename="../ViewManager/ViewManager.py" line="4172" />
+      <location filename="../ViewManager/ViewManager.py" line="4200" />
       <source>Zoom &amp;reset</source>
       <translation>&amp;Restablecer zoom</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2834" />
       <location filename="../QScintilla/ShellWindow.py" line="1072" />
-      <location filename="../ViewManager/ViewManager.py" line="4174" />
+      <location filename="../ViewManager/ViewManager.py" line="4202" />
       <source>Ctrl+0</source>
       <comment>View|Zoom reset</comment>
       <translation>Ctrl+0</translation>
@@ -95354,871 +95944,887 @@
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2841" />
       <location filename="../QScintilla/ShellWindow.py" line="1079" />
-      <location filename="../ViewManager/ViewManager.py" line="4181" />
+      <location filename="../ViewManager/ViewManager.py" line="4209" />
       <source>Reset the zoom of the text</source>
       <translation>Restablecer el zoom aplicado al texto</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2844" />
       <location filename="../QScintilla/ShellWindow.py" line="1082" />
-      <location filename="../ViewManager/ViewManager.py" line="4184" />
+      <location filename="../ViewManager/ViewManager.py" line="4212" />
       <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>&lt;b&gt;Restablecer zoom&lt;/b&gt;&lt;p&gt;Restablece el zoom aplicado al texto. Establece el factor de zoom a 100%.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2855" />
       <location filename="../QScintilla/ShellWindow.py" line="1093" />
-      <location filename="../ViewManager/ViewManager.py" line="4195" />
+      <location filename="../ViewManager/ViewManager.py" line="4223" />
       <source>Zoom</source>
       <translation>Zoom</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2857" />
       <location filename="../QScintilla/ShellWindow.py" line="1095" />
-      <location filename="../ViewManager/ViewManager.py" line="4197" />
+      <location filename="../ViewManager/ViewManager.py" line="4225" />
       <source>&amp;Zoom</source>
       <translation>&amp;Zoom</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2864" />
       <location filename="../QScintilla/ShellWindow.py" line="1102" />
-      <location filename="../ViewManager/ViewManager.py" line="4204" />
+      <location filename="../ViewManager/ViewManager.py" line="4232" />
       <source>Zoom the text</source>
       <translation>Zoom sobre el texto</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2867" />
       <location filename="../QScintilla/ShellWindow.py" line="1105" />
-      <location filename="../ViewManager/ViewManager.py" line="4207" />
+      <location filename="../ViewManager/ViewManager.py" line="4235" />
       <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>&lt;b&gt;Zoom&lt;/b&gt;&lt;p&gt;Zoom sobre el texto. Abre un diálogo donde se puede introducir el tamaño deseado.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4226" />
-      <location filename="../ViewManager/ViewManager.py" line="4218" />
+      <location filename="../ViewManager/ViewManager.py" line="4254" />
+      <location filename="../ViewManager/ViewManager.py" line="4246" />
       <source>Toggle all folds</source>
       <translation>Recoger/Desplegar los anidamientos</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4219" />
+      <location filename="../ViewManager/ViewManager.py" line="4247" />
       <source>&amp;Toggle all folds</source>
       <translation>Recoger/Desplegar los &amp;anidamientos</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4229" />
+      <location filename="../ViewManager/ViewManager.py" line="4257" />
       <source>&lt;b&gt;Toggle all folds&lt;/b&gt;&lt;p&gt;Toggle all folds of the current editor.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Recoger/desplegar todos los anidamientos&lt;/b&gt;&lt;p&gt;Recoge/despliega todos los anidamientos en el editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4251" />
-      <location filename="../ViewManager/ViewManager.py" line="4239" />
+      <location filename="../ViewManager/ViewManager.py" line="4279" />
+      <location filename="../ViewManager/ViewManager.py" line="4267" />
       <source>Toggle all folds (including children)</source>
       <translation>Recoger/Desplegar todos los anidamientos (inc. hijos)</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4242" />
+      <location filename="../ViewManager/ViewManager.py" line="4270" />
       <source>Toggle all &amp;folds (including children)</source>
       <translation>Recoger/Desplegar todos los a&amp;nidamientos (inc. hijos)</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4256" />
+      <location filename="../ViewManager/ViewManager.py" line="4284" />
       <source>&lt;b&gt;Toggle all folds (including children)&lt;/b&gt;&lt;p&gt;Toggle all folds of the current editor including all children.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Recoger/desplegar todos los anidamientos (incluyendo hijos)&lt;/b&gt;&lt;p&gt;Recoge/despliega todos los anidamientos en el editor actual, incluyendo todos los hijos.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4275" />
-      <location filename="../ViewManager/ViewManager.py" line="4267" />
+      <location filename="../ViewManager/ViewManager.py" line="4303" />
+      <location filename="../ViewManager/ViewManager.py" line="4295" />
       <source>Toggle current fold</source>
       <translation>Recoger/Desplegar el anidamiento actual</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4268" />
+      <location filename="../ViewManager/ViewManager.py" line="4296" />
       <source>Toggle &amp;current fold</source>
       <translation>Recoger/Desplega&amp;r el anidamiento actual</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4278" />
+      <location filename="../ViewManager/ViewManager.py" line="4306" />
       <source>&lt;b&gt;Toggle current fold&lt;/b&gt;&lt;p&gt;Toggle the folds of the current line of the current editor.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Recoger/desplegar anidamiento actual&lt;/b&gt;&lt;p&gt;Recoge/despliega el anidamiento de la línea actual en el editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4297" />
-      <location filename="../ViewManager/ViewManager.py" line="4289" />
+      <location filename="../ViewManager/ViewManager.py" line="4325" />
+      <location filename="../ViewManager/ViewManager.py" line="4317" />
       <source>Clear all folds</source>
       <translation>Limpiar todos los anidamientos</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4290" />
+      <location filename="../ViewManager/ViewManager.py" line="4318" />
       <source>Clear &amp;all folds</source>
       <translation>Limpiar todos los anid&amp;amientos</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4300" />
+      <location filename="../ViewManager/ViewManager.py" line="4328" />
       <source>&lt;b&gt;Clear all folds&lt;/b&gt;&lt;p&gt;Clear all folds of the current editor, i.e. ensure that all lines are displayed unfolded.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Limpiar todos los anidamientos&lt;/b&gt;&lt;p&gt;Limpiar todos los anidamientos en el editor actual, asegurando que todas las líneas se muestran sin plegar.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4320" />
-      <location filename="../ViewManager/ViewManager.py" line="4313" />
-      <location filename="../ViewManager/ViewManager.py" line="4311" />
+      <location filename="../ViewManager/ViewManager.py" line="4348" />
+      <location filename="../ViewManager/ViewManager.py" line="4341" />
+      <location filename="../ViewManager/ViewManager.py" line="4339" />
       <source>Remove all highlights</source>
       <translation>Quitar todos los resaltes</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4323" />
+      <location filename="../ViewManager/ViewManager.py" line="4351" />
       <source>&lt;b&gt;Remove all highlights&lt;/b&gt;&lt;p&gt;Remove the highlights of all editors.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Eliminar todos los resaltes de texto&lt;/b&gt;&lt;p&gt;Elimina todos los resaltes de texto en todos los editories.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4333" />
+      <location filename="../ViewManager/ViewManager.py" line="4361" />
       <source>New Document View</source>
       <translation>Nueva Vista de Documento</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4335" />
-      <source>New &amp;Document View</source>
-      <translation>Nueva Vista de &amp;Documento</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4342" />
-      <source>Open a new view of the current document</source>
-      <translation>Abrir una nueva vista del documento actual</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4347" />
-      <source>&lt;b&gt;New Document View&lt;/b&gt;&lt;p&gt;Opens a new view of the current document. Both views show the same document. However, the cursors may be positioned independently.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Nueva Vista de Documento&lt;/b&gt;&lt;p&gt;Abre una nueva vista del documento actual. Ambas vistas muestran el mismo documento. Sin embargo, los cursores pueden estar ubicados de manera independiente.&lt;/p&gt;</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="4363" />
-      <location filename="../ViewManager/ViewManager.py" line="4359" />
-      <source>New Document View (with new split)</source>
-      <translation>Nueva Vista de Documento (con nueva división)</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4372" />
-      <source>Open a new view of the current document in a new split</source>
-      <translation>Abrir una nueva vista del documento actual en una nueva división</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4377" />
-      <source>&lt;b&gt;New Document View&lt;/b&gt;&lt;p&gt;Opens a new view of the current document in a new split. Both views show the same document. However, the cursors may be positioned independently.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Nueva Vista de Documento&lt;/b&gt;&lt;p&gt;Abre una nueva vista del documento actual en una nueva división. Ambas vistas muestran el mismo documento. Sin embargo, los cursores pueden estar ubicados de manera independiente.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4389" />
-      <source>Split view</source>
-      <translation>Dividir vista</translation>
+      <source>New &amp;Document View</source>
+      <translation>Nueva Vista de &amp;Documento</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="4370" />
+      <source>Open a new view of the current document</source>
+      <translation>Abrir una nueva vista del documento actual</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="4375" />
+      <source>&lt;b&gt;New Document View&lt;/b&gt;&lt;p&gt;Opens a new view of the current document. Both views show the same document. However, the cursors may be positioned independently.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Nueva Vista de Documento&lt;/b&gt;&lt;p&gt;Abre una nueva vista del documento actual. Ambas vistas muestran el mismo documento. Sin embargo, los cursores pueden estar ubicados de manera independiente.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="4391" />
-      <source>&amp;Split view</source>
-      <translation>&amp;Dividir vista</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4398" />
-      <source>Add a split to the view</source>
-      <translation>Agregar una división a la vista</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4401" />
-      <source>&lt;b&gt;Split view&lt;/b&gt;&lt;p&gt;Add a split to the view.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Dividir vista&lt;/b&gt;&lt;p&gt;Añade una nueva división a la vista.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4410" />
-      <source>Arrange horizontally</source>
-      <translation>Organizar horizontalmente</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4411" />
-      <source>Arrange &amp;horizontally</source>
-      <translation>Or&amp;ganizar horizontalmente</translation>
+      <location filename="../ViewManager/ViewManager.py" line="4387" />
+      <source>New Document View (with new split)</source>
+      <translation>Nueva Vista de Documento (con nueva división)</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="4400" />
+      <source>Open a new view of the current document in a new split</source>
+      <translation>Abrir una nueva vista del documento actual en una nueva división</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="4405" />
+      <source>&lt;b&gt;New Document View&lt;/b&gt;&lt;p&gt;Opens a new view of the current document in a new split. Both views show the same document. However, the cursors may be positioned independently.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Nueva Vista de Documento&lt;/b&gt;&lt;p&gt;Abre una nueva vista del documento actual en una nueva división. Ambas vistas muestran el mismo documento. Sin embargo, los cursores pueden estar ubicados de manera independiente.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="4417" />
+      <source>Split view</source>
+      <translation>Dividir vista</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="4419" />
-      <source>Arrange the splitted views horizontally</source>
-      <translation>Organizar las vistas divididas horizontalmente</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4424" />
-      <source>&lt;b&gt;Arrange horizontally&lt;/b&gt;&lt;p&gt;Arrange the splitted views horizontally.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Organizar horizontalmente&lt;/b&gt;&lt;p&gt;Organiza las vistas divididas horizontalmente.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4435" />
-      <source>Remove split</source>
-      <translation>Quitar división</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4437" />
-      <source>&amp;Remove split</source>
-      <translation>&amp;Quitar división</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4444" />
-      <source>Remove the current split</source>
-      <translation>Eliminar división actual</translation>
+      <source>&amp;Split view</source>
+      <translation>&amp;Dividir vista</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="4426" />
+      <source>Add a split to the view</source>
+      <translation>Agregar una división a la vista</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="4429" />
+      <source>&lt;b&gt;Split view&lt;/b&gt;&lt;p&gt;Add a split to the view.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Dividir vista&lt;/b&gt;&lt;p&gt;Añade una nueva división a la vista.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="4438" />
+      <source>Arrange horizontally</source>
+      <translation>Organizar horizontalmente</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="4439" />
+      <source>Arrange &amp;horizontally</source>
+      <translation>Or&amp;ganizar horizontalmente</translation>
     </message>
     <message>
       <location filename="../ViewManager/ViewManager.py" line="4447" />
+      <source>Arrange the splitted views horizontally</source>
+      <translation>Organizar las vistas divididas horizontalmente</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="4452" />
+      <source>&lt;b&gt;Arrange horizontally&lt;/b&gt;&lt;p&gt;Arrange the splitted views horizontally.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Organizar horizontalmente&lt;/b&gt;&lt;p&gt;Organiza las vistas divididas horizontalmente.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="4463" />
+      <source>Remove split</source>
+      <translation>Quitar división</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="4465" />
+      <source>&amp;Remove split</source>
+      <translation>&amp;Quitar división</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="4472" />
+      <source>Remove the current split</source>
+      <translation>Eliminar división actual</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="4475" />
       <source>&lt;b&gt;Remove split&lt;/b&gt;&lt;p&gt;Remove the current split.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Eliminar división&lt;/b&gt;&lt;p&gt;Elimina la división actual.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4456" />
+      <location filename="../ViewManager/ViewManager.py" line="4484" />
       <source>Next split</source>
       <translation>Próxima división</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4457" />
+      <location filename="../ViewManager/ViewManager.py" line="4485" />
       <source>&amp;Next split</source>
       <translation>Pró&amp;xima división</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4459" />
+      <location filename="../ViewManager/ViewManager.py" line="4487" />
       <source>Ctrl+Alt+N</source>
       <comment>View|Next split</comment>
       <translation>Ctrl+Alt+N</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4468" />
+      <location filename="../ViewManager/ViewManager.py" line="4496" />
       <source>Move to the next split</source>
       <translation>Mover a la siguiente división</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4471" />
+      <location filename="../ViewManager/ViewManager.py" line="4499" />
       <source>&lt;b&gt;Next split&lt;/b&gt;&lt;p&gt;Move to the next split.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Siguiente división&lt;/b&gt;&lt;p&gt;Mover a la siguiente división.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4480" />
+      <location filename="../ViewManager/ViewManager.py" line="4508" />
       <source>Previous split</source>
       <translation>División anterior</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4481" />
+      <location filename="../ViewManager/ViewManager.py" line="4509" />
       <source>&amp;Previous split</source>
       <translation>Divi&amp;sión anterior</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4483" />
+      <location filename="../ViewManager/ViewManager.py" line="4511" />
       <source>Ctrl+Alt+P</source>
       <comment>View|Previous split</comment>
       <translation>Ctrl+Alt+P</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4492" />
+      <location filename="../ViewManager/ViewManager.py" line="4520" />
       <source>Move to the previous split</source>
       <translation>Mover a la división anterior</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4495" />
+      <location filename="../ViewManager/ViewManager.py" line="4523" />
       <source>&lt;b&gt;Previous split&lt;/b&gt;&lt;p&gt;Move to the previous split.&lt;/p&gt;</source>
       <translation>&lt;b&gt;División anterior&lt;/b&gt;&lt;p&gt;Mover a la división anterior.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4506" />
-      <location filename="../ViewManager/ViewManager.py" line="4504" />
+      <location filename="../ViewManager/ViewManager.py" line="4534" />
+      <location filename="../ViewManager/ViewManager.py" line="4532" />
       <source>Preview</source>
       <translation>Vista Previa</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4514" />
+      <location filename="../ViewManager/ViewManager.py" line="4542" />
       <source>Preview the current file in the web browser</source>
       <translation>Vista previa del archivo actual en el navegador web</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4519" />
+      <location filename="../ViewManager/ViewManager.py" line="4547" />
       <source>&lt;b&gt;Preview&lt;/b&gt;&lt;p&gt;This opens the web browser with a preview of the current file.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Vista Previa&lt;/b&gt;&lt;p&gt;Abre el navegador web con una vista previa del archivo actual.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4533" />
-      <location filename="../ViewManager/ViewManager.py" line="4531" />
+      <location filename="../ViewManager/ViewManager.py" line="4561" />
+      <location filename="../ViewManager/ViewManager.py" line="4559" />
       <source>Python AST Viewer</source>
       <translation>Visor AST de Python</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4541" />
+      <location filename="../ViewManager/ViewManager.py" line="4569" />
       <source>Show the AST for the current Python file</source>
       <translation>Mostrar el AST para el archivo de Python actual</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4546" />
+      <location filename="../ViewManager/ViewManager.py" line="4574" />
       <source>&lt;b&gt;Python AST Viewer&lt;/b&gt;&lt;p&gt;This opens the a tree view of the AST of the current Python source file.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Visor AST de Python&lt;/b&gt;&lt;p&gt;Abre una vista de árbol del AST del archivo actual de código fuente Python.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4560" />
-      <location filename="../ViewManager/ViewManager.py" line="4558" />
+      <location filename="../ViewManager/ViewManager.py" line="4588" />
+      <location filename="../ViewManager/ViewManager.py" line="4586" />
       <source>Python Disassembly Viewer</source>
       <translation>Visor de Desensamblado Python</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4568" />
+      <location filename="../ViewManager/ViewManager.py" line="4596" />
       <source>Show the Disassembly for the current Python file</source>
       <translation>Mostrar el desensamblado para el archivo Python actual</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4573" />
+      <location filename="../ViewManager/ViewManager.py" line="4601" />
       <source>&lt;b&gt;Python Disassembly Viewer&lt;/b&gt;&lt;p&gt;This opens the a tree view of the Disassembly of the current Python source file.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Visor Desensamblado Python&lt;/b&gt;&lt;p&gt;Abre una vista de árbol del desensamblado del archivo actual de código Python.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4609" />
+      <location filename="../ViewManager/ViewManager.py" line="4637" />
       <source>&amp;View</source>
       <translation>&amp;Ver</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4644" />
-      <location filename="../ViewManager/ViewManager.py" line="4642" />
+      <location filename="../ViewManager/ViewManager.py" line="4672" />
+      <location filename="../ViewManager/ViewManager.py" line="4670" />
       <source>View</source>
       <translation>Ver</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4683" />
-      <location filename="../ViewManager/ViewManager.py" line="4675" />
+      <location filename="../ViewManager/ViewManager.py" line="4711" />
+      <location filename="../ViewManager/ViewManager.py" line="4703" />
       <source>Start Macro Recording</source>
       <translation>Comenzar grabación de macro</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4676" />
-      <source>S&amp;tart Macro Recording</source>
-      <translation>Comenzar &amp;grabación de macro</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4686" />
-      <source>&lt;b&gt;Start Macro Recording&lt;/b&gt;&lt;p&gt;Start recording editor commands into a new macro.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Comenzar Grabación de Macro&lt;/b&gt;&lt;p&gt;Comenzar grabación de comandos de editor como una nueva macro.&lt;/p&gt;</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="4704" />
-      <location filename="../ViewManager/ViewManager.py" line="4696" />
+      <source>S&amp;tart Macro Recording</source>
+      <translation>Comenzar &amp;grabación de macro</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="4714" />
+      <source>&lt;b&gt;Start Macro Recording&lt;/b&gt;&lt;p&gt;Start recording editor commands into a new macro.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Comenzar Grabación de Macro&lt;/b&gt;&lt;p&gt;Comenzar grabación de comandos de editor como una nueva macro.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="4732" />
+      <location filename="../ViewManager/ViewManager.py" line="4724" />
       <source>Stop Macro Recording</source>
       <translation>Detener Grabación de Macro</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4697" />
-      <source>Sto&amp;p Macro Recording</source>
-      <translation>Detene&amp;r grabación de macro</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4707" />
-      <source>&lt;b&gt;Stop Macro Recording&lt;/b&gt;&lt;p&gt;Stop recording editor commands into a new macro.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Detener Grabación de Macro&lt;/b&gt;&lt;p&gt;Detener grabación de comandos de editor a una nueva macro.&lt;/p&gt;</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="4725" />
-      <location filename="../ViewManager/ViewManager.py" line="4717" />
+      <source>Sto&amp;p Macro Recording</source>
+      <translation>Detene&amp;r grabación de macro</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="4735" />
+      <source>&lt;b&gt;Stop Macro Recording&lt;/b&gt;&lt;p&gt;Stop recording editor commands into a new macro.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Detener Grabación de Macro&lt;/b&gt;&lt;p&gt;Detener grabación de comandos de editor a una nueva macro.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="4753" />
+      <location filename="../ViewManager/ViewManager.py" line="4745" />
       <source>Run Macro</source>
       <translation>Ejecutar macro</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4718" />
-      <source>&amp;Run Macro</source>
-      <translation>Ejecuta&amp;r macro</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4728" />
-      <source>&lt;b&gt;Run Macro&lt;/b&gt;&lt;p&gt;Run a previously recorded editor macro.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Ejecutar Macro&lt;/b&gt;&lt;p&gt;Ejecutar una macro de editor grabada anteriormente.&lt;/p&gt;</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="4746" />
-      <location filename="../ViewManager/ViewManager.py" line="4738" />
+      <source>&amp;Run Macro</source>
+      <translation>Ejecuta&amp;r macro</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="4756" />
+      <source>&lt;b&gt;Run Macro&lt;/b&gt;&lt;p&gt;Run a previously recorded editor macro.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Ejecutar Macro&lt;/b&gt;&lt;p&gt;Ejecutar una macro de editor grabada anteriormente.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="4774" />
+      <location filename="../ViewManager/ViewManager.py" line="4766" />
       <source>Delete Macro</source>
       <translation>Borrar macro</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4739" />
-      <source>&amp;Delete Macro</source>
-      <translation>&amp;Borrar macro</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4749" />
-      <source>&lt;b&gt;Delete Macro&lt;/b&gt;&lt;p&gt;Delete a previously recorded editor macro.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Eliminar Macro&lt;/b&gt;&lt;p&gt;Eliminar una macro de editor grabada anteriormente.&lt;/p&gt;</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="4767" />
-      <location filename="../ViewManager/ViewManager.py" line="4759" />
+      <source>&amp;Delete Macro</source>
+      <translation>&amp;Borrar macro</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="4777" />
+      <source>&lt;b&gt;Delete Macro&lt;/b&gt;&lt;p&gt;Delete a previously recorded editor macro.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Eliminar Macro&lt;/b&gt;&lt;p&gt;Eliminar una macro de editor grabada anteriormente.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="4795" />
+      <location filename="../ViewManager/ViewManager.py" line="4787" />
       <source>Load Macro</source>
       <translation>Cargar macro</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4760" />
+      <location filename="../ViewManager/ViewManager.py" line="4788" />
       <source>&amp;Load Macro</source>
       <translation>&amp;Cargar macro</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4770" />
+      <location filename="../ViewManager/ViewManager.py" line="4798" />
       <source>&lt;b&gt;Load Macro&lt;/b&gt;&lt;p&gt;Load an editor macro from a file.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Cargar Macro&lt;/b&gt;&lt;p&gt;Cargar desde archivo una macro de editor grabada anteriormente.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4787" />
-      <location filename="../ViewManager/ViewManager.py" line="4779" />
+      <location filename="../ViewManager/ViewManager.py" line="4815" />
+      <location filename="../ViewManager/ViewManager.py" line="4807" />
       <source>Save Macro</source>
       <translation>Guardar macro</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4780" />
-      <source>&amp;Save Macro</source>
-      <translation>&amp;Guardar macro</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4790" />
-      <source>&lt;b&gt;Save Macro&lt;/b&gt;&lt;p&gt;Save a previously recorded editor macro to a file.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Guardar Macro&lt;/b&gt;&lt;p&gt;Guarda en un archivo una macro de editor.&lt;/p&gt;</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="4808" />
+      <source>&amp;Save Macro</source>
+      <translation>&amp;Guardar macro</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="4818" />
+      <source>&lt;b&gt;Save Macro&lt;/b&gt;&lt;p&gt;Save a previously recorded editor macro to a file.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Guardar Macro&lt;/b&gt;&lt;p&gt;Guarda en un archivo una macro de editor.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="4836" />
       <source>&amp;Macros</source>
       <translation>&amp;Macros</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4839" />
-      <location filename="../ViewManager/ViewManager.py" line="4826" />
+      <location filename="../ViewManager/ViewManager.py" line="4867" />
+      <location filename="../ViewManager/ViewManager.py" line="4854" />
       <source>Toggle Bookmark</source>
       <translation>Alternar Marcador</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4828" />
+      <location filename="../ViewManager/ViewManager.py" line="4856" />
       <source>&amp;Toggle Bookmark</source>
       <translation>Al&amp;ternar marcador</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4830" />
+      <location filename="../ViewManager/ViewManager.py" line="4858" />
       <source>Alt+Ctrl+T</source>
       <comment>Bookmark|Toggle</comment>
       <translation>Alt+Ctrl+T</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4842" />
+      <location filename="../ViewManager/ViewManager.py" line="4870" />
       <source>&lt;b&gt;Toggle Bookmark&lt;/b&gt;&lt;p&gt;Toggle a bookmark at the current line of the current editor.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Alternar Marcador&lt;/b&gt;&lt;p&gt;Alterna un marcador en la línea actual del editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4866" />
-      <location filename="../ViewManager/ViewManager.py" line="4853" />
+      <location filename="../ViewManager/ViewManager.py" line="4894" />
+      <location filename="../ViewManager/ViewManager.py" line="4881" />
       <source>Next Bookmark</source>
       <translation>Siguiente marcador</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4855" />
+      <location filename="../ViewManager/ViewManager.py" line="4883" />
       <source>&amp;Next Bookmark</source>
       <translation>Siguie&amp;nte marcador</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4857" />
+      <location filename="../ViewManager/ViewManager.py" line="4885" />
       <source>Ctrl+PgDown</source>
       <comment>Bookmark|Next</comment>
       <translation>Ctrl+PgDown</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4869" />
+      <location filename="../ViewManager/ViewManager.py" line="4897" />
       <source>&lt;b&gt;Next Bookmark&lt;/b&gt;&lt;p&gt;Go to next bookmark of the current editor.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Siguiente Marcador&lt;/b&gt;&lt;p&gt;Avanzar al siguiente marcador del editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4892" />
-      <location filename="../ViewManager/ViewManager.py" line="4879" />
+      <location filename="../ViewManager/ViewManager.py" line="4920" />
+      <location filename="../ViewManager/ViewManager.py" line="4907" />
       <source>Previous Bookmark</source>
       <translation>Marcador anterior</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4881" />
+      <location filename="../ViewManager/ViewManager.py" line="4909" />
       <source>&amp;Previous Bookmark</source>
       <translation>Marcador an&amp;terior</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4883" />
+      <location filename="../ViewManager/ViewManager.py" line="4911" />
       <source>Ctrl+PgUp</source>
       <comment>Bookmark|Previous</comment>
       <translation>Ctrl+PgUp</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4895" />
+      <location filename="../ViewManager/ViewManager.py" line="4923" />
       <source>&lt;b&gt;Previous Bookmark&lt;/b&gt;&lt;p&gt;Go to previous bookmark of the current editor.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Anterior Marcador&lt;/b&gt;&lt;p&gt;Retroceder al anterior marcador del editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4917" />
-      <location filename="../ViewManager/ViewManager.py" line="4905" />
+      <location filename="../ViewManager/ViewManager.py" line="4945" />
+      <location filename="../ViewManager/ViewManager.py" line="4933" />
       <source>Clear Bookmarks</source>
       <translation>Borrar todos los marcadores</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4906" />
+      <location filename="../ViewManager/ViewManager.py" line="4934" />
       <source>&amp;Clear Bookmarks</source>
       <translation>Borrar todos los mar&amp;cadores</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4908" />
+      <location filename="../ViewManager/ViewManager.py" line="4936" />
       <source>Alt+Ctrl+C</source>
       <comment>Bookmark|Clear</comment>
       <translation>Alt+Ctrl+C</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4920" />
+      <location filename="../ViewManager/ViewManager.py" line="4948" />
       <source>&lt;b&gt;Clear Bookmarks&lt;/b&gt;&lt;p&gt;Clear bookmarks of all editors.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Borrar todos los marcadores&lt;/b&gt;&lt;p&gt;Borra todos los marcadores de todos los editores.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4939" />
-      <location filename="../ViewManager/ViewManager.py" line="4930" />
+      <location filename="../ViewManager/ViewManager.py" line="4967" />
+      <location filename="../ViewManager/ViewManager.py" line="4958" />
       <source>Goto Syntax Error</source>
       <translation>Ir al error de sintaxis</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4932" />
-      <source>&amp;Goto Syntax Error</source>
-      <translation>&amp;Ir al error de sintaxis</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4942" />
-      <source>&lt;b&gt;Goto Syntax Error&lt;/b&gt;&lt;p&gt;Go to next syntax error of the current editor.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Ir al Error de Sintaxis&lt;/b&gt;&lt;p&gt;Ir al siguiente error de sintaxis del editor actual.&lt;/p&gt;</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="4960" />
-      <location filename="../ViewManager/ViewManager.py" line="4952" />
+      <source>&amp;Goto Syntax Error</source>
+      <translation>&amp;Ir al error de sintaxis</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="4970" />
+      <source>&lt;b&gt;Goto Syntax Error&lt;/b&gt;&lt;p&gt;Go to next syntax error of the current editor.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Ir al Error de Sintaxis&lt;/b&gt;&lt;p&gt;Ir al siguiente error de sintaxis del editor actual.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="4988" />
+      <location filename="../ViewManager/ViewManager.py" line="4980" />
       <source>Clear Syntax Errors</source>
       <translation>Borrar Errores de Sintaxis</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4953" />
+      <location filename="../ViewManager/ViewManager.py" line="4981" />
       <source>Clear &amp;Syntax Errors</source>
       <translation>Borrar Errores de &amp;Sintaxis</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4963" />
+      <location filename="../ViewManager/ViewManager.py" line="4991" />
       <source>&lt;b&gt;Clear Syntax Errors&lt;/b&gt;&lt;p&gt;Clear syntax errors of all editors.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Borrar Errores de Sintaxis&lt;/b&gt;&lt;p&gt;Borra los errores de sintaxis de todos los editores.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4982" />
-      <location filename="../ViewManager/ViewManager.py" line="4973" />
+      <location filename="../ViewManager/ViewManager.py" line="5010" />
+      <location filename="../ViewManager/ViewManager.py" line="5001" />
       <source>Next warning message</source>
       <translation>Siguiente mensaje de advertencia</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4975" />
+      <location filename="../ViewManager/ViewManager.py" line="5003" />
       <source>&amp;Next warning message</source>
       <translation>Siguie&amp;nte mensaje de advertencia</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4985" />
+      <location filename="../ViewManager/ViewManager.py" line="5013" />
       <source>&lt;b&gt;Next warning message&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a pyflakes warning.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Siguiente mensaje de advertencia&lt;/b&gt;&lt;p&gt;Ir a la siguiente línea en el editor actual que contenga una advertencia de pyflakes.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5005" />
-      <location filename="../ViewManager/ViewManager.py" line="4996" />
+      <location filename="../ViewManager/ViewManager.py" line="5033" />
+      <location filename="../ViewManager/ViewManager.py" line="5024" />
       <source>Previous warning message</source>
       <translation>Mensaje de advertencia anterior</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4998" />
+      <location filename="../ViewManager/ViewManager.py" line="5026" />
       <source>&amp;Previous warning message</source>
       <translation>&amp;Mensaje de advertencia anterior</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5008" />
+      <location filename="../ViewManager/ViewManager.py" line="5036" />
       <source>&lt;b&gt;Previous warning message&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a pyflakes warning.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Anterior mensaje de advertencia&lt;/b&gt;&lt;p&gt;Ir a la anterior línea en el editor actual que contenga una advertencia de pyflakes.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5027" />
-      <location filename="../ViewManager/ViewManager.py" line="5019" />
+      <location filename="../ViewManager/ViewManager.py" line="5055" />
+      <location filename="../ViewManager/ViewManager.py" line="5047" />
       <source>Clear Warning Messages</source>
       <translation>Limpiar Mensajes de Advertencia</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5020" />
+      <location filename="../ViewManager/ViewManager.py" line="5048" />
       <source>Clear &amp;Warning Messages</source>
       <translation>&amp;Limpiar Mensajes de Advertencia</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5030" />
+      <location filename="../ViewManager/ViewManager.py" line="5058" />
       <source>&lt;b&gt;Clear Warning Messages&lt;/b&gt;&lt;p&gt;Clear pyflakes warning messages of all editors.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Limpiar Mensajes de Advertencia&lt;/b&gt;&lt;p&gt;Limpiar mensajes de advertencia de pyflakes en todos los editores.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5049" />
-      <location filename="../ViewManager/ViewManager.py" line="5040" />
+      <location filename="../ViewManager/ViewManager.py" line="5077" />
+      <location filename="../ViewManager/ViewManager.py" line="5068" />
       <source>Next uncovered line</source>
       <translation>Siguiente línea sin cobertura</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5042" />
+      <location filename="../ViewManager/ViewManager.py" line="5070" />
       <source>&amp;Next uncovered line</source>
       <translation>Siguie&amp;nte línea sin cobertura</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5052" />
+      <location filename="../ViewManager/ViewManager.py" line="5080" />
       <source>&lt;b&gt;Next uncovered line&lt;/b&gt;&lt;p&gt;Go to next line of the current editor marked as not covered.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Siguiente línea sin cobertura&lt;/b&gt;&lt;p&gt;Ir a la siguiente línea del editor actual marcada como sin cobertura.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5072" />
-      <location filename="../ViewManager/ViewManager.py" line="5063" />
+      <location filename="../ViewManager/ViewManager.py" line="5100" />
+      <location filename="../ViewManager/ViewManager.py" line="5091" />
       <source>Previous uncovered line</source>
       <translation>Anterior línea sin cobertura</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5065" />
+      <location filename="../ViewManager/ViewManager.py" line="5093" />
       <source>&amp;Previous uncovered line</source>
       <translation>Anteri&amp;or línea sin cobertura</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5075" />
+      <location filename="../ViewManager/ViewManager.py" line="5103" />
       <source>&lt;b&gt;Previous uncovered line&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor marked as not covered.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Anterior línea sin cobertura&lt;/b&gt;&lt;p&gt;Ir a la anterior línea del editor actual marcada como sin cobertura.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5095" />
-      <location filename="../ViewManager/ViewManager.py" line="5086" />
+      <location filename="../ViewManager/ViewManager.py" line="5123" />
+      <location filename="../ViewManager/ViewManager.py" line="5114" />
       <source>Next Task</source>
       <translation>Siguiente Tarea</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5088" />
+      <location filename="../ViewManager/ViewManager.py" line="5116" />
       <source>&amp;Next Task</source>
       <translation>Siguie&amp;nte Tarea</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5098" />
+      <location filename="../ViewManager/ViewManager.py" line="5126" />
       <source>&lt;b&gt;Next Task&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a task.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Siguiente Tarea&lt;/b&gt;&lt;p&gt;Ir a la siguiente línea en el editor actual que tiene una tarea.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5117" />
-      <location filename="../ViewManager/ViewManager.py" line="5108" />
+      <location filename="../ViewManager/ViewManager.py" line="5145" />
+      <location filename="../ViewManager/ViewManager.py" line="5136" />
       <source>Previous Task</source>
       <translation>Tarea anterior</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5110" />
+      <location filename="../ViewManager/ViewManager.py" line="5138" />
       <source>&amp;Previous Task</source>
       <translation>Tarea anteri&amp;or</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5120" />
+      <location filename="../ViewManager/ViewManager.py" line="5148" />
       <source>&lt;b&gt;Previous Task&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a task.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Tarea Anterior&lt;/b&gt;&lt;p&gt;Ir a la línea anterior en el editor actual que tiene una tarea.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5140" />
-      <location filename="../ViewManager/ViewManager.py" line="5131" />
+      <location filename="../ViewManager/ViewManager.py" line="5168" />
+      <location filename="../ViewManager/ViewManager.py" line="5159" />
       <source>Next Change</source>
       <translation>Siguiente Cambio</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5133" />
+      <location filename="../ViewManager/ViewManager.py" line="5161" />
       <source>&amp;Next Change</source>
       <translation>Siguie&amp;nte Cambio</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5143" />
+      <location filename="../ViewManager/ViewManager.py" line="5171" />
       <source>&lt;b&gt;Next Change&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a change marker.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Siguiente Cambio&lt;/b&gt;&lt;p&gt;Ir a la siguiente línea del editor actual que tiene un marcador de cambios.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5163" />
-      <location filename="../ViewManager/ViewManager.py" line="5154" />
+      <location filename="../ViewManager/ViewManager.py" line="5191" />
+      <location filename="../ViewManager/ViewManager.py" line="5182" />
       <source>Previous Change</source>
       <translation>Cambio Anterior</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5156" />
+      <location filename="../ViewManager/ViewManager.py" line="5184" />
       <source>&amp;Previous Change</source>
       <translation>Cambio &amp;Anterior</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5166" />
+      <location filename="../ViewManager/ViewManager.py" line="5194" />
       <source>&lt;b&gt;Previous Change&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a change marker.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Cambio Anterior&lt;/b&gt;&lt;p&gt;Ir a la anterior línea del editor actual que tiene un marcador de cambios.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5187" />
-      <location filename="../ViewManager/ViewManager.py" line="5185" />
+      <location filename="../ViewManager/ViewManager.py" line="5215" />
+      <location filename="../ViewManager/ViewManager.py" line="5213" />
       <source>&amp;Bookmarks</source>
       <translation>&amp;Marcadores</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5231" />
-      <location filename="../ViewManager/ViewManager.py" line="5229" />
+      <location filename="../ViewManager/ViewManager.py" line="5259" />
+      <location filename="../ViewManager/ViewManager.py" line="5257" />
       <source>Bookmarks</source>
       <translation>Marcadores</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5265" />
+      <location filename="../ViewManager/ViewManager.py" line="5293" />
       <source>Check spelling</source>
       <translation>Corrección ortográfica</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5267" />
+      <location filename="../ViewManager/ViewManager.py" line="5295" />
       <source>Check &amp;spelling...</source>
       <translation>Corrección &amp;ortográfica...</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5269" />
+      <location filename="../ViewManager/ViewManager.py" line="5297" />
       <source>Shift+F7</source>
       <comment>Spelling|Spell Check</comment>
       <translation>Shift+F7</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5278" />
+      <location filename="../ViewManager/ViewManager.py" line="5306" />
       <source>Perform spell check of current editor</source>
       <translation>Lleva a cabo la corrección ortográfica del editor actual</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5283" />
+      <location filename="../ViewManager/ViewManager.py" line="5311" />
       <source>&lt;b&gt;Check spelling&lt;/b&gt;&lt;p&gt;Perform a spell check of the current editor.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Corrección ortográfica&lt;/b&gt;&lt;p&gt;Lleva a cabo la corrección ortográfica del editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5293" />
+      <location filename="../ViewManager/ViewManager.py" line="5321" />
       <source>Automatic spell checking</source>
       <translation>Corrección ortográfica automática</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5295" />
+      <location filename="../ViewManager/ViewManager.py" line="5323" />
       <source>&amp;Automatic spell checking</source>
       <translation>Corrección ortográfica &amp;automática</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5303" />
+      <location filename="../ViewManager/ViewManager.py" line="5331" />
       <source>(De-)Activate automatic spell checking</source>
       <translation>(Des-)Activar la corrección ortográfica automática</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5308" />
+      <location filename="../ViewManager/ViewManager.py" line="5336" />
       <source>&lt;b&gt;Automatic spell checking&lt;/b&gt;&lt;p&gt;Activate or deactivate the automatic spell checking function of all editors.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Corrección ortografica automática&lt;/b&gt;&lt;p&gt;Activar o desactivar la corrección ortográfica automática en todos los editores.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5342" />
+      <location filename="../ViewManager/ViewManager.py" line="5370" />
       <source>Edit Dictionary</source>
       <translation>Editar Diccionario</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5345" />
+      <location filename="../ViewManager/ViewManager.py" line="5373" />
       <source>Project Word List</source>
       <translation>Lista de Palabras del Proyecto</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5349" />
+      <location filename="../ViewManager/ViewManager.py" line="5377" />
       <source>Project Exception List</source>
       <translation>Lista de Excepciones del Proyecto</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5354" />
+      <location filename="../ViewManager/ViewManager.py" line="5382" />
       <source>User Word List</source>
       <translation>Lista de Palabras del Usuario</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5358" />
+      <location filename="../ViewManager/ViewManager.py" line="5386" />
       <source>User Exception List</source>
       <translation>Lista de Excepciones del Usuario</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5379" />
-      <location filename="../ViewManager/ViewManager.py" line="5377" />
+      <location filename="../ViewManager/ViewManager.py" line="5407" />
+      <location filename="../ViewManager/ViewManager.py" line="5405" />
       <source>Spelling</source>
       <translation>Corrección ortográfica</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5405" />
+      <location filename="../ViewManager/ViewManager.py" line="5433" />
       <source>Open files</source>
       <translation>Abrir Archivos</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5454" />
+      <location filename="../ViewManager/ViewManager.py" line="5491" />
       <source>File Modified</source>
       <translation>Archivo Modificado</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5455" />
+      <location filename="../ViewManager/ViewManager.py" line="5492" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; tiene cambios sin guardar.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5921" />
+      <location filename="../ViewManager/ViewManager.py" line="5972" />
       <source>Line: {0:5}</source>
       <translation>Línea: {0:5}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5927" />
+      <location filename="../ViewManager/ViewManager.py" line="5978" />
       <source>Pos: {0:5}</source>
       <translation>Pos: {0:5}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5947" />
+      <location filename="../ViewManager/ViewManager.py" line="5998" />
       <source>Language: {0}</source>
       <translation>Lenguaje: {0}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5956" />
+      <location filename="../ViewManager/ViewManager.py" line="6007" />
       <source>EOL Mode: {0}</source>
       <translation>Modo de EOL: {0}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6451" />
-      <location filename="../ViewManager/ViewManager.py" line="6408" />
+      <location filename="../ViewManager/ViewManager.py" line="6503" />
+      <location filename="../ViewManager/ViewManager.py" line="6460" />
       <source>&amp;Clear</source>
       <translation>&amp;Limpiar</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6445" />
+      <location filename="../ViewManager/ViewManager.py" line="6497" />
       <source>&amp;Add</source>
       <translation>&amp;Agregar</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6448" />
+      <location filename="../ViewManager/ViewManager.py" line="6500" />
       <source>&amp;Edit...</source>
       <translation>&amp;Editar...</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7514" />
-      <location filename="../ViewManager/ViewManager.py" line="7500" />
-      <location filename="../ViewManager/ViewManager.py" line="7468" />
+      <location filename="../ViewManager/ViewManager.py" line="7570" />
+      <location filename="../ViewManager/ViewManager.py" line="7556" />
+      <location filename="../ViewManager/ViewManager.py" line="7524" />
       <source>Edit Spelling Dictionary</source>
       <translation>Editar Diccionario Ortográfico</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7471" />
+      <location filename="../ViewManager/ViewManager.py" line="7527" />
       <source>&lt;p&gt;The spelling dictionary file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo de diccionario ortográfico &lt;b&gt;{0}&lt;/b&gt; no se puede leer.&lt;/p&gt;&lt;p&gt;Razón: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7487" />
+      <location filename="../ViewManager/ViewManager.py" line="7543" />
       <source>Editing {0}</source>
       <translation>Editando {0}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7503" />
+      <location filename="../ViewManager/ViewManager.py" line="7559" />
       <source>&lt;p&gt;The spelling dictionary file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo de diccionario ortográfico &lt;b&gt;{0}&lt;/b&gt; no se puede escribir.&lt;/p&gt;&lt;p&gt;Razón: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7517" />
+      <location filename="../ViewManager/ViewManager.py" line="7573" />
       <source>The spelling dictionary was saved successfully.</source>
       <translation>El diccionario ortográfico se ha guardado con éxito.</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6629" />
+      <location filename="../ViewManager/ViewManager.py" line="6682" />
       <source>Clear Editor</source>
       <translation>Limpiar Editor</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6630" />
+      <location filename="../ViewManager/ViewManager.py" line="6683" />
       <source>Do you really want to delete all text of the current editor?</source>
       <translation>¿Desea realmente borrar todo el texto del editor actual?</translation>
     </message>
     <message>
+      <location filename="../ViewManager/ViewManager.py" line="8103" />
+      <location filename="../ViewManager/ViewManager.py" line="8086" />
+      <source>File System Watcher Error</source>
+      <translation>Error del Monitor del Sistema de Archivos</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="8087" />
+      <source>&lt;p&gt;The operating system resources for file system watches are exhausted. This limit should be increased. On a Linux system you should &lt;ul&gt;&lt;li&gt;sudo nano /etc/sysctl.conf&lt;/li&gt;&lt;li&gt;add to the bottom "fs.inotify.max_user_instances = 1024"&lt;/li&gt;&lt;li&gt;save and close the editor&lt;/li&gt;&lt;li&gt;sudo sysctl -p&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;Error Message: {0}&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Los recursos del sistema operativo para monitores del sistema de archivos se han agotado. Este límite se debería incrementar. En un sistema Linux se debería  &lt;ul&gt;&lt;li&gt;sudo nano /etc/sysctl.conf&lt;/li&gt;&lt;li&gt;añadir al final del archivo "fs.inotify.max_user_instances = 1024"&lt;/li&gt;&lt;li&gt;guardar y cerrar el editor&lt;/li&gt;&lt;li&gt;sudo sysctl -p&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;Mensaje de Error: {0}&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="8104" />
+      <source>The file system watcher reported an error with code &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Error Message: {1}&lt;/p&gt;</source>
+      <translation>El monitor del sistema de archivos ha reportado un error con código &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Mensaje de Error: {1}&lt;/p&gt;</translation>
+    </message>
+    <message>
       <location filename="../QScintilla/ShellWindow.py" line="937" />
       <source>&lt;b&gt;Search&lt;/b&gt;&lt;p&gt;Search for some text in the shell window. A dialog is shown to enter the search text and options for the search.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Buscar&lt;/b&gt;&lt;p&gt;Buscar texto en la ventana de shell. Se muestra un diálogo para introducir el texto y opciones para la búsqueda.&lt;/p&gt;</translation>
@@ -102982,32 +103588,32 @@
   <context>
     <name>mercurial</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1338" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1349" />
       <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Parent #{0}&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;td&gt;&lt;b&gt;Changeset&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;</source>
       <translation>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Padre #{0}&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;td&gt;&lt;b&gt;Changeset&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1902" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1346" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1913" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1357" />
       <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Tags&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
       <translation>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Etiquetas&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1908" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1352" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1919" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1363" />
       <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Bookmarks&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
       <translation>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Marcadores&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1915" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1359" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1926" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1370" />
       <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Branches&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
       <translation>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Branches&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1365" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1376" />
       <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Last author&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;Committed date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;td&gt;&lt;b&gt;Committed time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;</source>
@@ -103016,7 +103622,7 @@
 &lt;tr&gt;&lt;td&gt;&lt;b&gt;Hora de commit&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1384" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1395" />
       <source>&lt;h3&gt;Repository information&lt;/h3&gt;
 &lt;p&gt;&lt;table&gt;
 &lt;tr&gt;&lt;td&gt;&lt;b&gt;Mercurial V.&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;
@@ -103033,38 +103639,38 @@
 </translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1876" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1887" />
       <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Head #{0}&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
 </source>
       <translation>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Head #{0}&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
 </translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1883" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1894" />
       <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Parent #{0}&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
 </source>
       <translation>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Parent #{0}&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
 </translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1890" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1901" />
       <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Tip&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
 </source>
       <translation>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Pista&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
 </translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1895" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1906" />
       <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Changeset&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
       <translation>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Changeset&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1922" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1933" />
       <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Parents&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
       <translation>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Padres&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1928" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1939" />
       <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Last author&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;Committed date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;td&gt;&lt;b&gt;Committed time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;

eric ide

mercurial