src/eric7/i18n/eric7_ru.ts

branch
eric7
changeset 10381
12a81f47b6aa
parent 10369
170795bb532d
child 10400
829f76e34072
diff -r 7c14ccd2a0e1 -r 12a81f47b6aa src/eric7/i18n/eric7_ru.ts
--- a/src/eric7/i18n/eric7_ru.ts	Tue Dec 05 14:31:45 2023 +0100
+++ b/src/eric7/i18n/eric7_ru.ts	Tue Dec 05 14:32:11 2023 +0100
@@ -3221,242 +3221,242 @@
   <context>
     <name>Browser</name>
     <message>
-      <location filename="../UI/Browser.py" line="117" />
+      <location filename="../UI/Browser.py" line="118" />
       <source>File-Browser</source>
       <translation>Браузер файлов</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="136" />
+      <location filename="../UI/Browser.py" line="137" />
       <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;Окно браузера&lt;/b&gt;&lt;p&gt;Помогает легко перемещаться по иерархии директорий и файлов вашей системы, находить программы на Python и открывать их в окне исходных текстов. Окно показывает несколько разных деревьев&lt;/p&gt;
 &lt;p&gt;Первое дерево показывается только тогда, когда вы отлаживаете программу и root-директория дерева является директорией, содержащей программу. Обычно все файлы, составляющие приложение на Python, находятся в одной директории, так что это дерево даёт почти всю необходимую информацию.&lt;/p&gt;&lt;p&gt;Следующее дерево используется для лёгкого перемещения по директориям, перечисленным в переменной Python &lt;tt&gt;sys.path&lt;/tt&gt;&lt;p&gt;Оставшиеся деревья позволяют перемещаться по системе в целом. В системах UNIX будут показаны 2 дерева: дерево с вершиной в root-директории (&lt;tt&gt;/&lt;/tt&gt;) и домашней директории пользователя. В Windows для каждого диска будет показано своё дерево.&lt;/p&gt;&lt;p&gt;Программы на Python (с расширением &lt;tt&gt;.py&lt;/tt&gt;) показываются с иконкой Python. Доступно контекстное меню, позволяющее открыть программу в редакторе, запустить её на отладку или протестировать с помощью unittest.&lt;/p&gt;&lt;p&gt;Контекстное меню на классе, функции или методе откроет файл и перейдёт на нужное место&lt;/p&gt;&lt;p&gt;Файлы описания интерфейса ( &lt;tt&gt;.ui&lt;/tt&gt;, отмеченные иконкой Designer) могут быть открыты Designer'ом через контекстное меню или по двойному щелчку&lt;/p&gt;&lt;p&gt;Файлы перевода (&lt;tt&gt;.ts&lt;/tt&gt;, отмеченные иконкой Linguist) могут быть отредактированы с помощью Linguist'а&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="239" />
+      <location filename="../UI/Browser.py" line="237" />
       <source>Show Hidden Files</source>
       <translation>Показывать скрытые файлы</translation>
     </message>
     <message>
+      <location filename="../UI/Browser.py" line="243" />
+      <source>New</source>
+      <translation>Новый</translation>
+    </message>
+    <message>
       <location filename="../UI/Browser.py" line="245" />
-      <source>New</source>
-      <translation>Новый</translation>
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="247" />
       <source>Directory</source>
       <translation>Директория</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="250" />
+      <location filename="../UI/Browser.py" line="248" />
       <source>File</source>
       <translation>Файл</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="324" />
-      <location filename="../UI/Browser.py" line="286" />
-      <location filename="../UI/Browser.py" line="256" />
+      <location filename="../UI/Browser.py" line="322" />
+      <location filename="../UI/Browser.py" line="284" />
+      <location filename="../UI/Browser.py" line="254" />
       <source>Open</source>
       <translation>Открыть</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="259" />
+      <location filename="../UI/Browser.py" line="257" />
       <source>Run Test...</source>
       <translation>Запустить тест...</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="623" />
-      <location filename="../UI/Browser.py" line="615" />
-      <location filename="../UI/Browser.py" line="605" />
-      <location filename="../UI/Browser.py" line="596" />
-      <location filename="../UI/Browser.py" line="306" />
-      <location filename="../UI/Browser.py" line="263" />
+      <location filename="../UI/Browser.py" line="621" />
+      <location filename="../UI/Browser.py" line="613" />
+      <location filename="../UI/Browser.py" line="603" />
+      <location filename="../UI/Browser.py" line="594" />
+      <location filename="../UI/Browser.py" line="304" />
+      <location filename="../UI/Browser.py" line="261" />
       <source>Show Mime-Type</source>
       <translation>Показать mime-тип</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="267" />
+      <location filename="../UI/Browser.py" line="265" />
       <source>Refresh Source File</source>
       <translation>Освежить исходный файл</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="362" />
-      <location filename="../UI/Browser.py" line="310" />
-      <location filename="../UI/Browser.py" line="272" />
+      <location filename="../UI/Browser.py" line="360" />
+      <location filename="../UI/Browser.py" line="308" />
+      <location filename="../UI/Browser.py" line="270" />
       <source>Copy Path to Clipboard</source>
       <translation>Копировать путь в буфер обмена</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="370" />
-      <location filename="../UI/Browser.py" line="330" />
-      <location filename="../UI/Browser.py" line="318" />
-      <location filename="../UI/Browser.py" line="280" />
+      <location filename="../UI/Browser.py" line="368" />
+      <location filename="../UI/Browser.py" line="328" />
+      <location filename="../UI/Browser.py" line="316" />
+      <location filename="../UI/Browser.py" line="278" />
       <source>Delete</source>
       <translation>Удалить</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="289" />
+      <location filename="../UI/Browser.py" line="287" />
       <source>Open in Hex Editor</source>
       <translation>Открыть в Hex-редакторе</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="293" />
+      <location filename="../UI/Browser.py" line="291" />
       <source>Open in Icon Editor</source>
       <translation>Открыть в редакторе иконок</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="297" />
+      <location filename="../UI/Browser.py" line="295" />
       <source>Open in Editor</source>
       <translation>Открыть в редакторе</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="301" />
+      <location filename="../UI/Browser.py" line="299" />
       <source>Open in PDF Viewer</source>
       <translation>Открыть в просмотрщике PDF</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="389" />
-      <location filename="../UI/Browser.py" line="380" />
-      <location filename="../UI/Browser.py" line="336" />
+      <location filename="../UI/Browser.py" line="387" />
+      <location filename="../UI/Browser.py" line="378" />
+      <location filename="../UI/Browser.py" line="334" />
       <source>New toplevel directory...</source>
       <translation>Новая директория верхнего уровня...</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="340" />
+      <location filename="../UI/Browser.py" line="338" />
       <source>Add as toplevel directory</source>
       <translation>Добавить как директорию верхнего уровня</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="344" />
+      <location filename="../UI/Browser.py" line="342" />
       <source>Remove from toplevel</source>
       <translation>Удалить из верхнего уровня</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="349" />
+      <location filename="../UI/Browser.py" line="347" />
       <source>Refresh directory</source>
       <translation>Освежить директорию</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="354" />
+      <location filename="../UI/Browser.py" line="352" />
       <source>Find in this directory</source>
       <translation>Найти в этой директории</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="358" />
+      <location filename="../UI/Browser.py" line="356" />
       <source>Find &amp;&amp; Replace in this directory</source>
       <translation>Найти &amp;&amp; Заменить в этой директории</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="374" />
+      <location filename="../UI/Browser.py" line="372" />
       <source>Goto</source>
       <translation>Перейти</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="492" />
+      <location filename="../UI/Browser.py" line="490" />
       <source>Line {0}</source>
       <translation>Строка: {0}</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="597" />
+      <location filename="../UI/Browser.py" line="595" />
       <source>The mime type of the file could not be determined.</source>
       <translation>Невозможно определить mime-тип файла.</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="616" />
-      <location filename="../UI/Browser.py" line="606" />
+      <location filename="../UI/Browser.py" line="614" />
+      <location filename="../UI/Browser.py" line="604" />
       <source>The file has the mime type &lt;b&gt;{0}&lt;/b&gt;.</source>
       <translation>Файл имеет mime-тип &lt;b&gt;{0}&lt;/b&gt;.</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="624" />
+      <location filename="../UI/Browser.py" line="622" />
       <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>Файл имеет mime-тип &lt;b&gt;{0}&lt;/b&gt;.&lt;br/&gt; Добавить ли в текстовый список типов mime?</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="732" />
+      <location filename="../UI/Browser.py" line="730" />
       <source>New toplevel directory</source>
       <translation>Новая директория верхнего уровня</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="968" />
-      <location filename="../UI/Browser.py" line="956" />
-      <location filename="../UI/Browser.py" line="947" />
+      <location filename="../UI/Browser.py" line="966" />
+      <location filename="../UI/Browser.py" line="954" />
+      <location filename="../UI/Browser.py" line="945" />
       <source>New Directory</source>
       <translation>Новая директория</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="948" />
+      <location filename="../UI/Browser.py" line="946" />
       <source>Name for new directory:</source>
       <translation>Имя новой директории:</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="995" />
-      <location filename="../UI/Browser.py" line="957" />
+      <location filename="../UI/Browser.py" line="993" />
+      <location filename="../UI/Browser.py" line="955" />
       <source>A file or directory named &lt;b&gt;{0}&lt;/b&gt; exists already. Aborting...</source>
       <translation>Файл или директория с именем &lt;b&gt;{0}&lt;/b&gt; уже существует. Отмена...</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="969" />
+      <location filename="../UI/Browser.py" line="967" />
       <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;Не удается создать директорию {0}.&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="1007" />
-      <location filename="../UI/Browser.py" line="994" />
-      <location filename="../UI/Browser.py" line="985" />
+      <location filename="../UI/Browser.py" line="1005" />
+      <location filename="../UI/Browser.py" line="992" />
+      <location filename="../UI/Browser.py" line="983" />
       <source>New File</source>
       <translation>Новый файл</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="986" />
+      <location filename="../UI/Browser.py" line="984" />
       <source>Name for new file:</source>
       <translation>Имя нового файла:</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="1008" />
+      <location filename="../UI/Browser.py" line="1006" />
       <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;Не удалось создать файл &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="1104" />
-      <location filename="../UI/Browser.py" line="1046" />
-      <location filename="../UI/Browser.py" line="1036" />
+      <location filename="../UI/Browser.py" line="1102" />
+      <location filename="../UI/Browser.py" line="1044" />
+      <location filename="../UI/Browser.py" line="1034" />
       <source>Delete File</source>
       <translation>Удалить файл</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="1037" />
+      <location filename="../UI/Browser.py" line="1035" />
       <source>Do you really want to delete this file?</source>
       <translation>Вы действительно хотите удалить этот файл?</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="1105" />
-      <location filename="../UI/Browser.py" line="1047" />
+      <location filename="../UI/Browser.py" line="1103" />
+      <location filename="../UI/Browser.py" line="1045" />
       <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Невозможно удалить выбранный файл &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="1072" />
-      <location filename="../UI/Browser.py" line="1062" />
+      <location filename="../UI/Browser.py" line="1070" />
+      <location filename="../UI/Browser.py" line="1060" />
       <source>Delete Directory</source>
       <translation>Удалить директорию</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="1063" />
+      <location filename="../UI/Browser.py" line="1061" />
       <source>Do you really want to delete this directory?</source>
       <translation>Вы действительно хотите удалить эту директорию?</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="1073" />
+      <location filename="../UI/Browser.py" line="1071" />
       <source>&lt;p&gt;The selected directory &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Невозможно удалить выбранную директорию &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="1093" />
+      <location filename="../UI/Browser.py" line="1091" />
       <source>Delete Files</source>
       <translation>Удалить файлы</translation>
     </message>
     <message>
-      <location filename="../UI/Browser.py" line="1094" />
+      <location filename="../UI/Browser.py" line="1092" />
       <source>Do you really want to delete these files?</source>
       <translation>Вы действительно хотите удалить эти файлы?</translation>
     </message>
@@ -12412,7 +12412,7 @@
   <context>
     <name>Editor</name>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3407" />
+      <location filename="../QScintilla/Editor.py" line="3414" />
       <location filename="../QScintilla/Editor.py" line="441" />
       <location filename="../QScintilla/Editor.py" line="426" />
       <source>Open File</source>
@@ -12434,968 +12434,968 @@
       <translation>&lt;b&gt;Окно редактора&lt;/b&gt;&lt;p&gt;Это окно используется для просмотра и редактирования исходных текстов приложений. Вы можете открыть несколько окон одновременно. Имя редактируемого файла отображается в заголовке окна.&lt;/p&gt;&lt;p&gt;Чтобы установить точку останова - кликните в пространство между номером строки и панелью свёртки на нужной строке. Появившийся маркер точки останова можно настроить через контекстное меню.&lt;/p&gt;&lt;p&gt;Чтобы установить закладку кликните в пространство между номером строки и панелью свёртки на нужной строке при нажатой клавише Shift.&lt;/p&gt;&lt;p&gt;Эти действия можно отменить через контекстное меню.&lt;/p&gt;&lt;p&gt;Если при нажатой клавише Ctrl кликнуть на маркер синтаксической ошибки, то будет показана дополнительная информация об ошибке.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="899" />
+      <location filename="../QScintilla/Editor.py" line="902" />
       <source>Undo</source>
       <translation>Отменить</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="902" />
-      <source>Redo</source>
-      <translation>Повторить</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="905" />
+      <source>Redo</source>
+      <translation>Повторить</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="908" />
       <source>Revert to last saved state</source>
       <translation>Вернуть к последнему записанному состоянию</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="909" />
-      <source>Cut</source>
-      <translation>Вырезать</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="912" />
-      <source>Copy</source>
-      <translation>Копировать</translation>
+      <source>Cut</source>
+      <translation>Вырезать</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="915" />
+      <source>Copy</source>
+      <translation>Копировать</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="918" />
       <source>Paste</source>
       <translation>Вставить</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="921" />
+      <location filename="../QScintilla/Editor.py" line="924" />
       <source>Indent</source>
       <translation>Увеличить отступ</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="926" />
+      <location filename="../QScintilla/Editor.py" line="929" />
       <source>Unindent</source>
       <translation>Уменьшить отступ</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="931" />
+      <location filename="../QScintilla/Editor.py" line="934" />
       <source>Comment</source>
       <translation>Закомментировать</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="936" />
+      <location filename="../QScintilla/Editor.py" line="939" />
       <source>Uncomment</source>
       <translation>Раскомментировать</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="9425" />
-      <location filename="../QScintilla/Editor.py" line="941" />
+      <location filename="../QScintilla/Editor.py" line="9655" />
+      <location filename="../QScintilla/Editor.py" line="944" />
       <source>Generate Docstring</source>
       <translation>Генерировать строки документации</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="944" />
+      <location filename="../QScintilla/Editor.py" line="947" />
       <source>Select to brace</source>
       <translation>Выбрать до скобки</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="945" />
-      <source>Select all</source>
-      <translation>Выделить всё</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="946" />
-      <source>Deselect all</source>
-      <translation>Снять выделение</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="948" />
+      <source>Select all</source>
+      <translation>Выделить всё</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="949" />
+      <source>Deselect all</source>
+      <translation>Снять выделение</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="951" />
       <source>Execute Selection In Console</source>
       <translation>Выполнить выбор в консоли</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="960" />
+      <location filename="../QScintilla/Editor.py" line="963" />
       <source>Use Monospaced Font</source>
       <translation>Использовать моноширинный шрифт</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="965" />
+      <location filename="../QScintilla/Editor.py" line="968" />
       <source>Autosave enabled</source>
       <translation>Автосохранение разрешено</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="970" />
+      <location filename="../QScintilla/Editor.py" line="973" />
       <source>Typing aids enabled</source>
       <translation>Разрешить помощь при наборе</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="978" />
+      <location filename="../QScintilla/Editor.py" line="981" />
       <source>Automatic Completion enabled</source>
       <translation>Автоматическое дополнение</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="987" />
-      <source>Calltip</source>
-      <translation>Подсказка</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="990" />
+      <source>Calltip</source>
+      <translation>Подсказка</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="993" />
       <source>Code Info</source>
       <translation>Инфо для кода</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1005" />
+      <location filename="../QScintilla/Editor.py" line="1008" />
       <source>New Document View</source>
       <translation>Новое окно для документа</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1010" />
+      <location filename="../QScintilla/Editor.py" line="1013" />
       <source>New Document View (with new split)</source>
       <translation>Новое окно для документа (в новом разделе)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1018" />
+      <location filename="../QScintilla/Editor.py" line="1021" />
       <source>Save</source>
       <translation>Сохранить</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1022" />
+      <location filename="../QScintilla/Editor.py" line="1025" />
       <source>Save As...</source>
       <translation>Сохранить как...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1027" />
+      <location filename="../QScintilla/Editor.py" line="1030" />
       <source>Save Copy...</source>
       <translation>Сохранить копию...</translation>
     </message>
     <message>
+      <location filename="../QScintilla/Editor.py" line="1052" />
       <location filename="../QScintilla/Editor.py" line="1049" />
-      <location filename="../QScintilla/Editor.py" line="1046" />
       <source>Complete</source>
       <translation>Дополнить</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1053" />
-      <source>Clear Completions Cache</source>
-      <translation>Очистить кэш дополнений</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1056" />
+      <source>Clear Completions Cache</source>
+      <translation>Очистить кэш дополнений</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1059" />
       <source>Complete from Document</source>
       <translation>Дополнение из документа</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1058" />
-      <source>Complete from APIs</source>
-      <translation>Дополнение из API</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1061" />
+      <source>Complete from APIs</source>
+      <translation>Дополнение из API</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1064" />
       <source>Complete from Document and APIs</source>
       <translation>Дополнение из документа и API</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1075" />
+      <location filename="../QScintilla/Editor.py" line="1078" />
       <source>Check</source>
       <translation>Проверить</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1086" />
+      <location filename="../QScintilla/Editor.py" line="1089" />
       <source>Code Formatting</source>
       <translation>Форматировать код</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1092" />
+      <location filename="../QScintilla/Editor.py" line="1095" />
       <source>Black</source>
       <translation>Black</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1097" />
+      <location filename="../QScintilla/Editor.py" line="1100" />
       <source>Format Code</source>
       <translation>Форматировать код</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1101" />
+      <location filename="../QScintilla/Editor.py" line="1104" />
       <source>Check Formatting</source>
       <translation>Проверить форматирование</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1105" />
+      <location filename="../QScintilla/Editor.py" line="1108" />
       <source>Formatting Diff</source>
       <translation>Различия форматирования</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1114" />
+      <location filename="../QScintilla/Editor.py" line="1117" />
       <source>isort</source>
       <translation>isort</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1119" />
+      <location filename="../QScintilla/Editor.py" line="1122" />
       <source>Sort Imports</source>
       <translation>Сортировать импорт</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1123" />
+      <location filename="../QScintilla/Editor.py" line="1126" />
       <source>Imports Sorting Diff</source>
       <translation>Различия сортировки импорта</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1139" />
+      <location filename="../QScintilla/Editor.py" line="1142" />
       <source>Tools</source>
       <translation>Инструменты</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1150" />
+      <location filename="../QScintilla/Editor.py" line="1153" />
       <source>Show</source>
       <translation>Показать</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1152" />
+      <location filename="../QScintilla/Editor.py" line="1155" />
       <source>Code metrics...</source>
       <translation>Метрики кода...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1154" />
-      <source>Code coverage...</source>
-      <translation>Покрытие кода...</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1157" />
-      <source>Show code coverage annotations</source>
-      <translation>Показать аннотации по покрытию кода</translation>
+      <source>Code coverage...</source>
+      <translation>Покрытие кода...</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1160" />
+      <source>Show code coverage annotations</source>
+      <translation>Показать аннотации по покрытию кода</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1163" />
       <source>Hide code coverage annotations</source>
       <translation>Не показывать аннотации по покрытию кода</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1164" />
+      <location filename="../QScintilla/Editor.py" line="1167" />
       <source>Profile data...</source>
       <translation>Данные профайлера...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1178" />
-      <source>Diagrams</source>
-      <translation>Диаграммы</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1180" />
-      <source>Class Diagram...</source>
-      <translation>Диаграмма классов...</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1181" />
-      <source>Package Diagram...</source>
-      <translation>Диаграмма пакетов...</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1182" />
-      <source>Imports Diagram...</source>
-      <translation>Диаграмма импортирования...</translation>
+      <source>Diagrams</source>
+      <translation>Диаграммы</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1183" />
+      <source>Class Diagram...</source>
+      <translation>Диаграмма классов...</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1184" />
+      <source>Package Diagram...</source>
+      <translation>Диаграмма пакетов...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1185" />
+      <source>Imports Diagram...</source>
+      <translation>Диаграмма импортирования...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1187" />
       <source>Application Diagram...</source>
       <translation>Диаграмма приложения...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1189" />
+      <location filename="../QScintilla/Editor.py" line="1192" />
       <source>Load Diagram...</source>
       <translation>Загрузить диаграмму...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1204" />
+      <location filename="../QScintilla/Editor.py" line="1207" />
       <source>Languages</source>
       <translation>Языки</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1208" />
+      <location filename="../QScintilla/Editor.py" line="1211" />
       <source>Text</source>
       <translation>Текст</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1231" />
+      <location filename="../QScintilla/Editor.py" line="1233" />
       <source>Guessed</source>
       <translation>Предполагаемый язык</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1561" />
-      <location filename="../QScintilla/Editor.py" line="1235" />
+      <location filename="../QScintilla/Editor.py" line="1563" />
+      <location filename="../QScintilla/Editor.py" line="1237" />
       <source>Alternatives</source>
       <translation>Альтернативная подсветка</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1252" />
+      <location filename="../QScintilla/Editor.py" line="1254" />
       <source>Encodings</source>
       <translation>Кодировки</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1275" />
+      <location filename="../QScintilla/Editor.py" line="1277" />
       <source>Re-Open With Encoding</source>
       <translation>Открыть заново с кодировкой</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1295" />
+      <location filename="../QScintilla/Editor.py" line="1297" />
       <source>End-of-Line Type</source>
       <translation>Тип конца строки</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1299" />
+      <location filename="../QScintilla/Editor.py" line="1301" />
       <source>Unix</source>
       <translation>Unix</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1305" />
+      <location filename="../QScintilla/Editor.py" line="1307" />
       <source>Windows</source>
       <translation>Windows</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1311" />
+      <location filename="../QScintilla/Editor.py" line="1313" />
       <source>Macintosh</source>
       <translation>Macintosh</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1329" />
+      <location filename="../QScintilla/Editor.py" line="1331" />
       <source>Spelling</source>
       <translation>Проверка орфографии</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8528" />
-      <location filename="../QScintilla/Editor.py" line="1337" />
+      <location filename="../QScintilla/Editor.py" line="8758" />
+      <location filename="../QScintilla/Editor.py" line="1339" />
       <source>Check spelling...</source>
       <translation>Проверка орфографии...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1342" />
+      <location filename="../QScintilla/Editor.py" line="1344" />
       <source>Check spelling of selection...</source>
       <translation>Проверка орфографии выделенного участка...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1346" />
+      <location filename="../QScintilla/Editor.py" line="1348" />
       <source>Remove from dictionary</source>
       <translation>Удалить из словаря</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1363" />
+      <location filename="../QScintilla/Editor.py" line="1365" />
       <source>Spell Check Languages</source>
       <translation>Языки проверки правописания</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1367" />
+      <location filename="../QScintilla/Editor.py" line="1369" />
       <source>No Language</source>
       <translation>Нет языка</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1394" />
-      <source>Toggle bookmark</source>
-      <translation>Создать/Удалить закладку</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1396" />
+      <source>Toggle bookmark</source>
+      <translation>Создать/Удалить закладку</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1398" />
       <source>Next bookmark</source>
       <translation>Следующая закладка</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1399" />
+      <location filename="../QScintilla/Editor.py" line="1401" />
       <source>Previous bookmark</source>
       <translation>Предыдущая закладка</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1402" />
+      <location filename="../QScintilla/Editor.py" line="1404" />
       <source>Clear all bookmarks</source>
       <translation>Очистить все закладки</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1413" />
+      <location filename="../QScintilla/Editor.py" line="1415" />
       <source>Toggle breakpoint</source>
       <translation>Поставить/убрать точку останова</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1416" />
+      <location filename="../QScintilla/Editor.py" line="1418" />
       <source>Toggle temporary breakpoint</source>
       <translation>Поставить/убрать временную точку останова</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1419" />
+      <location filename="../QScintilla/Editor.py" line="1421" />
       <source>Edit breakpoint...</source>
       <translation>Редактировать точку останова...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6077" />
-      <location filename="../QScintilla/Editor.py" line="1422" />
+      <location filename="../QScintilla/Editor.py" line="6295" />
+      <location filename="../QScintilla/Editor.py" line="1424" />
       <source>Enable breakpoint</source>
       <translation>Установить точку останова</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1425" />
+      <location filename="../QScintilla/Editor.py" line="1427" />
       <source>Next breakpoint</source>
       <translation>Следующая точка останова</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1428" />
+      <location filename="../QScintilla/Editor.py" line="1430" />
       <source>Previous breakpoint</source>
       <translation>Предыдущая точка останова</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1431" />
+      <location filename="../QScintilla/Editor.py" line="1433" />
       <source>Clear all breakpoints</source>
       <translation>Убрать все точки останова</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1442" />
+      <location filename="../QScintilla/Editor.py" line="1444" />
       <source>Toggle all folds</source>
       <translation>Свернуть/Развернуть все свертки</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1447" />
+      <location filename="../QScintilla/Editor.py" line="1449" />
       <source>Toggle all folds (including children)</source>
       <translation>Свернуть/Развернуть все свёртки (включая дочерние)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1450" />
+      <location filename="../QScintilla/Editor.py" line="1452" />
       <source>Toggle current fold</source>
       <translation>Свернуть/Развернуть текущую свертку</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1454" />
+      <location filename="../QScintilla/Editor.py" line="1456" />
       <source>Expand (including children)</source>
       <translation>Развернуть (включая дочерние)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1458" />
+      <location filename="../QScintilla/Editor.py" line="1460" />
       <source>Collapse (including children)</source>
       <translation>Свернуть (включая дочерние)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1463" />
+      <location filename="../QScintilla/Editor.py" line="1465" />
       <source>Clear all folds</source>
       <translation>Очистить все свертки</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1474" />
+      <location filename="../QScintilla/Editor.py" line="1476" />
       <source>Goto syntax error</source>
       <translation>Перейти к синтаксической ошибке</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1477" />
+      <location filename="../QScintilla/Editor.py" line="1479" />
       <source>Show syntax error message</source>
       <translation>Показать сообщение о синтаксической ошибке</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1480" />
+      <location filename="../QScintilla/Editor.py" line="1482" />
       <source>Clear syntax error</source>
       <translation>Очистить синтаксическую ошибку</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1484" />
+      <location filename="../QScintilla/Editor.py" line="1486" />
       <source>Next warning</source>
       <translation>Следующее предупреждение</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1487" />
+      <location filename="../QScintilla/Editor.py" line="1489" />
       <source>Previous warning</source>
       <translation>Предыдущее предупреждение</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1490" />
+      <location filename="../QScintilla/Editor.py" line="1492" />
       <source>Show warning message</source>
       <translation>Показать предупреждение</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1493" />
+      <location filename="../QScintilla/Editor.py" line="1495" />
       <source>Clear warnings</source>
       <translation>Очистить предупреждения</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1497" />
+      <location filename="../QScintilla/Editor.py" line="1499" />
       <source>Next uncovered line</source>
       <translation>Следующая неохваченная строка</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1500" />
+      <location filename="../QScintilla/Editor.py" line="1502" />
       <source>Previous uncovered line</source>
       <translation>Предыдущая неохваченная строка</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1504" />
+      <location filename="../QScintilla/Editor.py" line="1506" />
       <source>Next task</source>
       <translation>Следующая задача</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1507" />
+      <location filename="../QScintilla/Editor.py" line="1509" />
       <source>Previous task</source>
       <translation>Предыдущая задача</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1511" />
+      <location filename="../QScintilla/Editor.py" line="1513" />
       <source>Next change</source>
       <translation>Следующее изменение</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1514" />
+      <location filename="../QScintilla/Editor.py" line="1516" />
       <source>Previous change</source>
       <translation>Предыдущее изменение</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1517" />
+      <location filename="../QScintilla/Editor.py" line="1519" />
       <source>Clear changes</source>
       <translation>Очистить изменения</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1546" />
-      <location filename="../QScintilla/Editor.py" line="1537" />
+      <location filename="../QScintilla/Editor.py" line="1548" />
+      <location filename="../QScintilla/Editor.py" line="1539" />
       <source>Export source</source>
       <translation>Экспортировать исходник</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1538" />
+      <location filename="../QScintilla/Editor.py" line="1540" />
       <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;Не найден экспортёр для формата &lt;b&gt;{0}&lt;/b&gt;. Отмена...&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1547" />
+      <location filename="../QScintilla/Editor.py" line="1549" />
       <source>No export format given. Aborting...</source>
       <translation>Не задан формат экспорта. Прерывание...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1558" />
+      <location filename="../QScintilla/Editor.py" line="1560" />
       <source>Alternatives ({0})</source>
       <translation>Альтернативы ({0})</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1581" />
+      <location filename="../QScintilla/Editor.py" line="1583" />
       <source>Pygments Lexer</source>
       <translation>Лексер Pygments</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1582" />
+      <location filename="../QScintilla/Editor.py" line="1584" />
       <source>Select the Pygments lexer to apply.</source>
       <translation>Выберите для использования лексер Pygments.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2154" />
+      <location filename="../QScintilla/Editor.py" line="2156" />
       <source>Modification of Read Only file</source>
       <translation>Редактирование файла, открытого только на чтение</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2155" />
+      <location filename="../QScintilla/Editor.py" line="2157" />
       <source>You are attempting to change a read only file. Please save to a different file first.</source>
       <translation>Попытка редактирования файла, открытого только на чтение. Пожалуйста, сначала сохраните изменения в другой файл.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2606" />
+      <location filename="../QScintilla/Editor.py" line="2608" />
       <source>Add Breakpoint</source>
       <translation>Добавить точку останова</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2607" />
+      <location filename="../QScintilla/Editor.py" line="2609" />
       <source>No Python byte code will be created for the selected line. No break point will be set!</source>
       <translation>Не будет создан байтовый код Python для выбранной строки. Точка останова не будет установлена!</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2954" />
+      <location filename="../QScintilla/Editor.py" line="2956" />
       <source>Printing...</source>
       <translation>Печать...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2971" />
-      <source>Printing completed</source>
-      <translation>Печать завершена</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="2973" />
+      <source>Printing completed</source>
+      <translation>Печать завершена</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="2975" />
       <source>Error while printing</source>
       <translation>Ошибка печати</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2976" />
+      <location filename="../QScintilla/Editor.py" line="2978" />
       <source>Printing aborted</source>
       <translation>Печать прервана</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3349" />
+      <location filename="../QScintilla/Editor.py" line="3351" />
       <source>File Modified</source>
       <translation>Файл изменён</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3350" />
+      <location filename="../QScintilla/Editor.py" line="3352" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
       <translation>&lt;p&gt;В файле &lt;b&gt;{0}&lt;/b&gt; есть несохранённые изменения.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3408" />
+      <location filename="../QScintilla/Editor.py" line="3415" />
       <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;Невозможно прочитать файл &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3588" />
-      <location filename="../QScintilla/Editor.py" line="3569" />
-      <location filename="../QScintilla/Editor.py" line="3531" />
+      <location filename="../QScintilla/Editor.py" line="3598" />
+      <location filename="../QScintilla/Editor.py" line="3579" />
+      <location filename="../QScintilla/Editor.py" line="3541" />
       <source>Save File</source>
       <translation>Сохранить файл</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3532" />
+      <location filename="../QScintilla/Editor.py" line="3542" />
       <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;Невозможно сохранить файл &lt;b&gt;{0}&lt;/b&gt;:&lt;br&gt;Причина: {1}.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3589" />
+      <location filename="../QScintilla/Editor.py" line="3599" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
       <translation>&lt;p&gt;Файл &lt;b&gt;{0}&lt;/b&gt; уже существует. Переписать?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3726" />
+      <location filename="../QScintilla/Editor.py" line="3736" />
       <source>Save File to Device</source>
       <translation>Сохранить файл на устройство</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3727" />
+      <location filename="../QScintilla/Editor.py" line="3737" />
       <source>Enter the complete device file path:</source>
       <translation>Введите полный путь к файлу устройства:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5238" />
+      <location filename="../QScintilla/Editor.py" line="5456" />
       <source>Autocompletion</source>
       <translation>Автодополнение</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5239" />
+      <location filename="../QScintilla/Editor.py" line="5457" />
       <source>Autocompletion is not available because there is no autocompletion source set.</source>
       <translation>Автодополнение недоступно, так как не задан источник автодополнения.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5371" />
+      <location filename="../QScintilla/Editor.py" line="5589" />
       <source>Auto-Completion Provider</source>
       <translation>Источник автодополнений</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5372" />
+      <location filename="../QScintilla/Editor.py" line="5590" />
       <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source>
       <translation>Список дополнений источника '{0}' уже зарегистрирован. Повторный запрос проигнорирован.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5667" />
+      <location filename="../QScintilla/Editor.py" line="5885" />
       <source>Call-Tips Provider</source>
       <translation>Источник всплывающих подсказок</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5668" />
+      <location filename="../QScintilla/Editor.py" line="5886" />
       <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source>
       <translation>Источник всплывающих подсказок '{0}' уже зарегистрирован. Повторный запрос проигнорирован.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6081" />
+      <location filename="../QScintilla/Editor.py" line="6299" />
       <source>Disable breakpoint</source>
       <translation>Убрать точку останова</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6492" />
+      <location filename="../QScintilla/Editor.py" line="6710" />
       <source>Code Coverage</source>
       <translation>Покрытие кода</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6493" />
+      <location filename="../QScintilla/Editor.py" line="6711" />
       <source>Please select a coverage file</source>
       <translation>Пожалуйста, выберите файл покрытия</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6568" />
-      <location filename="../QScintilla/Editor.py" line="6560" />
+      <location filename="../QScintilla/Editor.py" line="6786" />
+      <location filename="../QScintilla/Editor.py" line="6778" />
       <source>Show Code Coverage Annotations</source>
       <translation>Показать аннотации по покрытию кода</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6561" />
+      <location filename="../QScintilla/Editor.py" line="6779" />
       <source>All lines have been covered.</source>
       <translation>Все строки были охвачены.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6569" />
+      <location filename="../QScintilla/Editor.py" line="6787" />
       <source>There is no coverage file available.</source>
       <translation>Нет доступного файла покрытия.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6675" />
+      <location filename="../QScintilla/Editor.py" line="6893" />
       <source>Profile Data</source>
       <translation>Данные профайлера</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6676" />
+      <location filename="../QScintilla/Editor.py" line="6894" />
       <source>Please select a profile file</source>
       <translation>Пожалуйста, выберите файл профиля</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6836" />
-      <location filename="../QScintilla/Editor.py" line="6830" />
+      <location filename="../QScintilla/Editor.py" line="7054" />
+      <location filename="../QScintilla/Editor.py" line="7048" />
       <source>Syntax Error</source>
       <translation>Синтаксическая ошибка</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6837" />
+      <location filename="../QScintilla/Editor.py" line="7055" />
       <source>No syntax error message available.</source>
       <translation>Нет сообщения о синтаксической ошибке.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7077" />
-      <location filename="../QScintilla/Editor.py" line="7071" />
+      <location filename="../QScintilla/Editor.py" line="7295" />
+      <location filename="../QScintilla/Editor.py" line="7289" />
       <source>Warning</source>
       <translation>Предупреждение</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7077" />
+      <location filename="../QScintilla/Editor.py" line="7295" />
       <source>No warning messages available.</source>
       <translation>Нет предупреждающего сообщения.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7155" />
+      <location filename="../QScintilla/Editor.py" line="7373" />
       <source>Info: {0}</source>
       <translation>Инфо: {0}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7171" />
-      <location filename="../QScintilla/Editor.py" line="7157" />
+      <location filename="../QScintilla/Editor.py" line="7389" />
+      <location filename="../QScintilla/Editor.py" line="7375" />
       <source>Error: {0}</source>
       <translation>Ошибка: {0}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7159" />
+      <location filename="../QScintilla/Editor.py" line="7377" />
       <source>Style: {0}</source>
       <translation>Стиль: {0}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7164" />
-      <source>Warning: {0}</source>
-      <translation>Предупреждение: {0}</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7293" />
-      <source>Macro Name</source>
-      <translation>Имя макроса</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7293" />
-      <source>Select a macro name:</source>
-      <translation>Задайте имя макроса:</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7319" />
-      <source>Load macro file</source>
-      <translation>Загрузить макрос</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7365" />
-      <location filename="../QScintilla/Editor.py" line="7321" />
-      <source>Macro files (*.macro)</source>
-      <translation>Макросы (*.macro)</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7343" />
-      <location filename="../QScintilla/Editor.py" line="7333" />
-      <source>Error loading macro</source>
-      <translation>Ошибка при загрузке макроса</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7334" />
-      <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;Невозможно прочитать файл с макросами: &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7344" />
-      <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; is corrupt.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Файл с макросами &lt;b&gt;{0}&lt;/b&gt; повреждён.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7363" />
-      <source>Save macro file</source>
-      <translation>Сохранить файл с макросами</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7381" />
-      <source>Save macro</source>
-      <translation>Сохранить макрос</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="7382" />
+      <source>Warning: {0}</source>
+      <translation>Предупреждение: {0}</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7511" />
+      <source>Macro Name</source>
+      <translation>Имя макроса</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7511" />
+      <source>Select a macro name:</source>
+      <translation>Задайте имя макроса:</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7537" />
+      <source>Load macro file</source>
+      <translation>Загрузить макрос</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7583" />
+      <location filename="../QScintilla/Editor.py" line="7539" />
+      <source>Macro files (*.macro)</source>
+      <translation>Макросы (*.macro)</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7561" />
+      <location filename="../QScintilla/Editor.py" line="7551" />
+      <source>Error loading macro</source>
+      <translation>Ошибка при загрузке макроса</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7552" />
+      <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;Невозможно прочитать файл с макросами: &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7562" />
+      <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; is corrupt.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Файл с макросами &lt;b&gt;{0}&lt;/b&gt; повреждён.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7581" />
+      <source>Save macro file</source>
+      <translation>Сохранить файл с макросами</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7599" />
+      <source>Save macro</source>
+      <translation>Сохранить макрос</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7600" />
       <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;Макро &lt;b&gt;{0}&lt;/b&gt; уже существует. Переписать?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7397" />
+      <location filename="../QScintilla/Editor.py" line="7615" />
       <source>Error saving macro</source>
       <translation>Ошибка при сохранении макроса</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7398" />
+      <location filename="../QScintilla/Editor.py" line="7616" />
       <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;Невозможно сохранить файл с макросами: &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7411" />
+      <location filename="../QScintilla/Editor.py" line="7629" />
       <source>Start Macro Recording</source>
       <translation>Начать запись макроса</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7412" />
+      <location filename="../QScintilla/Editor.py" line="7630" />
       <source>Macro recording is already active. Start new?</source>
       <translation>Запись макроса уже идёт. Начать новую запись?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7438" />
+      <location filename="../QScintilla/Editor.py" line="7656" />
       <source>Macro Recording</source>
       <translation>Запись макроса</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7439" />
+      <location filename="../QScintilla/Editor.py" line="7657" />
       <source>Enter name of the macro:</source>
       <translation>Задайте имя макроса:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7589" />
+      <location filename="../QScintilla/Editor.py" line="7839" />
+      <source>{0} (ro)</source>
+      <translation>{0} (только чтение)</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="8020" />
       <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;Файл &lt;b&gt;{0}&lt;/b&gt; был изменён, будучи открытым в eric. Перепрочесть?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7595" />
+      <location filename="../QScintilla/Editor.py" line="8026" />
       <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;Предупреждение:&lt;/b&gt; При переоткрытии все изменения будут потеряны.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7602" />
+      <location filename="../QScintilla/Editor.py" line="8033" />
       <source>File changed</source>
       <translation>Файл изменен</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7655" />
-      <source>{0} (ro)</source>
-      <translation>{0} (только чтение)</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7961" />
+      <location filename="../QScintilla/Editor.py" line="8191" />
       <source>Drop Error</source>
       <translation>Ошибка Drag&amp;&amp;Drop</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7962" />
+      <location filename="../QScintilla/Editor.py" line="8192" />
       <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; не является файлом.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7982" />
+      <location filename="../QScintilla/Editor.py" line="8212" />
       <source>Resources</source>
       <translation>Ресурсы</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7984" />
+      <location filename="../QScintilla/Editor.py" line="8214" />
       <source>Add file...</source>
       <translation>Добавить файл...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7985" />
+      <location filename="../QScintilla/Editor.py" line="8215" />
       <source>Add files...</source>
       <translation>Добавить файлы...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7986" />
+      <location filename="../QScintilla/Editor.py" line="8216" />
       <source>Add aliased file...</source>
       <translation>Добавить файл под другим именем...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7988" />
+      <location filename="../QScintilla/Editor.py" line="8218" />
       <source>Add localized resource...</source>
       <translation>Добавить локализованный ресурс...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7991" />
+      <location filename="../QScintilla/Editor.py" line="8221" />
       <source>Add resource frame</source>
       <translation>Добавить фрагмент ресурсов</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8011" />
+      <location filename="../QScintilla/Editor.py" line="8241" />
       <source>Add file resource</source>
       <translation>Добавить файл ресурсов</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8025" />
+      <location filename="../QScintilla/Editor.py" line="8255" />
       <source>Add file resources</source>
       <translation>Добавить файлы ресурсов</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8049" />
-      <location filename="../QScintilla/Editor.py" line="8043" />
+      <location filename="../QScintilla/Editor.py" line="8279" />
+      <location filename="../QScintilla/Editor.py" line="8273" />
       <source>Add aliased file resource</source>
       <translation>Добавить файл ресурсов под другим именем</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8050" />
+      <location filename="../QScintilla/Editor.py" line="8280" />
       <source>Alias for file &lt;b&gt;{0}&lt;/b&gt;:</source>
       <translation>Другое имя для файла &lt;b&gt;{0}&lt;/b&gt;:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8125" />
+      <location filename="../QScintilla/Editor.py" line="8355" />
       <source>Package Diagram</source>
       <translation>Диаграмма пакетов</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8126" />
+      <location filename="../QScintilla/Editor.py" line="8356" />
       <source>Include class attributes?</source>
       <translation>Включать атрибуты класса?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8146" />
+      <location filename="../QScintilla/Editor.py" line="8376" />
       <source>Imports Diagram</source>
       <translation>Диаграмма импортов</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8147" />
+      <location filename="../QScintilla/Editor.py" line="8377" />
       <source>Include imports from external modules?</source>
       <translation>Включать импорты из внешних модулей?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8166" />
+      <location filename="../QScintilla/Editor.py" line="8396" />
       <source>Application Diagram</source>
       <translation>Диаграмма приложения</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8167" />
+      <location filename="../QScintilla/Editor.py" line="8397" />
       <source>Include module names?</source>
       <translation>Включать имена модулей?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8532" />
+      <location filename="../QScintilla/Editor.py" line="8762" />
       <source>Add to dictionary</source>
       <translation>Добавить в словарь</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8534" />
+      <location filename="../QScintilla/Editor.py" line="8764" />
       <source>Ignore All</source>
       <translation>Игнорировать всё</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8971" />
+      <location filename="../QScintilla/Editor.py" line="9201" />
       <source>Sort Lines</source>
       <translation>Сортировать строки</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8972" />
+      <location filename="../QScintilla/Editor.py" line="9202" />
       <source>The selection contains illegal data for a numerical sort.</source>
       <translation>Выборка содержит данные неподходящие для сортировки как числа.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="9065" />
+      <location filename="../QScintilla/Editor.py" line="9295" />
       <source>Register Mouse Click Handler</source>
       <translation>Регистрация обработчика кликов мышки</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="9066" />
+      <location filename="../QScintilla/Editor.py" line="9296" />
       <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source>
       <translation>Обработчик кликов мышки для "{0}" уже зарегистрирован "{1}". Запрос прерван "{2}"...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="9159" />
+      <location filename="../QScintilla/Editor.py" line="9389" />
       <source>{0:4d}    {1}</source>
       <comment>line number, source code</comment>
       <translation>{0:4d}    {1}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="9165" />
+      <location filename="../QScintilla/Editor.py" line="9395" />
       <source>{0:4d}    {1}
     =&gt;  {2}</source>
       <comment>line number, source code, file name</comment>
@@ -13403,12 +13403,12 @@
     =&gt;  {2}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="9234" />
+      <location filename="../QScintilla/Editor.py" line="9464" />
       <source>EditorConfig Properties</source>
       <translation>Свойства EditorConfig</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="9235" />
+      <location filename="../QScintilla/Editor.py" line="9465" />
       <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;Не удается загрузить свойства EditorConfig для файла &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
@@ -22781,23 +22781,23 @@
       <translation>Заменить</translation>
     </message>
     <message>
-      <location filename="../UI/FindFileWidget.py" line="576" />
+      <location filename="../UI/FindFileWidget.py" line="574" />
       <source>Invalid search expression</source>
       <translation>Неверное выражение для поиска</translation>
     </message>
     <message>
-      <location filename="../UI/FindFileWidget.py" line="577" />
+      <location filename="../UI/FindFileWidget.py" line="575" />
       <source>&lt;p&gt;The search expression is not valid.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Недействительное выражение для поиска.&lt;/p&gt;&lt;p&gt;Ошибка: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/FindFileWidget.py" line="687" />
+      <location filename="../UI/FindFileWidget.py" line="685" />
       <source>{0} / {1}</source>
       <comment>occurrences / files</comment>
       <translation>{0} / {1}</translation>
     </message>
     <message numerus="yes">
-      <location filename="../UI/FindFileWidget.py" line="690" />
+      <location filename="../UI/FindFileWidget.py" line="688" />
       <source>%n occurrence(s)</source>
       <translation>
         <numerusform>%n вхождение</numerusform>
@@ -22806,7 +22806,7 @@
       </translation>
     </message>
     <message numerus="yes">
-      <location filename="../UI/FindFileWidget.py" line="691" />
+      <location filename="../UI/FindFileWidget.py" line="689" />
       <source>%n file(s)</source>
       <translation>
         <numerusform>%n файл</numerusform>
@@ -22815,44 +22815,44 @@
       </translation>
     </message>
     <message>
-      <location filename="../UI/FindFileWidget.py" line="890" />
-      <location filename="../UI/FindFileWidget.py" line="865" />
-      <location filename="../UI/FindFileWidget.py" line="851" />
+      <location filename="../UI/FindFileWidget.py" line="888" />
+      <location filename="../UI/FindFileWidget.py" line="863" />
+      <location filename="../UI/FindFileWidget.py" line="849" />
       <source>Replace in Files</source>
       <translation>Заменить в файлах</translation>
     </message>
     <message>
-      <location filename="../UI/FindFileWidget.py" line="852" />
+      <location filename="../UI/FindFileWidget.py" line="850" />
       <source>&lt;p&gt;Could not read the file &lt;b&gt;{0}&lt;/b&gt;. Skipping it.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Невозможно прочитать файл &lt;b&gt;{0}&lt;/b&gt;. Пропуск.&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/FindFileWidget.py" line="866" />
+      <location filename="../UI/FindFileWidget.py" line="864" />
       <source>&lt;p&gt;The current and the original hash of the file &lt;b&gt;{0}&lt;/b&gt; are different. Skipping it.&lt;/p&gt;&lt;p&gt;Hash 1: {1}&lt;/p&gt;&lt;p&gt;Hash 2: {2}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Текущий и оригинальный хэши файла &lt;b&gt;{0}&lt;/b&gt; различаются. Пропускаем.&lt;/p&gt;&lt;p&gt;Хэш 1: {1}&lt;/p&gt;&lt;p&gt;Хэш 2: {2}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/FindFileWidget.py" line="891" />
+      <location filename="../UI/FindFileWidget.py" line="889" />
       <source>&lt;p&gt;Could not save the file &lt;b&gt;{0}&lt;/b&gt;. Skipping it.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Невозможно сохранить файл &lt;b&gt;{0}&lt;/b&gt;. Пропуск.&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/FindFileWidget.py" line="916" />
+      <location filename="../UI/FindFileWidget.py" line="914" />
       <source>Open</source>
       <translation>Открыть</translation>
     </message>
     <message>
-      <location filename="../UI/FindFileWidget.py" line="917" />
+      <location filename="../UI/FindFileWidget.py" line="915" />
       <source>Copy Path to Clipboard</source>
       <translation>Копировать путь в буфер обмена</translation>
     </message>
     <message>
-      <location filename="../UI/FindFileWidget.py" line="920" />
+      <location filename="../UI/FindFileWidget.py" line="918" />
       <source>Select All</source>
       <translation>Выделить всё</translation>
     </message>
     <message>
-      <location filename="../UI/FindFileWidget.py" line="921" />
+      <location filename="../UI/FindFileWidget.py" line="919" />
       <source>Deselect All</source>
       <translation>Скрыть все</translation>
     </message>
@@ -33581,7 +33581,7 @@
       <translation>Слияние</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1019" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1017" />
       <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1009" />
       <source>Re-Merge</source>
       <translation>Повторить слияние</translation>
@@ -33592,354 +33592,354 @@
       <translation>Вы действительно хотите повторить слияние этих файлов или директорий?</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1020" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1018" />
       <source>Do you really want to re-merge the project?</source>
       <translation>Вы действительно хотите повторить слияние проекта?</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1023" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1021" />
       <source>Re-Merging</source>
       <translation>Повторное слияние</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1044" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1042" />
       <source>Current branch tip</source>
       <translation>Конечная ревизия текущей ветки</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1216" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1214" />
       <source>Mercurial command</source>
       <translation>Mercurial: Команда</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1381" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1379" />
       <source>Copying {0}</source>
       <translation>Копирование {0}</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1635" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1623" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1614" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1633" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1621" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1612" />
       <source>Mercurial Side-by-Side Difference</source>
       <translation>Mercurial: Построчный просмотр различий</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1636" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1634" />
       <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;Невозможно прочитать файл &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2297" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2286" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2276" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1711" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2295" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2284" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2274" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1709" />
       <source>Apply changegroups</source>
       <translation>Применить группу изменений</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1714" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1712" />
       <source>Pulling from a remote Mercurial repository</source>
       <translation>Затягивание изменений из удалённого Mercurial репозитория</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1756" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1754" />
       <source>Pushing to a remote Mercurial repository</source>
       <translation>Mercurial: Проталкивание изменений в удалённый репозиторий</translation>
     </message>
     <message>
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1892" />
+      <source>Marking as 'unresolved'</source>
+      <translation>Помеченные как 'unresolved'</translation>
+    </message>
+    <message>
       <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1894" />
-      <source>Marking as 'unresolved'</source>
-      <translation>Помеченные как 'unresolved'</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1896" />
       <source>Marking as 'resolved'</source>
       <translation>Помеченные как 'resolved'</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1918" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1916" />
       <source>Aborting uncommitted merge</source>
       <translation>Отмена незавершенного слияния</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1941" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1939" />
       <source>Creating branch in the Mercurial repository</source>
       <translation>Создание ветки в Mercurial репозитории</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1949" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1947" />
       <source>Created new branch &lt;{0}&gt;.</source>
       <translation>Создана новая ветка &lt;{0}&gt;.</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1958" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1956" />
       <source>Showing current branch</source>
       <translation>Отображение текущей ветки</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2045" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2043" />
       <source>Verifying the integrity of the Mercurial repository</source>
       <translation>Mercurial: Проверка целостности репозитория</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2058" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2056" />
       <source>Showing the combined configuration settings</source>
       <translation>Отображение обобщенных параметров конфигурации</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2069" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2067" />
       <source>Showing aliases for remote repositories</source>
       <translation>Отображение алиасов удалённых репозиториев</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2080" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2078" />
       <source>Recovering from interrupted transaction</source>
       <translation>Восстановление после прерванной транзакции</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2091" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2089" />
       <source>Identifying project directory</source>
       <translation>Идентификация директории проекта</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2133" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2131" />
       <source>Create .hgignore file</source>
       <translation>Создать файл .hgignore</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2134" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2132" />
       <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;Файл &lt;b&gt;{0}&lt;/b&gt; уже существует. Перезаписать?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2235" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2209" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2191" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2233" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2207" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2189" />
       <source>Create changegroup</source>
       <translation>Создать группу изменений</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2193" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2191" />
       <source>Mercurial Changegroup Files (*.hg)</source>
       <translation>Файлы группы изменений Mercurial (*.hg)</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2210" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2208" />
       <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;Файл группы изменений Mercurial&lt;b&gt;{0}&lt;/b&gt; уже существует. Переписать?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2249" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2247" />
       <source>Preview changegroup</source>
       <translation>Просмотр группы изменений</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2278" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2251" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2276" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2249" />
       <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source>
       <translation>Файлы группы изменений Mercurial (*.hg);;Все файлы (*)</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2287" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2285" />
       <source>Shall the working directory be updated?</source>
       <translation>Обновить рабочую директорию?</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2319" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2317" />
       <source>Bisect subcommand ({0}) invalid.</source>
       <translation>Bisect: Недействительная подкоманда ({0}).</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2339" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2337" />
       <source>Mercurial Bisect ({0})</source>
       <translation>Mercurial: Bisect ({0})</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2362" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2360" />
       <source>Removing files from the Mercurial repository only</source>
       <translation>Mercurial: Удаление файлов только из репозитория</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2406" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2387" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2404" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2385" />
       <source>Backing out changeset</source>
       <translation>Отмена набора изменений</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2388" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2386" />
       <source>No revision given. Aborting...</source>
       <translation>Не задана ревизия. Отмена...</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2422" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2417" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2420" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2415" />
       <source>Rollback last transaction</source>
       <translation>Откатить последнюю транзакцию</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2418" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2416" />
       <source>Are you sure you want to rollback the last transaction?</source>
       <translation>Вы действительно хотите откатить последнюю транзакцию?</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2484" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2482" />
       <source>Import Patch</source>
       <translation>Импорт патча</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2532" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2530" />
       <source>Export Patches</source>
       <translation>Экспорт патчей</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2572" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2570" />
       <source>Change Phase</source>
       <translation>Изменить фазу</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2626" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2624" />
       <source>Copy Changesets</source>
       <translation>Копировать наборы изменений</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2665" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2663" />
       <source>Copy Changesets (Continue)</source>
       <translation>Копировать наборы изменений (продолжение)</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2675" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2673" />
       <source>Copy Changesets (Stop)</source>
       <translation>Копировать наборы изменений (Stop)</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2685" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2683" />
       <source>Copy Changesets (Abort)</source>
       <translation>Копировать наборы изменений (Abort)</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2708" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2706" />
       <source>Create Unversioned Archive</source>
       <translation>Создать неверсированный архив</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2722" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2720" />
       <source>Delete All Backups</source>
       <translation>Удалить все резервные копии</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2723" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2721" />
       <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;Вы действительно хотите удалить все резервные комплекты, сохраненные в области резервного копирования'?&lt;br/&gt;&lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2812" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2792" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2781" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2810" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2790" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2779" />
       <source>Add Sub-repository</source>
       <translation>Добавить субрепозиторий</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2851" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2782" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2849" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2780" />
       <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;Невозможно прочитать файл субрепозиториев .hgsub.&lt;b&gt;&lt;/b&gt;Причина {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2793" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2791" />
       <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;Файл субрепозиториев .hgsub уже содержит запись &lt;b&gt;{0}&lt;/b&gt;. Отмена...&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2869" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2813" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2867" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2811" />
       <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;Невозможно записать файл субрепозиториев .hgsub.&lt;p&gt;&lt;p&gt;Причина: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2868" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2850" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2836" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2866" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2848" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2834" />
       <source>Remove Sub-repositories</source>
       <translation>Удалить субрепозитории</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2837" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2835" />
       <source>&lt;p&gt;The sub-repositories file .hgsub does not exist. Aborting...&lt;/p&gt;</source>
       <translation>&lt;p&gt;Отсутствует файл субрепозиториев .hgsub. Отмена...&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3085" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2948" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3083" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2946" />
       <source>Mercurial Command Server</source>
       <translation>Mercurial: Сервер команд</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2949" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2947" />
       <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;Mercurial: Невозможно перезапустить сервер.&lt;br&gt;Причина: {0}.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3086" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3084" />
       <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;Mercurial: Невозможно запустить сервер.&lt;br&gt;Причина: {0}.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3202" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3200" />
       <source>Mercurial Bookmark</source>
       <translation>Mercurial: Закладка</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3218" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3216" />
       <source>Delete Bookmark</source>
       <translation>Удалить закладку</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3219" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3217" />
       <source>Select the bookmark to be deleted:</source>
       <translation>Выберите закладку для удаления:</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3229" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3227" />
       <source>Delete Mercurial Bookmark</source>
       <translation>Mercurial: Удалить закладку</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3254" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3252" />
       <source>Rename Mercurial Bookmark</source>
       <translation>Mercurial: Переименовать закладку</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3291" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3289" />
       <source>Move Mercurial Bookmark</source>
       <translation>Mercurial: Переместить закладку</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3364" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3362" />
       <source>Pull Bookmark</source>
       <translation>Затянуть закладку</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3365" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3363" />
       <source>Select the bookmark to be pulled:</source>
       <translation>Выберите закладку для затягивания:</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3377" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3375" />
       <source>Pulling bookmark from a remote Mercurial repository</source>
       <translation>Затянуть закладку из удалённого Mercurial репозитория</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3403" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3401" />
       <source>Push Bookmark</source>
       <translation>Протолкнуть закладку</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3404" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3402" />
       <source>Select the bookmark to be push:</source>
       <translation>Выберите закладку для проталкивания:</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3419" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3417" />
       <source>Pushing bookmark to a remote Mercurial repository</source>
       <translation>Mercurial: Проталкивание закладки в удалённый репозиторий</translation>
     </message>
@@ -36535,8 +36535,8 @@
     </message>
     <message>
       <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2341" />
-      <source>Select the bookmark to be moved  to changeset "{0}":</source>
-      <translation>Выберите закладку для перемещения в набор изменений "{0}":</translation>
+      <source>Select the bookmark to be moved to changeset '{0}':</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2678" />
@@ -36761,6 +36761,10 @@
       <source>&lt;b&gt;Mercurial log errors&lt;/b&gt;&lt;p&gt;This shows possible error messages of the hg log command.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Mercurial: Журнал ошибок&lt;/b&gt;&lt;p&gt;Отображение возможных ошибок команды hg log.&lt;/p&gt;</translation>
     </message>
+    <message>
+      <source>Select the bookmark to be moved  to changeset "{0}":</source>
+      <translation type="vanished">Выберите закладку для перемещения в набор изменений "{0}":</translation>
+    </message>
   </context>
   <context>
     <name>HgMergeDialog</name>
@@ -47779,7 +47783,7 @@
   <context>
     <name>LexerAssociationDialog</name>
     <message>
-      <location filename="../Project/LexerAssociationDialog.py" line="132" />
+      <location filename="../Project/LexerAssociationDialog.py" line="130" />
       <location filename="../Project/LexerAssociationDialog.py" line="45" />
       <source>Alternative</source>
       <translation>Альтернативный</translation>
@@ -47945,42 +47949,42 @@
   <context>
     <name>LexerCSS</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerCSS.py" line="37" />
+      <location filename="../QScintilla/Lexers/LexerCSS.py" line="36" />
       <source>CSS1 Properties</source>
       <translation>Свойства CSS1</translation>
     </message>
     <message>
+      <location filename="../QScintilla/Lexers/LexerCSS.py" line="37" />
+      <source>Pseudo-Classes</source>
+      <translation>Псевдоклассы</translation>
+    </message>
+    <message>
       <location filename="../QScintilla/Lexers/LexerCSS.py" line="38" />
-      <source>Pseudo-Classes</source>
-      <translation>Псевдоклассы</translation>
+      <source>CSS2 Properties</source>
+      <translation>Свойства CSS2</translation>
     </message>
     <message>
       <location filename="../QScintilla/Lexers/LexerCSS.py" line="39" />
-      <source>CSS2 Properties</source>
-      <translation>Свойства CSS2</translation>
+      <source>CSS3 Properties</source>
+      <translation>Свойства CSS3</translation>
     </message>
     <message>
       <location filename="../QScintilla/Lexers/LexerCSS.py" line="40" />
-      <source>CSS3 Properties</source>
-      <translation>Свойства CSS3</translation>
+      <source>Pseudo-Elements</source>
+      <translation>Псевдоэлементы</translation>
     </message>
     <message>
       <location filename="../QScintilla/Lexers/LexerCSS.py" line="41" />
-      <source>Pseudo-Elements</source>
-      <translation>Псевдоэлементы</translation>
+      <source>Browser-Specific CSS Properties</source>
+      <translation>Браузерозависимые свойства CSS</translation>
     </message>
     <message>
       <location filename="../QScintilla/Lexers/LexerCSS.py" line="42" />
-      <source>Browser-Specific CSS Properties</source>
-      <translation>Браузерозависимые свойства CSS</translation>
+      <source>Browser-Specific Pseudo-Classes</source>
+      <translation>Браузерозависимые псевдоклассы</translation>
     </message>
     <message>
       <location filename="../QScintilla/Lexers/LexerCSS.py" line="43" />
-      <source>Browser-Specific Pseudo-Classes</source>
-      <translation>Браузерозависимые псевдоклассы</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerCSS.py" line="44" />
       <source>Browser-Specific Pseudo-Elements</source>
       <translation>Браузерозависимые псевдоэлементы</translation>
     </message>
@@ -49616,88 +49620,98 @@
   <context>
     <name>Listspace</name>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="261" />
+      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="262" />
       <source>Start</source>
       <translation>Запустить</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="264" />
+      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="265" />
       <source>Run Script...</source>
       <translation>Выполнить сценарий...</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="269" />
+      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="270" />
       <source>Debug Script...</source>
       <translation>Отладить сценарий...</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="274" />
+      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="275" />
       <source>Profile Script...</source>
       <translation>Профилировать сценарий...</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="279" />
+      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="280" />
       <source>Coverage run of Script...</source>
       <translation>Покрытие сценария...</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="286" />
+      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="287" />
       <source>Close</source>
       <translation>Закрыть</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="291" />
+      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="292" />
       <source>Close Others</source>
       <translation>Закрыть остальные</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="294" />
+      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="296" />
+      <source>Close Editors Above</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="300" />
+      <source>Close Editors Below</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="303" />
       <source>Close All</source>
       <translation>Закрыть все</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="297" />
-      <source>Save</source>
-      <translation>Сохранить</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="301" />
-      <source>Save As...</source>
-      <translation>Сохранить как...</translation>
-    </message>
-    <message>
       <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="306" />
+      <source>Save</source>
+      <translation>Сохранить</translation>
+    </message>
+    <message>
+      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="310" />
+      <source>Save As...</source>
+      <translation>Сохранить как...</translation>
+    </message>
+    <message>
+      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="315" />
       <source>Save All</source>
       <translation>Сохранить все</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="311" />
+      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="320" />
       <source>Open 'rejection' file</source>
       <translation>Открыть 'отбракованный' файл</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="318" />
+      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="327" />
       <source>Print Preview</source>
       <translation>Предварительный просмотр печати</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="323" />
+      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="332" />
       <source>Print</source>
       <translation>Печать</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="328" />
+      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="337" />
       <source>Copy Path to Clipboard</source>
       <translation>Копировать путь в буфер обмена</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="487" />
+      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="498" />
       <source>Untitled {0}</source>
       <translation>Untitled {0}</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="629" />
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="493" />
+      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="640" />
+      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="504" />
       <source>{0} (ro)</source>
       <translation>{0} (только чтение)</translation>
     </message>
@@ -53437,38 +53451,38 @@
       <translation>Нет языка</translation>
     </message>
     <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3760" />
+      <location filename="../QScintilla/MiniEditor.py" line="3759" />
       <source>Guessed</source>
       <translation>Предполагаемый язык</translation>
     </message>
     <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3782" />
-      <location filename="../QScintilla/MiniEditor.py" line="3764" />
+      <location filename="../QScintilla/MiniEditor.py" line="3781" />
+      <location filename="../QScintilla/MiniEditor.py" line="3763" />
       <source>Alternatives</source>
       <translation>Альтернативная подсветка</translation>
     </message>
     <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3779" />
+      <location filename="../QScintilla/MiniEditor.py" line="3778" />
       <source>Alternatives ({0})</source>
       <translation>Альтернативы ({0})</translation>
     </message>
     <message>
+      <location filename="../QScintilla/MiniEditor.py" line="3809" />
+      <source>Pygments Lexer</source>
+      <translation>Лексер Pygments</translation>
+    </message>
+    <message>
       <location filename="../QScintilla/MiniEditor.py" line="3810" />
-      <source>Pygments Lexer</source>
-      <translation>Лексер Pygments</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3811" />
       <source>Select the Pygments lexer to apply.</source>
       <translation>Выберите для использования лексер Pygments.</translation>
     </message>
     <message>
+      <location filename="../QScintilla/MiniEditor.py" line="4329" />
+      <source>EditorConfig Properties</source>
+      <translation>Свойства EditorConfig</translation>
+    </message>
+    <message>
       <location filename="../QScintilla/MiniEditor.py" line="4330" />
-      <source>EditorConfig Properties</source>
-      <translation>Свойства EditorConfig</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="4331" />
       <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;Не удается загрузить свойства EditorConfig для файла &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
@@ -53677,500 +53691,500 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="126" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="125" />
       <source>unnecessary {0} passed to dict() - remove the outer call to dict()</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="130" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="129" />
       <source>unnecessary list comprehension passed to {0}() prevents short-circuiting - rewrite as a generator</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="136" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="135" />
       <source>sort keys - '{0}' should be before '{1}'</source>
       <translation>ключи сортировки - '{0}' должны быть прежде чем '{1}'</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="141" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="140" />
       <source>the number of arguments for property getter method is wrong (should be 1 instead of {0})</source>
       <translation>неправильное количество аргументов для метода получения свойства (должeн быть 1 вместо {0})</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="146" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="145" />
       <source>the number of arguments for property setter method is wrong (should be 2 instead of {0})</source>
       <translation>неправильное количество аргументов для метода установки свойства (должно быть 2 вместо {0})</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="151" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="150" />
       <source>the number of arguments for property deleter method is wrong (should be 1 instead of {0})</source>
       <translation>количество аргументов для метода удаления свойств неверно (должно быть 1 вместо {0})</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="156" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="155" />
       <source>the name of the setter method is wrong (should be '{0}' instead of '{1}')</source>
       <translation>неправильное имя метода установки (должно быть '{0}' вместо '{1}')</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="160" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="159" />
       <source>the name of the deleter method is wrong (should be '{0}' instead of '{1}')</source>
       <translation>неправильное имя метода удаления (должно быть '{0}' вместо '{1}')</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="164" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="163" />
       <source>the name of the setter decorator is wrong (should be '{0}' instead of '{1}')</source>
       <translation>неправильное имя декоратора-установщика (должно быть '{0}' вместо '{1}')</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="168" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="167" />
       <source>the name of the deleter decorator is wrong (should be '{0}' instead of '{1}')</source>
       <translation>неправильное имя декоратора удаления (должно быть '{0}' вместо '{1}')</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="172" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="171" />
       <source>multiple decorators were used to declare property '{0}'</source>
       <translation>несколько декораторов использовались для объявления свойства '{0}'</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="177" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="176" />
       <source>use of 'datetime.datetime()' without 'tzinfo' argument should be avoided</source>
       <translation>следует избегать использования 'datetime.datetime()' без аргумента 'tzinfo'</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="181" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="180" />
       <source>use of 'datetime.datetime.today()' should be avoided.
 Use 'datetime.datetime.now(tz=)' instead.</source>
       <translation>следует избегать использования 'datetime.datetime.today()'.
 Взамен используйте 'datetime.datetime.now(tz=)'.</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="186" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="185" />
       <source>use of 'datetime.datetime.utcnow()' should be avoided.
 Use 'datetime.datetime.now(tz=datetime.timezone.utc)' instead.</source>
       <translation>следует избегать использования 'datetime.datetime.utcnow()'.
 Вместо этого используйте 'datetime.datetime.now(tz=datetime.timezone.utc)'.</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="191" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="190" />
       <source>use of 'datetime.datetime.utcfromtimestamp()' should be avoided.
 Use 'datetime.datetime.fromtimestamp(..., tz=datetime.timezone.utc)' instead.</source>
       <translation>следует избегать использования 'datetime.datetime.utcfromtimestamp()'.
 Вместо этого используйте 'datetime.datetime.fromtimestamp(..., tz=datetime.timezone.utc)'.</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="196" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="195" />
       <source>use of 'datetime.datetime.now()' without 'tz' argument should be avoided</source>
       <translation>следует избегать использования 'datetime.datetime.now()' без аргумента 'tz'</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="200" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="199" />
       <source>use of 'datetime.datetime.fromtimestamp()' without 'tz' argument should be avoided</source>
       <translation>следует избегать использования 'datetime.datetime.fromtimestamp()' без аргумента 'tz'</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="205" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="204" />
       <source>use of 'datetime.datetime.strptime()' should be followed by '.replace(tzinfo=)'</source>
       <translation>применение 'datetime.datetime.strptime()' должно сопровождаться '.replace(tzinfo=)'</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="210" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="209" />
       <source>use of 'datetime.datetime.fromordinal()' should be avoided</source>
       <translation>следует избегать использования 'datetime.datetime.fromordinal()'</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="214" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="213" />
       <source>use of 'datetime.date()' should be avoided.
 Use 'datetime.datetime(, tzinfo=).date()' instead.</source>
       <translation>следует избегать использования 'datetime.date()'.
 Взамен используйте 'datetime.datetime(, tzinfo=).date()'.</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="219" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="218" />
       <source>use of 'datetime.date.today()' should be avoided.
 Use 'datetime.datetime.now(tz=).date()' instead.</source>
       <translation>следует избегать использования 'datetime.date.today()'.
 Взамен используйте 'datetime.datetime.now(tz=).date()'.</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="224" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="223" />
       <source>use of 'datetime.date.fromtimestamp()' should be avoided.
 Use 'datetime.datetime.fromtimestamp(tz=).date()' instead.</source>
       <translation>следует избегать использования 'datetime.date.fromtimestamp()'.
 Взамен используйте 'datetime.datetime.fromtimestamp(tz=).date()'.</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="229" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="228" />
       <source>use of 'datetime.date.fromordinal()' should be avoided</source>
       <translation>следует избегать использования 'datetime.date.fromordinal()'</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="233" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="232" />
       <source>use of 'datetime.date.fromisoformat()' should be avoided</source>
       <translation>следует избегать использования 'datetime.date.fromordinal()'</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="237" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="236" />
       <source>use of 'datetime.time()' without 'tzinfo' argument should be avoided</source>
       <translation>следует избегать использования 'datetime.time()' без аргумента 'tzinfo'</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="242" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="241" />
       <source>'sys.version[:3]' referenced (Python 3.10), use 'sys.version_info'</source>
       <translation>'sys.version[:3]' referenced (Python 3.10), используйте 'sys.version_info'</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="246" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="245" />
       <source>'sys.version[2]' referenced (Python 3.10), use 'sys.version_info'</source>
       <translation>'sys.version[2]' referenced (Python 3.10), используйте 'sys.version_info'</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="250" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="249" />
       <source>'sys.version' compared to string (Python 3.10), use 'sys.version_info'</source>
       <translation>'sys.version' compared to string (Python 3.10), используйте 'sys.version_info'</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="254" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="253" />
       <source>'sys.version_info[0] == 3' referenced (Python 4), use '&gt;='</source>
       <translation>'sys.version_info[0] == 3' referenced (Python 4), используйте '&gt;='</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="258" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="257" />
       <source>'six.PY3' referenced (Python 4), use 'not six.PY2'</source>
       <translation>'six.PY3' referenced (Python 4), используйте 'not six.PY2'</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="262" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="261" />
       <source>'sys.version_info[1]' compared to integer (Python 4), compare 'sys.version_info' to tuple</source>
       <translation>'sys.version_info[1]' compared to integer (Python 4), compare 'sys.version_info' to tuple</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="267" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="266" />
       <source>'sys.version_info.minor' compared to integer (Python 4), compare 'sys.version_info' to tuple</source>
       <translation>'sys.version_info.minor' compared to integer (Python 4), compare 'sys.version_info' to tuple</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="272" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="271" />
       <source>'sys.version[0]' referenced (Python 10), use 'sys.version_info'</source>
       <translation>'sys.version[0]' referenced (Python 10), используйте 'sys.version_info'</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="276" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="275" />
       <source>'sys.version' compared to string (Python 10), use 'sys.version_info'</source>
       <translation>'sys.version' compared to string (Python 10), используйте 'sys.version_info'</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="280" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="279" />
       <source>'sys.version[:1]' referenced (Python 10), use 'sys.version_info'</source>
       <translation>'sys.version[:1]' referenced (Python 10), используйте 'sys.version_info'</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="285" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="284" />
       <source>Do not use bare 'except:', it also catches unexpected events like memory errors, interrupts, system exit, and so on. Prefer 'except Exception:'. If you're sure what you're doing, be explicit and write 'except BaseException:'.</source>
       <translation>Не используйте только 'except:', он также перехватывает неожиданные события, такие как ошибки памяти, прерывания, выход из системы и т. д. Предпочтительно использовать 'except Exception:'. Если вы уверены в том, что делаете, напишите 'except BaseException:'.</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="292" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="291" />
       <source>Python does not support the unary prefix increment</source>
       <translation>Python не поддерживает инкремент унарного префикса</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="296" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="295" />
       <source>assigning to 'os.environ' does not clear the environment - use 'os.environ.clear()'</source>
       <translation>назначение 'os.environ' не очищает среду окружения - используйте 'os.environ.clear()'</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="301" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="300" />
       <source>using 'hasattr(x, "__call__")' to test if 'x' is callable is unreliable. Use 'callable(x)' for consistent results.</source>
       <translation>использование 'hasattr(x, "__call__")' для проверки возможности вызова 'x' ненадежно. Используйте 'callable(x)' для получения стабильных результатов.</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="306" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="305" />
       <source>using .strip() with multi-character strings is misleading. Use .replace(), .removeprefix(), .removesuffix(), or regular expressions to remove string fragments.</source>
       <translation>использование .strip() с многосимвольными строками приводит к обманчивым результатам. Используйте .replace(), .removeprefix(), .removesuffix() или регулярные выражения для удаления фрагментов строки.</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="312" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="311" />
       <source>loop control variable {0} not used within the loop body - start the name with an underscore</source>
       <translation>переменная {0} управления циклом не используется внутри цикла - начните имя символом подчеркивания</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="317" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="316" />
       <source>do not call getattr with a constant attribute value</source>
       <translation>не используйте вызовы getattr с постоянным значением атрибута</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="321" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="320" />
       <source>do not call setattr with a constant attribute value</source>
       <translation>не используйте вызовы setattr с постоянным значением атрибута</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="325" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="324" />
       <source>do not call assert False since python -O removes these calls</source>
       <translation>не используйте вызовы assert False, так как python -O удаляет эти вызовы</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="329" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="328" />
       <source>return/continue/break inside finally blocks cause exceptions to be silenced. Exceptions should be silenced in except blocks. Control statements can be moved outside the finally block.</source>
       <translation>return/continue/break внутри блоков finally заставляют исключения отключаться. Исключения должны быть отключены в блоках except. Управляющие операторы могут быть перемещены за пределы блока finally.</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="335" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="334" />
       <source>A length-one tuple literal is redundant. Write 'except {0}:' instead of 'except ({0},):'.</source>
       <translation>Литерал односимвольного кортежа является избыточным. Используйте 'except {0}:' вместо 'except ({0},):'.</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="340" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="339" />
       <source>Redundant exception types in 'except ({0}){1}:'. Write 'except {2}{1}:', which catches exactly the same exceptions.</source>
       <translation>Избыточные типы исключений в 'except ({0}){1}:'. Используйте 'except {2}{1}:', чтобы перехватывать точно такие же исключения.</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="345" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="344" />
       <source>Result of comparison is not used. This line doesn't do anything. Did you intend to prepend it with assert?</source>
       <translation>Результат сравнения не используется. Эта строка ничего не делает. Вы намеревались добавить к нему assert?</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="350" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="349" />
       <source>Cannot raise a literal. Did you intend to return it or raise an Exception?</source>
       <translation>Невозможно вызвать литерал. Вы намеревались вернуть его или вызвать Exception?</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="354" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="353" />
       <source>'assertRaises(Exception)' and 'pytest.raises(Exception)' should be considered evil. They can lead to your test passing even if the code being tested is never executed due to a typo. Assert for a more specific exception (builtin or custom), or use 'assertRaisesRegex' (if using 'assertRaises'), or add the 'match' keyword argument (if using 'pytest.raises'), or use the context manager form with a target.</source>
       <translation>'assertRaises(Exception):' следует считать злом. Это может привести к прохождению теста, даже если тестируемый код никогда не выполняется из-за опечатки. Либо подтвердите для более конкретного исключения (встроенного или пользовательского), используйте 'assertRaisesRegex', либо используйте форму 'assertRaises' диспетчера контекста.</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="363" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="362" />
       <source>Found useless expression. Consider either assigning it to a variable or removing it.</source>
       <translation>Найдено бесполезное выражение. Рассмотрите возможность назначения его переменной или удалить.</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="368" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="367" />
       <source>Use of 'functools.lru_cache' or 'functools.cache' on methods can lead to memory leaks. The cache may retain instance references, preventing garbage collection.</source>
       <translation>Использование  'functools.lru_cache' или  'functools.cache' в методах может привести к утечке памяти. Кэш может сохранять ссылки на экземпляры, предотвращая сборку мусора.</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="374" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="373" />
       <source>Found for loop that reassigns the iterable it is iterating with each iterable value.</source>
       <translation>Найден цикл for, который переназначает итерируемый объект, который повторяется с каждым итерируемым значением.</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="379" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="378" />
       <source>f-string used as docstring. This will be interpreted by python as a joined string rather than a docstring.</source>
       <translation>f-string используется в качестве строки документации. Python будет интерпретировать это скорее как объединенную строку, а не как строку документации.</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="384" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="383" />
       <source>No arguments passed to 'contextlib.suppress'. No exceptions will be suppressed and therefore this context manager is redundant.</source>
       <translation>В  'contextlib.suppress' не переданы аргументы. Никакие исключения не будут подавляться, поэтому этот менеджер контекста является избыточным.</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="389" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="388" />
       <source>Function definition does not bind loop variable '{0}'.</source>
       <translation>Определение функции не связывает переменную цикла '{0}'.</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="393" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="392" />
       <source>{0} is an abstract base class, but none of the methods it defines are abstract. This is not necessarily an error, but you might have forgotten to add the @abstractmethod decorator, potentially in conjunction with @classmethod, @property and/or @staticmethod.</source>
       <translation>{0} — это абстрактный базовый класс, но он не имеет абстрактных методов. Не забудьте использовать декоратор @abstractmethod, возможно, в сочетании с @classmethod, @property и/или @staticmethod.</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="400" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="399" />
       <source>Exception '{0}' has been caught multiple times. Only the first except will be considered and all other except catches can be safely removed.</source>
       <translation>Исключение '{0}' было перехвачено несколько раз. Будет рассмотрено только первое исключение, а все остальные исключения могут быть безопасно удалены.</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="405" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="404" />
       <source>Star-arg unpacking after a keyword argument is strongly discouraged, because it only works when the keyword parameter is declared after all parameters supplied by the unpacked sequence, and this change of ordering can surprise and mislead readers.</source>
       <translation>Настоятельно не рекомендуется распаковывать star-arg после аргумента ключевого слова, потому что он работает только тогда, когда параметр ключевого слова объявляется после всех параметров, предоставленных распакованной последовательностью, и такое изменение порядка может удивить и ввести в заблуждение читателей.</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="412" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="411" />
       <source>{0} is an empty method in an abstract base class, but has no abstract decorator. Consider adding @abstractmethod.</source>
       <translation>{0} — это пустой метод в абстрактном базовом классе, но без абстрактного декоратора. Рассмотрите возможность добавления @abstractmethod.</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="417" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="416" />
       <source>No explicit stacklevel argument found. The warn method from the warnings module uses a stacklevel of 1 by default. This will only show a stack trace for the line on which the warn method is called. It is therefore recommended to use a stacklevel of 2 or greater to provide more information to the user.</source>
       <translation>Явный аргумент уровня стека не найден. Метод warn из модуля warnings по умолчанию использует уровень стека 1. Это покажет только трассировку стека для строки, для которой вызывается метод warn. Поэтому рекомендуется использовать уровень стека 2 или выше, чтобы предоставить пользователю больше информации.</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="425" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="424" />
       <source>Using 'except ():' with an empty tuple does not handle/catch anything. Add exceptions to handle.</source>
       <translation>Использование 'except ():' с пустым кортежем ничего не обрабатывает/не перехватывает. Добавьте исключения для обработки.</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="430" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="429" />
       <source>Except handlers should only be names of exception classes</source>
       <translation>Обработчики исключений должны быть только именами классов исключений</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="434" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="433" />
       <source>Using the generator returned from 'itertools.groupby()' more than once will do nothing on the second usage. Save the result to a list, if the result is needed multiple times.</source>
       <translation>Использование генератора, возвращенного из 'itertools.groupby()' более одного раза, ничего не даст при повторном использовании. Сохраните результат в список, если результат требуется несколько раз.</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="440" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="439" />
       <source>Possible unintentional type annotation (using ':'). Did you mean to assign (using '=')?</source>
       <translation>Возможно непреднамеренная аннотация типа (using ':'). Вы имели в виду assign (using '=')?</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="445" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="444" />
       <source>Set should not contain duplicate item '{0}'. Duplicate items will be replaced with a single item at runtime.</source>
       <translation>Набор не должен содержать повторяющихся элементов '{0}'. Повторяющиеся элементы будут заменены одним элементом во время выполнения.</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="450" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="449" />
       <source>re.{0} should get '{1}' and 'flags' passed as keyword arguments to avoid confusion due to unintuitive argument positions.</source>
       <translation>re.{0} должен получать '{1}' и 'flags', передаваемые в качестве аргументов ключевых слов, чтобы избежать путаницы из-за неинтуитивных позиций аргументов.</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="455" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="454" />
       <source>Static key in dict comprehension: {0!r}.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="460" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="459" />
       <source>unncessary f-string</source>
       <translation>ненужная f-string</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="464" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="463" />
       <source>cannot use 'self.__class__' as first argument of 'super()' call</source>
       <translation>не используйте 'self .__ class__' в качестве первого аргумента вызова 'super ()'</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="469" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="468" />
       <source>found {0} formatter</source>
       <translation>найден {0} форматтер</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="473" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="472" />
       <source>format string does contain unindexed parameters</source>
       <translation>строка формата действительно содержит неиндексированные параметры</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="477" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="476" />
       <source>docstring does contain unindexed parameters</source>
       <translation>строка документации действительно содержит неиндексированные параметры</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="481" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="480" />
       <source>other string does contain unindexed parameters</source>
       <translation>другая строка действительно содержит неиндексированные параметры</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="485" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="484" />
       <source>format call uses too large index ({0})</source>
       <translation>формат вызова использует слишком большой индекс ({0})</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="489" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="488" />
       <source>format call uses missing keyword ({0})</source>
       <translation>формат вызова использует отсутствующее ключевое слово ({0})</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="493" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="492" />
       <source>format call uses keyword arguments but no named entries</source>
       <translation>формат вызова использует ключевые аргументы, но нет именованных записей</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="497" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="496" />
       <source>format call uses variable arguments but no numbered entries</source>
       <translation>формат ячейки использует переменные аргументы, но нет пронумерованных записей</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="501" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="500" />
       <source>format call uses implicit and explicit indexes together</source>
       <translation>формат вызова использует скрытые и явные индексы вместе</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="505" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="504" />
       <source>format call provides unused index ({0})</source>
       <translation>формат вызова предоставляет неиспользованный индекс ({0})</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="509" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="508" />
       <source>format call provides unused keyword ({0})</source>
       <translation>формат вызова предоставляет неиспользуемое ключевое слово ({0})</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="514" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="513" />
       <source>expected these __future__ imports: {0}; but only got: {1}</source>
       <translation>ожидался __future__ imports: {0}; получены только: {1}</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="518" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="517" />
       <source>expected these __future__ imports: {0}; but got none</source>
       <translation>ожидался __future__ imports: {0}; не получено ничего</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="523" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="522" />
       <source>gettext import with alias _ found: {0}</source>
       <translation>gettext import with alias _ found: {0}</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="528" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="527" />
       <source>print statement found</source>
       <translation>обнаружена инструкция печати</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="533" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="532" />
       <source>one element tuple found</source>
       <translation>найден одноэлементный кортеж</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="542" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="538" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="541" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="537" />
       <source>mutable default argument of type {0}</source>
       <translation>изменяемый аргумент по умолчанию типа {0}</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="546" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="545" />
       <source>mutable default argument of function call '{0}'</source>
       <translation>измененный аргумент по умолчанию для вызова функции '{0}'</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="551" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="550" />
       <source>None should not be added at any return if function has no return value except None</source>
       <translation>если функция не имеет возвращаемого значения, (кроме None), None не следует добавлять в каждый return</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="556" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="555" />
       <source>an explicit value at every return should be added if function has a return value except None</source>
       <translation>если функция имеет возвращаемое значение, (кроме None), то явное значение должно быть добавлено каждому return</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="561" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="560" />
       <source>an explicit return at the end of the function should be added if it has a return value except None</source>
       <translation>в конец функции, если она имеет возвращаемое значение, (кроме None), должен быть добавлен явный return</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="566" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="565" />
       <source>a value should not be assigned to a variable if it will be used as a return value only</source>
       <translation>значение не должно присваиваться переменной, если оно будет использоваться только как возвращаемое значение</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="572" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="571" />
       <source>prefer implied line continuation inside parentheses, brackets and braces as opposed to a backslash</source>
       <translation>для предполагаемого продолжения строки предпочтительнее использование круглых, квадратных или фигурных скобок, а не обратного слеша</translation>
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="578" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="577" />
       <source>implicitly concatenated string or bytes literals on one line</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="582" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="581" />
       <source>implicitly concatenated string or bytes literals over continuation line</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="586" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="585" />
       <source>explicitly concatenated string or bytes should be implicitly concatenated</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="591" />
+      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="590" />
       <source>commented code lines should be removed</source>
       <translation>закомментированные строки кода должны быть удалены</translation>
     </message>
@@ -55926,7 +55940,7 @@
       <translation>Пакет &lt;b&gt;'{0}'&lt;/b&gt; не содержит никаких классов или субпакетов.</translation>
     </message>
     <message>
-      <location filename="../Graphics/PackageDiagramBuilder.py" line="584" />
+      <location filename="../Graphics/PackageDiagramBuilder.py" line="583" />
       <source>&lt;p&gt;The diagram belongs to project &lt;b&gt;{0}&lt;/b&gt;. Please open it and try again.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Диаграмма принадлежит проекту &lt;b&gt;{0}&lt;/b&gt;. Пожалуйста, откройте его и попробуйте еще раз.&lt;/p&gt;</translation>
     </message>
@@ -59140,52 +59154,52 @@
   <context>
     <name>PluginManager</name>
     <message>
-      <location filename="../PluginManager/PluginManager.py" line="222" />
+      <location filename="../PluginManager/PluginManager.py" line="224" />
       <source>Could not create a package for {0}.</source>
       <translation>Невозможно создать пакет для {0}.</translation>
     </message>
     <message>
-      <location filename="../PluginManager/PluginManager.py" line="254" />
+      <location filename="../PluginManager/PluginManager.py" line="256" />
       <source>The internal plugin directory &lt;b&gt;{0}&lt;/b&gt; does not exits.</source>
       <translation>Внутренняя директория плагинов &lt;b&gt;{0}&lt;/b&gt; не существует.</translation>
     </message>
     <message>
-      <location filename="../PluginManager/PluginManager.py" line="431" />
+      <location filename="../PluginManager/PluginManager.py" line="433" />
       <source>Module is missing the 'autoactivate' attribute.</source>
       <translation>Модуль не содержит атрибута 'autoactivate'.</translation>
     </message>
     <message>
-      <location filename="../PluginManager/PluginManager.py" line="442" />
+      <location filename="../PluginManager/PluginManager.py" line="444" />
       <source>Module is missing the 'pluginType' and/or 'pluginTypename' attributes.</source>
       <translation>Модуль не содержит атрибутов 'pluginType' и/или 'pluginTypename'.</translation>
     </message>
     <message>
-      <location filename="../PluginManager/PluginManager.py" line="470" />
+      <location filename="../PluginManager/PluginManager.py" line="472" />
       <source>Module failed to load. Error: {0}</source>
       <translation>Неудачная загрузка модуля. Ошибка: {0}</translation>
     </message>
     <message>
-      <location filename="../PluginManager/PluginManager.py" line="651" />
+      <location filename="../PluginManager/PluginManager.py" line="653" />
       <source>Incompatible plugin activation method.</source>
       <translation>Несовместимый метод активации плагина.</translation>
     </message>
     <message>
-      <location filename="../PluginManager/PluginManager.py" line="1252" />
+      <location filename="../PluginManager/PluginManager.py" line="1255" />
       <source>Plugin Manager Error</source>
       <translation>Ошибка менеджера плагинов</translation>
     </message>
     <message>
-      <location filename="../PluginManager/PluginManager.py" line="1253" />
+      <location filename="../PluginManager/PluginManager.py" line="1256" />
       <source>&lt;p&gt;The plugin download directory &lt;b&gt;{0}&lt;/b&gt; could not be created. Please configure it via the configuration dialog.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Директория для загрузки плагинов &lt;b&gt;{0}&lt;/b&gt; не может быть создана. Задайте её посредством диалога конфигурации.&lt;/p&gt;&lt;p&gt;Причина:{1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../PluginManager/PluginManager.py" line="1341" />
+      <location filename="../PluginManager/PluginManager.py" line="1344" />
       <source>Error downloading file</source>
       <translation>Ошибка загрузки файла</translation>
     </message>
     <message>
-      <location filename="../PluginManager/PluginManager.py" line="1342" />
+      <location filename="../PluginManager/PluginManager.py" line="1345" />
       <source>&lt;p&gt;Could not download the requested file from {0}.&lt;/p&gt;&lt;p&gt;Error: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Не удалось загрузить запрашиваемый файл из {0}.&lt;/p&gt;&lt;p&gt;Ошибка: {1}&lt;/p&gt;</translation>
     </message>
@@ -60963,7 +60977,7 @@
       <translation>Переименовать файл</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3385" />
+      <location filename="../Project/Project.py" line="3383" />
       <location filename="../Project/Project.py" line="2204" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
       <translation>&lt;p&gt;Файл &lt;b&gt;{0}&lt;/b&gt; уже существует. Переписать?&lt;/p&gt;</translation>
@@ -61004,13 +61018,13 @@
       <translation>&lt;p&gt;Невозможно создать директорию проекта &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3186" />
+      <location filename="../Project/Project.py" line="3184" />
       <location filename="../Project/Project.py" line="2626" />
       <source>Create project management directory</source>
       <translation>Создать служебную директорию проекта</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3187" />
+      <location filename="../Project/Project.py" line="3185" />
       <location filename="../Project/Project.py" line="2627" />
       <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; is not writable.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Директория проекта &lt;b&gt;{0}&lt;/b&gt; не доступна для записи.&lt;/p&gt;</translation>
@@ -61026,21 +61040,21 @@
       <translation>&lt;p&gt;Невозможно создать главный сценарий проекта&lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2996" />
+      <location filename="../Project/Project.py" line="2994" />
       <location filename="../Project/Project.py" line="2674" />
       <source>Create Makefile</source>
       <translation>Создать Makefile</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2997" />
+      <location filename="../Project/Project.py" line="2995" />
       <location filename="../Project/Project.py" line="2675" />
       <source>&lt;p&gt;The makefile &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Файл makefile &lt;b&gt;{0}&lt;/b&gt; невозможно создать.&lt;br/&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3215" />
-      <location filename="../Project/Project.py" line="2813" />
-      <location filename="../Project/Project.py" line="2784" />
+      <location filename="../Project/Project.py" line="3213" />
+      <location filename="../Project/Project.py" line="2812" />
+      <location filename="../Project/Project.py" line="2783" />
       <location filename="../Project/Project.py" line="2740" />
       <location filename="../Project/Project.py" line="2715" />
       <location filename="../Project/Project.py" line="2685" />
@@ -61053,19 +61067,19 @@
       <translation>Добавить существующие файлы в проект?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3216" />
+      <location filename="../Project/Project.py" line="3214" />
       <location filename="../Project/Project.py" line="2716" />
       <source>Select Version Control System</source>
       <translation>Выберите систему контроля версий (VCS)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2814" />
+      <location filename="../Project/Project.py" line="2813" />
       <location filename="../Project/Project.py" line="2741" />
       <source>Would you like to edit the VCS command options?</source>
       <translation>Вы хотите редактировать параметры команд VCS?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4176" />
+      <location filename="../Project/Project.py" line="4174" />
       <location filename="../Project/Project.py" line="2756" />
       <source>New project</source>
       <translation>Новый проект</translation>
@@ -61076,72 +61090,72 @@
       <translation>Должен ли файл проекта быть добавлен в репозиторий?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2790" />
+      <location filename="../Project/Project.py" line="2789" />
       <location filename="../Project/Project.py" line="2778" />
       <source>None</source>
       <translation>None</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2785" />
+      <location filename="../Project/Project.py" line="2784" />
       <source>Select version control system for the project</source>
       <translation>Выберите систему контроля версий для проекта</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2922" />
+      <location filename="../Project/Project.py" line="2920" />
       <source>Translation Pattern</source>
       <translation>Шаблон перевода</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2923" />
+      <location filename="../Project/Project.py" line="2921" />
       <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source>
       <translation>Введите шаблон пути для файлов переводов (используйте '%language%' вместо language code):</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4196" />
-      <location filename="../Project/Project.py" line="3165" />
+      <location filename="../Project/Project.py" line="4194" />
+      <location filename="../Project/Project.py" line="3163" />
       <source>Open project</source>
       <translation>Открыть проект</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3167" />
+      <location filename="../Project/Project.py" line="3165" />
       <source>Project Files (*.epj);;XML Project Files (*.e4p)</source>
       <translation>Файлы проекта (*.epj);;XML-файлы проекта (*.e4p)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3370" />
-      <location filename="../Project/Project.py" line="3360" />
-      <source>Project Files (*.epj)</source>
-      <translation>Файлы проекта (*.epj)</translation>
-    </message>
-    <message>
       <location filename="../Project/Project.py" line="3368" />
+      <location filename="../Project/Project.py" line="3358" />
+      <source>Project Files (*.epj)</source>
+      <translation>Файлы проекта (*.epj)</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="3366" />
       <source>Save Project</source>
       <translation>Сохранить проект</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3384" />
+      <location filename="../Project/Project.py" line="3382" />
       <source>Save File</source>
       <translation>Сохранить файл</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3423" />
+      <location filename="../Project/Project.py" line="3421" />
       <source>Close Project</source>
       <translation>Закрыть проект</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3424" />
+      <location filename="../Project/Project.py" line="3422" />
       <source>The current project has unsaved changes.</source>
       <translation>Изменения в текущем проекте не сохранены.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3613" />
-      <location filename="../Project/Project.py" line="3579" />
+      <location filename="../Project/Project.py" line="3611" />
+      <location filename="../Project/Project.py" line="3577" />
       <source>Syntax errors detected</source>
       <translation>Найдены синтаксические ошибки</translation>
     </message>
     <message numerus="yes">
-      <location filename="../Project/Project.py" line="3614" />
-      <location filename="../Project/Project.py" line="3580" />
+      <location filename="../Project/Project.py" line="3612" />
+      <location filename="../Project/Project.py" line="3578" />
       <source>The project contains %n file(s) with syntax errors.</source>
       <translation>
         <numerusform>Проект содержит %n файл с синтаксической ошибкой.</numerusform>
@@ -61150,414 +61164,414 @@
       </translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4178" />
+      <location filename="../Project/Project.py" line="4176" />
       <source>&amp;New...</source>
       <translation>&amp;Новый...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4182" />
+      <source>Generate a new project</source>
+      <translation>Создать новый проект</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4184" />
-      <source>Generate a new project</source>
-      <translation>Создать новый проект</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4186" />
       <source>&lt;b&gt;New...&lt;/b&gt;&lt;p&gt;This opens a dialog for entering the info for a new project.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Новый...&lt;/b&gt;&lt;p&gt;Открытие диалога ввода информации о новом проекте.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4198" />
+      <location filename="../Project/Project.py" line="4196" />
       <source>&amp;Open...</source>
       <translation>&amp;Открыть...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4202" />
+      <source>Open an existing project</source>
+      <translation>Открыть существующий проект</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4204" />
-      <source>Open an existing project</source>
-      <translation>Открыть существующий проект</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4206" />
       <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing project.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Открыть...&lt;/b&gt;&lt;p&gt;Открытие существующего проекта.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4210" />
+      <source>Reload project</source>
+      <translation>Перезагрузить проект</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4212" />
-      <source>Reload project</source>
-      <translation>Перезагрузить проект</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4214" />
       <source>&amp;Reload</source>
       <translation>П&amp;ерезагрузить</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4218" />
+      <source>Reload the current project</source>
+      <translation>Перезагрузить текущий проект</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4220" />
-      <source>Reload the current project</source>
-      <translation>Перезагрузить текущий проект</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4222" />
       <source>&lt;b&gt;Reload&lt;/b&gt;&lt;p&gt;This reloads the current project.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Перезагрузить&lt;/b&gt;&lt;p&gt;Перезагружает текущий проект.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4226" />
+      <source>Close project</source>
+      <translation>Закрыть проект</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4228" />
-      <source>Close project</source>
-      <translation>Закрыть проект</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4230" />
       <source>&amp;Close</source>
       <translation>&amp;Закрыть</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4234" />
+      <source>Close the current project</source>
+      <translation>Закрыть текущий проект</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4236" />
-      <source>Close the current project</source>
-      <translation>Закрыть текущий проект</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4238" />
       <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current project.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Закрыть&lt;/b&gt;&lt;p&gt;Закрытие текущего проекта.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4244" />
+      <location filename="../Project/Project.py" line="4242" />
       <source>Save project</source>
       <translation>Сохранить проект</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4519" />
-      <location filename="../Project/Project.py" line="4246" />
+      <location filename="../Project/Project.py" line="4517" />
+      <location filename="../Project/Project.py" line="4244" />
       <source>&amp;Save</source>
       <translation>&amp;Сохранить</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4250" />
+      <source>Save the current project</source>
+      <translation>Сохранить текущий проект</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4252" />
-      <source>Save the current project</source>
-      <translation>Сохранить текущий проект</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4254" />
       <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current project.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Сохранить&lt;/b&gt;&lt;p&gt;Сохранение текущего проекта.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4258" />
+      <source>Save project as</source>
+      <translation>Сохранить проект как</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4260" />
-      <source>Save project as</source>
-      <translation>Сохранить проект как</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4262" />
       <source>Save &amp;as...</source>
       <translation>Сохранить &amp;как...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4266" />
+      <source>Save the current project to a new file</source>
+      <translation>Сохранить текущий проект в новый файл</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4268" />
-      <source>Save the current project to a new file</source>
-      <translation>Сохранить текущий проект в новый файл</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4270" />
       <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current project to a new file.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Сохранить как&lt;/b&gt;&lt;p&gt; Сохранение текущего проекта в новый файл.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4283" />
+      <source>Add files to project</source>
+      <translation>Добавить файлы в проект</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4285" />
-      <source>Add files to project</source>
-      <translation>Добавить файлы в проект</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4287" />
       <source>Add &amp;files...</source>
       <translation>Добавить &amp;файлы...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4291" />
+      <source>Add files to the current project</source>
+      <translation>Добавить файлы в текущий проект</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4293" />
-      <source>Add files to the current project</source>
-      <translation>Добавить файлы в текущий проект</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4295" />
       <source>&lt;b&gt;Add files...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding files to the current project. The place to add is determined by the file extension.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Добавить файлы&lt;/b&gt;
 &lt;p&gt;Открытие диалога добавления файлов в текущий проект. Место добавления определяется расширением файла.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4304" />
+      <source>Add directory to project</source>
+      <translation>Добавить директорию в проект</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4306" />
-      <source>Add directory to project</source>
-      <translation>Добавить директорию в проект</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4308" />
       <source>Add directory...</source>
       <translation>Добавить директорию...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4315" />
+      <location filename="../Project/Project.py" line="4313" />
       <source>Add a directory to the current project</source>
       <translation>Добавить директорию в текущий проект</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4318" />
+      <location filename="../Project/Project.py" line="4316" />
       <source>&lt;b&gt;Add directory...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding a directory to the current project.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Добавить директорию...&lt;/b&gt;
 &lt;p&gt;Открытие диалога добавления директории к текущему проекту.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4326" />
+      <source>Add translation to project</source>
+      <translation>Добавить перевод в проект</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4328" />
-      <source>Add translation to project</source>
-      <translation>Добавить перевод в проект</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4330" />
       <source>Add &amp;translation...</source>
       <translation>Добавить &amp;перевод...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4337" />
+      <location filename="../Project/Project.py" line="4335" />
       <source>Add a translation to the current project</source>
       <translation>Добавить перевод в текущий проект</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4340" />
+      <location filename="../Project/Project.py" line="4338" />
       <source>&lt;b&gt;Add translation...&lt;/b&gt;&lt;p&gt;This opens a dialog for add a translation to the current project.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Добавить перевод...&lt;/b&gt;&lt;p&gt;Открытие диалога добавления перевода в текущий проект.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4350" />
+      <location filename="../Project/Project.py" line="4348" />
       <source>Search new files</source>
       <translation>Поиск новых файлов</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4351" />
+      <location filename="../Project/Project.py" line="4349" />
       <source>Searc&amp;h new files...</source>
       <translation>Поис&amp;к новых файлов...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4355" />
+      <source>Search new files in the project directory.</source>
+      <translation>Поиск новых файлов в директории проекта.</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4357" />
-      <source>Search new files in the project directory.</source>
-      <translation>Поиск новых файлов в директории проекта.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4359" />
       <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, forms, ...) in the project directory and registered subdirectories.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Поиск новых файлов...&lt;/b&gt;&lt;p&gt;Поиск новых файлов (источники, формы, ...) в директории проекта и зарегистрированных поддиректориях..&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4367" />
+      <source>Search Project File</source>
+      <translation>Поиск файла проекта</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4368" />
+      <source>Search Project File...</source>
+      <translation>Поиск файла проекта...</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4369" />
-      <source>Search Project File</source>
-      <translation>Поиск файла проекта</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4370" />
-      <source>Search Project File...</source>
-      <translation>Поиск файла проекта...</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4371" />
       <source>Alt+Ctrl+P</source>
       <comment>Project|Search Project File</comment>
       <translation>Alt+Ctrl+P</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4374" />
+      <source>Search for a file in the project list of files.</source>
+      <translation>Поиск файла в списке файлов проекта.</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4376" />
-      <source>Search for a file in the project list of files.</source>
-      <translation>Поиск файла в списке файлов проекта.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4378" />
       <source>&lt;b&gt;Search Project File&lt;/b&gt;&lt;p&gt;This searches for a file in the project list of files.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Поиск файла проекта&lt;/b&gt;&lt;p&gt;Поиск файла в списке файлов проекта.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4385" />
+      <source>Project properties</source>
+      <translation>Свойства проекта</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4387" />
-      <source>Project properties</source>
-      <translation>Свойства проекта</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4389" />
       <source>&amp;Properties...</source>
       <translation>&amp;Свойства...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4393" />
+      <source>Show the project properties</source>
+      <translation>Показать свойства проекта</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4395" />
-      <source>Show the project properties</source>
-      <translation>Показать свойства проекта</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4397" />
       <source>&lt;b&gt;Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the project properties.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Свойства...&lt;/b&gt;&lt;p&gt;Отображение диалога для редактирования свойств проекта.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4404" />
+      <source>User project properties</source>
+      <translation>Пользовательские настройки проекта</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4406" />
-      <source>User project properties</source>
-      <translation>Пользовательские настройки проекта</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4408" />
       <source>&amp;User Properties...</source>
       <translation>&amp;Пользовательские свойства...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4415" />
+      <location filename="../Project/Project.py" line="4413" />
       <source>Show the user specific project properties</source>
       <translation>Показать пользовательские свойства проекта</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4418" />
+      <location filename="../Project/Project.py" line="4416" />
       <source>&lt;b&gt;User Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the user specific project properties.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Пользовательские свойства...&lt;/b&gt;&lt;p&gt;Отображает диалог редактирования пользовательских свойств проекта.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4428" />
+      <location filename="../Project/Project.py" line="4426" />
       <source>Filetype Associations</source>
       <translation>Ассоциации типов файлов</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4429" />
+      <location filename="../Project/Project.py" line="4427" />
       <source>Filetype Associations...</source>
       <translation>Ассоциации типов файлов...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4436" />
+      <location filename="../Project/Project.py" line="4434" />
       <source>Show the project file type associations</source>
       <translation>Показать ассоциации типов файлов для проекта</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4439" />
+      <location filename="../Project/Project.py" line="4437" />
       <source>&lt;b&gt;Filetype Associations...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Ассоциации типов файлов...&lt;/b&gt;&lt;p&gt;Отображается диалоговое окно для редактирования ассоциаций типов файлов проекта. Эти ассоциации определяют тип (источник, форму, интерфейс, протокол или другие) с шаблоном имени файла. Они используются при добавлении файла в проект и при поиске новых файлов.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4452" />
+      <location filename="../Project/Project.py" line="4450" />
       <source>Lexer Associations</source>
       <translation>Ассоциации для лексеров</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4453" />
+      <location filename="../Project/Project.py" line="4451" />
       <source>Lexer Associations...</source>
       <translation>Ассоциации для лексеров...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4460" />
+      <location filename="../Project/Project.py" line="4458" />
       <source>Show the project lexer associations (overriding defaults)</source>
       <translation>Показать ассоциации для лексеров проекта (переопределяющие по умолчанию)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4463" />
+      <location filename="../Project/Project.py" line="4461" />
       <source>&lt;b&gt;Lexer Associations...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Ассоциации для лексеров...&lt;/b&gt;&lt;p&gt;Показать ассоциации лексеров для проекта. Эти ассоциации переопределяют глобальные ассоциации лексеров. Лексеры используются для подсвечивания текста в редакторе.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4481" />
+      <location filename="../Project/Project.py" line="4479" />
       <source>Debugger Properties</source>
       <translation>Свойства отладчика</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4482" />
+      <location filename="../Project/Project.py" line="4480" />
       <source>Debugger &amp;Properties...</source>
       <translation>&amp;Свойства отладчика...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4486" />
+      <source>Show the debugger properties</source>
+      <translation>Показать свойства отладчика</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4488" />
-      <source>Show the debugger properties</source>
-      <translation>Показать свойства отладчика</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4490" />
       <source>&lt;b&gt;Debugger Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit project specific debugger settings.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Свойства отладчика...&lt;/b&gt;
 &lt;p&gt;Отображение диалога редактирования свойств отладчика, специфичных для данного проекта.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4500" />
+      <location filename="../Project/Project.py" line="4498" />
       <source>Load</source>
       <translation>Загрузить</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4501" />
+      <location filename="../Project/Project.py" line="4499" />
       <source>&amp;Load</source>
       <translation>&amp;Загрузить</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4505" />
+      <source>Load the debugger properties</source>
+      <translation>Загрузить свойства отладчика</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4507" />
-      <source>Load the debugger properties</source>
-      <translation>Загрузить свойства отладчика</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4509" />
       <source>&lt;b&gt;Load Debugger Properties&lt;/b&gt;&lt;p&gt;This loads the project specific debugger settings.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Загрузить свойства отладчика&lt;/b&gt;
 &lt;p&gt;Загрузить свойства отладчика, специфичные для данного проекта.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4518" />
+      <location filename="../Project/Project.py" line="4516" />
       <source>Save</source>
       <translation>Сохранить</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4523" />
+      <source>Save the debugger properties</source>
+      <translation>Сохранить свойства отладчика</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4525" />
-      <source>Save the debugger properties</source>
-      <translation>Сохранить свойства отладчика</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4527" />
       <source>&lt;b&gt;Save Debugger Properties&lt;/b&gt;&lt;p&gt;This saves the project specific debugger settings.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Сохранить свойства отладчика&lt;/b&gt;&lt;p&gt;Сохранить свойства отладчика, специфичные для данного проекта.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4536" />
+      <location filename="../Project/Project.py" line="4534" />
       <source>Delete</source>
       <translation>Удалить</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4537" />
+      <location filename="../Project/Project.py" line="4535" />
       <source>&amp;Delete</source>
       <translation>&amp;Удалить</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4541" />
+      <source>Delete the debugger properties</source>
+      <translation>Удалить свойства отладчика</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4543" />
-      <source>Delete the debugger properties</source>
-      <translation>Удалить свойства отладчика</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4545" />
       <source>&lt;b&gt;Delete Debugger Properties&lt;/b&gt;&lt;p&gt;This deletes the file containing the project specific debugger settings.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Удалить свойства отладчика&lt;/b&gt;&lt;p&gt;Удалить свойства отладчика, специфичные для данного проекта.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4555" />
+      <location filename="../Project/Project.py" line="4553" />
       <source>Reset</source>
       <translation>Рестарт</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4556" />
+      <location filename="../Project/Project.py" line="4554" />
       <source>&amp;Reset</source>
       <translation>&amp;Рестарт</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4560" />
+      <source>Reset the debugger properties</source>
+      <translation>Сбросить свойства отладчика</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4562" />
-      <source>Reset the debugger properties</source>
-      <translation>Сбросить свойства отладчика</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4564" />
       <source>&lt;b&gt;Reset Debugger Properties&lt;/b&gt;&lt;p&gt;This resets the project specific debugger settings.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Сбросить свойства отладчика&lt;/b&gt;&lt;p&gt;Сбросить свойства отладчика, специфичные для данного проекта.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4580" />
-      <location filename="../Project/Project.py" line="4579" />
+      <location filename="../Project/Project.py" line="4578" />
+      <location filename="../Project/Project.py" line="4577" />
       <source>Load session</source>
       <translation>Загрузить сессию</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4584" />
+      <source>Load the projects session file.</source>
+      <translation>Загрузить файл с сессией проекта.</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4586" />
-      <source>Load the projects session file.</source>
-      <translation>Загрузить файл с сессией проекта.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4588" />
       <source>&lt;b&gt;Load session&lt;/b&gt;&lt;p&gt;This loads the projects session file. The session consists of the following data.&lt;br&gt;- all open source files&lt;br&gt;- all breakpoint&lt;br&gt;- the commandline arguments&lt;br&gt;- the working directory&lt;br&gt;- the exception reporting flag&lt;/p&gt;</source>
       <translation>&lt;b&gt;Загрузить сессию&lt;/b&gt;
 &lt;p&gt;Загрузить файл с сессией проекта. Сессия содержит следующие данные:&lt;br&gt;
@@ -61569,18 +61583,18 @@
 &lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4604" />
-      <location filename="../Project/Project.py" line="4603" />
+      <location filename="../Project/Project.py" line="4602" />
+      <location filename="../Project/Project.py" line="4601" />
       <source>Save session</source>
       <translation>Сохранить сессию</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4608" />
+      <source>Save the projects session file.</source>
+      <translation>Сохранить файл с сессией проекта.</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4610" />
-      <source>Save the projects session file.</source>
-      <translation>Сохранить файл с сессией проекта.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4612" />
       <source>&lt;b&gt;Save session&lt;/b&gt;&lt;p&gt;This saves the projects session file. The session consists of the following data.&lt;br&gt;- all open source files&lt;br&gt;- all breakpoint&lt;br&gt;- the commandline arguments&lt;br&gt;- the working directory&lt;br&gt;- the exception reporting flag&lt;/p&gt;</source>
       <translation>&lt;b&gt;Сохранить сессию&lt;/b&gt;
 &lt;p&gt;Сохранить файл с сессией проекта. Сессия содержит следующие данные:&lt;br&gt;
@@ -61592,757 +61606,757 @@
 &lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4628" />
-      <location filename="../Project/Project.py" line="4627" />
+      <location filename="../Project/Project.py" line="4626" />
+      <location filename="../Project/Project.py" line="4625" />
       <source>Delete session</source>
       <translation>Удалить сессию</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4632" />
+      <source>Delete the projects session file.</source>
+      <translation>Удалить файл с сессией проекта.</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4634" />
-      <source>Delete the projects session file.</source>
-      <translation>Удалить файл с сессией проекта.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4636" />
       <source>&lt;b&gt;Delete session&lt;/b&gt;&lt;p&gt;This deletes the projects session file&lt;/p&gt;</source>
       <translation>&lt;b&gt;Удалить сессию&lt;/b&gt;&lt;p&gt;Удалить файл с сессией проекта&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4651" />
+      <location filename="../Project/Project.py" line="4649" />
       <source>Code Metrics</source>
       <translation>Метрики кода</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4652" />
+      <location filename="../Project/Project.py" line="4650" />
       <source>&amp;Code Metrics...</source>
       <translation>&amp;Метрики кода...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4659" />
+      <location filename="../Project/Project.py" line="4657" />
       <source>Show some code metrics for the project.</source>
       <translation>Отображение некоторых метрик кода проекта.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4662" />
+      <location filename="../Project/Project.py" line="4660" />
       <source>&lt;b&gt;Code Metrics...&lt;/b&gt;&lt;p&gt;This shows some code metrics for all Python files in the project.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Метрики кода...&lt;/b&gt;&lt;p&gt;Отображение некоторых метрик кода для всех Python-файлов проекта.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4672" />
+      <location filename="../Project/Project.py" line="4670" />
       <source>Python Code Coverage</source>
       <translation>Покрытие кода Python</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4673" />
+      <location filename="../Project/Project.py" line="4671" />
       <source>Code Co&amp;verage...</source>
       <translation>&amp;Покрытие кода...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4680" />
+      <location filename="../Project/Project.py" line="4678" />
       <source>Show code coverage information for the project.</source>
       <translation>Показать информацию покрытия кода проекта.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4683" />
+      <location filename="../Project/Project.py" line="4681" />
       <source>&lt;b&gt;Code Coverage...&lt;/b&gt;&lt;p&gt;This shows the code coverage information for all Python files in the project.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Покрытие кода...&lt;/b&gt;&lt;p&gt;Показать информацию покрытия кода всех Python-файлов проекта.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6005" />
-      <location filename="../Project/Project.py" line="5992" />
-      <location filename="../Project/Project.py" line="4693" />
+      <location filename="../Project/Project.py" line="6003" />
+      <location filename="../Project/Project.py" line="5990" />
+      <location filename="../Project/Project.py" line="4691" />
       <source>Profile Data</source>
       <translation>Данные профайлера</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4694" />
+      <location filename="../Project/Project.py" line="4692" />
       <source>&amp;Profile Data...</source>
       <translation>&amp;Данные профайлера...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4701" />
+      <location filename="../Project/Project.py" line="4699" />
       <source>Show profiling data for the project.</source>
       <translation>Отображение результатов профилирования проекта.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4704" />
+      <location filename="../Project/Project.py" line="4702" />
       <source>&lt;b&gt;Profile Data...&lt;/b&gt;&lt;p&gt;This shows the profiling data for the project.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Данные профайлера...&lt;/b&gt;&lt;p&gt;Отображение результатов профилирования проекта.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6057" />
-      <location filename="../Project/Project.py" line="4719" />
+      <location filename="../Project/Project.py" line="6055" />
+      <location filename="../Project/Project.py" line="4717" />
       <source>Application Diagram</source>
       <translation>Диаграмма приложения</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4720" />
+      <location filename="../Project/Project.py" line="4718" />
       <source>&amp;Application Diagram...</source>
       <translation>&amp;Диаграмма приложения...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4727" />
+      <location filename="../Project/Project.py" line="4725" />
       <source>Show a diagram of the project.</source>
       <translation>Показать диаграмму проекта.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4730" />
+      <location filename="../Project/Project.py" line="4728" />
       <source>&lt;b&gt;Application Diagram...&lt;/b&gt;&lt;p&gt;This shows a diagram of the project.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Диаграмма приложения...&lt;/b&gt;&lt;p&gt;Отображает диаграмму проекта.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4739" />
+      <location filename="../Project/Project.py" line="4737" />
       <source>Load Diagram</source>
       <translation>Загрузить диаграмму</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4740" />
+      <location filename="../Project/Project.py" line="4738" />
       <source>&amp;Load Diagram...</source>
       <translation>&amp;Загрузить диаграмму...</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4744" />
+      <source>Load a diagram from file.</source>
+      <translation>Загрузить диаграмму из файла.</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4746" />
-      <source>Load a diagram from file.</source>
-      <translation>Загрузить диаграмму из файла.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4748" />
       <source>&lt;b&gt;Load Diagram...&lt;/b&gt;&lt;p&gt;This loads a diagram from file.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Загрузить диаграмму...&lt;/b&gt;&lt;p&gt;Загрузить диаграмму из файла.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6220" />
-      <location filename="../Project/Project.py" line="6165" />
-      <location filename="../Project/Project.py" line="4763" />
+      <location filename="../Project/Project.py" line="6218" />
+      <location filename="../Project/Project.py" line="6163" />
+      <location filename="../Project/Project.py" line="4761" />
       <source>Create Package List</source>
       <translation>Создать список пакета</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4765" />
+      <location filename="../Project/Project.py" line="4763" />
       <source>Create &amp;Package List</source>
       <translation>&amp;Создать список пакета</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4772" />
+      <location filename="../Project/Project.py" line="4770" />
       <source>Create an initial PKGLIST file for an eric plugin.</source>
       <translation>Создать первичный файл PKGLIST для плагина eric.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4775" />
+      <location filename="../Project/Project.py" line="4773" />
       <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric plugin archive. The list is created from the project file.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Создать список пакета&lt;/b&gt;&lt;p&gt;Создаёт начальный список файлов для включения в архив плагина eric. Список создаётся из файла проекта.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6289" />
-      <location filename="../Project/Project.py" line="4786" />
+      <location filename="../Project/Project.py" line="6287" />
+      <location filename="../Project/Project.py" line="4784" />
       <source>Create Plugin Archives</source>
       <translation>Создать архивы плагина</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4788" />
+      <location filename="../Project/Project.py" line="4786" />
       <source>Create Plugin &amp;Archives</source>
       <translation>Создать архивы &amp;плагина</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4792" />
+      <source>Create eric plugin archive files.</source>
+      <translation>Создание архивных файлов плагина eric.</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4794" />
-      <source>Create eric plugin archive files.</source>
-      <translation>Создание архивных файлов плагина eric.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4796" />
       <source>&lt;b&gt;Create Plugin Archives&lt;/b&gt;&lt;p&gt;This creates eric plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Создать архивы плагина&lt;/b&gt;&lt;p&gt;Создание архивных файлов плагина eric, используя список файлов, приведенный в файле PKGLIST. Имя архива, если оно не задано в файле со списком пакета, создается из имени главного сценария.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4806" />
+      <source>Create Plugin Archives (Snapshot)</source>
+      <translation>Создать архивы плагина (Snapshot)</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4808" />
-      <source>Create Plugin Archives (Snapshot)</source>
-      <translation>Создать архивы плагина (Snapshot)</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4810" />
       <source>Create Plugin Archives (&amp;Snapshot)</source>
       <translation>Создать архивы плагина (&amp;Snapshot)</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4817" />
+      <location filename="../Project/Project.py" line="4815" />
       <source>Create eric plugin archive files (snapshot releases).</source>
       <translation>Создание архивных файлов плагина eric (snapshot releases).</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4820" />
+      <location filename="../Project/Project.py" line="4818" />
       <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Создать архивы плагина (Snapshot)&lt;/b&gt;&lt;p&gt;Создание архивных файлов плагина eric, используя список файлов, приведенный в файле PKGLIST. Имя архива, если оно не задано в файле со списком пакета, создается из имени главного сценария. Версия главного скрипта изменяется в соответствии релизом snapshot.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6719" />
-      <location filename="../Project/Project.py" line="6690" />
-      <location filename="../Project/Project.py" line="6644" />
-      <location filename="../Project/Project.py" line="4839" />
+      <location filename="../Project/Project.py" line="6717" />
+      <location filename="../Project/Project.py" line="6688" />
+      <location filename="../Project/Project.py" line="6642" />
+      <location filename="../Project/Project.py" line="4837" />
       <source>Execute Make</source>
       <translation>Выполнить Make</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4840" />
+      <location filename="../Project/Project.py" line="4838" />
       <source>&amp;Execute Make</source>
       <translation>&amp;Выполнить Make</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4844" />
+      <source>Perform a 'make' run.</source>
+      <translation>Выполнить прогон 'make'.</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4846" />
-      <source>Perform a 'make' run.</source>
-      <translation>Выполнить прогон 'make'.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4848" />
       <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a 'make' run to rebuild the configured target.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Выполнить Make&lt;/b&gt;&lt;p&gt;Выполнение прогона 'make' для пересборки настроеной цели.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6696" />
-      <location filename="../Project/Project.py" line="4858" />
+      <location filename="../Project/Project.py" line="6694" />
+      <location filename="../Project/Project.py" line="4856" />
       <source>Test for Changes</source>
       <translation>Проверить изменения</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4859" />
+      <location filename="../Project/Project.py" line="4857" />
       <source>&amp;Test for Changes</source>
       <translation>&amp;Проверить изменения</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4866" />
+      <location filename="../Project/Project.py" line="4864" />
       <source>Question 'make', if a rebuild is needed.</source>
       <translation>Запрос 'make', если необходима пересборка.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4869" />
+      <location filename="../Project/Project.py" line="4867" />
       <source>&lt;b&gt;Test for Changes&lt;/b&gt;&lt;p&gt;This questions 'make', if a rebuild of the configured target is necessary.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Проверка изменений&lt;/b&gt;&lt;p&gt;Запрос 'make', если требуется пересборка настроенной цели.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4887" />
+      <location filename="../Project/Project.py" line="4885" />
       <source>Create SBOM File</source>
       <translation>Создать файл SBOM</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4888" />
+      <location filename="../Project/Project.py" line="4886" />
       <source>Create &amp;SBOM File</source>
       <translation>Создать файл &amp;SBOM</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4895" />
+      <location filename="../Project/Project.py" line="4893" />
       <source>Create a SBOM file of the project dependencies.</source>
       <translation>Создайте SBOM файл зависимостей проекта.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4898" />
+      <location filename="../Project/Project.py" line="4896" />
       <source>&lt;b&gt;Create SBOM File&lt;/b&gt;&lt;p&gt;This allows the creation of a SBOM file of the project dependencies. This may be based on various input sources and will be saved as a CycloneDX SBOM file.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Создать файл SBOM&lt;/b&gt;&lt;p&gt;Создание SBOM файла зависимостей проекта. Он может быть основан на различных источниках ввода и будет сохранен как файл CycloneDX SBOM.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4915" />
+      <location filename="../Project/Project.py" line="4913" />
       <source>About Black</source>
       <translation>О Black</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4916" />
+      <location filename="../Project/Project.py" line="4914" />
       <source>&amp;Black</source>
       <translation>&amp;Black</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="4920" />
+      <source>Show some information about 'Black'.</source>
+      <translation>Отображение некоторой информации о форматере 'Black'.</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="4922" />
-      <source>Show some information about 'Black'.</source>
-      <translation>Отображение некоторой информации о форматере 'Black'.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4924" />
       <source>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'Black' tool.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;Отображение некоторой информации об установленном форматере 'Black'.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4936" />
+      <location filename="../Project/Project.py" line="4934" />
       <source>Format Code</source>
       <translation>Форматировать код</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4937" />
+      <location filename="../Project/Project.py" line="4935" />
       <source>&amp;Format Code</source>
       <translation>&amp;Форматировать код</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4944" />
+      <location filename="../Project/Project.py" line="4942" />
       <source>Format the project sources with 'Black'.</source>
       <translation>Форматирование исходников проекта с помощью 'Black'.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4947" />
+      <location filename="../Project/Project.py" line="4945" />
       <source>&lt;b&gt;Format Code&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the formatting run and reformats the project sources using 'Black'.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Форматировать код&lt;/b&gt;&lt;p&gt;Отображение диалога задания параметров для форматирования и переформатирование исходников проекта с помощью 'Black'.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4959" />
+      <location filename="../Project/Project.py" line="4957" />
       <source>Check Code Formatting</source>
       <translation>Проверить форматирование кода</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4960" />
+      <location filename="../Project/Project.py" line="4958" />
       <source>&amp;Check Code Formatting</source>
       <translation>&amp;Проверить форматирование кода</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4967" />
+      <location filename="../Project/Project.py" line="4965" />
       <source>Check, if the project sources need to be reformatted with 'Black'.</source>
       <translation>Проверка возможности переформатирования исходников проекта с помощью 'Black'.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4972" />
+      <location filename="../Project/Project.py" line="4970" />
       <source>&lt;b&gt;Check Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format check run and performs a check, if the project sources need to be reformatted using 'Black'.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Проверить форматирование кода&lt;/b&gt;&lt;p&gt;Отображение диалога задания параметров для запуска проверки формата и выполнение проверки, если исходный проект необходимо переформатировать посредством 'Black'.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4985" />
+      <location filename="../Project/Project.py" line="4983" />
       <source>Code Formatting Diff</source>
       <translation>Различия форматирования кода</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4986" />
+      <location filename="../Project/Project.py" line="4984" />
       <source>Code Formatting &amp;Diff</source>
       <translation>&amp;Различия форматирования кода</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4993" />
+      <location filename="../Project/Project.py" line="4991" />
       <source>Generate a unified diff of potential project source reformatting with 'Black'.</source>
       <translation>Генерация унифицированного diff потенциального переформатирования исходников проекта с помощью 'Black'.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4999" />
+      <location filename="../Project/Project.py" line="4997" />
       <source>&lt;b&gt;Diff Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format diff run and generates a unified diff of potential project source reformatting using 'Black'.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Различия форматирования кода&lt;/b&gt;&lt;p&gt;Отображение диалога задания параметров для запуска сравнения форматов и генерации единого diff потенциального переформатирования исходного проекта с помощью 'Black'.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5164" />
-      <location filename="../Project/Project.py" line="5114" />
-      <location filename="../Project/Project.py" line="5113" />
-      <location filename="../Project/Project.py" line="5013" />
-      <location filename="../Project/Project.py" line="5012" />
+      <location filename="../Project/Project.py" line="5162" />
+      <location filename="../Project/Project.py" line="5112" />
+      <location filename="../Project/Project.py" line="5111" />
+      <location filename="../Project/Project.py" line="5011" />
+      <location filename="../Project/Project.py" line="5010" />
       <source>Configure</source>
       <translation>Конфигурация</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5020" />
+      <location filename="../Project/Project.py" line="5018" />
       <source>Enter the parameters for formatting the project sources with 'Black'.</source>
       <translation>Задание параметров форматирования исходников проекта с помощью  'Black'.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5025" />
+      <location filename="../Project/Project.py" line="5023" />
       <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This shows a dialog to enter the parameters for formatting the project sources with 'Black'.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Конфигурация&lt;/b&gt;&lt;p&gt;Отображение диалога задания параметров для форматирования исходников проекта с помощью 'Black'.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5041" />
+      <location filename="../Project/Project.py" line="5039" />
       <source>About isort</source>
       <translation>О isort</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5042" />
+      <location filename="../Project/Project.py" line="5040" />
       <source>&amp;isort</source>
       <translation>&amp;isort</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5046" />
+      <source>Show some information about 'isort'.</source>
+      <translation>Отображение некоторой информации о утилите 'isort'.</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5048" />
-      <source>Show some information about 'isort'.</source>
-      <translation>Отображение некоторой информации о утилите 'isort'.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5050" />
       <source>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'isort' tool.&lt;/p&gt;</source>
       <translation>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;Отображение некоторой информацим об установленном инструменте isort.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5063" />
-      <location filename="../Project/Project.py" line="5062" />
+      <location filename="../Project/Project.py" line="5061" />
+      <location filename="../Project/Project.py" line="5060" />
       <source>Sort Imports</source>
       <translation>Сортировать импорт</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5070" />
+      <location filename="../Project/Project.py" line="5068" />
       <source>Sort the import statements of the project sources with 'isort'.</source>
       <translation>Сортировка операторов импорта исходников проекта с помощью 'isort'.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5073" />
+      <location filename="../Project/Project.py" line="5071" />
       <source>&lt;b&gt;Sort Imports&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting run and sorts the import statements of the project sources using 'isort'.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Сортировка импорта&lt;/b&gt;&lt;p&gt;Отображение диалога задания параметров для запуска сортировки импорта и сортировки операторов импорта исходного проекта с помощью 'isort'.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5087" />
-      <location filename="../Project/Project.py" line="5086" />
+      <location filename="../Project/Project.py" line="5085" />
+      <location filename="../Project/Project.py" line="5084" />
       <source>Imports Sorting Diff</source>
       <translation>Различия сортировки импорта</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5094" />
+      <location filename="../Project/Project.py" line="5092" />
       <source>Generate a unified diff of potential project source imports resorting with 'isort'.</source>
       <translation>Создание унифицированного diff потенциального импорта исходников проекта c помощью 'isort'.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5100" />
+      <location filename="../Project/Project.py" line="5098" />
       <source>&lt;b&gt;Imports Sorting Diff&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting diff run and generates a unified diff of potential project source changes using 'isort'.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Различия сортировки импорта&lt;/b&gt;&lt;p&gt;Отображение диалога задания параметров для запуска сравнения сортировки импорта и создания унифицированного diff потенциальных изменений исходников проекта с помощью 'isort'.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5121" />
+      <location filename="../Project/Project.py" line="5119" />
       <source>Enter the parameters for resorting the project sources import statements with 'isort'.</source>
       <translation>Задание параметров сортировки операторов импорта исходников проекта с помощью 'isort'.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5127" />
+      <location filename="../Project/Project.py" line="5125" />
       <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This shows a dialog to enter the parameters for resorting the import statements of the project sources with 'isort'.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Конфигурация&lt;/b&gt;&lt;p&gt;Отображение диалогового окна ввода параметров для сортировки операторов импорта исходников проекта с помощью 'isort'.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5143" />
+      <location filename="../Project/Project.py" line="5141" />
       <source>Install Project</source>
       <translation>Установить проект</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5144" />
+      <location filename="../Project/Project.py" line="5142" />
       <source>&amp;Install Project</source>
       <translation>&amp;Установить проект</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5151" />
+      <location filename="../Project/Project.py" line="5149" />
       <source>Install the project into the embedded environment.</source>
       <translation>Установка проекта во встроенную среду.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5154" />
+      <location filename="../Project/Project.py" line="5152" />
       <source>&lt;b&gt;Install Project&lt;/b&gt;&lt;p&gt;This installs the project into the embedded virtual environment in editable mode (i.e. development mode).&lt;/p&gt;</source>
       <translation>&lt;b&gt;Установить проект&lt;/b&gt;&lt;p&gt;Установка проекта во встроенное виртуальное окружение в режиме редактирования (т.е. в режиме разработки).&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5165" />
+      <location filename="../Project/Project.py" line="5163" />
       <source>&amp;Configure</source>
       <translation>&amp;Настройки</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5172" />
+      <location filename="../Project/Project.py" line="5170" />
       <source>Configure the embedded environment.</source>
       <translation>Настройка встроенного виртуального окружения.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5175" />
+      <location filename="../Project/Project.py" line="5173" />
       <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This opens a dialog to configure the embedded virtual environment of the project.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Настройки&lt;/b&gt;&lt;p&gt;Открытие диалогового окна для настройки встроенного виртуального окружения проекта.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5185" />
+      <location filename="../Project/Project.py" line="5183" />
       <source>Upgrade</source>
       <translation>Модернизировать</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5186" />
+      <location filename="../Project/Project.py" line="5184" />
       <source>&amp;Upgrade</source>
       <translation>&amp;Модернизировать</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5190" />
+      <source>Upgrade the embedded environment.</source>
+      <translation>Модернизация встроенного виртуального окружения.</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5192" />
-      <source>Upgrade the embedded environment.</source>
-      <translation>Модернизация встроенного виртуального окружения.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5194" />
       <source>&lt;b&gt;Upgrade&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to upgrade the embedded virtual environment of the project.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Модернизировать&lt;/b&gt;&lt;p&gt;Открытие диалогового окна для ввода параметров обновления встроенной виртуальной среды проекта.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5206" />
+      <location filename="../Project/Project.py" line="5204" />
       <source>Recreate</source>
       <translation>Пересоздать</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5207" />
+      <location filename="../Project/Project.py" line="5205" />
       <source>&amp;Recreate</source>
       <translation>&amp;Пересоздать</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5211" />
+      <source>Recreate the embedded environment.</source>
+      <translation>Пересоздание встроенного виртуального окружения.</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5213" />
-      <source>Recreate the embedded environment.</source>
-      <translation>Пересоздание встроенного виртуального окружения.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5215" />
       <source>&lt;b&gt;Recreate&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to recreate the embedded virtual environment of the project. The existing environment is cleared first.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Пересоздать&lt;/b&gt;&lt;p&gt;При этом открывается диалоговое окно для ввода параметров для воссоздания встроенной виртуальной среды проекта. Сначала очищается существующая среда.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5245" />
+      <source>&amp;Project</source>
+      <translation>&amp;Проект</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5246" />
+      <source>Open &amp;Recent Projects</source>
+      <translation>Открыть &amp;недавние проекты</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5247" />
-      <source>&amp;Project</source>
-      <translation>&amp;Проект</translation>
+      <source>Session</source>
+      <translation>Сессия</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5248" />
-      <source>Open &amp;Recent Projects</source>
-      <translation>Открыть &amp;недавние проекты</translation>
+      <source>Debugger</source>
+      <translation>Отладка</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5249" />
-      <source>Session</source>
-      <translation>Сессия</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5250" />
-      <source>Debugger</source>
-      <translation>Отладка</translation>
+      <source>Embedded Environment</source>
+      <translation>Встроенная среда окружения</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5251" />
-      <source>Embedded Environment</source>
-      <translation>Встроенная среда окружения</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5253" />
       <source>Project-T&amp;ools</source>
       <translation>&amp;Инструменты-проекта</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5254" />
+      <location filename="../Project/Project.py" line="5252" />
       <source>&amp;Version Control</source>
       <translation>Контроль &amp;версий</translation>
     </message>
     <message>
+      <location filename="../Project/Project.py" line="5256" />
+      <source>Chec&amp;k</source>
+      <translation>&amp;Проверить</translation>
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="5258" />
-      <source>Chec&amp;k</source>
-      <translation>&amp;Проверить</translation>
+      <source>Code &amp;Formatting</source>
+      <translation>&amp;Форматировать код</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5260" />
-      <source>Code &amp;Formatting</source>
-      <translation>&amp;Форматировать код</translation>
+      <source>Sho&amp;w</source>
+      <translation>По&amp;казать</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5261" />
+      <source>&amp;Diagrams</source>
+      <translation>&amp;Диаграммы</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5262" />
-      <source>Sho&amp;w</source>
-      <translation>По&amp;казать</translation>
+      <source>Pac&amp;kagers</source>
+      <translation>У&amp;паковщики</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5263" />
-      <source>&amp;Diagrams</source>
-      <translation>&amp;Диаграммы</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5264" />
-      <source>Pac&amp;kagers</source>
-      <translation>У&amp;паковщики</translation>
+      <source>Source &amp;Documentation</source>
+      <translation>&amp;Документация исходников</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="5265" />
-      <source>Source &amp;Documentation</source>
-      <translation>&amp;Документация исходников</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5267" />
       <source>Make</source>
       <translation>Make</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5268" />
+      <location filename="../Project/Project.py" line="5266" />
       <source>Other Tools</source>
       <translation>Другие инструменты</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5428" />
       <location filename="../Project/Project.py" line="5426" />
+      <location filename="../Project/Project.py" line="5424" />
       <source>Project</source>
       <translation>Проект</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5489" />
+      <location filename="../Project/Project.py" line="5487" />
       <source>&amp;Clear</source>
       <translation>&amp;Очистить</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5648" />
+      <location filename="../Project/Project.py" line="5646" />
       <source>Search New Files</source>
       <translation>Поиск новых файлов</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5649" />
+      <location filename="../Project/Project.py" line="5647" />
       <source>There were no new files found to be added.</source>
       <translation>Не найдено новых файлов для добавления.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5798" />
-      <location filename="../Project/Project.py" line="5785" />
+      <location filename="../Project/Project.py" line="5796" />
+      <location filename="../Project/Project.py" line="5783" />
       <source>Version Control System</source>
       <translation>Система контроля версий</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5786" />
+      <location filename="../Project/Project.py" line="5784" />
       <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found. &lt;br/&gt;Reverting override.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Выбранная VCS &lt;b&gt;{0}&lt;/b&gt; не найдена.&lt;br/&gt;Возврат отвергнут.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5799" />
+      <location filename="../Project/Project.py" line="5797" />
       <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found.&lt;br/&gt;Disabling version control.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Выбранная VCS &lt;b&gt;{0}&lt;/b&gt; не найдена.&lt;br/&gt;Контроль версий отключен.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5947" />
+      <location filename="../Project/Project.py" line="5945" />
       <source>Coverage Data</source>
       <translation>Данные покрытия</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5993" />
-      <location filename="../Project/Project.py" line="5948" />
+      <location filename="../Project/Project.py" line="5991" />
+      <location filename="../Project/Project.py" line="5946" />
       <source>There is no main script defined for the current project. Aborting</source>
       <translation>Для текущего проекта не определён главный сценарий. Отмена</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5960" />
+      <location filename="../Project/Project.py" line="5958" />
       <source>Code Coverage</source>
       <translation>Покрытие кода</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5961" />
+      <location filename="../Project/Project.py" line="5959" />
       <source>Please select a coverage file</source>
       <translation>Пожалуйста, выберите файл покрытия</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6006" />
+      <location filename="../Project/Project.py" line="6004" />
       <source>Please select a profile file</source>
       <translation>Пожалуйста, выберите файл профиля</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6058" />
+      <location filename="../Project/Project.py" line="6056" />
       <source>Include module names?</source>
       <translation>Включать имена модулей?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6166" />
+      <location filename="../Project/Project.py" line="6164" />
       <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; already exists.&lt;/p&gt;&lt;p&gt;Overwrite it?&lt;/p&gt;</source>
       <translation>&lt;p&gt;Файл &lt;b&gt;PKGLIST&lt;/b&gt; уже существует. Переписать?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6221" />
+      <location filename="../Project/Project.py" line="6219" />
       <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Невозможно создать файл &lt;b&gt;PKGLIST&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Причина: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6510" />
-      <location filename="../Project/Project.py" line="6468" />
-      <location filename="../Project/Project.py" line="6422" />
-      <location filename="../Project/Project.py" line="6411" />
-      <location filename="../Project/Project.py" line="6393" />
-      <location filename="../Project/Project.py" line="6360" />
-      <location filename="../Project/Project.py" line="6330" />
-      <location filename="../Project/Project.py" line="6302" />
-      <location filename="../Project/Project.py" line="6272" />
-      <location filename="../Project/Project.py" line="6258" />
-      <location filename="../Project/Project.py" line="6241" />
+      <location filename="../Project/Project.py" line="6508" />
+      <location filename="../Project/Project.py" line="6466" />
+      <location filename="../Project/Project.py" line="6420" />
+      <location filename="../Project/Project.py" line="6409" />
+      <location filename="../Project/Project.py" line="6391" />
+      <location filename="../Project/Project.py" line="6358" />
+      <location filename="../Project/Project.py" line="6328" />
+      <location filename="../Project/Project.py" line="6300" />
+      <location filename="../Project/Project.py" line="6270" />
+      <location filename="../Project/Project.py" line="6256" />
+      <location filename="../Project/Project.py" line="6239" />
       <source>Create Plugin Archive</source>
       <translation>Создать архив плагина</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6242" />
+      <location filename="../Project/Project.py" line="6240" />
       <source>The project does not have a main script defined. Aborting...</source>
       <translation>Для текущего проекта не определён главный сценарий. Отмена...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6259" />
+      <location filename="../Project/Project.py" line="6257" />
       <source>Select package lists:</source>
       <translation>Выбор списков пакета:</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6273" />
+      <location filename="../Project/Project.py" line="6271" />
       <source>&lt;p&gt;No package list files (PKGLIST*) available or selected. Aborting...&lt;/p&gt;</source>
       <translation>&lt;p&gt;Файлы со списком пакета (PKGLIST*) не доступны или не выбраны. Отмена...&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6281" />
+      <location filename="../Project/Project.py" line="6279" />
       <source>Creating plugin archives...</source>
       <translation>Создание архивов плагина...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6282" />
+      <location filename="../Project/Project.py" line="6280" />
       <source>Abort</source>
       <translation>Прервать</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6285" />
+      <location filename="../Project/Project.py" line="6283" />
       <source>%v/%m Archives</source>
       <translation>%v из %m архивов</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6303" />
+      <location filename="../Project/Project.py" line="6301" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Невозможно прочитать файл &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6331" />
+      <location filename="../Project/Project.py" line="6329" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; is not ready yet.&lt;/p&gt;&lt;p&gt;Please rework it and delete the'; initial_list' line of the header.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Файл &lt;b&gt;{0}&lt;/b&gt; пока не готов.&lt;/p&gt;&lt;p&gt;Пожалуйста переработайте его и удалите строки '; initial_list' из его заголовка.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6361" />
+      <location filename="../Project/Project.py" line="6359" />
       <source>&lt;p&gt;The eric plugin archive file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Невозможно создать архив плагина &lt;b&gt;{0}&lt;/b&gt; eric.&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6394" />
+      <location filename="../Project/Project.py" line="6392" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be stored in the archive. Ignoring it.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Невозможно сохранить файл &lt;b&gt;{0}&lt;/b&gt; в архиве. Игнорируем его.&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6412" />
+      <location filename="../Project/Project.py" line="6410" />
       <source>&lt;p&gt;The eric plugin archive files were created with some errors.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Файлы архива плагина eric были созданы с ошибками.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6423" />
+      <location filename="../Project/Project.py" line="6421" />
       <source>&lt;p&gt;The eric plugin archive files were created successfully.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Файлы архива плагина eric созданы успешно.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6469" />
+      <location filename="../Project/Project.py" line="6467" />
       <source>&lt;p&gt;The plugin file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Невозможно прочитать файл плагина &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6511" />
+      <location filename="../Project/Project.py" line="6509" />
       <source>&lt;p&gt;The plugin file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt; &lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Невозможно прочитать файл плагина &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6645" />
+      <location filename="../Project/Project.py" line="6643" />
       <source>The make process did not start.</source>
       <translation>Make-процесс не был запущен.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6691" />
+      <location filename="../Project/Project.py" line="6689" />
       <source>The make process crashed.</source>
       <translation>Make-процесс разрушен.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6699" />
+      <location filename="../Project/Project.py" line="6697" />
       <source>&lt;p&gt;There are changes that require the configured make target &lt;b&gt;{0}&lt;/b&gt; to be rebuilt.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Существуют изменения, которые требуют конфигурации make-цели &lt;b&gt;{0}&lt;/b&gt; для ее пересборки.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6704" />
+      <location filename="../Project/Project.py" line="6702" />
       <source>&lt;p&gt;There are changes that require the default make target to be rebuilt.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Существуют изменения, которые требуют make-цель по умолчанию для ее пересборки.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="6720" />
+      <location filename="../Project/Project.py" line="6718" />
       <source>The makefile contains errors.</source>
       <translation>Makefile содержит ошибки.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7137" />
+      <location filename="../Project/Project.py" line="7135" />
       <source>Interpreter Missing</source>
       <translation>Отсутствует интерпретатор</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="7138" />
+      <location filename="../Project/Project.py" line="7136" />
       <source>The configured interpreter of the embedded environment does not exist anymore. Shall the environment be upgraded?</source>
       <translation>Сконфигурированный интерпретатор встроенной среды окружения больше не существует. Следует ли обновить среду?</translation>
     </message>
@@ -83506,107 +83520,117 @@
   <context>
     <name>TabWidget</name>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="217" />
+      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="218" />
       <source>Show a navigation menu</source>
       <translation>Меню навигации</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="246" />
+      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="247" />
       <source>Start</source>
       <translation>Запустить</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="249" />
+      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="250" />
       <source>Run Script...</source>
       <translation>Выполнить сценарий...</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="254" />
+      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="255" />
       <source>Debug Script...</source>
       <translation>Отладить сценарий...</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="259" />
+      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="260" />
       <source>Profile Script...</source>
       <translation>Профилировать сценарий...</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="264" />
+      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="265" />
       <source>Coverage run of Script...</source>
       <translation>Покрытие сценария...</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="271" />
+      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="272" />
       <source>Move Left</source>
       <translation>Сдвинуть влево</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="276" />
+      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="277" />
       <source>Move Right</source>
       <translation>Сдвинуть вправо</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="281" />
+      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="282" />
       <source>Move First</source>
       <translation>Сделать первым</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="286" />
+      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="287" />
       <source>Move Last</source>
       <translation>Сделать последним</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="292" />
+      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="293" />
       <source>Close</source>
       <translation>Закрыть</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="297" />
+      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="298" />
       <source>Close Others</source>
       <translation>Закрыть остальные</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="300" />
+      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="302" />
+      <source>Close Tabs to the Left</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="306" />
+      <source>Close Tabs to the Right</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="309" />
       <source>Close All</source>
       <translation>Закрыть все</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="303" />
-      <source>Save</source>
-      <translation>Сохранить</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="307" />
-      <source>Save As...</source>
-      <translation>Сохранить как...</translation>
-    </message>
-    <message>
       <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="312" />
+      <source>Save</source>
+      <translation>Сохранить</translation>
+    </message>
+    <message>
+      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="316" />
+      <source>Save As...</source>
+      <translation>Сохранить как...</translation>
+    </message>
+    <message>
+      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="321" />
       <source>Save All</source>
       <translation>Сохранить все</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="317" />
+      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="326" />
       <source>Open 'rejection' file</source>
       <translation>Открыть 'отбракованный' файл</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="324" />
+      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="333" />
       <source>Print Preview</source>
       <translation>Предварительный просмотр печати</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="329" />
+      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="338" />
       <source>Print</source>
       <translation>Печать</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="334" />
+      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="343" />
       <source>Copy Path to Clipboard</source>
       <translation>Копировать путь в буфер обмена</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="492" />
+      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="503" />
       <source>{0} (ro)</source>
       <translation>{0} (только чтение)</translation>
     </message>
@@ -83614,15 +83638,15 @@
   <context>
     <name>Tabview</name>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1100" />
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1035" />
+      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1131" />
+      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1066" />
       <source>Untitled {0}</source>
       <translation>Untitled {0}</translation>
     </message>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1500" />
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1111" />
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1056" />
+      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1531" />
+      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1142" />
+      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1087" />
       <source>{0} (ro)</source>
       <translation>{0} (только чтение)</translation>
     </message>
@@ -84410,37 +84434,37 @@
       <translation>Все</translation>
     </message>
     <message>
-      <location filename="../Templates/TemplatePropertiesDialog.py" line="64" />
+      <location filename="../Templates/TemplatePropertiesDialog.py" line="63" />
       <source>Language:</source>
       <translation>Язык:</translation>
     </message>
     <message>
-      <location filename="../Templates/TemplatePropertiesDialog.py" line="69" />
+      <location filename="../Templates/TemplatePropertiesDialog.py" line="68" />
       <source>GROUP</source>
       <translation>GROUP</translation>
     </message>
     <message>
+      <location filename="../Templates/TemplatePropertiesDialog.py" line="104" />
+      <source>Close dialog</source>
+      <translation>Закрыть диалог</translation>
+    </message>
+    <message>
       <location filename="../Templates/TemplatePropertiesDialog.py" line="105" />
-      <source>Close dialog</source>
-      <translation>Закрыть диалог</translation>
-    </message>
-    <message>
-      <location filename="../Templates/TemplatePropertiesDialog.py" line="106" />
       <source>Do you really want to close the dialog?</source>
       <translation>Вы действительно хотите закрыть диалог?</translation>
     </message>
     <message>
+      <location filename="../Templates/TemplatePropertiesDialog.py" line="117" />
+      <source>Template Help</source>
+      <translation>Справка шаблона</translation>
+    </message>
+    <message>
       <location filename="../Templates/TemplatePropertiesDialog.py" line="118" />
-      <source>Template Help</source>
-      <translation>Справка шаблона</translation>
+      <source>&lt;b&gt;Template Help&lt;/b&gt;</source>
+      <translation>&lt;b&gt;Справка шаблона&lt;/b&gt;</translation>
     </message>
     <message>
       <location filename="../Templates/TemplatePropertiesDialog.py" line="119" />
-      <source>&lt;b&gt;Template Help&lt;/b&gt;</source>
-      <translation>&lt;b&gt;Справка шаблона&lt;/b&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Templates/TemplatePropertiesDialog.py" line="120" />
       <source>&lt;p&gt;To use variables in a template, you just have to enclose the variable name with $-characters. When you use the template, you will then be asked for a value for this variable.&lt;/p&gt;&lt;p&gt;Example template: This is a $VAR$&lt;/p&gt;&lt;p&gt;When you use this template you will be prompted for a value for the variable $VAR$. Any occurrences of $VAR$ will then be replaced with whatever you've entered.&lt;/p&gt;&lt;p&gt;If you need a single $-character in a template, which is not used to enclose a variable, type $$(two dollar characters) instead. They will automatically be replaced with a single $-character when you use the template.&lt;/p&gt;&lt;p&gt;If you want a variables contents to be treated specially, the variable name must be followed by a ':' and one formatting specifier (e.g. $VAR:ml$). The supported specifiers are:&lt;table&gt;&lt;tr&gt;&lt;td&gt;ml&lt;/td&gt;&lt;td&gt;Specifies a multiline formatting. The first line of the variable contents is prefixed with the string occurring before the variable on the same line of the template. All other lines are prefixed by the same amount of whitespace as the line containing the variable.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;rl&lt;/td&gt;&lt;td&gt;Specifies a repeated line formatting. Each line of the variable contents is prefixed with the string occurring before the variable on the same line of the template.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;&lt;p&gt;The following predefined variables may be used in a template:&lt;table&gt;&lt;tr&gt;&lt;td&gt;date&lt;/td&gt;&lt;td&gt;today's date in ISO format (YYYY-MM-DD)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;year&lt;/td&gt;&lt;td&gt;the current year&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;time&lt;/td&gt;&lt;td&gt;current time in ISO format (hh:mm:ss)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;project_name&lt;/td&gt;&lt;td&gt;the name of the project (if any)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;project_path&lt;/td&gt;&lt;td&gt;the path of the project (if any)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;path_name&lt;/td&gt;&lt;td&gt;full path of the current file&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;path_name_rel&lt;/td&gt;&lt;td&gt;project relative path of the current file&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;dir_name&lt;/td&gt;&lt;td&gt;full path of the current file's directory&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;dir_name_rel&lt;/td&gt;&lt;td&gt;project relative path of the current file's directory&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;file_name&lt;/td&gt;&lt;td&gt;the current file's name (without directory)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;base_name&lt;/td&gt;&lt;td&gt;like &lt;i&gt;file_name&lt;/i&gt;, but without extension&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;ext&lt;/td&gt;&lt;td&gt;the extension of the current file&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;cur_select&lt;/td&gt;&lt;td&gt;the currently selected text&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;insertion&lt;/td&gt;&lt;td&gt;Sets insertion point for cursor after template is inserted.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;select_start&lt;/td&gt;&lt;td&gt;Sets span of selected text in template after template is inserted (used together with 'select_end').&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;select_end&lt;/td&gt;&lt;td&gt;Sets span of selected text in template after template is inserted (used together with 'select_start').&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;clipboard&lt;/td&gt;&lt;td&gt;the text of the clipboard&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;&lt;p&gt;If you want to change the default delimiter to anything different, please use the configuration dialog to do so.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Чтобы использовать переменные в шаблоне, вам просто нужно заключить имя переменной в символы $. Когда вы будете использовать шаблон, вам будет предложено ввести значение этой переменной.&lt;/p&gt;&lt;p&gt;Пример шаблона: $VAR$&lt;/p&gt;&lt;p&gt;При использовании этого шаблона вам будет предложено указать значение для переменной $VAR$. Все вхождения $VAR$ будут заменены введенным вами значением.&lt;/p&gt;&lt;p&gt;Если вам в шаблоне нужен одиночный символ  $-типа, который не используется для 'окаймленной' переменной, введите $$ (два символа доллара). Они будут автоматически заменены одиночным $-символом при использовании шаблона.&lt;/p&gt;&lt;p&gt;Если вы хотите чтобы содержимое переменных обрабатывалось иначе, за именем переменной должны следовать ':' и один спецификатор форматирования (например  $VAR:ml$). Поддерживаемые спецификаторы:&lt;table&gt;&lt;tr&gt;&lt;td&gt;ml&lt;/td&gt;&lt;td&gt;Специфицирует многострочное форматирование. Первая строка содержимого переменной предваряется строкой, расположенной перед переменной в той же строке шаблона. Все остальные строки предваряются таким же количеством символов пропуска, что и строка, содержащая переменную.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;rl&lt;/td&gt;&lt;td&gt;Специфицирует повторное форматирование строки. Каждая строка содержимого переменной предваряется строкой, расположенной перед переменной в той же строке шаблона.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;&lt;p&gt;Следующие предопределенные переменные могут использоваться в шаблоне:&lt;table&gt;&lt;tr&gt;&lt;td&gt;date&lt;/td&gt;&lt;td&gt;сегодняшняя дата в ISO формате (YYYY-MM-DD)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;year&lt;/td&gt;&lt;td&gt;текущий год&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;project_name&lt;/td&gt;&lt;td&gt;имя проекта (если есть)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;project_path&lt;/td&gt;&lt;td&gt;путь проекта (если есть)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;path_name&lt;/td&gt;&lt;td&gt;полный путь к текущему файлу&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;dir_name&lt;/td&gt;&lt;td&gt;полный путь родительской директории&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;file_name&lt;/td&gt;&lt;td&gt;имя текущего файла (без директории)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;base_name&lt;/td&gt;&lt;td&gt;как &lt;i&gt;file_name&lt;/i&gt;, но без расширения&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;ext&lt;/td&gt;&lt;td&gt;расширение текущего файла&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;cur_select&lt;/td&gt;&lt;td&gt;текущий выбранный текст&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;insertion&lt;/td&gt;&lt;td&gt;Задает точку вставки курсора после вставки шаблона.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;select_start&lt;/td&gt;&lt;td&gt;Задает диапазон выбранного текста в шаблоне после вставки шаблона (используется вместе с 'select_end').&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;select_end&lt;/td&gt;&lt;td&gt;Задает диапазон выбранного текста в шаблоне после вставки шаблона (используется вместе с 'select_start').&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;clipboard&lt;/td&gt;&lt;td&gt;текст в буфере обмена&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;&lt;p&gt;Если вы хотите изменить стандартные разделители на любые другие, пожалуйста используйте для этого диалог настройки шаблона.&lt;/p&gt;</translation>
     </message>
@@ -86867,13 +86891,13 @@
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1131" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1139" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1132" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1140" />
       <source>Flash UF2 Device</source>
       <translation>Прошивка UF2-устройств</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1140" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1141" />
       <source>Select the Boot Volume of the device:</source>
       <translation>Выберите загрузочный том устройства:</translation>
     </message>
@@ -86883,106 +86907,106 @@
       <translation>Файлы MicroPython/CircuitPython (*.uf2);;Все файлы (*)</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="811" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="803" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="794" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="812" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="804" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="788" />
       <source>Manual Select</source>
       <translation>Ручной выбор</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="915" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="883" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="860" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="916" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="884" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="861" />
       <source>Reset Instructions:</source>
       <translation>Инструкции по перезагрузке:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="862" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="863" />
       <source>&lt;h4&gt;No known devices detected.&lt;/h4&gt;&lt;p&gt;Follow the appropriate instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation>&lt;h4&gt;Известные устройства не обнаружены.&lt;/h4&gt;&lt;p&gt;Следуйте приведеным ниже инструкциям для установки &lt;b&gt;одной&lt;/b&gt; платы в режим 'bootloader'. По готовности нажмите &lt;b&gt;Освежить&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="886" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="887" />
       <source>&lt;h4&gt;Flash {0} Firmware&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;&lt;hr/&gt;{1}</source>
       <translation>&lt;h4&gt;Загрузить прошивку {0}&lt;/h4&gt;&lt;p&gt;Следуйте приведенным ниже инструкциям для установки &lt;b&gt;одной&lt;/b&gt; платы в режим 'bootloader'. По готовности нажмите кнопку &lt;b&gt;Освежить&lt;/b&gt;.&lt;/p&gt;&lt;hr/&gt;{1}</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="896" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="897" />
       <source>&lt;h4&gt;Potentially UF2 capable devices found&lt;/h4&gt;&lt;p&gt;Found these potentially UF2 capable devices:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation>&lt;h4&gt;Обнаружены устройства, потенциально поддерживающие UF2&lt;/h4&gt;&lt;p&gt;Найдены следующие устройства, возможно поддерживающие UF2:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Следуйте приведенным ниже инструкциям для установки &lt;b&gt;одной&lt;/b&gt; платы в режим 'bootloader'. По готовности нажмите кнопку &lt;b&gt;Освежить&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="917" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="918" />
       <source>&lt;h4&gt;No known devices detected.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation>&lt;h4&gt;Известные устройства не обнаружены.&lt;/h4&gt;&lt;p&gt;Следуйте приведенным ниже инструкциям для установки &lt;b&gt;одной&lt;/b&gt; платы в режим 'bootloader'. По готовности нажмите &lt;b&gt;Освежить&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="929" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="930" />
       <source>Flash Instructions:</source>
       <translation>Инструкции для прошивки:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="931" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="932" />
       <source>&lt;h4&gt;Flash method 'manual' selected.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to flash a device by entering the data manually.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Change the device to 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it) and select its path.&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation>&lt;h4&gt;Выбран метод прошивки 'ручной'.&lt;/h4&gt;&lt;p&gt;Чтобы прошить устройство путем ввода данных вручную следуйте приведенным ниже инструкциям .&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Переведите устройство в режим 'bootloader'.&lt;/li&gt;&lt;li&gt;Подождите, пока устройство не перейдет в режим 'bootloader'.&lt;/li&gt;&lt;li&gt;Убедитесь, что загрузочный том доступен (для этого может потребоваться его установка), и выберите путь к нему.&lt;/li&gt;&lt;li&gt;Выберите файл микрокода для прошивки и нажмите кнопку прошивки.&lt;/li&gt;&lt;/ol&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="956" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="957" />
       <source>Boot Volume not found:</source>
       <translation>Загрузочный том не найден:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="958" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="959" />
       <source>&lt;h4&gt;No Boot Volume detected.&lt;/h4&gt;&lt;p&gt;Please ensure that the boot volume of the device to be flashed is available. </source>
       <translation>&lt;h4&gt;Не обнаружен загрузочный том.&lt;/h4&gt;&lt;p&gt;Пожалуйста убедитесь, что загрузочный том устройства доступен для прошивки. </translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="964" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="965" />
       <source>This volume should be named &lt;b&gt;{0}&lt;/b&gt;. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation>Этот том должен иметь имя &lt;b&gt;{0}&lt;/b&gt;. По готовности нажмите &lt;b&gt;Освежить&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="969" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="970" />
       <source>This volume should have one of these names.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation>Этот том должен иметь одно из этих имен.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;По готовности нажмите &lt;b&gt;Освежить&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="976" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="977" />
       <source>&lt;h4&gt;Reset Instructions&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set the board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation>&lt;h4&gt;Инструкции по сбросу&lt;/h4&gt;&lt;p&gt;Следуйте приведенным ниже инструкциям для установки платы в режим 'bootloader'. По готовности нажмите &lt;b&gt;Освежить&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="995" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="996" />
       <source>Multiple Boot Volumes found:</source>
       <translation>Обнаружены несколько загрузочных томов:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="997" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="998" />
       <source>&lt;h4&gt;Multiple Boot Volumes were found&lt;/h4&gt;&lt;p&gt;These volume paths were found.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Please ensure that only one device of a type is ready for flashing. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation>&lt;h4&gt;Обнаружены несколько загрузочных томов&lt;/h4&gt;&lt;p&gt;Были найдены пути к этим томам.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Убедитесь, что только одно устройство определенного типа готово для прошивки. По готовности нажмите &lt;b&gt;Освежить&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1016" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1017" />
       <source>Flashing Firmware</source>
       <translation>Прошивка микрокода</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1018" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1019" />
       <source>&lt;p&gt;Flashing the selected firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Прошивка выбранного микрокода на устройство. Подождите, пока устройство не перезагрузится автоматически.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1025" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1026" />
       <source>Flashing {0}</source>
       <translation>Прошивка {0}</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1027" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1028" />
       <source>&lt;p&gt;Flashing the {0} firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Прошивка микрокода {0} на устройство. Подождите, пока устройство не перезагрузится автоматически.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1132" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1133" />
       <source>No UF2 device 'boot' volumes found.</source>
       <translation>Загрузочные тома устройства UF2 не найдены.</translation>
     </message>
@@ -87342,12 +87366,12 @@
       <translation>Модуль &lt;b&gt;'{0}'&lt;/b&gt; не найден.</translation>
     </message>
     <message>
-      <location filename="../Graphics/UMLClassDiagramBuilder.py" line="166" />
+      <location filename="../Graphics/UMLClassDiagramBuilder.py" line="165" />
       <source>The module &lt;b&gt;'{0}'&lt;/b&gt; does not contain any classes.</source>
       <translation>Модуль &lt;b&gt;'{0}'&lt;/b&gt; не содержит ни одного класса.</translation>
     </message>
     <message>
-      <location filename="../Graphics/UMLClassDiagramBuilder.py" line="407" />
+      <location filename="../Graphics/UMLClassDiagramBuilder.py" line="406" />
       <source>&lt;p&gt;The diagram belongs to project &lt;b&gt;{0}&lt;/b&gt;. Please open it and try again.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Диаграмма принадлежит проекту &lt;b&gt;{0}&lt;/b&gt;. Пожалуйста, откройте его и попробуйте еще раз.&lt;/p&gt;</translation>
     </message>
@@ -91504,90 +91528,90 @@
       <translation>VCS</translation>
     </message>
     <message>
-      <location filename="../VCS/ProjectHelper.py" line="254" />
-      <location filename="../VCS/ProjectHelper.py" line="225" />
+      <location filename="../VCS/ProjectHelper.py" line="253" />
+      <location filename="../VCS/ProjectHelper.py" line="224" />
       <source>New Project</source>
       <translation>Новый проект</translation>
     </message>
     <message>
-      <location filename="../VCS/ProjectHelper.py" line="456" />
-      <location filename="../VCS/ProjectHelper.py" line="226" />
+      <location filename="../VCS/ProjectHelper.py" line="454" />
+      <location filename="../VCS/ProjectHelper.py" line="225" />
       <source>Select version control system for the project</source>
       <translation>Выберите систему контроля версий для проекта</translation>
     </message>
     <message>
-      <location filename="../VCS/ProjectHelper.py" line="488" />
-      <location filename="../VCS/ProjectHelper.py" line="255" />
+      <location filename="../VCS/ProjectHelper.py" line="486" />
+      <location filename="../VCS/ProjectHelper.py" line="254" />
       <source>Would you like to edit the VCS command options?</source>
       <translation>Вы хотите редактировать параметры команд VCS?</translation>
     </message>
     <message>
-      <location filename="../VCS/ProjectHelper.py" line="275" />
+      <location filename="../VCS/ProjectHelper.py" line="274" />
       <source>Create project directory</source>
       <translation>Создать директорию проекта</translation>
     </message>
     <message>
-      <location filename="../VCS/ProjectHelper.py" line="278" />
+      <location filename="../VCS/ProjectHelper.py" line="277" />
       <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Невозможно создать директорию проекта &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../VCS/ProjectHelper.py" line="386" />
-      <location filename="../VCS/ProjectHelper.py" line="370" />
-      <location filename="../VCS/ProjectHelper.py" line="328" />
-      <location filename="../VCS/ProjectHelper.py" line="308" />
+      <location filename="../VCS/ProjectHelper.py" line="385" />
+      <location filename="../VCS/ProjectHelper.py" line="369" />
+      <location filename="../VCS/ProjectHelper.py" line="327" />
+      <location filename="../VCS/ProjectHelper.py" line="307" />
       <source>New project from repository</source>
       <translation>Новый проект из репозитория</translation>
     </message>
     <message>
-      <location filename="../VCS/ProjectHelper.py" line="311" />
+      <location filename="../VCS/ProjectHelper.py" line="310" />
       <source>Select a project file to open.</source>
       <translation>Выберите файл проекта для открытия.</translation>
     </message>
     <message>
-      <location filename="../VCS/ProjectHelper.py" line="331" />
+      <location filename="../VCS/ProjectHelper.py" line="330" />
       <source>The project retrieved from the repository does not contain an eric project file (*.epj). Create it?</source>
       <translation>В проекте, извлеченном из репозитория, нет файла проекта (*.epj). Создать его?</translation>
     </message>
     <message>
-      <location filename="../VCS/ProjectHelper.py" line="374" />
+      <location filename="../VCS/ProjectHelper.py" line="373" />
       <source>Shall the project file be added to the repository?</source>
       <translation>Должен ли файл проекта быть добавлен в репозиторий?</translation>
     </message>
     <message>
-      <location filename="../VCS/ProjectHelper.py" line="389" />
+      <location filename="../VCS/ProjectHelper.py" line="388" />
       <source>The project could not be retrieved from the repository.</source>
       <translation>Невозможно извлечь проект из репозитория.</translation>
     </message>
     <message>
-      <location filename="../VCS/ProjectHelper.py" line="485" />
-      <location filename="../VCS/ProjectHelper.py" line="455" />
+      <location filename="../VCS/ProjectHelper.py" line="483" />
+      <location filename="../VCS/ProjectHelper.py" line="453" />
       <source>Import Project</source>
       <translation>Импортировать проект</translation>
     </message>
     <message>
-      <location filename="../VCS/ProjectHelper.py" line="529" />
+      <location filename="../VCS/ProjectHelper.py" line="527" />
       <source>Update</source>
       <translation>Обновить</translation>
     </message>
     <message>
-      <location filename="../VCS/ProjectHelper.py" line="663" />
-      <location filename="../VCS/ProjectHelper.py" line="530" />
+      <location filename="../VCS/ProjectHelper.py" line="661" />
+      <location filename="../VCS/ProjectHelper.py" line="528" />
       <source>The project should be reread. Do this now?</source>
       <translation>Проект должен быть перепрочитан. Сделать это сейчас?</translation>
     </message>
     <message>
-      <location filename="../VCS/ProjectHelper.py" line="566" />
+      <location filename="../VCS/ProjectHelper.py" line="564" />
       <source>Remove project from repository</source>
       <translation>Удалить проект из репозитория</translation>
     </message>
     <message>
-      <location filename="../VCS/ProjectHelper.py" line="569" />
+      <location filename="../VCS/ProjectHelper.py" line="567" />
       <source>Dou you really want to remove this project from the repository (and disk)?</source>
       <translation>Вы действительно хотите удалить этот проект и из репозитория (и с диска)?</translation>
     </message>
     <message>
-      <location filename="../VCS/ProjectHelper.py" line="662" />
+      <location filename="../VCS/ProjectHelper.py" line="660" />
       <source>Switch</source>
       <translation>Переключиться</translation>
     </message>
@@ -91723,493 +91747,493 @@
   <context>
     <name>ViewManager</name>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="572" />
+      <location filename="../ViewManager/ViewManager.py" line="577" />
       <source>New</source>
       <translation>Новый</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="574" />
+      <location filename="../ViewManager/ViewManager.py" line="579" />
       <source>&amp;New</source>
       <translation>&amp;Новый</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="576" />
+      <location filename="../ViewManager/ViewManager.py" line="581" />
       <source>Ctrl+N</source>
       <comment>File|New</comment>
       <translation>Ctrl+N</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="583" />
+      <location filename="../ViewManager/ViewManager.py" line="588" />
       <source>Open an empty editor window</source>
       <translation>Открыть пустое окно редактора</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="586" />
+      <location filename="../ViewManager/ViewManager.py" line="591" />
       <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;Новый документ&lt;/b&gt;
 &lt;p&gt;Создание пустого окна редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="595" />
+      <location filename="../ViewManager/ViewManager.py" line="600" />
       <source>Open</source>
       <translation>Открыть</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="597" />
+      <location filename="../ViewManager/ViewManager.py" line="602" />
       <source>&amp;Open...</source>
       <translation>&amp;Открыть...</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="599" />
+      <location filename="../ViewManager/ViewManager.py" line="604" />
       <source>Ctrl+O</source>
       <comment>File|Open</comment>
       <translation>Ctrl+O</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="606" />
+      <location filename="../ViewManager/ViewManager.py" line="611" />
       <source>Open a file</source>
       <translation>Открыть файл</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="609" />
+      <location filename="../ViewManager/ViewManager.py" line="614" />
       <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;Открыть файл&lt;/b&gt;
 &lt;p&gt;Запрос имени файла, чтобы открыть его в окне редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="622" />
+      <location filename="../ViewManager/ViewManager.py" line="627" />
       <source>Close</source>
       <translation>Закрыть</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="624" />
+      <location filename="../ViewManager/ViewManager.py" line="629" />
       <source>&amp;Close</source>
       <translation>&amp;Закрыть</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="626" />
+      <location filename="../ViewManager/ViewManager.py" line="631" />
       <source>Ctrl+W</source>
       <comment>File|Close</comment>
       <translation>Ctrl+W</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="633" />
+      <location filename="../ViewManager/ViewManager.py" line="638" />
       <source>Close the current window</source>
       <translation>Закрыть текущее окно</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="636" />
+      <location filename="../ViewManager/ViewManager.py" line="641" />
       <source>&lt;b&gt;Close Window&lt;/b&gt;&lt;p&gt;Close the current window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Закрыть окно&lt;/b&gt;
 &lt;p&gt;Закрытие текущего окна.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="645" />
+      <location filename="../ViewManager/ViewManager.py" line="650" />
       <source>Close All</source>
       <translation>Закрыть все</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="646" />
+      <location filename="../ViewManager/ViewManager.py" line="651" />
       <source>Clos&amp;e All</source>
       <translation>Закрыть &amp;всё</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="653" />
+      <location filename="../ViewManager/ViewManager.py" line="658" />
       <source>Close all editor windows</source>
       <translation>Закрыть все окна редактора</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="656" />
+      <location filename="../ViewManager/ViewManager.py" line="661" />
       <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;Закрыть все окна&lt;/b&gt;
 &lt;p&gt;Закрыть все окна редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="669" />
+      <location filename="../ViewManager/ViewManager.py" line="674" />
       <source>Save</source>
       <translation>Сохранить</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="671" />
+      <location filename="../ViewManager/ViewManager.py" line="676" />
       <source>&amp;Save</source>
       <translation>&amp;Сохранить</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="311" />
-      <location filename="../ViewManager/ViewManager.py" line="673" />
+      <location filename="../ViewManager/ViewManager.py" line="678" />
       <source>Ctrl+S</source>
       <comment>File|Save</comment>
       <translation>Ctrl+S</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="680" />
+      <location filename="../ViewManager/ViewManager.py" line="685" />
       <source>Save the current file</source>
       <translation>Сохранить текущий файл</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="683" />
+      <location filename="../ViewManager/ViewManager.py" line="688" />
       <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;Сохранить файл&lt;/b&gt;
 &lt;p&gt;Сохранение содержания текущего окна редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="693" />
+      <location filename="../ViewManager/ViewManager.py" line="698" />
       <source>Save as</source>
       <translation>Сохранить как</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="695" />
+      <location filename="../ViewManager/ViewManager.py" line="700" />
       <source>Save &amp;as...</source>
       <translation>Сохранить &amp;как...</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="697" />
+      <location filename="../ViewManager/ViewManager.py" line="702" />
       <source>Shift+Ctrl+S</source>
       <comment>File|Save As</comment>
       <translation>Shift+Ctrl+S</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="706" />
+      <location filename="../ViewManager/ViewManager.py" line="711" />
       <source>Save the current file to a new one</source>
       <translation>Сохранить текущий файл в новый</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="711" />
+      <location filename="../ViewManager/ViewManager.py" line="716" />
       <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;Сохранить файл как&lt;/b&gt;
 &lt;p&gt;Сохранение содержания текущего окна редактора в новый файл.
 Имя файла будет запрошено с помощью диалога выбора файлов.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="722" />
+      <location filename="../ViewManager/ViewManager.py" line="727" />
       <source>Save Copy</source>
       <translation>Сохранить копию</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="724" />
+      <location filename="../ViewManager/ViewManager.py" line="729" />
       <source>Save &amp;Copy...</source>
       <translation>Сохранить &amp;копию...</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="731" />
+      <location filename="../ViewManager/ViewManager.py" line="736" />
       <source>Save a copy of the current file</source>
       <translation>Сохранить копию текущего файла</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="734" />
+      <location filename="../ViewManager/ViewManager.py" line="739" />
       <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;Сохранить копию&lt;/b&gt;&lt;p&gt;Сохранение контента текущего окна редактора. Имя файла может быть введено в диалоге выбора файла.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="745" />
+      <location filename="../ViewManager/ViewManager.py" line="750" />
       <source>Save all</source>
       <translation>Сохранить все</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="747" />
+      <location filename="../ViewManager/ViewManager.py" line="752" />
       <source>Save a&amp;ll</source>
       <translation>Сохранить &amp;все</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="754" />
+      <location filename="../ViewManager/ViewManager.py" line="759" />
       <source>Save all files</source>
       <translation>Сохранить все файлы</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="757" />
+      <location filename="../ViewManager/ViewManager.py" line="762" />
       <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;Сохранить все файлы&lt;/b&gt;
 &lt;p&gt;Сохранение содержания всех окон редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="769" />
+      <location filename="../ViewManager/ViewManager.py" line="774" />
       <source>Print</source>
       <translation>Печать</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="771" />
+      <location filename="../ViewManager/ViewManager.py" line="776" />
       <source>&amp;Print</source>
       <translation>&amp;Печать</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="773" />
+      <location filename="../ViewManager/ViewManager.py" line="778" />
       <source>Ctrl+P</source>
       <comment>File|Print</comment>
       <translation>Ctrl+P</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="780" />
+      <location filename="../ViewManager/ViewManager.py" line="785" />
       <source>Print the current file</source>
       <translation>Печать текущего файла</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="783" />
+      <location filename="../ViewManager/ViewManager.py" line="788" />
       <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;Печать&lt;/b&gt;
 &lt;p&gt;Распечатать содержимое текущего окна редактора.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="741" />
-      <location filename="../ViewManager/ViewManager.py" line="796" />
-      <location filename="../ViewManager/ViewManager.py" line="794" />
+      <location filename="../ViewManager/ViewManager.py" line="801" />
+      <location filename="../ViewManager/ViewManager.py" line="799" />
       <source>Print Preview</source>
       <translation>Предварительный просмотр печати</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="803" />
-      <source>Print preview of the current file</source>
-      <translation>Предварительный просмотр печати текущего файла</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="808" />
+      <source>Print preview of the current file</source>
+      <translation>Предварительный просмотр печати текущего файла</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="813" />
       <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;Предварительный просмотр печати&lt;/b&gt;&lt;p&gt;Предварительный просмотр печати текущего файла.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="819" />
+      <location filename="../ViewManager/ViewManager.py" line="824" />
       <source>Find File</source>
       <translation>Искать файл</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="821" />
+      <location filename="../ViewManager/ViewManager.py" line="826" />
       <source>Find &amp;File...</source>
       <translation>Найти &amp;файл...</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="823" />
+      <location filename="../ViewManager/ViewManager.py" line="828" />
       <source>Alt+Ctrl+F</source>
       <comment>File|Find File</comment>
       <translation>Alt+Ctrl+F</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="832" />
+      <location filename="../ViewManager/ViewManager.py" line="837" />
       <source>Search for a file by entering a search pattern</source>
       <translation>Поиск файла по введенному шаблону поиска</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="837" />
+      <location filename="../ViewManager/ViewManager.py" line="842" />
       <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;Найти файл&lt;/b&gt;&lt;p&gt;Поиск файла по введенному шаблону поиска.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="852" />
-      <source>&amp;File</source>
-      <translation>&amp;Файл</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="854" />
-      <source>Open &amp;Recent Files</source>
-      <translation>Открыть &amp;недавние файлы</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="857" />
+      <source>&amp;File</source>
+      <translation>&amp;Файл</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="859" />
+      <source>Open &amp;Recent Files</source>
+      <translation>Открыть &amp;недавние файлы</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="862" />
       <source>Open &amp;Bookmarked Files</source>
       <translation>Открыть &amp;закладки на файлы</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="901" />
-      <location filename="../ViewManager/ViewManager.py" line="899" />
+      <location filename="../ViewManager/ViewManager.py" line="906" />
+      <location filename="../ViewManager/ViewManager.py" line="904" />
       <source>File</source>
       <translation>Файл</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="924" />
+      <location filename="../ViewManager/ViewManager.py" line="929" />
       <source>Export as</source>
       <translation>Экспортировать как</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="948" />
-      <source>Undo</source>
-      <translation>Отменить</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="950" />
-      <source>&amp;Undo</source>
-      <translation>&amp;Отменить</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="952" />
+      <source>Undo</source>
+      <translation>Отменить</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="954" />
+      <source>&amp;Undo</source>
+      <translation>&amp;Отменить</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="956" />
       <source>Ctrl+Z</source>
       <comment>Edit|Undo</comment>
       <translation>Ctrl+Z</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="955" />
+      <location filename="../ViewManager/ViewManager.py" line="959" />
       <source>Alt+Backspace</source>
       <comment>Edit|Undo</comment>
       <translation>Alt+Backspace</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="961" />
+      <location filename="../ViewManager/ViewManager.py" line="965" />
       <source>Undo the last change</source>
       <translation>Отменить последнее изменение</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="964" />
+      <location filename="../ViewManager/ViewManager.py" line="968" />
       <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;Отмена&lt;/b&gt;
 &lt;p&gt;Отмена последнего изменения в текущем сеансе редактирования.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="974" />
+      <location filename="../ViewManager/ViewManager.py" line="978" />
       <source>Redo</source>
       <translation>Повторить</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="976" />
+      <location filename="../ViewManager/ViewManager.py" line="980" />
       <source>&amp;Redo</source>
       <translation>&amp;Повторить</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="978" />
+      <location filename="../ViewManager/ViewManager.py" line="982" />
       <source>Ctrl+Shift+Z</source>
       <comment>Edit|Redo</comment>
       <translation>Ctrl+Shift+Z</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="985" />
+      <location filename="../ViewManager/ViewManager.py" line="989" />
       <source>Redo the last change</source>
       <translation>Восстановить последнее отменённое изменение</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="988" />
+      <location filename="../ViewManager/ViewManager.py" line="992" />
       <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;Повтор&lt;/b&gt;
 &lt;p&gt;Восстановление последнего отменённого изменения.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1008" />
-      <location filename="../ViewManager/ViewManager.py" line="998" />
+      <location filename="../ViewManager/ViewManager.py" line="1012" />
+      <location filename="../ViewManager/ViewManager.py" line="1002" />
       <source>Revert to last saved state</source>
       <translation>Вернуть к последнему сохраненному состоянию</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="999" />
+      <location filename="../ViewManager/ViewManager.py" line="1003" />
       <source>Re&amp;vert to last saved state</source>
       <translation>&amp;Вернуть к последнему сохраненному состоянию</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1001" />
+      <location filename="../ViewManager/ViewManager.py" line="1005" />
       <source>Ctrl+Y</source>
       <comment>Edit|Revert</comment>
       <translation>Ctrl+Y</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1011" />
+      <location filename="../ViewManager/ViewManager.py" line="1015" />
       <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;Вернуть к последнему сохраненному состоянию&lt;/b&gt;
 &lt;p&gt;Отменить все изменения текущего редактирования, сделанные с момента последнего сохранения.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="338" />
-      <location filename="../ViewManager/ViewManager.py" line="1024" />
+      <location filename="../ViewManager/ViewManager.py" line="1028" />
       <source>Cut</source>
       <translation>Вырезать</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="340" />
-      <location filename="../ViewManager/ViewManager.py" line="1026" />
+      <location filename="../ViewManager/ViewManager.py" line="1030" />
       <source>Cu&amp;t</source>
       <translation>В&amp;ырезать</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="342" />
-      <location filename="../ViewManager/ViewManager.py" line="1028" />
+      <location filename="../ViewManager/ViewManager.py" line="1032" />
       <source>Ctrl+X</source>
       <comment>Edit|Cut</comment>
       <translation>Ctrl+X</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="345" />
-      <location filename="../ViewManager/ViewManager.py" line="1031" />
+      <location filename="../ViewManager/ViewManager.py" line="1035" />
       <source>Shift+Del</source>
       <comment>Edit|Cut</comment>
       <translation>Shift+Del</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="351" />
-      <location filename="../ViewManager/ViewManager.py" line="1037" />
+      <location filename="../ViewManager/ViewManager.py" line="1041" />
       <source>Cut the selection</source>
       <translation>Вырезать выделение</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1040" />
+      <location filename="../ViewManager/ViewManager.py" line="1044" />
       <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;Вырезать&lt;/b&gt;
 &lt;p&gt;Вырезать выделение и поместить его в буфер обмена.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="360" />
-      <location filename="../ViewManager/ViewManager.py" line="1051" />
+      <location filename="../ViewManager/ViewManager.py" line="1055" />
       <source>Copy</source>
       <translation>Копировать</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="362" />
-      <location filename="../ViewManager/ViewManager.py" line="1053" />
+      <location filename="../ViewManager/ViewManager.py" line="1057" />
       <source>&amp;Copy</source>
       <translation>&amp;Копировать</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="364" />
-      <location filename="../ViewManager/ViewManager.py" line="1055" />
+      <location filename="../ViewManager/ViewManager.py" line="1059" />
       <source>Ctrl+C</source>
       <comment>Edit|Copy</comment>
       <translation>Ctrl+C</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="367" />
-      <location filename="../ViewManager/ViewManager.py" line="1058" />
+      <location filename="../ViewManager/ViewManager.py" line="1062" />
       <source>Ctrl+Ins</source>
       <comment>Edit|Copy</comment>
       <translation>Ctrl+Ins</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="373" />
-      <location filename="../ViewManager/ViewManager.py" line="1064" />
+      <location filename="../ViewManager/ViewManager.py" line="1068" />
       <source>Copy the selection</source>
       <translation>Копировать выделение</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1067" />
+      <location filename="../ViewManager/ViewManager.py" line="1071" />
       <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;Копировать&lt;/b&gt;
 &lt;p&gt;Копировать выделение и поместить его в буфер обмена.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="382" />
-      <location filename="../ViewManager/ViewManager.py" line="1078" />
+      <location filename="../ViewManager/ViewManager.py" line="1082" />
       <source>Paste</source>
       <translation>Вставить</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="384" />
-      <location filename="../ViewManager/ViewManager.py" line="1080" />
+      <location filename="../ViewManager/ViewManager.py" line="1084" />
       <source>&amp;Paste</source>
       <translation>Вс&amp;тавить</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="386" />
-      <location filename="../ViewManager/ViewManager.py" line="1082" />
+      <location filename="../ViewManager/ViewManager.py" line="1086" />
       <source>Ctrl+V</source>
       <comment>Edit|Paste</comment>
       <translation>Ctrl+V</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="389" />
-      <location filename="../ViewManager/ViewManager.py" line="1085" />
+      <location filename="../ViewManager/ViewManager.py" line="1089" />
       <source>Shift+Ins</source>
       <comment>Edit|Paste</comment>
       <translation>Shift+Ins</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="395" />
-      <location filename="../ViewManager/ViewManager.py" line="1091" />
+      <location filename="../ViewManager/ViewManager.py" line="1095" />
       <source>Paste the last cut/copied text</source>
       <translation>Вставить вырезанный/скопированный текст</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1094" />
+      <location filename="../ViewManager/ViewManager.py" line="1098" />
       <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;Вставить&lt;/b&gt;
 &lt;p&gt;Вставить текст из буфера обмена в текущую позицию редактора.&lt;/p&gt;</translation>
@@ -92217,513 +92241,513 @@
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="409" />
       <location filename="../QScintilla/ShellWindow.py" line="407" />
-      <location filename="../ViewManager/ViewManager.py" line="1107" />
-      <location filename="../ViewManager/ViewManager.py" line="1105" />
+      <location filename="../ViewManager/ViewManager.py" line="1111" />
+      <location filename="../ViewManager/ViewManager.py" line="1109" />
       <source>Clear</source>
       <translation>Очистить</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="411" />
-      <location filename="../ViewManager/ViewManager.py" line="1109" />
+      <location filename="../ViewManager/ViewManager.py" line="1113" />
       <source>Alt+Shift+C</source>
       <comment>Edit|Clear</comment>
       <translation>Alt+Shift+C</translation>
     </message>
     <message>
       <location filename="../QScintilla/ShellWindow.py" line="418" />
-      <location filename="../ViewManager/ViewManager.py" line="1116" />
+      <location filename="../ViewManager/ViewManager.py" line="1120" />
       <source>Clear all text</source>
       <translation>Убрать весь текст</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1119" />
+      <location filename="../ViewManager/ViewManager.py" line="1123" />
       <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;Очистить&lt;/b&gt;
 &lt;p&gt;Удаление всего текста из текущего редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1138" />
-      <location filename="../ViewManager/ViewManager.py" line="1129" />
-      <location filename="../ViewManager/ViewManager.py" line="1128" />
+      <location filename="../ViewManager/ViewManager.py" line="1142" />
+      <location filename="../ViewManager/ViewManager.py" line="1133" />
+      <location filename="../ViewManager/ViewManager.py" line="1132" />
       <source>Join Lines</source>
       <translation>Соединить строки</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1131" />
+      <location filename="../ViewManager/ViewManager.py" line="1135" />
       <source>Ctrl+J</source>
       <comment>Edit|Join Lines</comment>
       <translation>Ctrl+J</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1141" />
+      <location filename="../ViewManager/ViewManager.py" line="1145" />
       <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;Соединить строки&lt;/b&gt;&lt;p&gt;Соединить текущую и следующую строки.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1151" />
-      <source>Indent</source>
-      <translation>Увеличить отступ</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1153" />
-      <source>&amp;Indent</source>
-      <translation>У&amp;величить отступ</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="1155" />
+      <source>Indent</source>
+      <translation>Увеличить отступ</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="1157" />
+      <source>&amp;Indent</source>
+      <translation>У&amp;величить отступ</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="1159" />
       <source>Ctrl+I</source>
       <comment>Edit|Indent</comment>
       <translation>Ctrl+I</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1162" />
+      <location filename="../ViewManager/ViewManager.py" line="1166" />
       <source>Indent line</source>
       <translation>Увеличить отступ строки</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1165" />
+      <location filename="../ViewManager/ViewManager.py" line="1169" />
       <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;Увеличить отступ&lt;/b&gt;
 &lt;p&gt;Увеличить отступ текущей строки на один уровень.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1176" />
+      <location filename="../ViewManager/ViewManager.py" line="1180" />
       <source>Unindent</source>
       <translation>Уменьшить отступ</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1178" />
+      <location filename="../ViewManager/ViewManager.py" line="1182" />
       <source>U&amp;nindent</source>
       <translation>У&amp;меньшить отступ</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1180" />
+      <location filename="../ViewManager/ViewManager.py" line="1184" />
       <source>Ctrl+Shift+I</source>
       <comment>Edit|Unindent</comment>
       <translation>Ctrl+Shift+I</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1189" />
+      <location filename="../ViewManager/ViewManager.py" line="1193" />
       <source>Unindent line</source>
       <translation>Уменьшить отступ строки</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1192" />
+      <location filename="../ViewManager/ViewManager.py" line="1196" />
       <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;Уменьшить отступ&lt;/b&gt;
 &lt;p&gt;Уменьшить отступ текущей строки на один уровень.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1205" />
-      <location filename="../ViewManager/ViewManager.py" line="1203" />
+      <location filename="../ViewManager/ViewManager.py" line="1209" />
+      <location filename="../ViewManager/ViewManager.py" line="1207" />
       <source>Smart indent</source>
       <translation>Интеллектуальные отступы</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1212" />
+      <location filename="../ViewManager/ViewManager.py" line="1216" />
       <source>Smart indent Line or Selection</source>
       <translation>Форматировать строку или выделение умными отступами</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1215" />
+      <location filename="../ViewManager/ViewManager.py" line="1219" />
       <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;Интеллектуальные отступы&lt;/b&gt;&lt;p&gt;Расставить отступы для выбранной строки (строк) с помощью умного алгоритма.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1226" />
-      <source>Comment</source>
-      <translation>Закомментировать</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1228" />
-      <source>C&amp;omment</source>
-      <translation>&amp;Закомментировать</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="1230" />
+      <source>Comment</source>
+      <translation>Закомментировать</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="1232" />
+      <source>C&amp;omment</source>
+      <translation>&amp;Закомментировать</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="1234" />
       <source>Ctrl+M</source>
       <comment>Edit|Comment</comment>
       <translation>Ctrl+M</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1237" />
+      <location filename="../ViewManager/ViewManager.py" line="1241" />
       <source>Comment Line or Selection</source>
       <translation>Закомментировать строку или выделение</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1240" />
+      <location filename="../ViewManager/ViewManager.py" line="1244" />
       <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;Закомментировать&lt;/b&gt;&lt;p&gt;Закомментировать строку или выделение.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1251" />
-      <source>Uncomment</source>
-      <translation>Раскомментировать</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1253" />
-      <source>Unco&amp;mment</source>
-      <translation>&amp;Раскомментировать</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="1255" />
+      <source>Uncomment</source>
+      <translation>Раскомментировать</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="1257" />
+      <source>Unco&amp;mment</source>
+      <translation>&amp;Раскомментировать</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="1259" />
       <source>Ctrl+Shift+M</source>
       <comment>Edit|Uncomment</comment>
       <translation>Ctrl+Shift+M</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1264" />
+      <location filename="../ViewManager/ViewManager.py" line="1268" />
       <source>Uncomment Line or Selection</source>
       <translation>Раскомментировать строку или выделение</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1267" />
+      <location filename="../ViewManager/ViewManager.py" line="1271" />
       <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;Раскомментировать&lt;/b&gt;&lt;p&gt;Раскомментировать строку или выделение.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1280" />
-      <location filename="../ViewManager/ViewManager.py" line="1278" />
+      <location filename="../ViewManager/ViewManager.py" line="1284" />
+      <location filename="../ViewManager/ViewManager.py" line="1282" />
       <source>Toggle Comment</source>
       <translation>Переключить комментарий</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1282" />
+      <location filename="../ViewManager/ViewManager.py" line="1286" />
       <source>Ctrl+#</source>
       <comment>Edit|Toggle Comment</comment>
       <translation>Ctrl+#</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1291" />
+      <location filename="../ViewManager/ViewManager.py" line="1295" />
       <source>Toggle the comment of the current line, selection or comment block</source>
       <translation>Переключить комментарий текущей строки, выборки или блока комментария</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1297" />
+      <location filename="../ViewManager/ViewManager.py" line="1301" />
       <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;Переключить комментарий&lt;/b&gt;&lt;p&gt;Переключить комментарий текущей строки, выборки или блока комментария. &lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1310" />
-      <location filename="../ViewManager/ViewManager.py" line="1309" />
+      <location filename="../ViewManager/ViewManager.py" line="1314" />
+      <location filename="../ViewManager/ViewManager.py" line="1313" />
       <source>Stream Comment</source>
       <translation>Поточный комментарий</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1317" />
+      <location filename="../ViewManager/ViewManager.py" line="1321" />
       <source>Stream Comment Line or Selection</source>
       <translation>Закомментировать строку или выделение</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1322" />
+      <location filename="../ViewManager/ViewManager.py" line="1326" />
       <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;Закомментировать&lt;/b&gt;&lt;p&gt;Закомментировать строку или выделение поточным комментарием.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1334" />
-      <location filename="../ViewManager/ViewManager.py" line="1333" />
+      <location filename="../ViewManager/ViewManager.py" line="1338" />
+      <location filename="../ViewManager/ViewManager.py" line="1337" />
       <source>Box Comment</source>
       <translation>Прямоугольный комментарий</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1341" />
+      <location filename="../ViewManager/ViewManager.py" line="1345" />
       <source>Box Comment Line or Selection</source>
       <translation>Закомментировать строку или выделение прямоугольным комментарием</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1344" />
+      <location filename="../ViewManager/ViewManager.py" line="1348" />
       <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;Закомментировать&lt;/b&gt;&lt;p&gt;Закомментировать строку или выделение прямоугольным комментарием.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1355" />
+      <location filename="../ViewManager/ViewManager.py" line="1359" />
       <source>Select to brace</source>
       <translation>Выбрать до скобки</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1356" />
+      <location filename="../ViewManager/ViewManager.py" line="1360" />
       <source>Select to &amp;brace</source>
       <translation>В&amp;ыбрать до скобки</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1358" />
+      <location filename="../ViewManager/ViewManager.py" line="1362" />
       <source>Ctrl+E</source>
       <comment>Edit|Select to brace</comment>
       <translation>Ctrl+E</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1367" />
+      <location filename="../ViewManager/ViewManager.py" line="1371" />
       <source>Select text to the matching brace</source>
       <translation>Выбрать до соответствующей скобки</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1372" />
+      <location filename="../ViewManager/ViewManager.py" line="1376" />
       <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;Выбрать до скобки&lt;/b&gt;&lt;p&gt;Выбрать текст в текущем редакторе до соответствующей скобки.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1383" />
-      <source>Select all</source>
-      <translation>Выделить всё</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1385" />
-      <source>&amp;Select all</source>
-      <translation>В&amp;ыделить всё</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="1387" />
+      <source>Select all</source>
+      <translation>Выделить всё</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="1389" />
+      <source>&amp;Select all</source>
+      <translation>В&amp;ыделить всё</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="1391" />
       <source>Ctrl+A</source>
       <comment>Edit|Select all</comment>
       <translation>Ctrl+A</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1394" />
+      <location filename="../ViewManager/ViewManager.py" line="1398" />
       <source>Select all text</source>
       <translation>Выбрать весь текст</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1397" />
+      <location filename="../ViewManager/ViewManager.py" line="1401" />
       <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;Выбрать всё&lt;/b&gt;&lt;p&gt;Выбрать весь текст в текущем редакторе.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1407" />
+      <location filename="../ViewManager/ViewManager.py" line="1411" />
       <source>Deselect all</source>
       <translation>Снять выделение</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1408" />
+      <location filename="../ViewManager/ViewManager.py" line="1412" />
       <source>&amp;Deselect all</source>
       <translation>&amp;Снять выделение</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1410" />
+      <location filename="../ViewManager/ViewManager.py" line="1414" />
       <source>Alt+Ctrl+A</source>
       <comment>Edit|Deselect all</comment>
       <translation>Alt+Ctrl+A</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1419" />
+      <location filename="../ViewManager/ViewManager.py" line="1423" />
       <source>Deselect all text</source>
       <translation>Снять выделение со всего текста</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1422" />
+      <location filename="../ViewManager/ViewManager.py" line="1426" />
       <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;Снять выделение&lt;/b&gt;&lt;p&gt;Снять выделение со всего текста в текущем редакторе.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1440" />
-      <location filename="../ViewManager/ViewManager.py" line="1432" />
+      <location filename="../ViewManager/ViewManager.py" line="1444" />
+      <location filename="../ViewManager/ViewManager.py" line="1436" />
       <source>Convert Line End Characters</source>
       <translation>Конвертировать окончания строк</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1433" />
+      <location filename="../ViewManager/ViewManager.py" line="1437" />
       <source>Convert &amp;Line End Characters</source>
       <translation>К&amp;онвертировать окончания строк</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1443" />
+      <location filename="../ViewManager/ViewManager.py" line="1447" />
       <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;Конвертировать окончания строк&lt;/b&gt;&lt;p&gt;Конвертировать окончания строк к выбранному способу&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1462" />
-      <location filename="../ViewManager/ViewManager.py" line="1455" />
-      <location filename="../ViewManager/ViewManager.py" line="1454" />
+      <location filename="../ViewManager/ViewManager.py" line="1466" />
+      <location filename="../ViewManager/ViewManager.py" line="1459" />
+      <location filename="../ViewManager/ViewManager.py" line="1458" />
       <source>Shorten empty lines</source>
       <translation>Укоротить пустые строки</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1465" />
+      <location filename="../ViewManager/ViewManager.py" line="1469" />
       <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;Укоротить пустые строки&lt;/b&gt;
 &lt;p&gt;Укоротить строки, состоящие только из пробельных символов.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3348" />
-      <location filename="../ViewManager/ViewManager.py" line="1476" />
+      <location filename="../ViewManager/ViewManager.py" line="3352" />
+      <location filename="../ViewManager/ViewManager.py" line="1480" />
       <source>Complete</source>
       <translation>Дополнить</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1477" />
+      <location filename="../ViewManager/ViewManager.py" line="1481" />
       <source>&amp;Complete</source>
       <translation>&amp;Дополнить</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1479" />
+      <location filename="../ViewManager/ViewManager.py" line="1483" />
       <source>Ctrl+Space</source>
       <comment>Edit|Complete</comment>
       <translation>Ctrl+Space</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1486" />
+      <location filename="../ViewManager/ViewManager.py" line="1490" />
       <source>Complete current word</source>
       <translation>Дополнить текущее слово</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1489" />
+      <location filename="../ViewManager/ViewManager.py" line="1493" />
       <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;Дополнить&lt;/b&gt;&lt;p&gt;Выполняется дополнение слова, содержащего курсор.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1501" />
-      <location filename="../ViewManager/ViewManager.py" line="1500" />
+      <location filename="../ViewManager/ViewManager.py" line="1505" />
+      <location filename="../ViewManager/ViewManager.py" line="1504" />
       <source>Complete from Document</source>
       <translation>Дополнить из документа</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1503" />
+      <location filename="../ViewManager/ViewManager.py" line="1507" />
       <source>Ctrl+Shift+Space</source>
       <comment>Edit|Complete from Document</comment>
       <translation>Ctrl+Shift+Space</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1512" />
+      <location filename="../ViewManager/ViewManager.py" line="1516" />
       <source>Complete current word from Document</source>
       <translation>Дополнить текущее слово из документа</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1517" />
+      <location filename="../ViewManager/ViewManager.py" line="1521" />
       <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;Дополнить из документа&lt;/b&gt;&lt;p&gt;Выполняется дополнение слова, содержащего курсор, из документа.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1529" />
-      <location filename="../ViewManager/ViewManager.py" line="1528" />
+      <location filename="../ViewManager/ViewManager.py" line="1533" />
+      <location filename="../ViewManager/ViewManager.py" line="1532" />
       <source>Complete from APIs</source>
       <translation>Дополнить из API</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1531" />
+      <location filename="../ViewManager/ViewManager.py" line="1535" />
       <source>Ctrl+Alt+Space</source>
       <comment>Edit|Complete from APIs</comment>
       <translation>Ctrl+Alt+Space</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1540" />
+      <location filename="../ViewManager/ViewManager.py" line="1544" />
       <source>Complete current word from APIs</source>
       <translation>Дополнить текущее слово из API</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1543" />
+      <location filename="../ViewManager/ViewManager.py" line="1547" />
       <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;Дополнить из API&lt;/b&gt;&lt;p&gt;Выполняется дополнение слова, содержащего курсор, из API.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1557" />
-      <location filename="../ViewManager/ViewManager.py" line="1554" />
-      <source>Complete from Document and APIs</source>
-      <translation>Дополнить из документа и API</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="1561" />
+      <location filename="../ViewManager/ViewManager.py" line="1558" />
+      <source>Complete from Document and APIs</source>
+      <translation>Дополнить из документа и API</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="1565" />
       <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="1572" />
+      <location filename="../ViewManager/ViewManager.py" line="1576" />
       <source>Complete current word from Document and APIs</source>
       <translation>Дополнить текущее слово из документа и API</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1577" />
+      <location filename="../ViewManager/ViewManager.py" line="1581" />
       <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;Дополнить из документа и API&lt;/b&gt;&lt;p&gt;Выполняется дополнение слова, содержащего курсор, из документа и API.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1588" />
+      <location filename="../ViewManager/ViewManager.py" line="1592" />
       <source>Calltip</source>
       <translation>Подсказка</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1589" />
+      <location filename="../ViewManager/ViewManager.py" line="1593" />
       <source>&amp;Calltip</source>
       <translation>&amp;Подсказка</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1591" />
+      <location filename="../ViewManager/ViewManager.py" line="1595" />
       <source>Meta+Alt+Space</source>
       <comment>Edit|Calltip</comment>
       <translation>Meta+Alt+Space</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1600" />
+      <location filename="../ViewManager/ViewManager.py" line="1604" />
       <source>Show Calltips</source>
       <translation>Показать подсказки</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1603" />
+      <location filename="../ViewManager/ViewManager.py" line="1607" />
       <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;Подсказки&lt;/b&gt;&lt;p&gt;Показать подсказки соответствующие символам слева от курсора.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1616" />
-      <location filename="../ViewManager/ViewManager.py" line="1614" />
+      <location filename="../ViewManager/ViewManager.py" line="1620" />
+      <location filename="../ViewManager/ViewManager.py" line="1618" />
       <source>Code Info</source>
       <translation>Информация о коде</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1618" />
+      <location filename="../ViewManager/ViewManager.py" line="1622" />
       <source>Ctrl+Alt+I</source>
       <comment>Edit|Code Info</comment>
       <translation>Ctrl+Alt+I</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1627" />
+      <location filename="../ViewManager/ViewManager.py" line="1631" />
       <source>Show Code Info</source>
       <translation>Отображение информации для выбранного кода</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1630" />
+      <location filename="../ViewManager/ViewManager.py" line="1634" />
       <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;Информация для кода&lt;/b&gt;&lt;p&gt;Показ информации для кода на позиции курсора.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1641" />
-      <location filename="../ViewManager/ViewManager.py" line="1640" />
+      <location filename="../ViewManager/ViewManager.py" line="1645" />
+      <location filename="../ViewManager/ViewManager.py" line="1644" />
       <source>Sort</source>
       <translation>Сортировка</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1643" />
+      <location filename="../ViewManager/ViewManager.py" line="1647" />
       <source>Ctrl+Alt+S</source>
       <comment>Edit|Sort</comment>
       <translation>Ctrl+Alt+S</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1650" />
+      <location filename="../ViewManager/ViewManager.py" line="1654" />
       <source>Sort the lines containing the rectangular selection</source>
       <translation>Сортировать строки в прямоугольной выборке</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1655" />
+      <location filename="../ViewManager/ViewManager.py" line="1659" />
       <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;Сортировка&lt;/b&gt;&lt;p&gt;Сортировать строки в прямоугольной выборке, принимая во внимание только выделенную часть и игнорируя символы пропуска.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1667" />
-      <location filename="../ViewManager/ViewManager.py" line="1666" />
+      <location filename="../ViewManager/ViewManager.py" line="1671" />
+      <location filename="../ViewManager/ViewManager.py" line="1670" />
       <source>Generate Docstring</source>
       <translation>Генерировать строки документации</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1669" />
+      <location filename="../ViewManager/ViewManager.py" line="1673" />
       <source>Ctrl+Alt+D</source>
       <comment>Edit|Generate Docstring</comment>
       <translation>Ctrl+Alt+D</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1678" />
+      <location filename="../ViewManager/ViewManager.py" line="1682" />
       <source>Generate a docstring for the current function/method</source>
       <translation>Генерировать строки документации для текущих function/method</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="1683" />
+      <location filename="../ViewManager/ViewManager.py" line="1687" />
       <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;Генерировать строки документации&lt;/b&gt;&lt;p&gt;Генерировать строки документации для текущих function/method если курсор расположен в строке определения функции или в последующей строке. Строки документации вставляются в соответствующую позицию, а курсор помещается в конец строки описания.&lt;/p&gt;</translation>
     </message>
@@ -92732,22 +92756,22 @@
       <location filename="../QScintilla/MiniEditor.py" line="890" />
       <location filename="../QScintilla/ShellWindow.py" line="574" />
       <location filename="../QScintilla/ShellWindow.py" line="573" />
-      <location filename="../ViewManager/ViewManager.py" line="1710" />
-      <location filename="../ViewManager/ViewManager.py" line="1709" />
+      <location filename="../ViewManager/ViewManager.py" line="1714" />
+      <location filename="../ViewManager/ViewManager.py" line="1713" />
       <source>Move left one character</source>
       <translation>Перейти влево на один символ</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="892" />
       <location filename="../QScintilla/ShellWindow.py" line="575" />
-      <location filename="../ViewManager/ViewManager.py" line="1711" />
+      <location filename="../ViewManager/ViewManager.py" line="1715" />
       <source>Left</source>
       <translation>Left</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="900" />
       <location filename="../QScintilla/ShellWindow.py" line="583" />
-      <location filename="../ViewManager/ViewManager.py" line="1719" />
+      <location filename="../ViewManager/ViewManager.py" line="1723" />
       <source>Meta+B</source>
       <translation>Meta+B</translation>
     </message>
@@ -92756,22 +92780,22 @@
       <location filename="../QScintilla/MiniEditor.py" line="906" />
       <location filename="../QScintilla/ShellWindow.py" line="590" />
       <location filename="../QScintilla/ShellWindow.py" line="589" />
-      <location filename="../ViewManager/ViewManager.py" line="1726" />
-      <location filename="../ViewManager/ViewManager.py" line="1725" />
+      <location filename="../ViewManager/ViewManager.py" line="1730" />
+      <location filename="../ViewManager/ViewManager.py" line="1729" />
       <source>Move right one character</source>
       <translation>Перейти вправо на один символ</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="908" />
       <location filename="../QScintilla/ShellWindow.py" line="591" />
-      <location filename="../ViewManager/ViewManager.py" line="1727" />
+      <location filename="../ViewManager/ViewManager.py" line="1731" />
       <source>Right</source>
       <translation>Right</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="915" />
       <location filename="../QScintilla/ShellWindow.py" line="598" />
-      <location filename="../ViewManager/ViewManager.py" line="1734" />
+      <location filename="../ViewManager/ViewManager.py" line="1738" />
       <source>Meta+F</source>
       <translation>Meta+F</translation>
     </message>
@@ -92780,22 +92804,22 @@
       <location filename="../QScintilla/MiniEditor.py" line="922" />
       <location filename="../QScintilla/ShellWindow.py" line="682" />
       <location filename="../QScintilla/ShellWindow.py" line="681" />
-      <location filename="../ViewManager/ViewManager.py" line="1742" />
-      <location filename="../ViewManager/ViewManager.py" line="1741" />
+      <location filename="../ViewManager/ViewManager.py" line="1746" />
+      <location filename="../ViewManager/ViewManager.py" line="1745" />
       <source>Move up one line</source>
       <translation>Перейти на одну строку вверх</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="924" />
       <location filename="../QScintilla/ShellWindow.py" line="683" />
-      <location filename="../ViewManager/ViewManager.py" line="1743" />
+      <location filename="../ViewManager/ViewManager.py" line="1747" />
       <source>Up</source>
       <translation>Up</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="931" />
       <location filename="../QScintilla/ShellWindow.py" line="690" />
-      <location filename="../ViewManager/ViewManager.py" line="1750" />
+      <location filename="../ViewManager/ViewManager.py" line="1754" />
       <source>Meta+P</source>
       <translation>Meta+P</translation>
     </message>
@@ -92804,30 +92828,30 @@
       <location filename="../QScintilla/MiniEditor.py" line="938" />
       <location filename="../QScintilla/ShellWindow.py" line="698" />
       <location filename="../QScintilla/ShellWindow.py" line="697" />
-      <location filename="../ViewManager/ViewManager.py" line="1758" />
-      <location filename="../ViewManager/ViewManager.py" line="1757" />
+      <location filename="../ViewManager/ViewManager.py" line="1762" />
+      <location filename="../ViewManager/ViewManager.py" line="1761" />
       <source>Move down one line</source>
       <translation>Перейти на одну строку вниз</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="940" />
       <location filename="../QScintilla/ShellWindow.py" line="699" />
-      <location filename="../ViewManager/ViewManager.py" line="1759" />
+      <location filename="../ViewManager/ViewManager.py" line="1763" />
       <source>Down</source>
       <translation>Down</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="947" />
       <location filename="../QScintilla/ShellWindow.py" line="706" />
-      <location filename="../ViewManager/ViewManager.py" line="1766" />
+      <location filename="../ViewManager/ViewManager.py" line="1770" />
       <source>Meta+N</source>
       <translation>Meta+N</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="955" />
       <location filename="../QScintilla/MiniEditor.py" line="954" />
-      <location filename="../ViewManager/ViewManager.py" line="1774" />
-      <location filename="../ViewManager/ViewManager.py" line="1773" />
+      <location filename="../ViewManager/ViewManager.py" line="1778" />
+      <location filename="../ViewManager/ViewManager.py" line="1777" />
       <source>Move left one word part</source>
       <translation>Перейти влево на одну часть слова</translation>
     </message>
@@ -92835,16 +92859,16 @@
       <location filename="../QScintilla/MiniEditor.py" line="995" />
       <location filename="../QScintilla/MiniEditor.py" line="963" />
       <location filename="../QScintilla/ShellWindow.py" line="614" />
-      <location filename="../ViewManager/ViewManager.py" line="1814" />
-      <location filename="../ViewManager/ViewManager.py" line="1782" />
+      <location filename="../ViewManager/ViewManager.py" line="1818" />
+      <location filename="../ViewManager/ViewManager.py" line="1786" />
       <source>Alt+Left</source>
       <translation>Alt+Left</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="971" />
       <location filename="../QScintilla/MiniEditor.py" line="970" />
-      <location filename="../ViewManager/ViewManager.py" line="1790" />
-      <location filename="../ViewManager/ViewManager.py" line="1789" />
+      <location filename="../ViewManager/ViewManager.py" line="1794" />
+      <location filename="../ViewManager/ViewManager.py" line="1793" />
       <source>Move right one word part</source>
       <translation>Перейти вправо на одну часть слова</translation>
     </message>
@@ -92852,8 +92876,8 @@
       <location filename="../QScintilla/MiniEditor.py" line="2125" />
       <location filename="../QScintilla/MiniEditor.py" line="1015" />
       <location filename="../QScintilla/MiniEditor.py" line="979" />
-      <location filename="../ViewManager/ViewManager.py" line="2923" />
-      <location filename="../ViewManager/ViewManager.py" line="1798" />
+      <location filename="../ViewManager/ViewManager.py" line="2927" />
+      <location filename="../ViewManager/ViewManager.py" line="1802" />
       <source>Alt+Right</source>
       <translation>Alt+Right</translation>
     </message>
@@ -92862,8 +92886,8 @@
       <location filename="../QScintilla/MiniEditor.py" line="986" />
       <location filename="../QScintilla/ShellWindow.py" line="606" />
       <location filename="../QScintilla/ShellWindow.py" line="605" />
-      <location filename="../ViewManager/ViewManager.py" line="1806" />
-      <location filename="../ViewManager/ViewManager.py" line="1805" />
+      <location filename="../ViewManager/ViewManager.py" line="1810" />
+      <location filename="../ViewManager/ViewManager.py" line="1809" />
       <source>Move left one word</source>
       <translation>Перейти влево на одно слово</translation>
     </message>
@@ -92871,8 +92895,8 @@
       <location filename="../QScintilla/MiniEditor.py" line="1055" />
       <location filename="../QScintilla/MiniEditor.py" line="999" />
       <location filename="../QScintilla/ShellWindow.py" line="618" />
-      <location filename="../ViewManager/ViewManager.py" line="1870" />
-      <location filename="../ViewManager/ViewManager.py" line="1818" />
+      <location filename="../ViewManager/ViewManager.py" line="1874" />
+      <location filename="../ViewManager/ViewManager.py" line="1822" />
       <source>Ctrl+Left</source>
       <translation>Ctrl+Left</translation>
     </message>
@@ -92881,8 +92905,8 @@
       <location filename="../QScintilla/MiniEditor.py" line="1006" />
       <location filename="../QScintilla/ShellWindow.py" line="626" />
       <location filename="../QScintilla/ShellWindow.py" line="625" />
-      <location filename="../ViewManager/ViewManager.py" line="1826" />
-      <location filename="../ViewManager/ViewManager.py" line="1825" />
+      <location filename="../ViewManager/ViewManager.py" line="1830" />
+      <location filename="../ViewManager/ViewManager.py" line="1829" />
       <source>Move right one word</source>
       <translation>Перейти вправо на одно слово</translation>
     </message>
@@ -92890,8 +92914,8 @@
       <location filename="../QScintilla/MiniEditor.py" line="1809" />
       <location filename="../QScintilla/MiniEditor.py" line="1019" />
       <location filename="../QScintilla/ShellWindow.py" line="634" />
-      <location filename="../ViewManager/ViewManager.py" line="2607" />
-      <location filename="../ViewManager/ViewManager.py" line="1834" />
+      <location filename="../ViewManager/ViewManager.py" line="2611" />
+      <location filename="../ViewManager/ViewManager.py" line="1838" />
       <source>Ctrl+Right</source>
       <translation>Ctrl+Right</translation>
     </message>
@@ -92900,8 +92924,8 @@
       <location filename="../QScintilla/MiniEditor.py" line="1026" />
       <location filename="../QScintilla/ShellWindow.py" line="644" />
       <location filename="../QScintilla/ShellWindow.py" line="641" />
-      <location filename="../ViewManager/ViewManager.py" line="1844" />
-      <location filename="../ViewManager/ViewManager.py" line="1841" />
+      <location filename="../ViewManager/ViewManager.py" line="1848" />
+      <location filename="../ViewManager/ViewManager.py" line="1845" />
       <source>Move to first visible character in document line</source>
       <translation>Перейти к первому видимому символу в строке документа</translation>
     </message>
@@ -92909,22 +92933,22 @@
       <location filename="../QScintilla/MiniEditor.py" line="2070" />
       <location filename="../QScintilla/MiniEditor.py" line="1039" />
       <location filename="../QScintilla/ShellWindow.py" line="654" />
-      <location filename="../ViewManager/ViewManager.py" line="2868" />
-      <location filename="../ViewManager/ViewManager.py" line="1854" />
+      <location filename="../ViewManager/ViewManager.py" line="2872" />
+      <location filename="../ViewManager/ViewManager.py" line="1858" />
       <source>Home</source>
       <translation>Home</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1047" />
       <location filename="../QScintilla/MiniEditor.py" line="1046" />
-      <location filename="../ViewManager/ViewManager.py" line="1862" />
-      <location filename="../ViewManager/ViewManager.py" line="1861" />
+      <location filename="../ViewManager/ViewManager.py" line="1866" />
+      <location filename="../ViewManager/ViewManager.py" line="1865" />
       <source>Move to start of display line</source>
       <translation>Перейти на начало строки экрана</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1059" />
-      <location filename="../ViewManager/ViewManager.py" line="1874" />
+      <location filename="../ViewManager/ViewManager.py" line="1878" />
       <source>Alt+Home</source>
       <translation>Alt+Home</translation>
     </message>
@@ -92933,15 +92957,15 @@
       <location filename="../QScintilla/MiniEditor.py" line="1066" />
       <location filename="../QScintilla/ShellWindow.py" line="662" />
       <location filename="../QScintilla/ShellWindow.py" line="661" />
-      <location filename="../ViewManager/ViewManager.py" line="1882" />
-      <location filename="../ViewManager/ViewManager.py" line="1881" />
+      <location filename="../ViewManager/ViewManager.py" line="1886" />
+      <location filename="../ViewManager/ViewManager.py" line="1885" />
       <source>Move to end of document line</source>
       <translation>Перейти на конец строки документа</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1075" />
       <location filename="../QScintilla/ShellWindow.py" line="670" />
-      <location filename="../ViewManager/ViewManager.py" line="1890" />
+      <location filename="../ViewManager/ViewManager.py" line="1894" />
       <source>Meta+E</source>
       <translation>Meta+E</translation>
     </message>
@@ -92949,16 +92973,16 @@
       <location filename="../QScintilla/MiniEditor.py" line="2087" />
       <location filename="../QScintilla/MiniEditor.py" line="1079" />
       <location filename="../QScintilla/ShellWindow.py" line="674" />
-      <location filename="../ViewManager/ViewManager.py" line="2885" />
-      <location filename="../ViewManager/ViewManager.py" line="1894" />
+      <location filename="../ViewManager/ViewManager.py" line="2889" />
+      <location filename="../ViewManager/ViewManager.py" line="1898" />
       <source>End</source>
       <translation>End</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1087" />
       <location filename="../QScintilla/MiniEditor.py" line="1086" />
-      <location filename="../ViewManager/ViewManager.py" line="1902" />
-      <location filename="../ViewManager/ViewManager.py" line="1901" />
+      <location filename="../ViewManager/ViewManager.py" line="1906" />
+      <location filename="../ViewManager/ViewManager.py" line="1905" />
       <source>Scroll view down one line</source>
       <translation>Прокрутить на одну строку вниз</translation>
     </message>
@@ -92966,16 +92990,16 @@
       <location filename="../QScintilla/MiniEditor.py" line="1191" />
       <location filename="../QScintilla/MiniEditor.py" line="1088" />
       <location filename="../QScintilla/ShellWindow.py" line="715" />
-      <location filename="../ViewManager/ViewManager.py" line="2006" />
-      <location filename="../ViewManager/ViewManager.py" line="1903" />
+      <location filename="../ViewManager/ViewManager.py" line="2010" />
+      <location filename="../ViewManager/ViewManager.py" line="1907" />
       <source>Ctrl+Down</source>
       <translation>Ctrl+Down</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1099" />
       <location filename="../QScintilla/MiniEditor.py" line="1098" />
-      <location filename="../ViewManager/ViewManager.py" line="1914" />
-      <location filename="../ViewManager/ViewManager.py" line="1913" />
+      <location filename="../ViewManager/ViewManager.py" line="1918" />
+      <location filename="../ViewManager/ViewManager.py" line="1917" />
       <source>Scroll view up one line</source>
       <translation>Прокрутить на одну строку вверх</translation>
     </message>
@@ -92983,36 +93007,36 @@
       <location filename="../QScintilla/MiniEditor.py" line="1171" />
       <location filename="../QScintilla/MiniEditor.py" line="1100" />
       <location filename="../QScintilla/ShellWindow.py" line="727" />
-      <location filename="../ViewManager/ViewManager.py" line="1986" />
-      <location filename="../ViewManager/ViewManager.py" line="1915" />
+      <location filename="../ViewManager/ViewManager.py" line="1990" />
+      <location filename="../ViewManager/ViewManager.py" line="1919" />
       <source>Ctrl+Up</source>
       <translation>Ctrl+Up</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1111" />
       <location filename="../QScintilla/MiniEditor.py" line="1110" />
-      <location filename="../ViewManager/ViewManager.py" line="1926" />
-      <location filename="../ViewManager/ViewManager.py" line="1925" />
+      <location filename="../ViewManager/ViewManager.py" line="1930" />
+      <location filename="../ViewManager/ViewManager.py" line="1929" />
       <source>Move up one paragraph</source>
       <translation>Перейти на один параграф вверх</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1112" />
-      <location filename="../ViewManager/ViewManager.py" line="1927" />
+      <location filename="../ViewManager/ViewManager.py" line="1931" />
       <source>Alt+Up</source>
       <translation>Alt+Up</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1123" />
       <location filename="../QScintilla/MiniEditor.py" line="1122" />
-      <location filename="../ViewManager/ViewManager.py" line="1938" />
-      <location filename="../ViewManager/ViewManager.py" line="1937" />
+      <location filename="../ViewManager/ViewManager.py" line="1942" />
+      <location filename="../ViewManager/ViewManager.py" line="1941" />
       <source>Move down one paragraph</source>
       <translation>Перейти на один параграф вниз</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1124" />
-      <location filename="../ViewManager/ViewManager.py" line="1939" />
+      <location filename="../ViewManager/ViewManager.py" line="1943" />
       <source>Alt+Down</source>
       <translation>Alt+Down</translation>
     </message>
@@ -93021,15 +93045,15 @@
       <location filename="../QScintilla/MiniEditor.py" line="1134" />
       <location filename="../QScintilla/ShellWindow.py" line="738" />
       <location filename="../QScintilla/ShellWindow.py" line="737" />
-      <location filename="../ViewManager/ViewManager.py" line="1950" />
-      <location filename="../ViewManager/ViewManager.py" line="1949" />
+      <location filename="../ViewManager/ViewManager.py" line="1954" />
+      <location filename="../ViewManager/ViewManager.py" line="1953" />
       <source>Move up one page</source>
       <translation>Перейти на одну страницу вверх</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1136" />
       <location filename="../QScintilla/ShellWindow.py" line="739" />
-      <location filename="../ViewManager/ViewManager.py" line="1951" />
+      <location filename="../ViewManager/ViewManager.py" line="1955" />
       <source>PgUp</source>
       <translation>PgUp</translation>
     </message>
@@ -93038,50 +93062,50 @@
       <location filename="../QScintilla/MiniEditor.py" line="1146" />
       <location filename="../QScintilla/ShellWindow.py" line="750" />
       <location filename="../QScintilla/ShellWindow.py" line="749" />
-      <location filename="../ViewManager/ViewManager.py" line="1962" />
-      <location filename="../ViewManager/ViewManager.py" line="1961" />
+      <location filename="../ViewManager/ViewManager.py" line="1966" />
+      <location filename="../ViewManager/ViewManager.py" line="1965" />
       <source>Move down one page</source>
       <translation>Перейти на одну страницу вниз</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1148" />
       <location filename="../QScintilla/ShellWindow.py" line="751" />
-      <location filename="../ViewManager/ViewManager.py" line="1963" />
+      <location filename="../ViewManager/ViewManager.py" line="1967" />
       <source>PgDown</source>
       <translation>PgDown</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1155" />
       <location filename="../QScintilla/ShellWindow.py" line="758" />
-      <location filename="../ViewManager/ViewManager.py" line="1970" />
+      <location filename="../ViewManager/ViewManager.py" line="1974" />
       <source>Meta+V</source>
       <translation>Meta+V</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1163" />
       <location filename="../QScintilla/MiniEditor.py" line="1162" />
-      <location filename="../ViewManager/ViewManager.py" line="1978" />
-      <location filename="../ViewManager/ViewManager.py" line="1977" />
+      <location filename="../ViewManager/ViewManager.py" line="1982" />
+      <location filename="../ViewManager/ViewManager.py" line="1981" />
       <source>Move to start of document</source>
       <translation>Перейти на начало документа</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1175" />
-      <location filename="../ViewManager/ViewManager.py" line="1990" />
+      <location filename="../ViewManager/ViewManager.py" line="1994" />
       <source>Ctrl+Home</source>
       <translation>Ctrl+Home</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1183" />
       <location filename="../QScintilla/MiniEditor.py" line="1182" />
-      <location filename="../ViewManager/ViewManager.py" line="1998" />
-      <location filename="../ViewManager/ViewManager.py" line="1997" />
+      <location filename="../ViewManager/ViewManager.py" line="2002" />
+      <location filename="../ViewManager/ViewManager.py" line="2001" />
       <source>Move to end of document</source>
       <translation>Перейти на конец документа</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1195" />
-      <location filename="../ViewManager/ViewManager.py" line="2010" />
+      <location filename="../ViewManager/ViewManager.py" line="2014" />
       <source>Ctrl+End</source>
       <translation>Ctrl+End</translation>
     </message>
@@ -93090,29 +93114,29 @@
       <location filename="../QScintilla/MiniEditor.py" line="1202" />
       <location filename="../QScintilla/ShellWindow.py" line="452" />
       <location filename="../QScintilla/ShellWindow.py" line="451" />
-      <location filename="../ViewManager/ViewManager.py" line="2018" />
-      <location filename="../ViewManager/ViewManager.py" line="2017" />
+      <location filename="../ViewManager/ViewManager.py" line="2022" />
+      <location filename="../ViewManager/ViewManager.py" line="2021" />
       <source>Indent one level</source>
       <translation>Увеличить отступ</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1204" />
       <location filename="../QScintilla/ShellWindow.py" line="453" />
-      <location filename="../ViewManager/ViewManager.py" line="2019" />
+      <location filename="../ViewManager/ViewManager.py" line="2023" />
       <source>Tab</source>
       <translation>Tab</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1215" />
       <location filename="../QScintilla/MiniEditor.py" line="1214" />
-      <location filename="../ViewManager/ViewManager.py" line="2030" />
-      <location filename="../ViewManager/ViewManager.py" line="2029" />
+      <location filename="../ViewManager/ViewManager.py" line="2034" />
+      <location filename="../ViewManager/ViewManager.py" line="2033" />
       <source>Unindent one level</source>
       <translation>Уменьшить отступ</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1216" />
-      <location filename="../ViewManager/ViewManager.py" line="2031" />
+      <location filename="../ViewManager/ViewManager.py" line="2035" />
       <source>Shift+Tab</source>
       <translation>Shift+Tab</translation>
     </message>
@@ -93121,22 +93145,22 @@
       <location filename="../QScintilla/MiniEditor.py" line="1226" />
       <location filename="../QScintilla/ShellWindow.py" line="780" />
       <location filename="../QScintilla/ShellWindow.py" line="777" />
-      <location filename="../ViewManager/ViewManager.py" line="2044" />
-      <location filename="../ViewManager/ViewManager.py" line="2041" />
+      <location filename="../ViewManager/ViewManager.py" line="2048" />
+      <location filename="../ViewManager/ViewManager.py" line="2045" />
       <source>Extend selection left one character</source>
       <translation>Распространить выделение на один символ влево</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1232" />
       <location filename="../QScintilla/ShellWindow.py" line="783" />
-      <location filename="../ViewManager/ViewManager.py" line="2047" />
+      <location filename="../ViewManager/ViewManager.py" line="2051" />
       <source>Shift+Left</source>
       <translation>Shift+Left</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1239" />
       <location filename="../QScintilla/ShellWindow.py" line="790" />
-      <location filename="../ViewManager/ViewManager.py" line="2054" />
+      <location filename="../ViewManager/ViewManager.py" line="2058" />
       <source>Meta+Shift+B</source>
       <translation>Meta+Shift+B</translation>
     </message>
@@ -93145,70 +93169,70 @@
       <location filename="../QScintilla/MiniEditor.py" line="1246" />
       <location filename="../QScintilla/ShellWindow.py" line="800" />
       <location filename="../QScintilla/ShellWindow.py" line="797" />
-      <location filename="../ViewManager/ViewManager.py" line="2064" />
-      <location filename="../ViewManager/ViewManager.py" line="2061" />
+      <location filename="../ViewManager/ViewManager.py" line="2068" />
+      <location filename="../ViewManager/ViewManager.py" line="2065" />
       <source>Extend selection right one character</source>
       <translation>Распространить выделение на один символ вправо</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1252" />
       <location filename="../QScintilla/ShellWindow.py" line="803" />
-      <location filename="../ViewManager/ViewManager.py" line="2067" />
+      <location filename="../ViewManager/ViewManager.py" line="2071" />
       <source>Shift+Right</source>
       <translation>Shift+Right</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1259" />
       <location filename="../QScintilla/ShellWindow.py" line="810" />
-      <location filename="../ViewManager/ViewManager.py" line="2074" />
+      <location filename="../ViewManager/ViewManager.py" line="2078" />
       <source>Meta+Shift+F</source>
       <translation>Meta+Shift+F</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1267" />
       <location filename="../QScintilla/MiniEditor.py" line="1266" />
-      <location filename="../ViewManager/ViewManager.py" line="2082" />
-      <location filename="../ViewManager/ViewManager.py" line="2081" />
+      <location filename="../ViewManager/ViewManager.py" line="2086" />
+      <location filename="../ViewManager/ViewManager.py" line="2085" />
       <source>Extend selection up one line</source>
       <translation>Распространить выделение на одну строку вверх</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1268" />
-      <location filename="../ViewManager/ViewManager.py" line="2083" />
+      <location filename="../ViewManager/ViewManager.py" line="2087" />
       <source>Shift+Up</source>
       <translation>Shift+Up</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1275" />
-      <location filename="../ViewManager/ViewManager.py" line="2090" />
+      <location filename="../ViewManager/ViewManager.py" line="2094" />
       <source>Meta+Shift+P</source>
       <translation>Meta+Shift+P</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1283" />
       <location filename="../QScintilla/MiniEditor.py" line="1282" />
-      <location filename="../ViewManager/ViewManager.py" line="2098" />
-      <location filename="../ViewManager/ViewManager.py" line="2097" />
+      <location filename="../ViewManager/ViewManager.py" line="2102" />
+      <location filename="../ViewManager/ViewManager.py" line="2101" />
       <source>Extend selection down one line</source>
       <translation>Распространить выделение на одну строку вниз</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1284" />
-      <location filename="../ViewManager/ViewManager.py" line="2099" />
+      <location filename="../ViewManager/ViewManager.py" line="2103" />
       <source>Shift+Down</source>
       <translation>Shift+Down</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1291" />
-      <location filename="../ViewManager/ViewManager.py" line="2106" />
+      <location filename="../ViewManager/ViewManager.py" line="2110" />
       <source>Meta+Shift+N</source>
       <translation>Meta+Shift+N</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1301" />
       <location filename="../QScintilla/MiniEditor.py" line="1298" />
-      <location filename="../ViewManager/ViewManager.py" line="2116" />
-      <location filename="../ViewManager/ViewManager.py" line="2113" />
+      <location filename="../ViewManager/ViewManager.py" line="2120" />
+      <location filename="../ViewManager/ViewManager.py" line="2117" />
       <source>Extend selection left one word part</source>
       <translation>Распространить выделение на одну часть слова влево</translation>
     </message>
@@ -93216,16 +93240,16 @@
       <location filename="../QScintilla/MiniEditor.py" line="1352" />
       <location filename="../QScintilla/MiniEditor.py" line="1312" />
       <location filename="../QScintilla/ShellWindow.py" line="827" />
-      <location filename="../ViewManager/ViewManager.py" line="2167" />
-      <location filename="../ViewManager/ViewManager.py" line="2127" />
+      <location filename="../ViewManager/ViewManager.py" line="2171" />
+      <location filename="../ViewManager/ViewManager.py" line="2131" />
       <source>Alt+Shift+Left</source>
       <translation>Alt+Shift+Left</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1323" />
       <location filename="../QScintilla/MiniEditor.py" line="1320" />
-      <location filename="../ViewManager/ViewManager.py" line="2138" />
-      <location filename="../ViewManager/ViewManager.py" line="2135" />
+      <location filename="../ViewManager/ViewManager.py" line="2142" />
+      <location filename="../ViewManager/ViewManager.py" line="2139" />
       <source>Extend selection right one word part</source>
       <translation>Распространить выделение на одну часть слова вправо</translation>
     </message>
@@ -93234,9 +93258,9 @@
       <location filename="../QScintilla/MiniEditor.py" line="1380" />
       <location filename="../QScintilla/MiniEditor.py" line="1334" />
       <location filename="../QScintilla/ShellWindow.py" line="855" />
-      <location filename="../ViewManager/ViewManager.py" line="2945" />
-      <location filename="../ViewManager/ViewManager.py" line="2195" />
-      <location filename="../ViewManager/ViewManager.py" line="2149" />
+      <location filename="../ViewManager/ViewManager.py" line="2949" />
+      <location filename="../ViewManager/ViewManager.py" line="2199" />
+      <location filename="../ViewManager/ViewManager.py" line="2153" />
       <source>Alt+Shift+Right</source>
       <translation>Alt+Shift+Right</translation>
     </message>
@@ -93245,8 +93269,8 @@
       <location filename="../QScintilla/MiniEditor.py" line="1342" />
       <location filename="../QScintilla/ShellWindow.py" line="818" />
       <location filename="../QScintilla/ShellWindow.py" line="817" />
-      <location filename="../ViewManager/ViewManager.py" line="2158" />
-      <location filename="../ViewManager/ViewManager.py" line="2157" />
+      <location filename="../ViewManager/ViewManager.py" line="2162" />
+      <location filename="../ViewManager/ViewManager.py" line="2161" />
       <source>Extend selection left one word</source>
       <translation>Распространить выделение на одно слово влево</translation>
     </message>
@@ -93254,8 +93278,8 @@
       <location filename="../QScintilla/MiniEditor.py" line="2273" />
       <location filename="../QScintilla/MiniEditor.py" line="1358" />
       <location filename="../QScintilla/ShellWindow.py" line="833" />
-      <location filename="../ViewManager/ViewManager.py" line="3071" />
-      <location filename="../ViewManager/ViewManager.py" line="2173" />
+      <location filename="../ViewManager/ViewManager.py" line="3075" />
+      <location filename="../ViewManager/ViewManager.py" line="2177" />
       <source>Ctrl+Shift+Left</source>
       <translation>Ctrl+Shift+Left</translation>
     </message>
@@ -93264,8 +93288,8 @@
       <location filename="../QScintilla/MiniEditor.py" line="1366" />
       <location filename="../QScintilla/ShellWindow.py" line="844" />
       <location filename="../QScintilla/ShellWindow.py" line="841" />
-      <location filename="../ViewManager/ViewManager.py" line="2184" />
-      <location filename="../ViewManager/ViewManager.py" line="2181" />
+      <location filename="../ViewManager/ViewManager.py" line="2188" />
+      <location filename="../ViewManager/ViewManager.py" line="2185" />
       <source>Extend selection right one word</source>
       <translation>Распространить выделение на одно слово вправо</translation>
     </message>
@@ -93273,8 +93297,8 @@
       <location filename="../QScintilla/MiniEditor.py" line="1834" />
       <location filename="../QScintilla/MiniEditor.py" line="1386" />
       <location filename="../QScintilla/ShellWindow.py" line="861" />
-      <location filename="../ViewManager/ViewManager.py" line="2632" />
-      <location filename="../ViewManager/ViewManager.py" line="2201" />
+      <location filename="../ViewManager/ViewManager.py" line="2636" />
+      <location filename="../ViewManager/ViewManager.py" line="2205" />
       <source>Ctrl+Shift+Right</source>
       <translation>Ctrl+Shift+Right</translation>
     </message>
@@ -93283,15 +93307,15 @@
       <location filename="../QScintilla/MiniEditor.py" line="1394" />
       <location filename="../QScintilla/ShellWindow.py" line="873" />
       <location filename="../QScintilla/ShellWindow.py" line="869" />
+      <location filename="../ViewManager/ViewManager.py" line="2217" />
       <location filename="../ViewManager/ViewManager.py" line="2213" />
-      <location filename="../ViewManager/ViewManager.py" line="2209" />
       <source>Extend selection to first visible character in document line</source>
       <translation>Распространить выделение до первого видимого символа в строке документа</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1409" />
       <location filename="../QScintilla/ShellWindow.py" line="884" />
-      <location filename="../ViewManager/ViewManager.py" line="2224" />
+      <location filename="../ViewManager/ViewManager.py" line="2228" />
       <source>Shift+Home</source>
       <translation>Shift+Home</translation>
     </message>
@@ -93300,124 +93324,124 @@
       <location filename="../QScintilla/MiniEditor.py" line="1416" />
       <location filename="../QScintilla/ShellWindow.py" line="894" />
       <location filename="../QScintilla/ShellWindow.py" line="891" />
-      <location filename="../ViewManager/ViewManager.py" line="2234" />
-      <location filename="../ViewManager/ViewManager.py" line="2231" />
+      <location filename="../ViewManager/ViewManager.py" line="2238" />
+      <location filename="../ViewManager/ViewManager.py" line="2235" />
       <source>Extend selection to end of document line</source>
       <translation>Распространить выделение до конца строки документа</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1429" />
       <location filename="../QScintilla/ShellWindow.py" line="904" />
-      <location filename="../ViewManager/ViewManager.py" line="2244" />
+      <location filename="../ViewManager/ViewManager.py" line="2248" />
       <source>Meta+Shift+E</source>
       <translation>Meta+Shift+E</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1433" />
       <location filename="../QScintilla/ShellWindow.py" line="908" />
-      <location filename="../ViewManager/ViewManager.py" line="2248" />
+      <location filename="../ViewManager/ViewManager.py" line="2252" />
       <source>Shift+End</source>
       <translation>Shift+End</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1443" />
       <location filename="../QScintilla/MiniEditor.py" line="1440" />
-      <location filename="../ViewManager/ViewManager.py" line="2258" />
-      <location filename="../ViewManager/ViewManager.py" line="2255" />
+      <location filename="../ViewManager/ViewManager.py" line="2262" />
+      <location filename="../ViewManager/ViewManager.py" line="2259" />
       <source>Extend selection up one paragraph</source>
       <translation>Распространить выделение на один параграф вверх</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1446" />
-      <location filename="../ViewManager/ViewManager.py" line="2261" />
+      <location filename="../ViewManager/ViewManager.py" line="2265" />
       <source>Alt+Shift+Up</source>
       <translation>Alt+Shift+Up</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1459" />
       <location filename="../QScintilla/MiniEditor.py" line="1456" />
-      <location filename="../ViewManager/ViewManager.py" line="2274" />
-      <location filename="../ViewManager/ViewManager.py" line="2271" />
+      <location filename="../ViewManager/ViewManager.py" line="2278" />
+      <location filename="../ViewManager/ViewManager.py" line="2275" />
       <source>Extend selection down one paragraph</source>
       <translation>Распространить выделение на один параграф вниз</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1462" />
-      <location filename="../ViewManager/ViewManager.py" line="2277" />
+      <location filename="../ViewManager/ViewManager.py" line="2281" />
       <source>Alt+Shift+Down</source>
       <translation>Alt+Shift+Down</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1473" />
       <location filename="../QScintilla/MiniEditor.py" line="1472" />
-      <location filename="../ViewManager/ViewManager.py" line="2288" />
-      <location filename="../ViewManager/ViewManager.py" line="2287" />
+      <location filename="../ViewManager/ViewManager.py" line="2292" />
+      <location filename="../ViewManager/ViewManager.py" line="2291" />
       <source>Extend selection up one page</source>
       <translation>Распространить выделение на страницу вверх</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1474" />
-      <location filename="../ViewManager/ViewManager.py" line="2289" />
+      <location filename="../ViewManager/ViewManager.py" line="2293" />
       <source>Shift+PgUp</source>
       <translation>Shift+PgUp</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1485" />
       <location filename="../QScintilla/MiniEditor.py" line="1484" />
-      <location filename="../ViewManager/ViewManager.py" line="2300" />
-      <location filename="../ViewManager/ViewManager.py" line="2299" />
+      <location filename="../ViewManager/ViewManager.py" line="2304" />
+      <location filename="../ViewManager/ViewManager.py" line="2303" />
       <source>Extend selection down one page</source>
       <translation>Распространить выделение на страницу вниз</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1486" />
-      <location filename="../ViewManager/ViewManager.py" line="2301" />
+      <location filename="../ViewManager/ViewManager.py" line="2305" />
       <source>Shift+PgDown</source>
       <translation>Shift+PgDown</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1493" />
-      <location filename="../ViewManager/ViewManager.py" line="2308" />
+      <location filename="../ViewManager/ViewManager.py" line="2312" />
       <source>Meta+Shift+V</source>
       <translation>Meta+Shift+V</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1503" />
       <location filename="../QScintilla/MiniEditor.py" line="1500" />
-      <location filename="../ViewManager/ViewManager.py" line="2318" />
-      <location filename="../ViewManager/ViewManager.py" line="2315" />
+      <location filename="../ViewManager/ViewManager.py" line="2322" />
+      <location filename="../ViewManager/ViewManager.py" line="2319" />
       <source>Extend selection to start of document</source>
       <translation>Распространить выделение до начала документа</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1513" />
-      <location filename="../ViewManager/ViewManager.py" line="2328" />
+      <location filename="../ViewManager/ViewManager.py" line="2332" />
       <source>Ctrl+Shift+Up</source>
       <translation>Ctrl+Shift+Up</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1518" />
-      <location filename="../ViewManager/ViewManager.py" line="2333" />
+      <location filename="../ViewManager/ViewManager.py" line="2337" />
       <source>Ctrl+Shift+Home</source>
       <translation>Ctrl+Shift+Home</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1529" />
       <location filename="../QScintilla/MiniEditor.py" line="1526" />
-      <location filename="../ViewManager/ViewManager.py" line="2344" />
-      <location filename="../ViewManager/ViewManager.py" line="2341" />
+      <location filename="../ViewManager/ViewManager.py" line="2348" />
+      <location filename="../ViewManager/ViewManager.py" line="2345" />
       <source>Extend selection to end of document</source>
       <translation>Распространить выделение до конца документа</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1540" />
-      <location filename="../ViewManager/ViewManager.py" line="2355" />
+      <location filename="../ViewManager/ViewManager.py" line="2359" />
       <source>Ctrl+Shift+Down</source>
       <translation>Ctrl+Shift+Down</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1546" />
-      <location filename="../ViewManager/ViewManager.py" line="2361" />
+      <location filename="../ViewManager/ViewManager.py" line="2365" />
       <source>Ctrl+Shift+End</source>
       <translation>Ctrl+Shift+End</translation>
     </message>
@@ -93426,37 +93450,37 @@
       <location filename="../QScintilla/MiniEditor.py" line="1554" />
       <location filename="../QScintilla/ShellWindow.py" line="476" />
       <location filename="../QScintilla/ShellWindow.py" line="475" />
-      <location filename="../ViewManager/ViewManager.py" line="2370" />
-      <location filename="../ViewManager/ViewManager.py" line="2369" />
+      <location filename="../ViewManager/ViewManager.py" line="2374" />
+      <location filename="../ViewManager/ViewManager.py" line="2373" />
       <source>Delete previous character</source>
       <translation>Удалить предыдущий символ</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1556" />
       <location filename="../QScintilla/ShellWindow.py" line="477" />
-      <location filename="../ViewManager/ViewManager.py" line="2371" />
+      <location filename="../ViewManager/ViewManager.py" line="2375" />
       <source>Backspace</source>
       <translation>Backspace</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1563" />
       <location filename="../QScintilla/ShellWindow.py" line="484" />
-      <location filename="../ViewManager/ViewManager.py" line="2378" />
+      <location filename="../ViewManager/ViewManager.py" line="2382" />
       <source>Meta+H</source>
       <translation>Meta+H</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1568" />
       <location filename="../QScintilla/ShellWindow.py" line="489" />
-      <location filename="../ViewManager/ViewManager.py" line="2383" />
+      <location filename="../ViewManager/ViewManager.py" line="2387" />
       <source>Shift+Backspace</source>
       <translation>Shift+Backspace</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1579" />
       <location filename="../QScintilla/MiniEditor.py" line="1576" />
-      <location filename="../ViewManager/ViewManager.py" line="2394" />
-      <location filename="../ViewManager/ViewManager.py" line="2391" />
+      <location filename="../ViewManager/ViewManager.py" line="2398" />
+      <location filename="../ViewManager/ViewManager.py" line="2395" />
       <source>Delete previous character if not at start of line</source>
       <translation>Удалить предыдущий символ если он не первый в строке</translation>
     </message>
@@ -93465,22 +93489,22 @@
       <location filename="../QScintilla/MiniEditor.py" line="1592" />
       <location filename="../QScintilla/ShellWindow.py" line="498" />
       <location filename="../QScintilla/ShellWindow.py" line="497" />
-      <location filename="../ViewManager/ViewManager.py" line="2408" />
-      <location filename="../ViewManager/ViewManager.py" line="2407" />
+      <location filename="../ViewManager/ViewManager.py" line="2412" />
+      <location filename="../ViewManager/ViewManager.py" line="2411" />
       <source>Delete current character</source>
       <translation>Удалить текущий символ</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1594" />
       <location filename="../QScintilla/ShellWindow.py" line="499" />
-      <location filename="../ViewManager/ViewManager.py" line="2409" />
+      <location filename="../ViewManager/ViewManager.py" line="2413" />
       <source>Del</source>
       <translation>Del</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1601" />
       <location filename="../QScintilla/ShellWindow.py" line="506" />
-      <location filename="../ViewManager/ViewManager.py" line="2416" />
+      <location filename="../ViewManager/ViewManager.py" line="2420" />
       <source>Meta+D</source>
       <translation>Meta+D</translation>
     </message>
@@ -93489,15 +93513,15 @@
       <location filename="../QScintilla/MiniEditor.py" line="1608" />
       <location filename="../QScintilla/ShellWindow.py" line="514" />
       <location filename="../QScintilla/ShellWindow.py" line="513" />
-      <location filename="../ViewManager/ViewManager.py" line="2424" />
-      <location filename="../ViewManager/ViewManager.py" line="2423" />
+      <location filename="../ViewManager/ViewManager.py" line="2428" />
+      <location filename="../ViewManager/ViewManager.py" line="2427" />
       <source>Delete word to left</source>
       <translation>Удалить слово слева</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1610" />
       <location filename="../QScintilla/ShellWindow.py" line="515" />
-      <location filename="../ViewManager/ViewManager.py" line="2425" />
+      <location filename="../ViewManager/ViewManager.py" line="2429" />
       <source>Ctrl+Backspace</source>
       <translation>Ctrl+Backspace</translation>
     </message>
@@ -93506,15 +93530,15 @@
       <location filename="../QScintilla/MiniEditor.py" line="1620" />
       <location filename="../QScintilla/ShellWindow.py" line="526" />
       <location filename="../QScintilla/ShellWindow.py" line="525" />
-      <location filename="../ViewManager/ViewManager.py" line="2436" />
-      <location filename="../ViewManager/ViewManager.py" line="2435" />
+      <location filename="../ViewManager/ViewManager.py" line="2440" />
+      <location filename="../ViewManager/ViewManager.py" line="2439" />
       <source>Delete word to right</source>
       <translation>Удалить слово справа</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1622" />
       <location filename="../QScintilla/ShellWindow.py" line="527" />
-      <location filename="../ViewManager/ViewManager.py" line="2437" />
+      <location filename="../ViewManager/ViewManager.py" line="2441" />
       <source>Ctrl+Del</source>
       <translation>Ctrl+Del</translation>
     </message>
@@ -93523,15 +93547,15 @@
       <location filename="../QScintilla/MiniEditor.py" line="1632" />
       <location filename="../QScintilla/ShellWindow.py" line="538" />
       <location filename="../QScintilla/ShellWindow.py" line="537" />
-      <location filename="../ViewManager/ViewManager.py" line="2448" />
-      <location filename="../ViewManager/ViewManager.py" line="2447" />
+      <location filename="../ViewManager/ViewManager.py" line="2452" />
+      <location filename="../ViewManager/ViewManager.py" line="2451" />
       <source>Delete line to left</source>
       <translation>Удалить строку слева</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1635" />
       <location filename="../QScintilla/ShellWindow.py" line="540" />
-      <location filename="../ViewManager/ViewManager.py" line="2450" />
+      <location filename="../ViewManager/ViewManager.py" line="2454" />
       <source>Ctrl+Shift+Backspace</source>
       <translation>Ctrl+Shift+Backspace</translation>
     </message>
@@ -93540,22 +93564,22 @@
       <location filename="../QScintilla/MiniEditor.py" line="1646" />
       <location filename="../QScintilla/ShellWindow.py" line="552" />
       <location filename="../QScintilla/ShellWindow.py" line="551" />
-      <location filename="../ViewManager/ViewManager.py" line="2462" />
-      <location filename="../ViewManager/ViewManager.py" line="2461" />
+      <location filename="../ViewManager/ViewManager.py" line="2466" />
+      <location filename="../ViewManager/ViewManager.py" line="2465" />
       <source>Delete line to right</source>
       <translation>Удалить строку справа</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1655" />
       <location filename="../QScintilla/ShellWindow.py" line="560" />
-      <location filename="../ViewManager/ViewManager.py" line="2470" />
+      <location filename="../ViewManager/ViewManager.py" line="2474" />
       <source>Meta+K</source>
       <translation>Meta+K</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1660" />
       <location filename="../QScintilla/ShellWindow.py" line="565" />
-      <location filename="../ViewManager/ViewManager.py" line="2475" />
+      <location filename="../ViewManager/ViewManager.py" line="2479" />
       <source>Ctrl+Shift+Del</source>
       <translation>Ctrl+Shift+Del</translation>
     </message>
@@ -93564,38 +93588,38 @@
       <location filename="../QScintilla/MiniEditor.py" line="1668" />
       <location filename="../QScintilla/ShellWindow.py" line="464" />
       <location filename="../QScintilla/ShellWindow.py" line="463" />
-      <location filename="../ViewManager/ViewManager.py" line="2484" />
-      <location filename="../ViewManager/ViewManager.py" line="2483" />
+      <location filename="../ViewManager/ViewManager.py" line="2488" />
+      <location filename="../ViewManager/ViewManager.py" line="2487" />
       <source>Insert new line</source>
       <translation>Вставить новую строку</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1670" />
       <location filename="../QScintilla/ShellWindow.py" line="465" />
-      <location filename="../ViewManager/ViewManager.py" line="2485" />
+      <location filename="../ViewManager/ViewManager.py" line="2489" />
       <source>Return</source>
       <translation>Return</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1671" />
       <location filename="../QScintilla/ShellWindow.py" line="466" />
-      <location filename="../ViewManager/ViewManager.py" line="2486" />
+      <location filename="../ViewManager/ViewManager.py" line="2490" />
       <source>Enter</source>
       <translation>Enter</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="2498" />
-      <location filename="../ViewManager/ViewManager.py" line="2495" />
-      <source>Insert new line below current line</source>
-      <translation>Вставить новую строку после текущей</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2501" />
-      <source>Shift+Return</source>
-      <translation>Shift+Return</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="2502" />
+      <location filename="../ViewManager/ViewManager.py" line="2499" />
+      <source>Insert new line below current line</source>
+      <translation>Вставить новую строку после текущей</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="2505" />
+      <source>Shift+Return</source>
+      <translation>Shift+Return</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="2506" />
       <source>Shift+Enter</source>
       <translation>Shift+Enter</translation>
     </message>
@@ -93604,129 +93628,129 @@
       <location filename="../QScintilla/MiniEditor.py" line="1680" />
       <location filename="../QScintilla/ShellWindow.py" line="440" />
       <location filename="../QScintilla/ShellWindow.py" line="439" />
-      <location filename="../ViewManager/ViewManager.py" line="2511" />
-      <location filename="../ViewManager/ViewManager.py" line="2510" />
+      <location filename="../ViewManager/ViewManager.py" line="2515" />
+      <location filename="../ViewManager/ViewManager.py" line="2514" />
       <source>Delete current line</source>
       <translation>Удалить текущую строку</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1682" />
       <location filename="../QScintilla/ShellWindow.py" line="441" />
-      <location filename="../ViewManager/ViewManager.py" line="2512" />
+      <location filename="../ViewManager/ViewManager.py" line="2516" />
       <source>Ctrl+Shift+L</source>
       <translation>Ctrl+Shift+L</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1693" />
       <location filename="../QScintilla/MiniEditor.py" line="1692" />
-      <location filename="../ViewManager/ViewManager.py" line="2523" />
-      <location filename="../ViewManager/ViewManager.py" line="2522" />
+      <location filename="../ViewManager/ViewManager.py" line="2527" />
+      <location filename="../ViewManager/ViewManager.py" line="2526" />
       <source>Duplicate current line</source>
       <translation>Дублировать текущую строку</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1694" />
-      <location filename="../ViewManager/ViewManager.py" line="2524" />
+      <location filename="../ViewManager/ViewManager.py" line="2528" />
       <source>Ctrl+D</source>
       <translation>Ctrl+D</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1707" />
       <location filename="../QScintilla/MiniEditor.py" line="1704" />
-      <location filename="../ViewManager/ViewManager.py" line="2537" />
-      <location filename="../ViewManager/ViewManager.py" line="2534" />
+      <location filename="../ViewManager/ViewManager.py" line="2541" />
+      <location filename="../ViewManager/ViewManager.py" line="2538" />
       <source>Swap current and previous lines</source>
       <translation>Поменять местами предыдущую и последующую строки</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1710" />
-      <location filename="../ViewManager/ViewManager.py" line="2540" />
+      <location filename="../ViewManager/ViewManager.py" line="2544" />
       <source>Ctrl+T</source>
       <translation>Ctrl+T</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1721" />
       <location filename="../QScintilla/MiniEditor.py" line="1720" />
-      <location filename="../ViewManager/ViewManager.py" line="2551" />
-      <location filename="../ViewManager/ViewManager.py" line="2550" />
+      <location filename="../ViewManager/ViewManager.py" line="2555" />
+      <location filename="../ViewManager/ViewManager.py" line="2554" />
       <source>Reverse selected lines</source>
       <translation>Реверсировать выбранные строки</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1722" />
-      <location filename="../ViewManager/ViewManager.py" line="2552" />
+      <location filename="../ViewManager/ViewManager.py" line="2556" />
       <source>Meta+Alt+R</source>
       <translation>Meta+Alt+R</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1733" />
       <location filename="../QScintilla/MiniEditor.py" line="1732" />
-      <location filename="../ViewManager/ViewManager.py" line="2563" />
-      <location filename="../ViewManager/ViewManager.py" line="2562" />
+      <location filename="../ViewManager/ViewManager.py" line="2567" />
+      <location filename="../ViewManager/ViewManager.py" line="2566" />
       <source>Cut current line</source>
       <translation>Вырезать текущую строку</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1734" />
-      <location filename="../ViewManager/ViewManager.py" line="2564" />
+      <location filename="../ViewManager/ViewManager.py" line="2568" />
       <source>Alt+Shift+L</source>
       <translation>Alt+Shift+L</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1745" />
       <location filename="../QScintilla/MiniEditor.py" line="1744" />
-      <location filename="../ViewManager/ViewManager.py" line="2575" />
-      <location filename="../ViewManager/ViewManager.py" line="2574" />
+      <location filename="../ViewManager/ViewManager.py" line="2579" />
+      <location filename="../ViewManager/ViewManager.py" line="2578" />
       <source>Copy current line</source>
       <translation>Копировать текущую строку</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1746" />
-      <location filename="../ViewManager/ViewManager.py" line="2576" />
+      <location filename="../ViewManager/ViewManager.py" line="2580" />
       <source>Ctrl+Shift+T</source>
       <translation>Ctrl+Shift+T</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1757" />
       <location filename="../QScintilla/MiniEditor.py" line="1756" />
-      <location filename="../ViewManager/ViewManager.py" line="2587" />
-      <location filename="../ViewManager/ViewManager.py" line="2586" />
+      <location filename="../ViewManager/ViewManager.py" line="2591" />
+      <location filename="../ViewManager/ViewManager.py" line="2590" />
       <source>Toggle insert/overtype</source>
       <translation>Вставка/Замена</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1758" />
-      <location filename="../ViewManager/ViewManager.py" line="2588" />
+      <location filename="../ViewManager/ViewManager.py" line="2592" />
       <source>Ins</source>
       <translation>Ins</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1801" />
       <location filename="../QScintilla/MiniEditor.py" line="1800" />
-      <location filename="../ViewManager/ViewManager.py" line="2599" />
-      <location filename="../ViewManager/ViewManager.py" line="2598" />
+      <location filename="../ViewManager/ViewManager.py" line="2603" />
+      <location filename="../ViewManager/ViewManager.py" line="2602" />
       <source>Move to end of display line</source>
       <translation>Перейти на конец строки экрана</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1813" />
-      <location filename="../ViewManager/ViewManager.py" line="2611" />
+      <location filename="../ViewManager/ViewManager.py" line="2615" />
       <source>Alt+End</source>
       <translation>Alt+End</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1823" />
       <location filename="../QScintilla/MiniEditor.py" line="1820" />
-      <location filename="../ViewManager/ViewManager.py" line="2621" />
-      <location filename="../ViewManager/ViewManager.py" line="2618" />
+      <location filename="../ViewManager/ViewManager.py" line="2625" />
+      <location filename="../ViewManager/ViewManager.py" line="2622" />
       <source>Extend selection to end of display line</source>
       <translation>Распространить выделение до конца строки экрана</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1843" />
       <location filename="../QScintilla/MiniEditor.py" line="1842" />
-      <location filename="../ViewManager/ViewManager.py" line="2641" />
-      <location filename="../ViewManager/ViewManager.py" line="2640" />
+      <location filename="../ViewManager/ViewManager.py" line="2645" />
+      <location filename="../ViewManager/ViewManager.py" line="2644" />
       <source>Formfeed</source>
       <translation>Перевод страницы</translation>
     </message>
@@ -93735,163 +93759,163 @@
       <location filename="../QScintilla/MiniEditor.py" line="1854" />
       <location filename="../QScintilla/ShellWindow.py" line="766" />
       <location filename="../QScintilla/ShellWindow.py" line="765" />
-      <location filename="../ViewManager/ViewManager.py" line="2653" />
-      <location filename="../ViewManager/ViewManager.py" line="2652" />
+      <location filename="../ViewManager/ViewManager.py" line="2657" />
+      <location filename="../ViewManager/ViewManager.py" line="2656" />
       <source>Escape</source>
       <translation>Escape</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1856" />
       <location filename="../QScintilla/ShellWindow.py" line="767" />
-      <location filename="../ViewManager/ViewManager.py" line="2654" />
+      <location filename="../ViewManager/ViewManager.py" line="2658" />
       <source>Esc</source>
       <translation>Esc</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1869" />
       <location filename="../QScintilla/MiniEditor.py" line="1866" />
-      <location filename="../ViewManager/ViewManager.py" line="2667" />
-      <location filename="../ViewManager/ViewManager.py" line="2664" />
+      <location filename="../ViewManager/ViewManager.py" line="2671" />
+      <location filename="../ViewManager/ViewManager.py" line="2668" />
       <source>Extend rectangular selection down one line</source>
       <translation>Распространить прямоугольное выделение на одну строку вниз</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1872" />
-      <location filename="../ViewManager/ViewManager.py" line="2670" />
+      <location filename="../ViewManager/ViewManager.py" line="2674" />
       <source>Alt+Ctrl+Down</source>
       <translation>Alt+Ctrl+Down</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1880" />
-      <location filename="../ViewManager/ViewManager.py" line="2678" />
+      <location filename="../ViewManager/ViewManager.py" line="2682" />
       <source>Meta+Alt+Shift+N</source>
       <translation>Meta+Alt+Shift+N</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1891" />
       <location filename="../QScintilla/MiniEditor.py" line="1888" />
-      <location filename="../ViewManager/ViewManager.py" line="2689" />
-      <location filename="../ViewManager/ViewManager.py" line="2686" />
+      <location filename="../ViewManager/ViewManager.py" line="2693" />
+      <location filename="../ViewManager/ViewManager.py" line="2690" />
       <source>Extend rectangular selection up one line</source>
       <translation>Распространить прямоугольное выделение на одну строку вверх</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1894" />
-      <location filename="../ViewManager/ViewManager.py" line="2692" />
+      <location filename="../ViewManager/ViewManager.py" line="2696" />
       <source>Alt+Ctrl+Up</source>
       <translation>Alt+Ctrl+Up</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1902" />
-      <location filename="../ViewManager/ViewManager.py" line="2700" />
+      <location filename="../ViewManager/ViewManager.py" line="2704" />
       <source>Meta+Alt+Shift+P</source>
       <translation>Meta+Alt+Shift+P</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1913" />
       <location filename="../QScintilla/MiniEditor.py" line="1910" />
-      <location filename="../ViewManager/ViewManager.py" line="2711" />
-      <location filename="../ViewManager/ViewManager.py" line="2708" />
+      <location filename="../ViewManager/ViewManager.py" line="2715" />
+      <location filename="../ViewManager/ViewManager.py" line="2712" />
       <source>Extend rectangular selection left one character</source>
       <translation>Распространить прямоугольное выделение на один символ влево</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1916" />
-      <location filename="../ViewManager/ViewManager.py" line="2714" />
+      <location filename="../ViewManager/ViewManager.py" line="2718" />
       <source>Alt+Ctrl+Left</source>
       <translation>Alt+Ctrl+Left</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1924" />
-      <location filename="../ViewManager/ViewManager.py" line="2722" />
+      <location filename="../ViewManager/ViewManager.py" line="2726" />
       <source>Meta+Alt+Shift+B</source>
       <translation>Meta+Alt+Shift+B</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1935" />
       <location filename="../QScintilla/MiniEditor.py" line="1932" />
-      <location filename="../ViewManager/ViewManager.py" line="2733" />
-      <location filename="../ViewManager/ViewManager.py" line="2730" />
+      <location filename="../ViewManager/ViewManager.py" line="2737" />
+      <location filename="../ViewManager/ViewManager.py" line="2734" />
       <source>Extend rectangular selection right one character</source>
       <translation>Распространить прямоугольное выделение на один символ вправо</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1938" />
-      <location filename="../ViewManager/ViewManager.py" line="2736" />
+      <location filename="../ViewManager/ViewManager.py" line="2740" />
       <source>Alt+Ctrl+Right</source>
       <translation>Alt+Ctrl+Right</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1946" />
-      <location filename="../ViewManager/ViewManager.py" line="2744" />
+      <location filename="../ViewManager/ViewManager.py" line="2748" />
       <source>Meta+Alt+Shift+F</source>
       <translation>Meta+Alt+Shift+F</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1959" />
       <location filename="../QScintilla/MiniEditor.py" line="1954" />
-      <location filename="../ViewManager/ViewManager.py" line="2757" />
-      <location filename="../ViewManager/ViewManager.py" line="2752" />
+      <location filename="../ViewManager/ViewManager.py" line="2761" />
+      <location filename="../ViewManager/ViewManager.py" line="2756" />
       <source>Extend rectangular selection to first visible character in document line</source>
       <translation>Распространить прямоугольное выделение до первого видимого символа в строке документа</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1972" />
-      <location filename="../ViewManager/ViewManager.py" line="2770" />
+      <location filename="../ViewManager/ViewManager.py" line="2774" />
       <source>Alt+Shift+Home</source>
       <translation>Alt+Shift+Home</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1983" />
       <location filename="../QScintilla/MiniEditor.py" line="1980" />
-      <location filename="../ViewManager/ViewManager.py" line="2781" />
-      <location filename="../ViewManager/ViewManager.py" line="2778" />
+      <location filename="../ViewManager/ViewManager.py" line="2785" />
+      <location filename="../ViewManager/ViewManager.py" line="2782" />
       <source>Extend rectangular selection to end of document line</source>
       <translation>Распространить прямоугольное выделение до конца строки документа</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1994" />
-      <location filename="../ViewManager/ViewManager.py" line="2792" />
+      <location filename="../ViewManager/ViewManager.py" line="2796" />
       <source>Meta+Alt+Shift+E</source>
       <translation>Meta+Alt+Shift+E</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1999" />
-      <location filename="../ViewManager/ViewManager.py" line="2797" />
+      <location filename="../ViewManager/ViewManager.py" line="2801" />
       <source>Alt+Shift+End</source>
       <translation>Alt+Shift+End</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2009" />
       <location filename="../QScintilla/MiniEditor.py" line="2006" />
-      <location filename="../ViewManager/ViewManager.py" line="2807" />
-      <location filename="../ViewManager/ViewManager.py" line="2804" />
+      <location filename="../ViewManager/ViewManager.py" line="2811" />
+      <location filename="../ViewManager/ViewManager.py" line="2808" />
       <source>Extend rectangular selection up one page</source>
       <translation>Распространить прямоугольное выделение на одну страницу вверх</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2012" />
-      <location filename="../ViewManager/ViewManager.py" line="2810" />
+      <location filename="../ViewManager/ViewManager.py" line="2814" />
       <source>Alt+Shift+PgUp</source>
       <translation>Alt+Shift+PgUp</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2025" />
       <location filename="../QScintilla/MiniEditor.py" line="2022" />
-      <location filename="../ViewManager/ViewManager.py" line="2823" />
-      <location filename="../ViewManager/ViewManager.py" line="2820" />
+      <location filename="../ViewManager/ViewManager.py" line="2827" />
+      <location filename="../ViewManager/ViewManager.py" line="2824" />
       <source>Extend rectangular selection down one page</source>
       <translation>Распространить прямоугольное выделение на одну страницу вниз</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2028" />
-      <location filename="../ViewManager/ViewManager.py" line="2826" />
+      <location filename="../ViewManager/ViewManager.py" line="2830" />
       <source>Alt+Shift+PgDown</source>
       <translation>Alt+Shift+PgDown</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2036" />
-      <location filename="../ViewManager/ViewManager.py" line="2834" />
+      <location filename="../ViewManager/ViewManager.py" line="2838" />
       <source>Meta+Alt+Shift+V</source>
       <translation>Meta+Alt+Shift+V</translation>
     </message>
@@ -93900,299 +93924,299 @@
       <location filename="../QScintilla/MiniEditor.py" line="2510" />
       <location filename="../QScintilla/MiniEditor.py" line="2045" />
       <location filename="../QScintilla/MiniEditor.py" line="2044" />
-      <location filename="../ViewManager/ViewManager.py" line="2843" />
-      <location filename="../ViewManager/ViewManager.py" line="2842" />
+      <location filename="../ViewManager/ViewManager.py" line="2847" />
+      <location filename="../ViewManager/ViewManager.py" line="2846" />
       <source>Duplicate current selection</source>
       <translation>Дублировать текущее выделение</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2512" />
       <location filename="../QScintilla/MiniEditor.py" line="2046" />
-      <location filename="../ViewManager/ViewManager.py" line="2844" />
+      <location filename="../ViewManager/ViewManager.py" line="2848" />
       <source>Ctrl+Shift+D</source>
       <translation>Ctrl+Shift+D</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2060" />
       <location filename="../QScintilla/MiniEditor.py" line="2057" />
-      <location filename="../ViewManager/ViewManager.py" line="2858" />
-      <location filename="../ViewManager/ViewManager.py" line="2855" />
+      <location filename="../ViewManager/ViewManager.py" line="2862" />
+      <location filename="../ViewManager/ViewManager.py" line="2859" />
       <source>Scroll to start of document</source>
       <translation>Прокрутить на начало документа</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2079" />
       <location filename="../QScintilla/MiniEditor.py" line="2078" />
-      <location filename="../ViewManager/ViewManager.py" line="2877" />
-      <location filename="../ViewManager/ViewManager.py" line="2876" />
+      <location filename="../ViewManager/ViewManager.py" line="2881" />
+      <location filename="../ViewManager/ViewManager.py" line="2880" />
       <source>Scroll to end of document</source>
       <translation>Прокрутить на конец документа</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2098" />
       <location filename="../QScintilla/MiniEditor.py" line="2095" />
-      <location filename="../ViewManager/ViewManager.py" line="2896" />
-      <location filename="../ViewManager/ViewManager.py" line="2893" />
+      <location filename="../ViewManager/ViewManager.py" line="2900" />
+      <location filename="../ViewManager/ViewManager.py" line="2897" />
       <source>Scroll vertically to center current line</source>
       <translation>Прокрутить вертикально до центра текущей строки</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2108" />
-      <location filename="../ViewManager/ViewManager.py" line="2906" />
+      <location filename="../ViewManager/ViewManager.py" line="2910" />
       <source>Meta+L</source>
       <translation>Meta+L</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2117" />
       <location filename="../QScintilla/MiniEditor.py" line="2116" />
-      <location filename="../ViewManager/ViewManager.py" line="2915" />
-      <location filename="../ViewManager/ViewManager.py" line="2914" />
+      <location filename="../ViewManager/ViewManager.py" line="2919" />
+      <location filename="../ViewManager/ViewManager.py" line="2918" />
       <source>Move to end of next word</source>
       <translation>Перейти в конец следующего слова</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2136" />
       <location filename="../QScintilla/MiniEditor.py" line="2133" />
-      <location filename="../ViewManager/ViewManager.py" line="2934" />
-      <location filename="../ViewManager/ViewManager.py" line="2931" />
+      <location filename="../ViewManager/ViewManager.py" line="2938" />
+      <location filename="../ViewManager/ViewManager.py" line="2935" />
       <source>Extend selection to end of next word</source>
       <translation>Распространить выделение до конца следующего слова</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2159" />
       <location filename="../QScintilla/MiniEditor.py" line="2156" />
-      <location filename="../ViewManager/ViewManager.py" line="2957" />
-      <location filename="../ViewManager/ViewManager.py" line="2954" />
+      <location filename="../ViewManager/ViewManager.py" line="2961" />
+      <location filename="../ViewManager/ViewManager.py" line="2958" />
       <source>Move to end of previous word</source>
       <translation>Перейти в конец предыдущего слова</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2176" />
       <location filename="../QScintilla/MiniEditor.py" line="2173" />
-      <location filename="../ViewManager/ViewManager.py" line="2974" />
-      <location filename="../ViewManager/ViewManager.py" line="2971" />
+      <location filename="../ViewManager/ViewManager.py" line="2978" />
+      <location filename="../ViewManager/ViewManager.py" line="2975" />
       <source>Extend selection to end of previous word</source>
       <translation>Распространить выделение до конца предыдущего слова</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2193" />
       <location filename="../QScintilla/MiniEditor.py" line="2190" />
-      <location filename="../ViewManager/ViewManager.py" line="2991" />
-      <location filename="../ViewManager/ViewManager.py" line="2988" />
+      <location filename="../ViewManager/ViewManager.py" line="2995" />
+      <location filename="../ViewManager/ViewManager.py" line="2992" />
       <source>Move to start of document line</source>
       <translation>Перейти на начало строки документа</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2203" />
-      <location filename="../ViewManager/ViewManager.py" line="3001" />
+      <location filename="../ViewManager/ViewManager.py" line="3005" />
       <source>Meta+A</source>
       <translation>Meta+A</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2214" />
       <location filename="../QScintilla/MiniEditor.py" line="2211" />
-      <location filename="../ViewManager/ViewManager.py" line="3012" />
-      <location filename="../ViewManager/ViewManager.py" line="3009" />
+      <location filename="../ViewManager/ViewManager.py" line="3016" />
+      <location filename="../ViewManager/ViewManager.py" line="3013" />
       <source>Extend selection to start of document line</source>
       <translation>Распространить выделение до начала строки документа</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2225" />
-      <location filename="../ViewManager/ViewManager.py" line="3023" />
+      <location filename="../ViewManager/ViewManager.py" line="3027" />
       <source>Meta+Shift+A</source>
       <translation>Meta+Shift+A</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2238" />
       <location filename="../QScintilla/MiniEditor.py" line="2234" />
+      <location filename="../ViewManager/ViewManager.py" line="3040" />
       <location filename="../ViewManager/ViewManager.py" line="3036" />
-      <location filename="../ViewManager/ViewManager.py" line="3032" />
       <source>Extend rectangular selection to start of document line</source>
       <translation>Распространить прямоугольное выделение до начала строки документа</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2250" />
-      <location filename="../ViewManager/ViewManager.py" line="3048" />
+      <location filename="../ViewManager/ViewManager.py" line="3052" />
       <source>Meta+Alt+Shift+A</source>
       <translation>Meta+Alt+Shift+A</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2262" />
       <location filename="../QScintilla/MiniEditor.py" line="2259" />
-      <location filename="../ViewManager/ViewManager.py" line="3060" />
-      <location filename="../ViewManager/ViewManager.py" line="3057" />
+      <location filename="../ViewManager/ViewManager.py" line="3064" />
+      <location filename="../ViewManager/ViewManager.py" line="3061" />
       <source>Extend selection to start of display line</source>
       <translation>Распространить выделение до начала строки экрана</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2285" />
       <location filename="../QScintilla/MiniEditor.py" line="2282" />
-      <location filename="../ViewManager/ViewManager.py" line="3083" />
-      <location filename="../ViewManager/ViewManager.py" line="3080" />
+      <location filename="../ViewManager/ViewManager.py" line="3087" />
+      <location filename="../ViewManager/ViewManager.py" line="3084" />
       <source>Move to start of display or document line</source>
       <translation>Перейти на начало строки экрана или документа</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2303" />
       <location filename="../QScintilla/MiniEditor.py" line="2299" />
+      <location filename="../ViewManager/ViewManager.py" line="3105" />
       <location filename="../ViewManager/ViewManager.py" line="3101" />
-      <location filename="../ViewManager/ViewManager.py" line="3097" />
       <source>Extend selection to start of display or document line</source>
       <translation>Распространить выделение до начала строки экрана или документа</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2322" />
       <location filename="../QScintilla/MiniEditor.py" line="2318" />
+      <location filename="../ViewManager/ViewManager.py" line="3124" />
       <location filename="../ViewManager/ViewManager.py" line="3120" />
-      <location filename="../ViewManager/ViewManager.py" line="3116" />
       <source>Move to first visible character in display or document line</source>
       <translation>Перейти к первому видимому символу строки экрана или документа</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2342" />
       <location filename="../QScintilla/MiniEditor.py" line="2337" />
-      <location filename="../ViewManager/ViewManager.py" line="3140" />
-      <location filename="../ViewManager/ViewManager.py" line="3135" />
+      <location filename="../ViewManager/ViewManager.py" line="3144" />
+      <location filename="../ViewManager/ViewManager.py" line="3139" />
       <source>Extend selection to first visible character in display or document line</source>
       <translation>Распространить выделение до первого видимого символа строки экрана или документа</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2361" />
       <location filename="../QScintilla/MiniEditor.py" line="2358" />
-      <location filename="../ViewManager/ViewManager.py" line="3159" />
-      <location filename="../ViewManager/ViewManager.py" line="3156" />
+      <location filename="../ViewManager/ViewManager.py" line="3163" />
+      <location filename="../ViewManager/ViewManager.py" line="3160" />
       <source>Move to end of display or document line</source>
       <translation>Перейти в конец строки экрана или документа</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2378" />
       <location filename="../QScintilla/MiniEditor.py" line="2375" />
-      <location filename="../ViewManager/ViewManager.py" line="3176" />
-      <location filename="../ViewManager/ViewManager.py" line="3173" />
+      <location filename="../ViewManager/ViewManager.py" line="3180" />
+      <location filename="../ViewManager/ViewManager.py" line="3177" />
       <source>Extend selection to end of display or document line</source>
       <translation>Распространить выделение до конца строки экрана или документа</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2393" />
       <location filename="../QScintilla/MiniEditor.py" line="2392" />
-      <location filename="../ViewManager/ViewManager.py" line="3191" />
-      <location filename="../ViewManager/ViewManager.py" line="3190" />
+      <location filename="../ViewManager/ViewManager.py" line="3195" />
+      <location filename="../ViewManager/ViewManager.py" line="3194" />
       <source>Stuttered move up one page</source>
       <translation>Перейти на одну страницу вверх</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2408" />
       <location filename="../QScintilla/MiniEditor.py" line="2405" />
-      <location filename="../ViewManager/ViewManager.py" line="3206" />
-      <location filename="../ViewManager/ViewManager.py" line="3203" />
+      <location filename="../ViewManager/ViewManager.py" line="3210" />
+      <location filename="../ViewManager/ViewManager.py" line="3207" />
       <source>Stuttered extend selection up one page</source>
       <translation>Распространить выделение на страницу вверх</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2425" />
       <location filename="../QScintilla/MiniEditor.py" line="2422" />
-      <location filename="../ViewManager/ViewManager.py" line="3223" />
-      <location filename="../ViewManager/ViewManager.py" line="3220" />
+      <location filename="../ViewManager/ViewManager.py" line="3227" />
+      <location filename="../ViewManager/ViewManager.py" line="3224" />
       <source>Stuttered move down one page</source>
       <translation>Перейти на одну страницу вниз</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2442" />
       <location filename="../QScintilla/MiniEditor.py" line="2439" />
-      <location filename="../ViewManager/ViewManager.py" line="3240" />
-      <location filename="../ViewManager/ViewManager.py" line="3237" />
+      <location filename="../ViewManager/ViewManager.py" line="3244" />
+      <location filename="../ViewManager/ViewManager.py" line="3241" />
       <source>Stuttered extend selection down one page</source>
       <translation>Распространить выделение на страницу вниз</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2459" />
       <location filename="../QScintilla/MiniEditor.py" line="2456" />
-      <location filename="../ViewManager/ViewManager.py" line="3257" />
-      <location filename="../ViewManager/ViewManager.py" line="3254" />
+      <location filename="../ViewManager/ViewManager.py" line="3261" />
+      <location filename="../ViewManager/ViewManager.py" line="3258" />
       <source>Delete right to end of next word</source>
       <translation>Удалить до конца следующего слова справа</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2469" />
-      <location filename="../ViewManager/ViewManager.py" line="3267" />
+      <location filename="../ViewManager/ViewManager.py" line="3271" />
       <source>Alt+Del</source>
       <translation>Alt+Del</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2480" />
       <location filename="../QScintilla/MiniEditor.py" line="2477" />
-      <location filename="../ViewManager/ViewManager.py" line="3278" />
-      <location filename="../ViewManager/ViewManager.py" line="3275" />
+      <location filename="../ViewManager/ViewManager.py" line="3282" />
+      <location filename="../ViewManager/ViewManager.py" line="3279" />
       <source>Move selected lines up one line</source>
       <translation>Переместить выделенные строки на одну строку вверх</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2497" />
       <location filename="../QScintilla/MiniEditor.py" line="2494" />
-      <location filename="../ViewManager/ViewManager.py" line="3295" />
-      <location filename="../ViewManager/ViewManager.py" line="3292" />
+      <location filename="../ViewManager/ViewManager.py" line="3299" />
+      <location filename="../ViewManager/ViewManager.py" line="3296" />
       <source>Move selected lines down one line</source>
       <translation>Переместить выделенные строки на одну строку вниз</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1771" />
       <location filename="../QScintilla/MiniEditor.py" line="1768" />
-      <location filename="../ViewManager/ViewManager.py" line="3313" />
-      <location filename="../ViewManager/ViewManager.py" line="3310" />
+      <location filename="../ViewManager/ViewManager.py" line="3317" />
+      <location filename="../ViewManager/ViewManager.py" line="3314" />
       <source>Convert selection to lower case</source>
       <translation>Преобразовать выделение в нижний регистр</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1774" />
-      <location filename="../ViewManager/ViewManager.py" line="3316" />
+      <location filename="../ViewManager/ViewManager.py" line="3320" />
       <source>Alt+Shift+U</source>
       <translation>Alt+Shift+U</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1787" />
       <location filename="../QScintilla/MiniEditor.py" line="1784" />
-      <location filename="../ViewManager/ViewManager.py" line="3329" />
-      <location filename="../ViewManager/ViewManager.py" line="3326" />
+      <location filename="../ViewManager/ViewManager.py" line="3333" />
+      <location filename="../ViewManager/ViewManager.py" line="3330" />
       <source>Convert selection to upper case</source>
       <translation>Преобразовать выделение в верхний регистр</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="1790" />
-      <location filename="../ViewManager/ViewManager.py" line="3332" />
+      <location filename="../ViewManager/ViewManager.py" line="3336" />
       <source>Ctrl+Shift+U</source>
       <translation>Ctrl+Shift+U</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3357" />
+      <location filename="../ViewManager/ViewManager.py" line="3361" />
       <source>&amp;Edit</source>
       <translation>П&amp;равка</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3413" />
-      <location filename="../ViewManager/ViewManager.py" line="3411" />
+      <location filename="../ViewManager/ViewManager.py" line="3417" />
+      <location filename="../ViewManager/ViewManager.py" line="3415" />
       <source>Edit</source>
       <translation>Редактировать</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2529" />
       <location filename="../QScintilla/ShellWindow.py" line="922" />
-      <location filename="../ViewManager/ViewManager.py" line="4016" />
-      <location filename="../ViewManager/ViewManager.py" line="4014" />
-      <location filename="../ViewManager/ViewManager.py" line="3447" />
+      <location filename="../ViewManager/ViewManager.py" line="4020" />
+      <location filename="../ViewManager/ViewManager.py" line="4018" />
+      <location filename="../ViewManager/ViewManager.py" line="3451" />
       <source>Search</source>
       <translation>Поиск</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2531" />
       <location filename="../QScintilla/ShellWindow.py" line="924" />
-      <location filename="../ViewManager/ViewManager.py" line="3449" />
+      <location filename="../ViewManager/ViewManager.py" line="3453" />
       <source>&amp;Search...</source>
       <translation>&amp;Поиск...</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2533" />
       <location filename="../QScintilla/ShellWindow.py" line="926" />
-      <location filename="../ViewManager/ViewManager.py" line="3451" />
+      <location filename="../ViewManager/ViewManager.py" line="3455" />
       <source>Ctrl+F</source>
       <comment>Search|Search</comment>
       <translation>Ctrl+F</translation>
@@ -94200,13 +94224,13 @@
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2540" />
       <location filename="../QScintilla/ShellWindow.py" line="933" />
-      <location filename="../ViewManager/ViewManager.py" line="3458" />
+      <location filename="../ViewManager/ViewManager.py" line="3462" />
       <source>Search for a text</source>
       <translation>Поиск текста</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2543" />
-      <location filename="../ViewManager/ViewManager.py" line="3461" />
+      <location filename="../ViewManager/ViewManager.py" line="3465" />
       <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;Поиск&lt;/b&gt;
 &lt;p&gt;Поиск текста в текущем редакторе. Отображается диалог для ввода искомого текста и настройки поиска.&lt;/p&gt;</translation>
@@ -94214,21 +94238,21 @@
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2555" />
       <location filename="../QScintilla/ShellWindow.py" line="948" />
-      <location filename="../ViewManager/ViewManager.py" line="3473" />
+      <location filename="../ViewManager/ViewManager.py" line="3477" />
       <source>Search next</source>
       <translation>Найти следующее</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2557" />
       <location filename="../QScintilla/ShellWindow.py" line="950" />
-      <location filename="../ViewManager/ViewManager.py" line="3475" />
+      <location filename="../ViewManager/ViewManager.py" line="3479" />
       <source>Search &amp;next</source>
       <translation>&amp;Следующее</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2559" />
       <location filename="../QScintilla/ShellWindow.py" line="952" />
-      <location filename="../ViewManager/ViewManager.py" line="3477" />
+      <location filename="../ViewManager/ViewManager.py" line="3481" />
       <source>F3</source>
       <comment>Search|Search next</comment>
       <translation>F3</translation>
@@ -94236,34 +94260,34 @@
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2566" />
       <location filename="../QScintilla/ShellWindow.py" line="959" />
-      <location filename="../ViewManager/ViewManager.py" line="3484" />
+      <location filename="../ViewManager/ViewManager.py" line="3488" />
       <source>Search next occurrence of text</source>
       <translation>Поиск следующего вхождения текста</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2569" />
-      <location filename="../ViewManager/ViewManager.py" line="3487" />
+      <location filename="../ViewManager/ViewManager.py" line="3491" />
       <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;Поиск следующего&lt;/b&gt;&lt;p&gt;Поиск следующего вхождения текста в текущем редакторе. Используются предыдущий искомый текст и настройки поиска.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2581" />
       <location filename="../QScintilla/ShellWindow.py" line="976" />
-      <location filename="../ViewManager/ViewManager.py" line="3499" />
+      <location filename="../ViewManager/ViewManager.py" line="3503" />
       <source>Search previous</source>
       <translation>Найти предыдущее</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2583" />
       <location filename="../QScintilla/ShellWindow.py" line="978" />
-      <location filename="../ViewManager/ViewManager.py" line="3501" />
+      <location filename="../ViewManager/ViewManager.py" line="3505" />
       <source>Search &amp;previous</source>
       <translation>&amp;Предыдущее</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2585" />
       <location filename="../QScintilla/ShellWindow.py" line="980" />
-      <location filename="../ViewManager/ViewManager.py" line="3503" />
+      <location filename="../ViewManager/ViewManager.py" line="3507" />
       <source>Shift+F3</source>
       <comment>Search|Search previous</comment>
       <translation>Shift+F3</translation>
@@ -94271,115 +94295,115 @@
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2594" />
       <location filename="../QScintilla/ShellWindow.py" line="989" />
-      <location filename="../ViewManager/ViewManager.py" line="3512" />
+      <location filename="../ViewManager/ViewManager.py" line="3516" />
       <source>Search previous occurrence of text</source>
       <translation>Поиск предыдущего вхождения текста</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2599" />
-      <location filename="../ViewManager/ViewManager.py" line="3517" />
+      <location filename="../ViewManager/ViewManager.py" line="3521" />
       <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;Поиск предыдущего&lt;/b&gt;&lt;p&gt;Поиск предыдущего вхождения текста в текущем редакторе. Используются предыдущий искомый текст и настройки поиска.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2613" />
       <location filename="../QScintilla/MiniEditor.py" line="2611" />
-      <location filename="../ViewManager/ViewManager.py" line="3531" />
-      <location filename="../ViewManager/ViewManager.py" line="3529" />
+      <location filename="../ViewManager/ViewManager.py" line="3535" />
+      <location filename="../ViewManager/ViewManager.py" line="3533" />
       <source>Clear search markers</source>
       <translation>Убрать подсветку найденого</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2615" />
-      <location filename="../ViewManager/ViewManager.py" line="3533" />
+      <location filename="../ViewManager/ViewManager.py" line="3537" />
       <source>Ctrl+3</source>
       <comment>Search|Clear search markers</comment>
       <translation>Ctrl+3</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2624" />
-      <location filename="../ViewManager/ViewManager.py" line="3542" />
+      <location filename="../ViewManager/ViewManager.py" line="3546" />
       <source>Clear all displayed search markers</source>
       <translation>Убрать подсветку всех результатов поиска</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2629" />
-      <location filename="../ViewManager/ViewManager.py" line="3547" />
+      <location filename="../ViewManager/ViewManager.py" line="3551" />
       <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;Убрать подсветку поиска&lt;/b&gt;&lt;p&gt;Удаление подсветки всех результатов поиска.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3559" />
-      <location filename="../ViewManager/ViewManager.py" line="3557" />
+      <location filename="../ViewManager/ViewManager.py" line="3563" />
+      <location filename="../ViewManager/ViewManager.py" line="3561" />
       <source>Search current word forward</source>
       <translation>Поиск следующего слова</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3561" />
+      <location filename="../ViewManager/ViewManager.py" line="3565" />
       <source>Ctrl+.</source>
       <comment>Search|Search current word forward</comment>
       <translation>Ctrl+.</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3570" />
+      <location filename="../ViewManager/ViewManager.py" line="3574" />
       <source>Search next occurrence of the current word</source>
       <translation>Поиск следующего вхождения текущего слова впереди</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3575" />
+      <location filename="../ViewManager/ViewManager.py" line="3579" />
       <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;Поиск текущего слова вперёди&lt;/b&gt;&lt;p&gt;Поиск следующего вхождения текущего слова далее в текущем редакторе.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3588" />
-      <location filename="../ViewManager/ViewManager.py" line="3586" />
+      <location filename="../ViewManager/ViewManager.py" line="3592" />
+      <location filename="../ViewManager/ViewManager.py" line="3590" />
       <source>Search current word backward</source>
       <translation>Поиск предыдущего слова</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3590" />
+      <location filename="../ViewManager/ViewManager.py" line="3594" />
       <source>Ctrl+,</source>
       <comment>Search|Search current word backward</comment>
       <translation>Ctrl+,</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3599" />
+      <location filename="../ViewManager/ViewManager.py" line="3603" />
       <source>Search previous occurrence of the current word</source>
       <translation>Поиск предыдущего вхождения текущего слова сзади</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3604" />
+      <location filename="../ViewManager/ViewManager.py" line="3608" />
       <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;Поиск текущего слова сзади&lt;/b&gt;&lt;p&gt;Поиск предыдущего вхождения текущего слова сзади в текущем редакторе.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2639" />
-      <location filename="../ViewManager/ViewManager.py" line="3615" />
+      <location filename="../ViewManager/ViewManager.py" line="3619" />
       <source>Replace</source>
       <translation>Заменить</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2640" />
-      <location filename="../ViewManager/ViewManager.py" line="3616" />
+      <location filename="../ViewManager/ViewManager.py" line="3620" />
       <source>&amp;Replace...</source>
       <translation>&amp;Заменить...</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2642" />
-      <location filename="../ViewManager/ViewManager.py" line="3618" />
+      <location filename="../ViewManager/ViewManager.py" line="3622" />
       <source>Ctrl+R</source>
       <comment>Search|Replace</comment>
       <translation>Ctrl+R</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2649" />
-      <location filename="../ViewManager/ViewManager.py" line="3625" />
+      <location filename="../ViewManager/ViewManager.py" line="3629" />
       <source>Replace some text</source>
       <translation>Заменить заданный текст</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2652" />
-      <location filename="../ViewManager/ViewManager.py" line="3628" />
+      <location filename="../ViewManager/ViewManager.py" line="3632" />
       <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;Заменить&lt;/b&gt;
 &lt;p&gt;Поиск в текущем редакторе заданного текста и его замена. Отображается диалог ввода искомого текста, текста замены и настроек поиска и замены&lt;/p&gt;</translation>
@@ -94387,324 +94411,324 @@
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2666" />
       <location filename="../QScintilla/MiniEditor.py" line="2664" />
-      <location filename="../ViewManager/ViewManager.py" line="3642" />
-      <location filename="../ViewManager/ViewManager.py" line="3640" />
+      <location filename="../ViewManager/ViewManager.py" line="3646" />
+      <location filename="../ViewManager/ViewManager.py" line="3644" />
       <source>Replace and Search</source>
       <translation>Заменить и найти</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2668" />
-      <location filename="../ViewManager/ViewManager.py" line="3644" />
+      <location filename="../ViewManager/ViewManager.py" line="3648" />
       <source>Meta+R</source>
       <comment>Search|Replace and Search</comment>
       <translation>Meta+R</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2677" />
-      <location filename="../ViewManager/ViewManager.py" line="3653" />
+      <location filename="../ViewManager/ViewManager.py" line="3657" />
       <source>Replace the found text and search the next occurrence</source>
       <translation>Заменить найденный текст и найти следующее вхождение</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2682" />
-      <location filename="../ViewManager/ViewManager.py" line="3658" />
+      <location filename="../ViewManager/ViewManager.py" line="3662" />
       <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;Заменить и найти&lt;/b&gt;&lt;p&gt;Заменить найденное вхождение текста текущего редактирования и выполнить поиск следующего. Ранее введенный текст и параметры поиска используются повторно.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2698" />
       <location filename="../QScintilla/MiniEditor.py" line="2696" />
-      <location filename="../ViewManager/ViewManager.py" line="3674" />
-      <location filename="../ViewManager/ViewManager.py" line="3672" />
+      <location filename="../ViewManager/ViewManager.py" line="3678" />
+      <location filename="../ViewManager/ViewManager.py" line="3676" />
       <source>Replace Occurrence</source>
       <translation>Заменить вхождение</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2700" />
-      <location filename="../ViewManager/ViewManager.py" line="3676" />
+      <location filename="../ViewManager/ViewManager.py" line="3680" />
       <source>Ctrl+Meta+R</source>
       <comment>Search|Replace Occurrence</comment>
       <translation>Ctrl+Meta+R</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2709" />
-      <location filename="../ViewManager/ViewManager.py" line="3685" />
+      <location filename="../ViewManager/ViewManager.py" line="3689" />
       <source>Replace the found text</source>
       <translation>Заменить найденный текст</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2712" />
-      <location filename="../ViewManager/ViewManager.py" line="3688" />
+      <location filename="../ViewManager/ViewManager.py" line="3692" />
       <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;Заменить вхождение&lt;/b&gt;&lt;p&gt;Заменить найденнойе вхождение искомого текста текущего редактирования.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2725" />
       <location filename="../QScintilla/MiniEditor.py" line="2723" />
-      <location filename="../ViewManager/ViewManager.py" line="3701" />
-      <location filename="../ViewManager/ViewManager.py" line="3699" />
+      <location filename="../ViewManager/ViewManager.py" line="3705" />
+      <location filename="../ViewManager/ViewManager.py" line="3703" />
       <source>Replace All</source>
       <translation>Заменить все</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2727" />
-      <location filename="../ViewManager/ViewManager.py" line="3703" />
+      <location filename="../ViewManager/ViewManager.py" line="3707" />
       <source>Shift+Meta+R</source>
       <comment>Search|Replace All</comment>
       <translation>Shift+Meta+R</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2736" />
-      <location filename="../ViewManager/ViewManager.py" line="3712" />
+      <location filename="../ViewManager/ViewManager.py" line="3716" />
       <source>Replace search text occurrences</source>
       <translation>Заменить вхождения искомого текста</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2739" />
-      <location filename="../ViewManager/ViewManager.py" line="3715" />
+      <location filename="../ViewManager/ViewManager.py" line="3719" />
       <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;Заменить все&lt;/b&gt;&lt;p&gt;Заменить все вхождения искомого текста текущего редактирования.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3737" />
-      <location filename="../ViewManager/ViewManager.py" line="3726" />
+      <location filename="../ViewManager/ViewManager.py" line="3741" />
+      <location filename="../ViewManager/ViewManager.py" line="3730" />
       <source>Goto Line</source>
       <translation>Перейти на строку</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3728" />
+      <location filename="../ViewManager/ViewManager.py" line="3732" />
       <source>&amp;Goto Line...</source>
       <translation>&amp;Перейти на строку...</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3730" />
+      <location filename="../ViewManager/ViewManager.py" line="3734" />
       <source>Ctrl+G</source>
       <comment>Search|Goto Line</comment>
       <translation>Ctrl+G</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3740" />
+      <location filename="../ViewManager/ViewManager.py" line="3744" />
       <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;Перейти на строку&lt;/b&gt;
 &lt;p&gt;Перейти на указанную строку текущего редактора. Будет показан диалог ввода номера строки.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3762" />
-      <location filename="../ViewManager/ViewManager.py" line="3751" />
+      <location filename="../ViewManager/ViewManager.py" line="3766" />
+      <location filename="../ViewManager/ViewManager.py" line="3755" />
       <source>Goto Brace</source>
       <translation>Перейти к скобке</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3753" />
+      <location filename="../ViewManager/ViewManager.py" line="3757" />
       <source>Goto &amp;Brace</source>
       <translation>Перейти к &amp;скобке</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3755" />
+      <location filename="../ViewManager/ViewManager.py" line="3759" />
       <source>Ctrl+L</source>
       <comment>Search|Goto Brace</comment>
       <translation>Ctrl+L</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3765" />
+      <location filename="../ViewManager/ViewManager.py" line="3769" />
       <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;Перейти к скобке&lt;/b&gt;
 &lt;p&gt;Переход к соответствующей скобке.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3788" />
-      <location filename="../ViewManager/ViewManager.py" line="3775" />
+      <location filename="../ViewManager/ViewManager.py" line="3792" />
+      <location filename="../ViewManager/ViewManager.py" line="3779" />
       <source>Goto Last Edit Location</source>
       <translation>Перейти к месту последнего редактирования</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3777" />
+      <location filename="../ViewManager/ViewManager.py" line="3781" />
       <source>Goto Last &amp;Edit Location</source>
       <translation>П&amp;ерейти к месту последнего редактирования</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3779" />
+      <location filename="../ViewManager/ViewManager.py" line="3783" />
       <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="3791" />
+      <location filename="../ViewManager/ViewManager.py" line="3795" />
       <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;Перейти к месту последнего редактирования&lt;/b&gt;&lt;p&gt;Переход к месту последнего редактирования в текущем редакторе.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3803" />
-      <location filename="../ViewManager/ViewManager.py" line="3802" />
+      <location filename="../ViewManager/ViewManager.py" line="3807" />
+      <location filename="../ViewManager/ViewManager.py" line="3806" />
       <source>Goto Previous Method or Class</source>
       <translation>Перейти к предыдущему методу или классу</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3805" />
+      <location filename="../ViewManager/ViewManager.py" line="3809" />
       <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="3816" />
+      <location filename="../ViewManager/ViewManager.py" line="3820" />
       <source>Go to the previous method or class definition</source>
       <translation>Перейти к предыдущему объявлению метода или класса</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3821" />
+      <location filename="../ViewManager/ViewManager.py" line="3825" />
       <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;Перейти к предыдущему методу или классу&lt;/b&gt;&lt;p&gt;Переход к предыдущему объявлению метода или класса и подсветка его имени.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3833" />
-      <location filename="../ViewManager/ViewManager.py" line="3832" />
+      <location filename="../ViewManager/ViewManager.py" line="3837" />
+      <location filename="../ViewManager/ViewManager.py" line="3836" />
       <source>Goto Next Method or Class</source>
       <translation>Перейти к следующему методу или классу</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3835" />
+      <location filename="../ViewManager/ViewManager.py" line="3839" />
       <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="3844" />
+      <location filename="../ViewManager/ViewManager.py" line="3848" />
       <source>Go to the next method or class definition</source>
       <translation>Перейти к следующему объявлению метода или класса</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3849" />
+      <location filename="../ViewManager/ViewManager.py" line="3853" />
       <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;Перейти к следующему методу или классу&lt;/b&gt;&lt;p&gt;Переход к следующему объявлению метода или класса и подсветка его имени.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3862" />
-      <source>Search in Files</source>
-      <translation>Поиск в файлах</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3864" />
-      <source>Search in &amp;Files...</source>
-      <translation>Найти в &amp;файлах...</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="3866" />
+      <source>Search in Files</source>
+      <translation>Поиск в файлах</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="3868" />
+      <source>Search in &amp;Files...</source>
+      <translation>Найти в &amp;файлах...</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="3870" />
       <source>Shift+Ctrl+F</source>
       <comment>Search|Search Files</comment>
       <translation>Shift+Ctrl+F</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3875" />
+      <location filename="../ViewManager/ViewManager.py" line="3879" />
       <source>Search for a text in files</source>
       <translation>Поиск заданного текста в файлах</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3878" />
+      <location filename="../ViewManager/ViewManager.py" line="3882" />
       <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;Поиск в файлах&lt;/b&gt;
 &lt;p&gt;Поиск заданного текста в файлах дерева директорий или проекта. Отображение окна ввода искомого текста, опций поиска и отображения результатов.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3890" />
+      <location filename="../ViewManager/ViewManager.py" line="3894" />
       <source>Replace in Files</source>
       <translation>Заменить в файлах</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3891" />
+      <location filename="../ViewManager/ViewManager.py" line="3895" />
       <source>Replace in F&amp;iles...</source>
       <translation>Заменить в ф&amp;айлах...</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3893" />
+      <location filename="../ViewManager/ViewManager.py" line="3897" />
       <source>Shift+Ctrl+R</source>
       <comment>Search|Replace in Files</comment>
       <translation>Shift+Ctrl+R</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3902" />
+      <location filename="../ViewManager/ViewManager.py" line="3906" />
       <source>Search for a text in files and replace it</source>
       <translation>Поиск заданного текста в файлах и его замена</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3907" />
+      <location filename="../ViewManager/ViewManager.py" line="3911" />
       <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;Заменить в файлах&lt;/b&gt;&lt;p&gt;Поиск заданного текста в файлах дерева директорий или проекта и его замена. Отображение окна ввода искомого текста, текста замены, настроек поиска и отображение результата.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3920" />
-      <source>Search in Open Files</source>
-      <translation>Поиск в открытых файлах</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3922" />
-      <source>Search in Open Files...</source>
-      <translation>Найти в открытых файлах...</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="3924" />
+      <source>Search in Open Files</source>
+      <translation>Поиск в открытых файлах</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="3926" />
+      <source>Search in Open Files...</source>
+      <translation>Найти в открытых файлах...</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="3928" />
       <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="3933" />
+      <location filename="../ViewManager/ViewManager.py" line="3937" />
       <source>Search for a text in open files</source>
       <translation>Поиск текста в открытых файлах</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3936" />
+      <location filename="../ViewManager/ViewManager.py" line="3940" />
       <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;Поиск в открытых файлах&lt;/b&gt;&lt;p&gt;Поиск заданного текста только в открытых файлах. Окно диалога позволит ввести текст для поиска, опции для поиска, а так же покажет результат&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3948" />
+      <location filename="../ViewManager/ViewManager.py" line="3952" />
       <source>Replace in Open Files</source>
       <translation>Замена в открытых файлах</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3949" />
+      <location filename="../ViewManager/ViewManager.py" line="3953" />
       <source>Replace in Open Files...</source>
       <translation>Заменить в открытых файлах...</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3951" />
+      <location filename="../ViewManager/ViewManager.py" line="3955" />
       <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="3960" />
+      <location filename="../ViewManager/ViewManager.py" line="3964" />
       <source>Search for a text in open files and replace it</source>
       <translation>Поиск текста в открытых файлах и его замена</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3965" />
+      <location filename="../ViewManager/ViewManager.py" line="3969" />
       <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;Заменить в открытых файлах&lt;/b&gt;&lt;p&gt;Искать текст только в открытых файлах и заменить его.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="3986" />
+      <location filename="../ViewManager/ViewManager.py" line="3990" />
       <source>&amp;Search</source>
       <translation>&amp;Поиск</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2754" />
       <location filename="../QScintilla/ShellWindow.py" line="1015" />
-      <location filename="../ViewManager/ViewManager.py" line="4057" />
+      <location filename="../ViewManager/ViewManager.py" line="4061" />
       <source>Zoom in</source>
       <translation>Увеличить масштаб</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2756" />
       <location filename="../QScintilla/ShellWindow.py" line="1017" />
-      <location filename="../ViewManager/ViewManager.py" line="4059" />
+      <location filename="../ViewManager/ViewManager.py" line="4063" />
       <source>Zoom &amp;in</source>
       <translation>У&amp;величить масштаб</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2758" />
       <location filename="../QScintilla/ShellWindow.py" line="1019" />
-      <location filename="../ViewManager/ViewManager.py" line="4061" />
+      <location filename="../ViewManager/ViewManager.py" line="4065" />
       <source>Ctrl++</source>
       <comment>View|Zoom in</comment>
       <translation>Ctrl++</translation>
@@ -94712,7 +94736,7 @@
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2761" />
       <location filename="../QScintilla/ShellWindow.py" line="1022" />
-      <location filename="../ViewManager/ViewManager.py" line="4064" />
+      <location filename="../ViewManager/ViewManager.py" line="4068" />
       <source>Zoom In</source>
       <comment>View|Zoom in</comment>
       <translation>Увеличить масштаб</translation>
@@ -94720,35 +94744,35 @@
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2767" />
       <location filename="../QScintilla/ShellWindow.py" line="1028" />
-      <location filename="../ViewManager/ViewManager.py" line="4070" />
+      <location filename="../ViewManager/ViewManager.py" line="4074" />
       <source>Zoom in on the text</source>
       <translation>Увеличить масштаб текста</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2770" />
       <location filename="../QScintilla/ShellWindow.py" line="1031" />
-      <location filename="../ViewManager/ViewManager.py" line="4073" />
+      <location filename="../ViewManager/ViewManager.py" line="4077" />
       <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;Увеличить масштаб&lt;/b&gt;&lt;p&gt;Увеличить масштаб. Размер букв увеличится.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2780" />
       <location filename="../QScintilla/ShellWindow.py" line="1041" />
-      <location filename="../ViewManager/ViewManager.py" line="4083" />
+      <location filename="../ViewManager/ViewManager.py" line="4087" />
       <source>Zoom out</source>
       <translation>Уменьшить масштаб</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2782" />
       <location filename="../QScintilla/ShellWindow.py" line="1043" />
-      <location filename="../ViewManager/ViewManager.py" line="4085" />
+      <location filename="../ViewManager/ViewManager.py" line="4089" />
       <source>Zoom &amp;out</source>
       <translation>У&amp;меньшить масштаб</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2784" />
       <location filename="../QScintilla/ShellWindow.py" line="1045" />
-      <location filename="../ViewManager/ViewManager.py" line="4087" />
+      <location filename="../ViewManager/ViewManager.py" line="4091" />
       <source>Ctrl+-</source>
       <comment>View|Zoom out</comment>
       <translation>Ctrl+-</translation>
@@ -94756,7 +94780,7 @@
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2787" />
       <location filename="../QScintilla/ShellWindow.py" line="1048" />
-      <location filename="../ViewManager/ViewManager.py" line="4090" />
+      <location filename="../ViewManager/ViewManager.py" line="4094" />
       <source>Zoom Out</source>
       <comment>View|Zoom out</comment>
       <translation>Уменьшить масштаб</translation>
@@ -94764,35 +94788,35 @@
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2793" />
       <location filename="../QScintilla/ShellWindow.py" line="1054" />
-      <location filename="../ViewManager/ViewManager.py" line="4096" />
+      <location filename="../ViewManager/ViewManager.py" line="4100" />
       <source>Zoom out on the text</source>
       <translation>Уменьшить масштаб текста</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2796" />
       <location filename="../QScintilla/ShellWindow.py" line="1057" />
-      <location filename="../ViewManager/ViewManager.py" line="4099" />
+      <location filename="../ViewManager/ViewManager.py" line="4103" />
       <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;Уменьшить масштаб&lt;/b&gt;&lt;p&gt;Уменьшить масштаб. Размер букв уменьшится.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2806" />
       <location filename="../QScintilla/ShellWindow.py" line="1067" />
-      <location filename="../ViewManager/ViewManager.py" line="4109" />
+      <location filename="../ViewManager/ViewManager.py" line="4113" />
       <source>Zoom reset</source>
       <translation>Сбросить масштаб</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2808" />
       <location filename="../QScintilla/ShellWindow.py" line="1069" />
-      <location filename="../ViewManager/ViewManager.py" line="4111" />
+      <location filename="../ViewManager/ViewManager.py" line="4115" />
       <source>Zoom &amp;reset</source>
       <translation>&amp;Сбросить масштаб</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2810" />
       <location filename="../QScintilla/ShellWindow.py" line="1071" />
-      <location filename="../ViewManager/ViewManager.py" line="4113" />
+      <location filename="../ViewManager/ViewManager.py" line="4117" />
       <source>Ctrl+0</source>
       <comment>View|Zoom reset</comment>
       <translation>Ctrl+0</translation>
@@ -94800,867 +94824,867 @@
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2817" />
       <location filename="../QScintilla/ShellWindow.py" line="1078" />
-      <location filename="../ViewManager/ViewManager.py" line="4120" />
+      <location filename="../ViewManager/ViewManager.py" line="4124" />
       <source>Reset the zoom of the text</source>
       <translation>Сбросить масштаб текста</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2820" />
       <location filename="../QScintilla/ShellWindow.py" line="1081" />
-      <location filename="../ViewManager/ViewManager.py" line="4123" />
+      <location filename="../ViewManager/ViewManager.py" line="4127" />
       <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;Сбросить масштаб&lt;/b&gt;&lt;p&gt;Сброс масштаба текста. Эта настройка возвращает масштаб текста к 100%.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2831" />
       <location filename="../QScintilla/ShellWindow.py" line="1092" />
-      <location filename="../ViewManager/ViewManager.py" line="4134" />
+      <location filename="../ViewManager/ViewManager.py" line="4138" />
       <source>Zoom</source>
       <translation>Масштаб</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2833" />
       <location filename="../QScintilla/ShellWindow.py" line="1094" />
-      <location filename="../ViewManager/ViewManager.py" line="4136" />
+      <location filename="../ViewManager/ViewManager.py" line="4140" />
       <source>&amp;Zoom</source>
       <translation>Мас&amp;штаб</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2840" />
       <location filename="../QScintilla/ShellWindow.py" line="1101" />
-      <location filename="../ViewManager/ViewManager.py" line="4143" />
+      <location filename="../ViewManager/ViewManager.py" line="4147" />
       <source>Zoom the text</source>
       <translation>Масштаб текста</translation>
     </message>
     <message>
       <location filename="../QScintilla/MiniEditor.py" line="2843" />
       <location filename="../QScintilla/ShellWindow.py" line="1104" />
-      <location filename="../ViewManager/ViewManager.py" line="4146" />
+      <location filename="../ViewManager/ViewManager.py" line="4150" />
       <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;Масштаб&lt;/b&gt;
 &lt;p&gt;Масштаб текста. Открытие диалога для выбора желаемого масштаба текста.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4165" />
-      <location filename="../ViewManager/ViewManager.py" line="4157" />
+      <location filename="../ViewManager/ViewManager.py" line="4169" />
+      <location filename="../ViewManager/ViewManager.py" line="4161" />
       <source>Toggle all folds</source>
       <translation>Свернуть/Развернуть все свертки</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4158" />
+      <location filename="../ViewManager/ViewManager.py" line="4162" />
       <source>&amp;Toggle all folds</source>
       <translation>&amp;Свернуть/Развернуть все свертки</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4168" />
+      <location filename="../ViewManager/ViewManager.py" line="4172" />
       <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;Свернуть/Развернуть все свертки&lt;/b&gt;&lt;p&gt;Свернуть/Развернуть все свертки текущего редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4190" />
-      <location filename="../ViewManager/ViewManager.py" line="4178" />
+      <location filename="../ViewManager/ViewManager.py" line="4194" />
+      <location filename="../ViewManager/ViewManager.py" line="4182" />
       <source>Toggle all folds (including children)</source>
       <translation>Свернуть/Развернуть все свёртки (включая дочерние)</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4181" />
+      <location filename="../ViewManager/ViewManager.py" line="4185" />
       <source>Toggle all &amp;folds (including children)</source>
       <translation>Свернуть/Развернуть все &amp;свёртки (включая дочерние)</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4195" />
+      <location filename="../ViewManager/ViewManager.py" line="4199" />
       <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;Свернуть/Развернуть все свёртки (включая дочерние)&lt;/b&gt;&lt;p&gt;Свернуть/Развернуть все свёртки в текущем редакторе, включая все дочерние.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4214" />
-      <location filename="../ViewManager/ViewManager.py" line="4206" />
+      <location filename="../ViewManager/ViewManager.py" line="4218" />
+      <location filename="../ViewManager/ViewManager.py" line="4210" />
       <source>Toggle current fold</source>
       <translation>Свернуть/Развернуть текущую свертку</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4207" />
+      <location filename="../ViewManager/ViewManager.py" line="4211" />
       <source>Toggle &amp;current fold</source>
       <translation>Свернуть/Развернуть &amp;текущую свертку</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4217" />
+      <location filename="../ViewManager/ViewManager.py" line="4221" />
       <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;Свернуть/Развернуть текущую свертку&lt;/b&gt;&lt;p&gt;Свернуть/Развернуть свертку текущей строки текущего редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4236" />
-      <location filename="../ViewManager/ViewManager.py" line="4228" />
+      <location filename="../ViewManager/ViewManager.py" line="4240" />
+      <location filename="../ViewManager/ViewManager.py" line="4232" />
       <source>Clear all folds</source>
       <translation>Очистить все свертки</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4229" />
+      <location filename="../ViewManager/ViewManager.py" line="4233" />
       <source>Clear &amp;all folds</source>
       <translation>Очистить &amp;все свертки</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4239" />
+      <location filename="../ViewManager/ViewManager.py" line="4243" />
       <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;Очистить все свертки&lt;/b&gt;&lt;p&gt;Очистить все свертки текущего редактора, т. е. убедиться, что все строки отображаются развернутыми.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4259" />
-      <location filename="../ViewManager/ViewManager.py" line="4252" />
-      <location filename="../ViewManager/ViewManager.py" line="4250" />
+      <location filename="../ViewManager/ViewManager.py" line="4263" />
+      <location filename="../ViewManager/ViewManager.py" line="4256" />
+      <location filename="../ViewManager/ViewManager.py" line="4254" />
       <source>Remove all highlights</source>
       <translation>Снять все выделения</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4262" />
+      <location filename="../ViewManager/ViewManager.py" line="4266" />
       <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;Снять все выделения&lt;/b&gt;&lt;p&gt;Снять выделения во всех редакторах.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4272" />
+      <location filename="../ViewManager/ViewManager.py" line="4276" />
       <source>New Document View</source>
       <translation>Новое окно для документа</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4274" />
+      <location filename="../ViewManager/ViewManager.py" line="4278" />
       <source>New &amp;Document View</source>
       <translation>Новое окно для &amp;документа</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4281" />
+      <location filename="../ViewManager/ViewManager.py" line="4285" />
       <source>Open a new view of the current document</source>
       <translation>Открыть новое окно для текущего документа</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4286" />
+      <location filename="../ViewManager/ViewManager.py" line="4290" />
       <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;Новое окно для документа&lt;/b&gt;&lt;p&gt;Открытие нового окна для текущего документа. Оба окна будут показывать один и тот же документ. Текущие позиции могут быть разными.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../ViewManager/ViewManager.py" line="4306" />
       <location filename="../ViewManager/ViewManager.py" line="4302" />
-      <location filename="../ViewManager/ViewManager.py" line="4298" />
       <source>New Document View (with new split)</source>
       <translation>Новое окно для документа (в новом разделе)</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4311" />
+      <location filename="../ViewManager/ViewManager.py" line="4315" />
       <source>Open a new view of the current document in a new split</source>
       <translation>Открыть новое окно для текущего документа в новом разделе</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4316" />
+      <location filename="../ViewManager/ViewManager.py" line="4320" />
       <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;Новое окно для документа&lt;/b&gt;&lt;p&gt;Открытие нового окна для текущего документа в новом разделе. Оба окна будут показывать один и тот же документ. Текущие позиции могут быть разными.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4328" />
+      <location filename="../ViewManager/ViewManager.py" line="4332" />
       <source>Split view</source>
       <translation>Разделить окно</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4330" />
+      <location filename="../ViewManager/ViewManager.py" line="4334" />
       <source>&amp;Split view</source>
       <translation>&amp;Разделить окно</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4337" />
+      <location filename="../ViewManager/ViewManager.py" line="4341" />
       <source>Add a split to the view</source>
       <translation>Разделить текущее окно</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4340" />
+      <location filename="../ViewManager/ViewManager.py" line="4344" />
       <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;Разделить окно&lt;/b&gt;&lt;p&gt;Разделение текущего окна.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4349" />
+      <location filename="../ViewManager/ViewManager.py" line="4353" />
       <source>Arrange horizontally</source>
       <translation>Расположить окна горизонтально</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4350" />
+      <location filename="../ViewManager/ViewManager.py" line="4354" />
       <source>Arrange &amp;horizontally</source>
       <translation>Расположить окна &amp;горизонтально</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4358" />
+      <location filename="../ViewManager/ViewManager.py" line="4362" />
       <source>Arrange the splitted views horizontally</source>
       <translation>Расположить разделённые окна горизонтально</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4363" />
+      <location filename="../ViewManager/ViewManager.py" line="4367" />
       <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;Расположить горизонтально&lt;/b&gt;
 &lt;p&gt;Расположить разделённые окна горизонтально.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4374" />
+      <location filename="../ViewManager/ViewManager.py" line="4378" />
       <source>Remove split</source>
       <translation>Отменить разделение</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4376" />
+      <location filename="../ViewManager/ViewManager.py" line="4380" />
       <source>&amp;Remove split</source>
       <translation>&amp;Отменить разделение</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4383" />
+      <location filename="../ViewManager/ViewManager.py" line="4387" />
       <source>Remove the current split</source>
       <translation>Отменить текущее разделение</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4386" />
+      <location filename="../ViewManager/ViewManager.py" line="4390" />
       <source>&lt;b&gt;Remove split&lt;/b&gt;&lt;p&gt;Remove the current split.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Отменить разделение&lt;/b&gt;&lt;p&gt;Отмена текущего разделения.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4395" />
+      <location filename="../ViewManager/ViewManager.py" line="4399" />
       <source>Next split</source>
       <translation>Следующее разделение</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4396" />
+      <location filename="../ViewManager/ViewManager.py" line="4400" />
       <source>&amp;Next split</source>
       <translation>&amp;Следующее разделение</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4398" />
+      <location filename="../ViewManager/ViewManager.py" line="4402" />
       <source>Ctrl+Alt+N</source>
       <comment>View|Next split</comment>
       <translation>Ctrl+Alt+N</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4407" />
+      <location filename="../ViewManager/ViewManager.py" line="4411" />
       <source>Move to the next split</source>
       <translation>Перейти в следующее разделение</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4410" />
+      <location filename="../ViewManager/ViewManager.py" line="4414" />
       <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;Следующее разделение&lt;/b&gt;&lt;p&gt;Перейти в следующее разделение.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4419" />
+      <location filename="../ViewManager/ViewManager.py" line="4423" />
       <source>Previous split</source>
       <translation>Предыдущее разделение</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4420" />
+      <location filename="../ViewManager/ViewManager.py" line="4424" />
       <source>&amp;Previous split</source>
       <translation>&amp;Предыдущее разделение</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4422" />
+      <location filename="../ViewManager/ViewManager.py" line="4426" />
       <source>Ctrl+Alt+P</source>
       <comment>View|Previous split</comment>
       <translation>Ctrl+Alt+P</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4431" />
+      <location filename="../ViewManager/ViewManager.py" line="4435" />
       <source>Move to the previous split</source>
       <translation>Перейти в предыдущее разделение</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4434" />
+      <location filename="../ViewManager/ViewManager.py" line="4438" />
       <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;Предыдущее разделение&lt;/b&gt;&lt;p&gt;Перейти в предыдущее разделение.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4445" />
-      <location filename="../ViewManager/ViewManager.py" line="4443" />
+      <location filename="../ViewManager/ViewManager.py" line="4449" />
+      <location filename="../ViewManager/ViewManager.py" line="4447" />
       <source>Preview</source>
       <translation>Предварительный просмотр</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4453" />
+      <location filename="../ViewManager/ViewManager.py" line="4457" />
       <source>Preview the current file in the web browser</source>
       <translation>Предварительный просмотр текущего файла в web-браузере</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4458" />
+      <location filename="../ViewManager/ViewManager.py" line="4462" />
       <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;Предварительный просмотр&lt;/b&gt;&lt;p&gt;Предварительный просмотр текущего файла в web-браузере.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4472" />
-      <location filename="../ViewManager/ViewManager.py" line="4470" />
+      <location filename="../ViewManager/ViewManager.py" line="4476" />
+      <location filename="../ViewManager/ViewManager.py" line="4474" />
       <source>Python AST Viewer</source>
       <translation>Просмотрщик Python AST</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4480" />
+      <location filename="../ViewManager/ViewManager.py" line="4484" />
       <source>Show the AST for the current Python file</source>
       <translation>AST-представление текущего файла Python</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4485" />
+      <location filename="../ViewManager/ViewManager.py" line="4489" />
       <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;Просмотрщик Python AST&lt;/b&gt;&lt;p&gt;Получение синтаксического древовидного представления (AST) для текущего файла с кодом Python.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4499" />
-      <location filename="../ViewManager/ViewManager.py" line="4497" />
+      <location filename="../ViewManager/ViewManager.py" line="4503" />
+      <location filename="../ViewManager/ViewManager.py" line="4501" />
       <source>Python Disassembly Viewer</source>
       <translation>Просмотрщик Python Disassembly</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4507" />
+      <location filename="../ViewManager/ViewManager.py" line="4511" />
       <source>Show the Disassembly for the current Python file</source>
       <translation>Показ дизассемблирования текущего файла Python</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4512" />
+      <location filename="../ViewManager/ViewManager.py" line="4516" />
       <source>&lt;b&gt;Python Disassembly Viewer&lt;/b&gt;&lt;p&gt;This opens the a tree view of the Disassembly of the current Python source file.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Просмотрщик Python Disassembly&lt;/b&gt;&lt;p&gt;Получение синтаксического древовидного представления дизассемблирования текущего файла с кодом Python.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4547" />
+      <location filename="../ViewManager/ViewManager.py" line="4551" />
       <source>&amp;View</source>
       <translation>&amp;Вид</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4581" />
-      <location filename="../ViewManager/ViewManager.py" line="4579" />
+      <location filename="../ViewManager/ViewManager.py" line="4585" />
+      <location filename="../ViewManager/ViewManager.py" line="4583" />
       <source>View</source>
       <translation>Вид</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4620" />
-      <location filename="../ViewManager/ViewManager.py" line="4612" />
+      <location filename="../ViewManager/ViewManager.py" line="4624" />
+      <location filename="../ViewManager/ViewManager.py" line="4616" />
       <source>Start Macro Recording</source>
       <translation>Начать запись макроса</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4613" />
+      <location filename="../ViewManager/ViewManager.py" line="4617" />
       <source>S&amp;tart Macro Recording</source>
       <translation>&amp;Начать запись макроса</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4623" />
+      <location filename="../ViewManager/ViewManager.py" line="4627" />
       <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;Начать запись макроса&lt;/b&gt;
 &lt;p&gt;Начать запись команд редактора в новый макрос.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4641" />
-      <location filename="../ViewManager/ViewManager.py" line="4633" />
+      <location filename="../ViewManager/ViewManager.py" line="4645" />
+      <location filename="../ViewManager/ViewManager.py" line="4637" />
       <source>Stop Macro Recording</source>
       <translation>Закончить запись макроса</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4634" />
+      <location filename="../ViewManager/ViewManager.py" line="4638" />
       <source>Sto&amp;p Macro Recording</source>
       <translation>&amp;Закончить запись макроса</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4644" />
+      <location filename="../ViewManager/ViewManager.py" line="4648" />
       <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;Закончить запись макроса&lt;/b&gt;
 &lt;p&gt;Закончить запись команд редактора в новый макрос.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4662" />
-      <location filename="../ViewManager/ViewManager.py" line="4654" />
+      <location filename="../ViewManager/ViewManager.py" line="4666" />
+      <location filename="../ViewManager/ViewManager.py" line="4658" />
       <source>Run Macro</source>
       <translation>Выполнить макрос</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4655" />
+      <location filename="../ViewManager/ViewManager.py" line="4659" />
       <source>&amp;Run Macro</source>
       <translation>&amp;Выполнить макрос</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4665" />
+      <location filename="../ViewManager/ViewManager.py" line="4669" />
       <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;Выполнить макрос&lt;/b&gt;
 &lt;p&gt;Запустить записанный макрос.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4683" />
-      <location filename="../ViewManager/ViewManager.py" line="4675" />
+      <location filename="../ViewManager/ViewManager.py" line="4687" />
+      <location filename="../ViewManager/ViewManager.py" line="4679" />
       <source>Delete Macro</source>
       <translation>Удалить макрос</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4676" />
+      <location filename="../ViewManager/ViewManager.py" line="4680" />
       <source>&amp;Delete Macro</source>
       <translation>&amp;Удалить макрос</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4686" />
+      <location filename="../ViewManager/ViewManager.py" line="4690" />
       <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;Удалить макрос&lt;/b&gt;&lt;p&gt;Удалить записанный макрос.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4704" />
-      <location filename="../ViewManager/ViewManager.py" line="4696" />
+      <location filename="../ViewManager/ViewManager.py" line="4708" />
+      <location filename="../ViewManager/ViewManager.py" line="4700" />
       <source>Load Macro</source>
       <translation>Загрузить макрос</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4697" />
+      <location filename="../ViewManager/ViewManager.py" line="4701" />
       <source>&amp;Load Macro</source>
       <translation>&amp;Загрузить макрос</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4707" />
+      <location filename="../ViewManager/ViewManager.py" line="4711" />
       <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;Загрузить макрос&lt;/b&gt;
 &lt;p&gt;Загрузить из файла макрос для редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4724" />
-      <location filename="../ViewManager/ViewManager.py" line="4716" />
+      <location filename="../ViewManager/ViewManager.py" line="4728" />
+      <location filename="../ViewManager/ViewManager.py" line="4720" />
       <source>Save Macro</source>
       <translation>Сохранить макрос</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4717" />
+      <location filename="../ViewManager/ViewManager.py" line="4721" />
       <source>&amp;Save Macro</source>
       <translation>&amp;Сохранить макрос</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4727" />
+      <location filename="../ViewManager/ViewManager.py" line="4731" />
       <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;Сохранить макрос&lt;/b&gt;&lt;p&gt;Сохранить записанный макрос в файл.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4744" />
+      <location filename="../ViewManager/ViewManager.py" line="4748" />
       <source>&amp;Macros</source>
       <translation>&amp;Макросы</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4775" />
-      <location filename="../ViewManager/ViewManager.py" line="4762" />
+      <location filename="../ViewManager/ViewManager.py" line="4779" />
+      <location filename="../ViewManager/ViewManager.py" line="4766" />
       <source>Toggle Bookmark</source>
       <translation>Создать/Удалить закладку</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4764" />
+      <location filename="../ViewManager/ViewManager.py" line="4768" />
       <source>&amp;Toggle Bookmark</source>
       <translation>&amp;Создать/Удалить закладку</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4766" />
+      <location filename="../ViewManager/ViewManager.py" line="4770" />
       <source>Alt+Ctrl+T</source>
       <comment>Bookmark|Toggle</comment>
       <translation>Alt+Ctrl+T</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4778" />
+      <location filename="../ViewManager/ViewManager.py" line="4782" />
       <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;Создать/Удалить закладку&lt;/b&gt;&lt;p&gt;Создать/Удалить закладку на текущей строке текущего редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4802" />
-      <location filename="../ViewManager/ViewManager.py" line="4789" />
+      <location filename="../ViewManager/ViewManager.py" line="4806" />
+      <location filename="../ViewManager/ViewManager.py" line="4793" />
       <source>Next Bookmark</source>
       <translation>Следующая закладка</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4791" />
+      <location filename="../ViewManager/ViewManager.py" line="4795" />
       <source>&amp;Next Bookmark</source>
       <translation>&amp;Следующая закладка</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4793" />
+      <location filename="../ViewManager/ViewManager.py" line="4797" />
       <source>Ctrl+PgDown</source>
       <comment>Bookmark|Next</comment>
       <translation>Ctrl+PgDown</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4805" />
+      <location filename="../ViewManager/ViewManager.py" line="4809" />
       <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;Следующая закладка&lt;/b&gt;
 &lt;p&gt;Переход к следующей закладке в текущем редакторе.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4828" />
-      <location filename="../ViewManager/ViewManager.py" line="4815" />
+      <location filename="../ViewManager/ViewManager.py" line="4832" />
+      <location filename="../ViewManager/ViewManager.py" line="4819" />
       <source>Previous Bookmark</source>
       <translation>Предыдущая закладка</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4817" />
+      <location filename="../ViewManager/ViewManager.py" line="4821" />
       <source>&amp;Previous Bookmark</source>
       <translation>&amp;Предыдущая закладка</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4819" />
+      <location filename="../ViewManager/ViewManager.py" line="4823" />
       <source>Ctrl+PgUp</source>
       <comment>Bookmark|Previous</comment>
       <translation>Ctrl+PgUp</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4831" />
+      <location filename="../ViewManager/ViewManager.py" line="4835" />
       <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;Предыдущая закладка&lt;/b&gt;
 &lt;p&gt;Переход к предыдущей закладке в текущем редакторе.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4853" />
-      <location filename="../ViewManager/ViewManager.py" line="4841" />
+      <location filename="../ViewManager/ViewManager.py" line="4857" />
+      <location filename="../ViewManager/ViewManager.py" line="4845" />
       <source>Clear Bookmarks</source>
       <translation>Стереть закладки</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4842" />
+      <location filename="../ViewManager/ViewManager.py" line="4846" />
       <source>&amp;Clear Bookmarks</source>
       <translation>&amp;Стереть закладки</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4844" />
+      <location filename="../ViewManager/ViewManager.py" line="4848" />
       <source>Alt+Ctrl+C</source>
       <comment>Bookmark|Clear</comment>
       <translation>Alt+Ctrl+C</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4856" />
+      <location filename="../ViewManager/ViewManager.py" line="4860" />
       <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;Стереть закладки&lt;/b&gt;&lt;p&gt;Убрать закладки из всех редакторов.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4875" />
-      <location filename="../ViewManager/ViewManager.py" line="4866" />
+      <location filename="../ViewManager/ViewManager.py" line="4879" />
+      <location filename="../ViewManager/ViewManager.py" line="4870" />
       <source>Goto Syntax Error</source>
       <translation>Перейти к синтаксической ошибке</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4868" />
+      <location filename="../ViewManager/ViewManager.py" line="4872" />
       <source>&amp;Goto Syntax Error</source>
       <translation>&amp;Перейти к синтаксической ошибке</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4878" />
+      <location filename="../ViewManager/ViewManager.py" line="4882" />
       <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;Перейти к синтаксической ошибке&lt;/b&gt;
 &lt;p&gt;Переход к следующей синтаксической ошибке в текущем редакторе.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4896" />
-      <location filename="../ViewManager/ViewManager.py" line="4888" />
+      <location filename="../ViewManager/ViewManager.py" line="4900" />
+      <location filename="../ViewManager/ViewManager.py" line="4892" />
       <source>Clear Syntax Errors</source>
       <translation>Очистить синтаксические ошибки</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4889" />
+      <location filename="../ViewManager/ViewManager.py" line="4893" />
       <source>Clear &amp;Syntax Errors</source>
       <translation>Очистить синтаксические &amp;ошибки</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4899" />
+      <location filename="../ViewManager/ViewManager.py" line="4903" />
       <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;Очистить синтаксические ошибки&lt;/b&gt;&lt;p&gt;Убрать сообщения об синтаксических ошибках во всех редакторах.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4918" />
-      <location filename="../ViewManager/ViewManager.py" line="4909" />
+      <location filename="../ViewManager/ViewManager.py" line="4922" />
+      <location filename="../ViewManager/ViewManager.py" line="4913" />
       <source>Next warning message</source>
       <translation>Следующее предупреждение</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4911" />
+      <location filename="../ViewManager/ViewManager.py" line="4915" />
       <source>&amp;Next warning message</source>
       <translation>&amp;Следующее предупреждение</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4921" />
+      <location filename="../ViewManager/ViewManager.py" line="4925" />
       <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;Следующее предупреждение&lt;/b&gt;&lt;p&gt;Переход к следующей строке текущего редактора, имеющей предупреждение pyflakes.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4941" />
-      <location filename="../ViewManager/ViewManager.py" line="4932" />
+      <location filename="../ViewManager/ViewManager.py" line="4945" />
+      <location filename="../ViewManager/ViewManager.py" line="4936" />
       <source>Previous warning message</source>
       <translation>Предыдущее предупреждение</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4934" />
+      <location filename="../ViewManager/ViewManager.py" line="4938" />
       <source>&amp;Previous warning message</source>
       <translation>&amp;Предыдущее предупреждение</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4944" />
+      <location filename="../ViewManager/ViewManager.py" line="4948" />
       <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;Предыдущее предупреждение&lt;/b&gt;&lt;p&gt;Переход к предыдущей строке текущего редактора, имеющей предупреждение pyflakes.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4963" />
-      <location filename="../ViewManager/ViewManager.py" line="4955" />
+      <location filename="../ViewManager/ViewManager.py" line="4967" />
+      <location filename="../ViewManager/ViewManager.py" line="4959" />
       <source>Clear Warning Messages</source>
       <translation>Очистить предупреждения</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4956" />
+      <location filename="../ViewManager/ViewManager.py" line="4960" />
       <source>Clear &amp;Warning Messages</source>
       <translation>&amp;Очистить предупреждения</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4966" />
+      <location filename="../ViewManager/ViewManager.py" line="4970" />
       <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;Очистить предупреждения&lt;/b&gt;&lt;p&gt;Очистить предупреждения от pyflakes во всех окнах редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4985" />
-      <location filename="../ViewManager/ViewManager.py" line="4976" />
+      <location filename="../ViewManager/ViewManager.py" line="4989" />
+      <location filename="../ViewManager/ViewManager.py" line="4980" />
       <source>Next uncovered line</source>
       <translation>Следующая неохваченная строка</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4978" />
+      <location filename="../ViewManager/ViewManager.py" line="4982" />
       <source>&amp;Next uncovered line</source>
       <translation>&amp;Следующая неохваченная строка</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="4988" />
+      <location filename="../ViewManager/ViewManager.py" line="4992" />
       <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;Следующая неохваченная строка&lt;/b&gt;&lt;p&gt;Переход к строке текущего редактора, помеченной как неохваченная.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5008" />
-      <location filename="../ViewManager/ViewManager.py" line="4999" />
+      <location filename="../ViewManager/ViewManager.py" line="5012" />
+      <location filename="../ViewManager/ViewManager.py" line="5003" />
       <source>Previous uncovered line</source>
       <translation>Предыдущая неохваченная строка</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5001" />
+      <location filename="../ViewManager/ViewManager.py" line="5005" />
       <source>&amp;Previous uncovered line</source>
       <translation>&amp;Предыдущая неохваченная строка</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5011" />
+      <location filename="../ViewManager/ViewManager.py" line="5015" />
       <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;Следующая неохваченная строка&lt;/b&gt;&lt;p&gt;Перейти предыдущей к строке в текущем редакторе, помеченной как неохваченная.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5031" />
-      <location filename="../ViewManager/ViewManager.py" line="5022" />
+      <location filename="../ViewManager/ViewManager.py" line="5035" />
+      <location filename="../ViewManager/ViewManager.py" line="5026" />
       <source>Next Task</source>
       <translation>Следующая задача</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5024" />
+      <location filename="../ViewManager/ViewManager.py" line="5028" />
       <source>&amp;Next Task</source>
       <translation>&amp;Следующая задача</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5034" />
+      <location filename="../ViewManager/ViewManager.py" line="5038" />
       <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;Следующая задача&lt;/b&gt;
 &lt;p&gt;Переход к следующей строке редактора, где определена задача.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5053" />
-      <location filename="../ViewManager/ViewManager.py" line="5044" />
+      <location filename="../ViewManager/ViewManager.py" line="5057" />
+      <location filename="../ViewManager/ViewManager.py" line="5048" />
       <source>Previous Task</source>
       <translation>Предыдущая задача</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5046" />
+      <location filename="../ViewManager/ViewManager.py" line="5050" />
       <source>&amp;Previous Task</source>
       <translation>&amp;Предыдущая задача</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5056" />
+      <location filename="../ViewManager/ViewManager.py" line="5060" />
       <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;Предыдущая задача&lt;/b&gt;&lt;p&gt;Переход к предыдущей строке редактора, где определена задача.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5076" />
-      <location filename="../ViewManager/ViewManager.py" line="5067" />
+      <location filename="../ViewManager/ViewManager.py" line="5080" />
+      <location filename="../ViewManager/ViewManager.py" line="5071" />
       <source>Next Change</source>
       <translation>Следующее изменение</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5069" />
+      <location filename="../ViewManager/ViewManager.py" line="5073" />
       <source>&amp;Next Change</source>
       <translation>&amp;Следующее изменение</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5079" />
+      <location filename="../ViewManager/ViewManager.py" line="5083" />
       <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;Следующее изменение&lt;/b&gt;&lt;p&gt;Переход к следующей строке текущего редактора, на которой есть маркер об изменении.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5099" />
-      <location filename="../ViewManager/ViewManager.py" line="5090" />
+      <location filename="../ViewManager/ViewManager.py" line="5103" />
+      <location filename="../ViewManager/ViewManager.py" line="5094" />
       <source>Previous Change</source>
       <translation>Предыдущее изменение</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5092" />
+      <location filename="../ViewManager/ViewManager.py" line="5096" />
       <source>&amp;Previous Change</source>
       <translation>&amp;Предыдущее изменение</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5102" />
+      <location filename="../ViewManager/ViewManager.py" line="5106" />
       <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;Предыдущее изменение&lt;/b&gt;&lt;p&gt;Переход к предыдущей строке текущего редактора, на которой есть маркер об изменении.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5122" />
-      <location filename="../ViewManager/ViewManager.py" line="5120" />
+      <location filename="../ViewManager/ViewManager.py" line="5126" />
+      <location filename="../ViewManager/ViewManager.py" line="5124" />
       <source>&amp;Bookmarks</source>
       <translation>&amp;Закладки</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5165" />
-      <location filename="../ViewManager/ViewManager.py" line="5163" />
+      <location filename="../ViewManager/ViewManager.py" line="5169" />
+      <location filename="../ViewManager/ViewManager.py" line="5167" />
       <source>Bookmarks</source>
       <translation>Закладки</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5199" />
-      <source>Check spelling</source>
-      <translation>Проверка орфографии</translation>
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5201" />
-      <source>Check &amp;spelling...</source>
-      <translation>Проверка &amp;орфографии...</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="5203" />
+      <source>Check spelling</source>
+      <translation>Проверка орфографии</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="5205" />
+      <source>Check &amp;spelling...</source>
+      <translation>Проверка &amp;орфографии...</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="5207" />
       <source>Shift+F7</source>
       <comment>Spelling|Spell Check</comment>
       <translation>Shift+F7</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5212" />
+      <location filename="../ViewManager/ViewManager.py" line="5216" />
       <source>Perform spell check of current editor</source>
       <translation>Проверить орфографию в текущем редакторе</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5217" />
+      <location filename="../ViewManager/ViewManager.py" line="5221" />
       <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;Проверка орфографии&lt;/b&gt;&lt;p&gt;Проверка орфографии в текущем редакторе.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5227" />
+      <location filename="../ViewManager/ViewManager.py" line="5231" />
       <source>Automatic spell checking</source>
       <translation>Автоматическая проверка орфографии</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5229" />
+      <location filename="../ViewManager/ViewManager.py" line="5233" />
       <source>&amp;Automatic spell checking</source>
       <translation>&amp;Автоматическая проверка орфографии</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5237" />
+      <location filename="../ViewManager/ViewManager.py" line="5241" />
       <source>(De-)Activate automatic spell checking</source>
       <translation>Разрешить/Запретить автоматическую проверку орфографии</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5242" />
+      <location filename="../ViewManager/ViewManager.py" line="5246" />
       <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;Автоматическая проверка орфографии&lt;/b&gt;&lt;p&gt;Запретить или разрешить автоматическую проверку орфографии.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5275" />
+      <location filename="../ViewManager/ViewManager.py" line="5279" />
       <source>Edit Dictionary</source>
       <translation>Редактировать словарь</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5278" />
-      <source>Project Word List</source>
-      <translation>Словарь проекта</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="5282" />
+      <source>Project Word List</source>
+      <translation>Словарь проекта</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="5286" />
       <source>Project Exception List</source>
       <translation>Список исключений проекта</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5287" />
-      <source>User Word List</source>
-      <translation>Словарь пользователя</translation>
-    </message>
-    <message>
       <location filename="../ViewManager/ViewManager.py" line="5291" />
+      <source>User Word List</source>
+      <translation>Словарь пользователя</translation>
+    </message>
+    <message>
+      <location filename="../ViewManager/ViewManager.py" line="5295" />
       <source>User Exception List</source>
       <translation>Список исключений пользователя</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5311" />
-      <location filename="../ViewManager/ViewManager.py" line="5309" />
+      <location filename="../ViewManager/ViewManager.py" line="5315" />
+      <location filename="../ViewManager/ViewManager.py" line="5313" />
       <source>Spelling</source>
       <translation>Проверка орфографии</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5337" />
+      <location filename="../ViewManager/ViewManager.py" line="5341" />
       <source>Open files</source>
       <translation>Открыть файлы</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5385" />
+      <location filename="../ViewManager/ViewManager.py" line="5389" />
       <source>File Modified</source>
       <translation>Файл изменён</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5386" />
+      <location filename="../ViewManager/ViewManager.py" line="5390" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
       <translation>&lt;p&gt;В файле &lt;b&gt;{0}&lt;/b&gt; есть несохранённые изменения.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5812" />
+      <location filename="../ViewManager/ViewManager.py" line="5819" />
       <source>Line: {0:5}</source>
       <translation>Строка: {0:5}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5818" />
+      <location filename="../ViewManager/ViewManager.py" line="5825" />
       <source>Pos: {0:5}</source>
       <translation>Позиция: {0:5}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5838" />
+      <location filename="../ViewManager/ViewManager.py" line="5845" />
       <source>Language: {0}</source>
       <translation>Язык: {0}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5847" />
+      <location filename="../ViewManager/ViewManager.py" line="5854" />
       <source>EOL Mode: {0}</source>
       <translation>Режим конца строк: {0}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6304" />
-      <location filename="../ViewManager/ViewManager.py" line="6262" />
+      <location filename="../ViewManager/ViewManager.py" line="6328" />
+      <location filename="../ViewManager/ViewManager.py" line="6286" />
       <source>&amp;Clear</source>
       <translation>&amp;Очистить</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6298" />
+      <location filename="../ViewManager/ViewManager.py" line="6322" />
       <source>&amp;Add</source>
       <translation>&amp;Добавить</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6301" />
+      <location filename="../ViewManager/ViewManager.py" line="6325" />
       <source>&amp;Edit...</source>
       <translation>&amp;Правка...</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7337" />
-      <location filename="../ViewManager/ViewManager.py" line="7323" />
-      <location filename="../ViewManager/ViewManager.py" line="7291" />
+      <location filename="../ViewManager/ViewManager.py" line="7361" />
+      <location filename="../ViewManager/ViewManager.py" line="7347" />
+      <location filename="../ViewManager/ViewManager.py" line="7315" />
       <source>Edit Spelling Dictionary</source>
       <translation>Редактировать орфографический словарь</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7294" />
+      <location filename="../ViewManager/ViewManager.py" line="7318" />
       <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;Невозможно прочитать файл словаря&lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7310" />
+      <location filename="../ViewManager/ViewManager.py" line="7334" />
       <source>Editing {0}</source>
       <translation>Редактирование {0}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7326" />
+      <location filename="../ViewManager/ViewManager.py" line="7350" />
       <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;Невозможно записать файл словаря&lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7340" />
+      <location filename="../ViewManager/ViewManager.py" line="7364" />
       <source>The spelling dictionary was saved successfully.</source>
       <translation>Файл словаря успешно сохранён.</translation>
     </message>
@@ -102440,32 +102464,32 @@
   <context>
     <name>mercurial</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1278" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1276" />
       <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;Предок #{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;Набор изменений&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="1824" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1286" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1822" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1284" />
       <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;Теги&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="1830" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1292" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1828" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1290" />
       <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;Закладки&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="1837" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1299" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1835" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1297" />
       <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;Ветви&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="1305" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1303" />
       <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>
@@ -102475,7 +102499,7 @@
 &lt;/table&gt;&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1324" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1322" />
       <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;
@@ -102492,38 +102516,38 @@
 </translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1798" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1796" />
       <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;Головная ревизия #{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="1805" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1803" />
       <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;Предок #{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="1812" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1810" />
       <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;Вершина&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="1817" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1815" />
       <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;Набор изменений&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="1844" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1842" />
       <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;Предки&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="1850" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1848" />
       <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