Mon, 22 Apr 2013 20:25:47 +0200
Merged remote changes.
--- a/APIs/Python3/eric5.api Mon Apr 22 20:24:58 2013 +0200 +++ b/APIs/Python3/eric5.api Mon Apr 22 20:25:47 2013 +0200 @@ -6611,6 +6611,7 @@ eric5.QScintilla.Editor.Editor.shouldAutosave?4() eric5.QScintilla.Editor.Editor.showMenu?7 eric5.QScintilla.Editor.Editor.smartIndentLineOrSelection?4() +eric5.QScintilla.Editor.Editor.sortLines?4() eric5.QScintilla.Editor.Editor.startSharedEdit?4() eric5.QScintilla.Editor.Editor.streamCommentLine?4() eric5.QScintilla.Editor.Editor.streamCommentLineOrSelection?4() @@ -6979,8 +6980,10 @@ eric5.QScintilla.QsciScintillaCompat.QsciScintillaCompat.getFileName?4() eric5.QScintilla.QsciScintillaCompat.QsciScintillaCompat.getFoundTarget?4() eric5.QScintilla.QsciScintillaCompat.QsciScintillaCompat.getLineSeparator?4() +eric5.QScintilla.QsciScintillaCompat.QsciScintillaCompat.getRectangularSelection?4() eric5.QScintilla.QsciScintillaCompat.QsciScintillaCompat.getZoom?4() eric5.QScintilla.QsciScintillaCompat.QsciScintillaCompat.hasIndicator?4(indicator, pos) +eric5.QScintilla.QsciScintillaCompat.QsciScintillaCompat.hasSelection?4() eric5.QScintilla.QsciScintillaCompat.QsciScintillaCompat.indentationGuideView?4() eric5.QScintilla.QsciScintillaCompat.QsciScintillaCompat.indicatorDefine?4(indicator, style, color) eric5.QScintilla.QsciScintillaCompat.QsciScintillaCompat.lineAt?4(pos) @@ -7011,6 +7014,7 @@ eric5.QScintilla.QsciScintillaCompat.QsciScintillaCompat.setIndicator?4(indicator, sline, sindex, eline, eindex) eric5.QScintilla.QsciScintillaCompat.QsciScintillaCompat.setIndicatorRange?4(indicator, spos, length) eric5.QScintilla.QsciScintillaCompat.QsciScintillaCompat.setLexer?4(lex=None) +eric5.QScintilla.QsciScintillaCompat.QsciScintillaCompat.setRectangularSelection?4(startLine, startIndex, endLine, endIndex) eric5.QScintilla.QsciScintillaCompat.QsciScintillaCompat.setStyleBits?4(bits) eric5.QScintilla.QsciScintillaCompat.QsciScintillaCompat.setStyling?4(length, style) eric5.QScintilla.QsciScintillaCompat.QsciScintillaCompat.showUserList?4(id, lst) @@ -7085,6 +7089,8 @@ eric5.QScintilla.ShellHistoryDialog.ShellHistoryDialog.on_historyList_itemSelectionChanged?4() eric5.QScintilla.ShellHistoryDialog.ShellHistoryDialog.on_reloadButton_clicked?4() eric5.QScintilla.ShellHistoryDialog.ShellHistoryDialog?1(history, vm, shell) +eric5.QScintilla.SortOptionsDialog.SortOptionsDialog.getData?4() +eric5.QScintilla.SortOptionsDialog.SortOptionsDialog?1(parent=None) eric5.QScintilla.SpellChecker.SpellChecker._getDict?5(lang, pwl="", pel="") eric5.QScintilla.SpellChecker.SpellChecker._spelling_dict?8 eric5.QScintilla.SpellChecker.SpellChecker._spelling_lang?8
--- a/APIs/Python3/eric5.bas Mon Apr 22 20:24:58 2013 +0200 +++ b/APIs/Python3/eric5.bas Mon Apr 22 20:25:47 2013 +0200 @@ -585,6 +585,7 @@ SnapshotPreview QLabel SnapshotRegionGrabber QWidget SnapshotTimer QWidget +SortOptionsDialog QDialog Ui_SortOptionsDialog SpecialArrayElementVarItem SpecialVarItem SpecialVarItem VariableItem SpeedDial QObject
--- a/Documentation/Help/source.qhp Mon Apr 22 20:24:58 2013 +0200 +++ b/Documentation/Help/source.qhp Mon Apr 22 20:25:47 2013 +0200 @@ -858,6 +858,7 @@ <section title="eric5.QScintilla.SearchReplaceWidget" ref="eric5.QScintilla.SearchReplaceWidget.html" /> <section title="eric5.QScintilla.Shell" ref="eric5.QScintilla.Shell.html" /> <section title="eric5.QScintilla.ShellHistoryDialog" ref="eric5.QScintilla.ShellHistoryDialog.html" /> + <section title="eric5.QScintilla.SortOptionsDialog" ref="eric5.QScintilla.SortOptionsDialog.html" /> <section title="eric5.QScintilla.SpellChecker" ref="eric5.QScintilla.SpellChecker.html" /> <section title="eric5.QScintilla.SpellCheckingDialog" ref="eric5.QScintilla.SpellCheckingDialog.html" /> <section title="eric5.QScintilla.SpellingDictionaryEditDialog" ref="eric5.QScintilla.SpellingDictionaryEditDialog.html" /> @@ -4193,6 +4194,7 @@ <keyword name="Editor.shortenEmptyLines" id="Editor.shortenEmptyLines" ref="eric5.QScintilla.Editor.html#Editor.shortenEmptyLines" /> <keyword name="Editor.shouldAutosave" id="Editor.shouldAutosave" ref="eric5.QScintilla.Editor.html#Editor.shouldAutosave" /> <keyword name="Editor.smartIndentLineOrSelection" id="Editor.smartIndentLineOrSelection" ref="eric5.QScintilla.Editor.html#Editor.smartIndentLineOrSelection" /> + <keyword name="Editor.sortLines" id="Editor.sortLines" ref="eric5.QScintilla.Editor.html#Editor.sortLines" /> <keyword name="Editor.startSharedEdit" id="Editor.startSharedEdit" ref="eric5.QScintilla.Editor.html#Editor.startSharedEdit" /> <keyword name="Editor.streamCommentLine" id="Editor.streamCommentLine" ref="eric5.QScintilla.Editor.html#Editor.streamCommentLine" /> <keyword name="Editor.streamCommentLineOrSelection" id="Editor.streamCommentLineOrSelection" ref="eric5.QScintilla.Editor.html#Editor.streamCommentLineOrSelection" /> @@ -8954,8 +8956,10 @@ <keyword name="QsciScintillaCompat.getFileName" id="QsciScintillaCompat.getFileName" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getFileName" /> <keyword name="QsciScintillaCompat.getFoundTarget" id="QsciScintillaCompat.getFoundTarget" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getFoundTarget" /> <keyword name="QsciScintillaCompat.getLineSeparator" id="QsciScintillaCompat.getLineSeparator" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getLineSeparator" /> + <keyword name="QsciScintillaCompat.getRectangularSelection" id="QsciScintillaCompat.getRectangularSelection" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getRectangularSelection" /> <keyword name="QsciScintillaCompat.getZoom" id="QsciScintillaCompat.getZoom" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getZoom" /> <keyword name="QsciScintillaCompat.hasIndicator" id="QsciScintillaCompat.hasIndicator" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.hasIndicator" /> + <keyword name="QsciScintillaCompat.hasSelection" id="QsciScintillaCompat.hasSelection" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.hasSelection" /> <keyword name="QsciScintillaCompat.indentationGuideView" id="QsciScintillaCompat.indentationGuideView" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.indentationGuideView" /> <keyword name="QsciScintillaCompat.indicatorDefine" id="QsciScintillaCompat.indicatorDefine" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.indicatorDefine" /> <keyword name="QsciScintillaCompat.lineAt" id="QsciScintillaCompat.lineAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.lineAt" /> @@ -8986,6 +8990,7 @@ <keyword name="QsciScintillaCompat.setIndicator" id="QsciScintillaCompat.setIndicator" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setIndicator" /> <keyword name="QsciScintillaCompat.setIndicatorRange" id="QsciScintillaCompat.setIndicatorRange" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setIndicatorRange" /> <keyword name="QsciScintillaCompat.setLexer" id="QsciScintillaCompat.setLexer" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setLexer" /> + <keyword name="QsciScintillaCompat.setRectangularSelection" id="QsciScintillaCompat.setRectangularSelection" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setRectangularSelection" /> <keyword name="QsciScintillaCompat.setStyleBits" id="QsciScintillaCompat.setStyleBits" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setStyleBits" /> <keyword name="QsciScintillaCompat.setStyling" id="QsciScintillaCompat.setStyling" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setStyling" /> <keyword name="QsciScintillaCompat.showUserList" id="QsciScintillaCompat.showUserList" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.showUserList" /> @@ -9519,6 +9524,10 @@ <keyword name="SnapshotTimer.paintEvent" id="SnapshotTimer.paintEvent" ref="eric5.Snapshot.SnapshotTimer.html#SnapshotTimer.paintEvent" /> <keyword name="SnapshotTimer.start" id="SnapshotTimer.start" ref="eric5.Snapshot.SnapshotTimer.html#SnapshotTimer.start" /> <keyword name="SnapshotTimer.stop" id="SnapshotTimer.stop" ref="eric5.Snapshot.SnapshotTimer.html#SnapshotTimer.stop" /> + <keyword name="SortOptionsDialog" id="SortOptionsDialog" ref="eric5.QScintilla.SortOptionsDialog.html#SortOptionsDialog" /> + <keyword name="SortOptionsDialog (Constructor)" id="SortOptionsDialog (Constructor)" ref="eric5.QScintilla.SortOptionsDialog.html#SortOptionsDialog.__init__" /> + <keyword name="SortOptionsDialog (Module)" id="SortOptionsDialog (Module)" ref="eric5.QScintilla.SortOptionsDialog.html" /> + <keyword name="SortOptionsDialog.getData" id="SortOptionsDialog.getData" ref="eric5.QScintilla.SortOptionsDialog.html#SortOptionsDialog.getData" /> <keyword name="SourceStat" id="SourceStat" ref="eric5.DataViews.CodeMetrics.html#SourceStat" /> <keyword name="SourceStat (Constructor)" id="SourceStat (Constructor)" ref="eric5.DataViews.CodeMetrics.html#SourceStat.__init__" /> <keyword name="SourceStat.dedent" id="SourceStat.dedent" ref="eric5.DataViews.CodeMetrics.html#SourceStat.dedent" /> @@ -11770,6 +11779,7 @@ <keyword name="ViewManager.__editSelectBrace" id="ViewManager.__editSelectBrace" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editSelectBrace" /> <keyword name="ViewManager.__editShowCallTips" id="ViewManager.__editShowCallTips" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editShowCallTips" /> <keyword name="ViewManager.__editSmartIndent" id="ViewManager.__editSmartIndent" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editSmartIndent" /> + <keyword name="ViewManager.__editSortSelectedLines" id="ViewManager.__editSortSelectedLines" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editSortSelectedLines" /> <keyword name="ViewManager.__editSpellingDictionary" id="ViewManager.__editSpellingDictionary" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editSpellingDictionary" /> <keyword name="ViewManager.__editStreamComment" id="ViewManager.__editStreamComment" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editStreamComment" /> <keyword name="ViewManager.__editToggleComment" id="ViewManager.__editToggleComment" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editToggleComment" /> @@ -11783,6 +11793,7 @@ <keyword name="ViewManager.__editorConfigChanged" id="ViewManager.__editorConfigChanged" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editorConfigChanged" /> <keyword name="ViewManager.__editorOpened" id="ViewManager.__editorOpened" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editorOpened" /> <keyword name="ViewManager.__editorSaved" id="ViewManager.__editorSaved" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editorSaved" /> + <keyword name="ViewManager.__editorSelectionChanged" id="ViewManager.__editorSelectionChanged" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editorSelectionChanged" /> <keyword name="ViewManager.__enableSpellingActions" id="ViewManager.__enableSpellingActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__enableSpellingActions" /> <keyword name="ViewManager.__eolPixmap" id="ViewManager.__eolPixmap" ref="eric5.ViewManager.ViewManager.html#ViewManager.__eolPixmap" /> <keyword name="ViewManager.__exportMenuTriggered" id="ViewManager.__exportMenuTriggered" ref="eric5.ViewManager.ViewManager.html#ViewManager.__exportMenuTriggered" /> @@ -13556,6 +13567,7 @@ <file>eric5.QScintilla.SearchReplaceWidget.html</file> <file>eric5.QScintilla.Shell.html</file> <file>eric5.QScintilla.ShellHistoryDialog.html</file> + <file>eric5.QScintilla.SortOptionsDialog.html</file> <file>eric5.QScintilla.SpellChecker.html</file> <file>eric5.QScintilla.SpellCheckingDialog.html</file> <file>eric5.QScintilla.SpellingDictionaryEditDialog.html</file>
--- a/Documentation/Source/eric5.QScintilla.Editor.html Mon Apr 22 20:24:58 2013 +0200 +++ b/Documentation/Source/eric5.QScintilla.Editor.html Mon Apr 22 20:25:47 2013 +0200 @@ -1010,6 +1010,9 @@ <td><a href="#Editor.smartIndentLineOrSelection">smartIndentLineOrSelection</a></td> <td>Public slot to indent current line smartly.</td> </tr><tr> +<td><a href="#Editor.sortLines">sortLines</a></td> +<td>Public slot to sort the lines spanned by a rectangular selection.</td> +</tr><tr> <td><a href="#Editor.startSharedEdit">startSharedEdit</a></td> <td>Public slot to start a shared edit session for the editor.</td> </tr><tr> @@ -3551,6 +3554,11 @@ <b>smartIndentLineOrSelection</b>(<i></i>) <p> Public slot to indent current line smartly. +</p><a NAME="Editor.sortLines" ID="Editor.sortLines"></a> +<h4>Editor.sortLines</h4> +<b>sortLines</b>(<i></i>) +<p> + Public slot to sort the lines spanned by a rectangular selection. </p><a NAME="Editor.startSharedEdit" ID="Editor.startSharedEdit"></a> <h4>Editor.startSharedEdit</h4> <b>startSharedEdit</b>(<i></i>)
--- a/Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html Mon Apr 22 20:24:58 2013 +0200 +++ b/Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html Mon Apr 22 20:25:47 2013 +0200 @@ -199,12 +199,18 @@ <td><a href="#QsciScintillaCompat.getLineSeparator">getLineSeparator</a></td> <td>Public method to get the line separator for the current eol mode.</td> </tr><tr> +<td><a href="#QsciScintillaCompat.getRectangularSelection">getRectangularSelection</a></td> +<td>Public method to retrieve the start and end of a rectangular selection.</td> +</tr><tr> <td><a href="#QsciScintillaCompat.getZoom">getZoom</a></td> <td>Public method used to retrieve the current zoom factor.</td> </tr><tr> <td><a href="#QsciScintillaCompat.hasIndicator">hasIndicator</a></td> <td>Public method to test for the existence of an indicator.</td> </tr><tr> +<td><a href="#QsciScintillaCompat.hasSelection">hasSelection</a></td> +<td>Public method to check for a selection.</td> +</tr><tr> <td><a href="#QsciScintillaCompat.indentationGuideView">indentationGuideView</a></td> <td>Public method to get the indentation guide view.</td> </tr><tr> @@ -295,6 +301,9 @@ <td><a href="#QsciScintillaCompat.setLexer">setLexer</a></td> <td>Public method to set the lexer.</td> </tr><tr> +<td><a href="#QsciScintillaCompat.setRectangularSelection">setRectangularSelection</a></td> +<td>Public method to set a rectangular selection.</td> +</tr><tr> <td><a href="#QsciScintillaCompat.setStyleBits">setStyleBits</a></td> <td>Public method to set the number of bits to be used for styling.</td> </tr><tr> @@ -792,6 +801,17 @@ <dd> eol string (string) </dd> +</dl><a NAME="QsciScintillaCompat.getRectangularSelection" ID="QsciScintillaCompat.getRectangularSelection"></a> +<h4>QsciScintillaCompat.getRectangularSelection</h4> +<b>getRectangularSelection</b>(<i></i>) +<p> + Public method to retrieve the start and end of a rectangular selection. +</p><dl> +<dt>Returns:</dt> +<dd> +tuple with start line and index and end line and index + (tuple of four int) +</dd> </dl><a NAME="QsciScintillaCompat.getZoom" ID="QsciScintillaCompat.getZoom"></a> <h4>QsciScintillaCompat.getZoom</h4> <b>getZoom</b>(<i></i>) @@ -821,6 +841,16 @@ <dd> flag indicating the existence of the indicator (boolean) </dd> +</dl><a NAME="QsciScintillaCompat.hasSelection" ID="QsciScintillaCompat.hasSelection"></a> +<h4>QsciScintillaCompat.hasSelection</h4> +<b>hasSelection</b>(<i></i>) +<p> + Public method to check for a selection. +</p><dl> +<dt>Returns:</dt> +<dd> +flag indicating the presence of a selection (boolean) +</dd> </dl><a NAME="QsciScintillaCompat.indentationGuideView" ID="QsciScintillaCompat.indentationGuideView"></a> <h4>QsciScintillaCompat.indentationGuideView</h4> <b>indentationGuideView</b>(<i></i>) @@ -1205,6 +1235,25 @@ <dd> the lexer to be set or None to reset it. </dd> +</dl><a NAME="QsciScintillaCompat.setRectangularSelection" ID="QsciScintillaCompat.setRectangularSelection"></a> +<h4>QsciScintillaCompat.setRectangularSelection</h4> +<b>setRectangularSelection</b>(<i>startLine, startIndex, endLine, endIndex</i>) +<p> + Public method to set a rectangular selection. +</p><dl> +<dt><i>startLine</i></dt> +<dd> +line number of the start of the selection (int) +</dd><dt><i>startIndex</i></dt> +<dd> +index number of the start of the selection (int) +</dd><dt><i>endLine</i></dt> +<dd> +line number of the end of the selection (int) +</dd><dt><i>endIndex</i></dt> +<dd> +index number of the end of the selection (int) +</dd> </dl><a NAME="QsciScintillaCompat.setStyleBits" ID="QsciScintillaCompat.setStyleBits"></a> <h4>QsciScintillaCompat.setStyleBits</h4> <b>setStyleBits</b>(<i>bits</i>)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric5.QScintilla.SortOptionsDialog.html Mon Apr 22 20:25:47 2013 +0200 @@ -0,0 +1,95 @@ +<!DOCTYPE html> +<html><head> +<title>eric5.QScintilla.SortOptionsDialog</title> +<meta charset="UTF-8"> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<body><a NAME="top" ID="top"></a> +<h1>eric5.QScintilla.SortOptionsDialog</h1> +<p> +Module implementing a dialog to enter the sort options for a line sort. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#SortOptionsDialog">SortOptionsDialog</a></td> +<td>Class implementing a dialog to enter the sort options for a line sort.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="SortOptionsDialog" ID="SortOptionsDialog"></a> +<h2>SortOptionsDialog</h2> +<p> + Class implementing a dialog to enter the sort options for a line sort. +</p> +<h3>Derived from</h3> +QDialog, Ui_SortOptionsDialog +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#SortOptionsDialog.__init__">SortOptionsDialog</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#SortOptionsDialog.getData">getData</a></td> +<td>Public method to get the selected options.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="SortOptionsDialog.__init__" ID="SortOptionsDialog.__init__"></a> +<h4>SortOptionsDialog (Constructor)</h4> +<b>SortOptionsDialog</b>(<i>parent=None</i>) +<p> + Constructor +</p><dl> +<dt><i>parent</i></dt> +<dd> +reference to the parent widget (QWidget) +</dd> +</dl><a NAME="SortOptionsDialog.getData" ID="SortOptionsDialog.getData"></a> +<h4>SortOptionsDialog.getData</h4> +<b>getData</b>(<i></i>) +<p> + Public method to get the selected options. +</p><dl> +<dt>Returns:</dt> +<dd> +tuple of three flags indicating ascending order, alphanumeric sort + and case sensitivity (tuple of three boolean) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file
--- a/Documentation/Source/eric5.ViewManager.ViewManager.html Mon Apr 22 20:24:58 2013 +0200 +++ b/Documentation/Source/eric5.ViewManager.ViewManager.html Mon Apr 22 20:25:47 2013 +0200 @@ -311,6 +311,9 @@ <td><a href="#ViewManager.__editSmartIndent">__editSmartIndent</a></td> <td>Private method to handle the smart indent action</td> </tr><tr> +<td><a href="#ViewManager.__editSortSelectedLines">__editSortSelectedLines</a></td> +<td>Private slot to sort the selected lines.</td> +</tr><tr> <td><a href="#ViewManager.__editSpellingDictionary">__editSpellingDictionary</a></td> <td>Private slot to edit the given spelling dictionary.</td> </tr><tr> @@ -350,6 +353,9 @@ <td><a href="#ViewManager.__editorSaved">__editorSaved</a></td> <td>Private slot to handle the editorSaved signal.</td> </tr><tr> +<td><a href="#ViewManager.__editorSelectionChanged">__editorSelectionChanged</a></td> +<td>Private slot to handle changes of the current editors selection.</td> +</tr><tr> <td><a href="#ViewManager.__enableSpellingActions">__enableSpellingActions</a></td> <td>Private method to set the enabled state of the spelling actions.</td> </tr><tr> @@ -1143,6 +1149,11 @@ <b>__editSmartIndent</b>(<i></i>) <p> Private method to handle the smart indent action +</p><a NAME="ViewManager.__editSortSelectedLines" ID="ViewManager.__editSortSelectedLines"></a> +<h4>ViewManager.__editSortSelectedLines</h4> +<b>__editSortSelectedLines</b>(<i></i>) +<p> + Private slot to sort the selected lines. </p><a NAME="ViewManager.__editSpellingDictionary" ID="ViewManager.__editSpellingDictionary"></a> <h4>ViewManager.__editSpellingDictionary</h4> <b>__editSpellingDictionary</b>(<i>dictionaryFile</i>) @@ -1220,7 +1231,12 @@ <dd> filename of the saved editor </dd> -</dl><a NAME="ViewManager.__enableSpellingActions" ID="ViewManager.__enableSpellingActions"></a> +</dl><a NAME="ViewManager.__editorSelectionChanged" ID="ViewManager.__editorSelectionChanged"></a> +<h4>ViewManager.__editorSelectionChanged</h4> +<b>__editorSelectionChanged</b>(<i></i>) +<p> + Private slot to handle changes of the current editors selection. +</p><a NAME="ViewManager.__enableSpellingActions" ID="ViewManager.__enableSpellingActions"></a> <h4>ViewManager.__enableSpellingActions</h4> <b>__enableSpellingActions</b>(<i></i>) <p>
--- a/Documentation/Source/index-eric5.QScintilla.html Mon Apr 22 20:24:58 2013 +0200 +++ b/Documentation/Source/index-eric5.QScintilla.html Mon Apr 22 20:25:47 2013 +0200 @@ -80,6 +80,9 @@ <td><a href="eric5.QScintilla.ShellHistoryDialog.html">ShellHistoryDialog</a></td> <td>Module implementing the shell history dialog.</td> </tr><tr> +<td><a href="eric5.QScintilla.SortOptionsDialog.html">SortOptionsDialog</a></td> +<td>Module implementing a dialog to enter the sort options for a line sort.</td> +</tr><tr> <td><a href="eric5.QScintilla.SpellChecker.html">SpellChecker</a></td> <td>Module implementing the spell checker for the editor component.</td> </tr><tr>
--- a/DocumentationTools/QtHelpGenerator.py Mon Apr 22 20:24:58 2013 +0200 +++ b/DocumentationTools/QtHelpGenerator.py Mon Apr 22 20:25:47 2013 +0200 @@ -12,6 +12,8 @@ import shutil import subprocess +from PyQt4.QtCore import QLibraryInfo + from Utilities import joinext, relpath, html_encode HelpCollection = r"""<?xml version="1.0" encoding="utf-8" ?> @@ -259,8 +261,9 @@ # generate the compressed files shutil.copy(os.path.join(self.outputDir, HelpProjectFile), self.htmlDir) os.chdir(self.htmlDir) - subprocess.call(["qhelpgenerator", "source.qhp", - "-o", os.path.join(self.outputDir, HelpHelpFile)]) + subprocess.call([os.path.join(QLibraryInfo.location(QLibraryInfo.BinariesPath), + "qhelpgenerator"), + "source.qhp", "-o", os.path.join(self.outputDir, HelpHelpFile)]) os.remove(HelpProjectFile) if self.createCollection: @@ -268,6 +271,9 @@ sys.stdout.flush() sys.stderr.flush() os.chdir(self.outputDir) - subprocess.call(["qcollectiongenerator", "source.qhcp", "-o", "collection.qhc"]) + subprocess.call([os.path.join( + QLibraryInfo.location(QLibraryInfo.BinariesPath), + "qcollectiongenerator"), + "source.qhcp", "-o", "collection.qhc"]) os.chdir(cwd)
--- a/Plugins/AboutPlugin/AboutDialog.py Mon Apr 22 20:24:58 2013 +0200 +++ b/Plugins/AboutPlugin/AboutDialog.py Mon Apr 22 20:25:47 2013 +0200 @@ -764,8 +764,8 @@ #################################################################### font = Preferences.getEditorOtherFonts("MonospacedFont") - self.contents.setFontFamily(font.family()) - self.contents.setFontPointSize(font.pointSize()) + self.licenseEdit.setFontFamily(font.family()) + self.licenseEdit.setFontPointSize(font.pointSize()) self.licenseEdit.setPlainText(licenseText)
--- a/Plugins/AboutPlugin/AboutDialog.ui Mon Apr 22 20:24:58 2013 +0200 +++ b/Plugins/AboutPlugin/AboutDialog.ui Mon Apr 22 20:25:47 2013 +0200 @@ -1,7 +1,8 @@ -<ui version="4.0" > +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> <class>AboutDialog</class> - <widget class="QDialog" name="AboutDialog" > - <property name="geometry" > + <widget class="QDialog" name="AboutDialog"> + <property name="geometry"> <rect> <x>0</x> <y>0</y> @@ -9,28 +10,28 @@ <height>450</height> </rect> </property> - <property name="windowTitle" > + <property name="windowTitle"> <string>About Eric</string> </property> - <layout class="QVBoxLayout" > + <layout class="QVBoxLayout"> <item> - <layout class="QHBoxLayout" > + <layout class="QHBoxLayout"> <item> - <widget class="QLabel" name="ericPixmap" > - <property name="scaledContents" > + <widget class="QLabel" name="ericPixmap"> + <property name="scaledContents"> <bool>false</bool> </property> </widget> </item> <item> - <widget class="QLabel" name="ericLabel" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Preferred" hsizetype="Expanding" > + <widget class="QLabel" name="ericLabel"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="font" > + <property name="font"> <font> <family>Sans Serif</family> <pointsize>11</pointsize> @@ -46,81 +47,78 @@ </layout> </item> <item> - <widget class="QTabWidget" name="aboutTabWidget" > - <property name="currentIndex" > + <widget class="QTabWidget" name="aboutTabWidget"> + <property name="currentIndex"> <number>0</number> </property> - <widget class="QWidget" name="about" > - <attribute name="title" > + <widget class="QWidget" name="about"> + <attribute name="title"> <string>&About</string> </attribute> - <layout class="QVBoxLayout" > + <layout class="QVBoxLayout"> <item> - <widget class="QTextBrowser" name="aboutEdit" > - <property name="frameShape" > + <widget class="QTextBrowser" name="aboutEdit"> + <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> - <property name="openExternalLinks" > - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - <widget class="QWidget" name="authors" > - <attribute name="title" > - <string>A&uthors</string> - </attribute> - <layout class="QVBoxLayout" > - <item> - <widget class="QTextEdit" name="authorsEdit" > - <property name="frameShape" > - <enum>QFrame::NoFrame</enum> - </property> - <property name="readOnly" > + <property name="openExternalLinks"> <bool>true</bool> </property> </widget> </item> </layout> </widget> - <widget class="QWidget" name="thanks" > - <attribute name="title" > - <string>&Thanks To</string> + <widget class="QWidget" name="authors"> + <attribute name="title"> + <string>A&uthors</string> </attribute> - <layout class="QVBoxLayout" > + <layout class="QVBoxLayout"> <item> - <widget class="QTextEdit" name="thanksEdit" > - <property name="frameShape" > + <widget class="QTextEdit" name="authorsEdit"> + <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> - <property name="readOnly" > + <property name="readOnly"> <bool>true</bool> </property> </widget> </item> </layout> </widget> - <widget class="QWidget" name="license" > - <attribute name="title" > - <string>&License Agreement</string> + <widget class="QWidget" name="thanks"> + <attribute name="title"> + <string>&Thanks To</string> </attribute> - <layout class="QVBoxLayout" > + <layout class="QVBoxLayout"> <item> - <widget class="QTextEdit" name="licenseEdit" > - <property name="frameShape" > + <widget class="QTextEdit" name="thanksEdit"> + <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> - <property name="lineWrapMode" > - <enum>QTextEdit::FixedColumnWidth</enum> - </property> - <property name="lineWrapColumnOrWidth" > - <number>80</number> - </property> - <property name="readOnly" > + <property name="readOnly"> <bool>true</bool> </property> - <property name="acceptRichText" > + </widget> + </item> + </layout> + </widget> + <widget class="QWidget" name="license"> + <attribute name="title"> + <string>&License Agreement</string> + </attribute> + <layout class="QVBoxLayout"> + <item> + <widget class="QTextEdit" name="licenseEdit"> + <property name="frameShape"> + <enum>QFrame::NoFrame</enum> + </property> + <property name="lineWrapMode"> + <enum>QTextEdit::NoWrap</enum> + </property> + <property name="readOnly"> + <bool>true</bool> + </property> + <property name="acceptRichText"> <bool>false</bool> </property> </widget> @@ -130,18 +128,18 @@ </widget> </item> <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> <enum>Qt::Horizontal</enum> </property> - <property name="standardButtons" > + <property name="standardButtons"> <set>QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> - <layoutdefault spacing="6" margin="11" /> + <layoutdefault spacing="6" margin="11"/> <tabstops> <tabstop>aboutTabWidget</tabstop> <tabstop>aboutEdit</tabstop> @@ -157,11 +155,11 @@ <receiver>AboutDialog</receiver> <slot>accept()</slot> <hints> - <hint type="sourcelabel" > + <hint type="sourcelabel"> <x>83</x> <y>423</y> </hint> - <hint type="destinationlabel" > + <hint type="destinationlabel"> <x>83</x> <y>434</y> </hint> @@ -173,11 +171,11 @@ <receiver>AboutDialog</receiver> <slot>reject()</slot> <hints> - <hint type="sourcelabel" > + <hint type="sourcelabel"> <x>135</x> <y>420</y> </hint> - <hint type="destinationlabel" > + <hint type="destinationlabel"> <x>136</x> <y>435</y> </hint>
--- a/Plugins/PluginEricdoc.py Mon Apr 22 20:24:58 2013 +0200 +++ b/Plugins/PluginEricdoc.py Mon Apr 22 20:25:47 2013 +0200 @@ -9,7 +9,7 @@ import os -from PyQt4.QtCore import QObject +from PyQt4.QtCore import QObject, QLibraryInfo from PyQt4.QtGui import QDialog, QApplication from E5Gui.E5Application import e5App @@ -64,7 +64,8 @@ }) # 2. Qt Help Generator - exe = 'qhelpgenerator' + exe = os.path.join(QLibraryInfo.location(QLibraryInfo.BinariesPath), + 'qhelpgenerator') if Utilities.isWindowsPlatform(): exe += '.exe' dataList.append({ @@ -80,7 +81,8 @@ }) # 3. Qt Collection Generator - exe = 'qcollectiongenerator' + exe = os.path.join(QLibraryInfo.location(QLibraryInfo.BinariesPath), + 'qcollectiongenerator') if Utilities.isWindowsPlatform(): exe += '.exe' dataList.append({
--- a/Plugins/VcsPlugins/vcsMercurial/hg.py Mon Apr 22 20:24:58 2013 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/hg.py Mon Apr 22 20:25:47 2013 +0200 @@ -2209,7 +2209,7 @@ self.__lastChangeGroupPath or repodir, self.trUtf8("Mercurial Changegroup Files (*.hg);;All Files (*)")) if file: - self.__lastChangeGroupPath = os.path.dirname(self.__lastChangeGroupPath) + self.__lastChangeGroupPath = os.path.dirname(file) if self.getPlugin().getPreferences("UseLogBrowser"): from .HgLogBrowserDialog import HgLogBrowserDialog @@ -2244,7 +2244,7 @@ self.__lastChangeGroupPath or repodir, self.trUtf8("Mercurial Changegroup Files (*.hg);;All Files (*)")) if file: - self.__lastChangeGroupPath = os.path.dirname(self.__lastChangeGroupPath) + self.__lastChangeGroupPath = os.path.dirname(file) args = [] args.append('identify')
--- a/Preferences/ProgramsDialog.py Mon Apr 22 20:24:58 2013 +0200 +++ b/Preferences/ProgramsDialog.py Mon Apr 22 20:25:47 2013 +0200 @@ -10,7 +10,7 @@ import os import re -from PyQt4.QtCore import pyqtSlot, Qt, QProcess +from PyQt4.QtCore import pyqtSlot, Qt, QProcess, QLibraryInfo from PyQt4.QtGui import QApplication, QTreeWidgetItem, QHeaderView, QCursor, \ QDialog, QDialogButtonBox @@ -79,31 +79,38 @@ exe = Utilities.isWindowsPlatform() and \ "{0}.exe".format(Utilities.generateQtToolName("lrelease")) or \ Utilities.generateQtToolName("lrelease") + exe = os.path.join(QLibraryInfo.location(QLibraryInfo.BinariesPath), exe) version = self.__createProgramEntry(self.trUtf8("Translation Converter (Qt)"), exe, '-version', 'lrelease', -1) # 1b. Qt Designer if Utilities.isWindowsPlatform(): - exe = "{0}.exe".format(Utilities.generateQtToolName("designer")) + exe = os.path.join(QLibraryInfo.location(QLibraryInfo.BinariesPath), + "{0}.exe".format(Utilities.generateQtToolName("designer"))) elif Utilities.isMacPlatform(): exe = Utilities.getQtMacBundle("designer") else: - exe = Utilities.generateQtToolName("designer") + exe = os.path.join(QLibraryInfo.location(QLibraryInfo.BinariesPath), + Utilities.generateQtToolName("designer")) self.__createProgramEntry(self.trUtf8("Qt Designer"), exe, version=version) # 1c. Qt Linguist if Utilities.isWindowsPlatform(): - exe = "{0}.exe".format(Utilities.generateQtToolName("linguist")) + exe = os.path.join(QLibraryInfo.location(QLibraryInfo.BinariesPath), + "{0}.exe".format(Utilities.generateQtToolName("linguist"))) elif Utilities.isMacPlatform(): exe = Utilities.getQtMacBundle("linguist") else: - exe = Utilities.generateQtToolName("linguist") + exe = os.path.join(QLibraryInfo.location(QLibraryInfo.BinariesPath), + Utilities.generateQtToolName("linguist")) self.__createProgramEntry(self.trUtf8("Qt Linguist"), exe, version=version) # 1d. Qt Assistant if Utilities.isWindowsPlatform(): - exe = "{0}.exe".format(Utilities.generateQtToolName("assistant")) + exe = os.path.join(QLibraryInfo.location(QLibraryInfo.BinariesPath), + "{0}.exe".format(Utilities.generateQtToolName("assistant"))) elif Utilities.isMacPlatform(): exe = Utilities.getQtMacBundle("assistant") else: - exe = Utilities.generateQtToolName("assistant") + exe = os.path.join(QLibraryInfo.location(QLibraryInfo.BinariesPath), + Utilities.generateQtToolName("assistant")) self.__createProgramEntry(self.trUtf8("Qt Assistant"), exe, version=version) # 2. do the PyQt programs
--- a/Project/ProjectTranslationsBrowser.py Mon Apr 22 20:24:58 2013 +0200 +++ b/Project/ProjectTranslationsBrowser.py Mon Apr 22 20:25:47 2013 +0200 @@ -11,7 +11,7 @@ import shutil import fnmatch -from PyQt4.QtCore import pyqtSignal, QProcess +from PyQt4.QtCore import pyqtSignal, QProcess, QLibraryInfo from PyQt4.QtGui import QDialog, QMenu from E5Gui import E5MessageBox @@ -1053,7 +1053,9 @@ if self.project.getProjectType() in \ ["Qt4", "Qt4C", "E4Plugin", "PySide", "PySideC"]: - lrelease = Utilities.generateQtToolName("lrelease") + lrelease = os.path.join( + QLibraryInfo.location(QLibraryInfo.BinariesPath), + Utilities.generateQtToolName("lrelease")) else: return if Utilities.isWindowsPlatform():
--- a/QScintilla/Editor.py Mon Apr 22 20:24:58 2013 +0200 +++ b/QScintilla/Editor.py Mon Apr 22 20:25:47 2013 +0200 @@ -6732,3 +6732,79 @@ match = matches[-1] line, index = self.lineIndexFromPosition(match.start()) self.setSelection(line, index + len(match.group(0)), line, index) + + ####################################################################### + ## Sort related methods + ####################################################################### + + def sortLines(self): + """ + Public slot to sort the lines spanned by a rectangular selection. + """ + if not self.selectionIsRectangle(): + return + + from .SortOptionsDialog import SortOptionsDialog + dlg = SortOptionsDialog() + if dlg.exec_() == QDialog.Accepted: + ascending, alnum, caseSensitive = dlg.getData() + origStartLine, origStartIndex, origEndLine, origEndIndex = \ + self.getRectangularSelection() + # convert to upper-left to lower-right + startLine = min(origStartLine, origEndLine) + startIndex = min(origStartIndex, origEndIndex) + endLine = max(origStartLine, origEndLine) + endIndex = max(origStartIndex, origEndIndex) + + # step 1: extract the text of the rectangular selection and the lines + selText = {} + txtLines = {} + for line in range(startLine, endLine + 1): + txtLines[line] = self.text(line) + txt = txtLines[line][startIndex:endIndex].strip() + if not alnum: + try: + txt = float(txt) + except ValueError: + E5MessageBox.critical(self, + self.trUtf8("Sort Lines"), + self.trUtf8("""The selection contains illegal data for a""" + """ numerical sort.""")) + return + + if txt in selText: + selText[txt].append(line) + else: + selText[txt] = [line] + + # step 2: calculate the sort parameters + reverse = not ascending + if alnum and not caseSensitive: + keyFun = str.lower + else: + keyFun = None + + # step 3: sort the lines + eol = self.getLineSeparator() + lastWithEol = True + newLines = [] + for txt in sorted(selText.keys(), key=keyFun, reverse=reverse): + for line in selText[txt]: + txt = txtLines[line] + if not txt.endswith(eol): + lastWithEol = False + txt += eol + newLines.append(txt) + if not lastWithEol: + newLines[-1] = newLines[-1][:-len(eol)] + + # step 4: replace the lines by the sorted ones + self.setSelection(startLine, 0, endLine + 1, 0) + self.beginUndoAction() + self.replaceSelectedText("".join(newLines)) + self.endUndoAction() + + # step 5: reset the rectangular selection + self.setRectangularSelection(origStartLine, origStartIndex, + origEndLine, origEndIndex) + self.selectionChanged.emit()
--- a/QScintilla/QsciScintillaCompat.py Mon Apr 22 20:24:58 2013 +0200 +++ b/QScintilla/QsciScintillaCompat.py Mon Apr 22 20:25:47 2013 +0200 @@ -474,6 +474,14 @@ """ self.SendScintilla(QsciScintilla.SCI_LINEENDEXTEND) + def hasSelection(self): + """ + Public method to check for a selection. + + @return flag indicating the presence of a selection (boolean) + """ + return self.getSelection()[0] != -1 + def selectionIsRectangle(self): """ Public method to check, if the current selection is rectangular. @@ -482,6 +490,38 @@ """ return self.SendScintilla(QsciScintilla.SCI_SELECTIONISRECTANGLE) + def getRectangularSelection(self): + """ + Public method to retrieve the start and end of a rectangular selection. + + @return tuple with start line and index and end line and index + (tuple of four int) + """ + if not self.selectionIsRectangle(): + return (-1, -1, -1, -1) + + startPos = self.SendScintilla(QsciScintilla.SCI_GETRECTANGULARSELECTIONANCHOR) + endPos = self.SendScintilla(QsciScintilla.SCI_GETRECTANGULARSELECTIONCARET) + startLine, startIndex = self.lineIndexFromPosition(startPos) + endLine, endIndex = self.lineIndexFromPosition(endPos) + + return (startLine, startIndex, endLine, endIndex) + + def setRectangularSelection(self, startLine, startIndex, endLine, endIndex): + """ + Public method to set a rectangular selection. + + @param startLine line number of the start of the selection (int) + @param startIndex index number of the start of the selection (int) + @param endLine line number of the end of the selection (int) + @param endIndex index number of the end of the selection (int) + """ + startPos = self.positionFromLineIndex(startLine, startIndex) + endPos = self.positionFromLineIndex(endLine, endIndex) + + self.SendScintilla(QsciScintilla.SCI_SETRECTANGULARSELECTIONANCHOR, startPos) + self.SendScintilla(QsciScintilla.SCI_SETRECTANGULARSELECTIONCARET, endPos) + def getLineSeparator(self): """ Public method to get the line separator for the current eol mode.
--- a/QScintilla/ReplaceWidget.ui Mon Apr 22 20:24:58 2013 +0200 +++ b/QScintilla/ReplaceWidget.ui Mon Apr 22 20:25:47 2013 +0200 @@ -6,10 +6,16 @@ <rect> <x>0</x> <y>0</y> - <width>795</width> + <width>805</width> <height>56</height> </rect> </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> <property name="windowTitle"> <string>Find and Replace</string> </property>
--- a/QScintilla/SearchWidget.ui Mon Apr 22 20:24:58 2013 +0200 +++ b/QScintilla/SearchWidget.ui Mon Apr 22 20:25:47 2013 +0200 @@ -6,10 +6,16 @@ <rect> <x>0</x> <y>0</y> - <width>947</width> + <width>959</width> <height>25</height> </rect> </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> <property name="windowTitle"> <string>Find</string> </property>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/QScintilla/SortOptionsDialog.py Mon Apr 22 20:25:47 2013 +0200 @@ -0,0 +1,39 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2013 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Module implementing a dialog to enter the sort options for a line sort. +""" + +from PyQt4.QtGui import QDialog + +from .Ui_SortOptionsDialog import Ui_SortOptionsDialog + + +class SortOptionsDialog(QDialog, Ui_SortOptionsDialog): + """ + Class implementing a dialog to enter the sort options for a line sort. + """ + def __init__(self, parent=None): + """ + Constructor + + @param parent reference to the parent widget (QWidget) + """ + super().__init__(parent) + self.setupUi(self) + + def getData(self): + """ + Public method to get the selected options. + + @return tuple of three flags indicating ascending order, alphanumeric sort + and case sensitivity (tuple of three boolean) + """ + return ( + self.ascendingButton.isChecked(), + self.alnumButton.isChecked(), + self.respectCaseButton.isChecked() + )
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/QScintilla/SortOptionsDialog.ui Mon Apr 22 20:25:47 2013 +0200 @@ -0,0 +1,191 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>SortOptionsDialog</class> + <widget class="QDialog" name="SortOptionsDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>400</width> + <height>209</height> + </rect> + </property> + <property name="windowTitle"> + <string>Sort Options</string> + </property> + <property name="sizeGripEnabled"> + <bool>true</bool> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QGroupBox" name="directionGroupBox"> + <property name="title"> + <string>Direction</string> + </property> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QRadioButton" name="ascendingButton"> + <property name="toolTip"> + <string>Select to sort in ascending order</string> + </property> + <property name="text"> + <string>Ascending</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="descendingButton"> + <property name="toolTip"> + <string>Select to sort in descending order</string> + </property> + <property name="text"> + <string>Descending</string> + </property> + <property name="checked"> + <bool>false</bool> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="typeGroupBox"> + <property name="title"> + <string>Type</string> + </property> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QRadioButton" name="alnumButton"> + <property name="toolTip"> + <string>Select to sort alphanumerically</string> + </property> + <property name="text"> + <string>Alphanumerical</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="numButton"> + <property name="toolTip"> + <string>Select to sort numerically</string> + </property> + <property name="text"> + <string>Numerical</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="caseGroupBox"> + <property name="title"> + <string>Case Sensitivity</string> + </property> + <layout class="QHBoxLayout" name="horizontalLayout_3"> + <item> + <widget class="QRadioButton" name="respectCaseButton"> + <property name="toolTip"> + <string>Select to respect the case while sorting</string> + </property> + <property name="text"> + <string>Respect Case</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="ignoreCaseButton"> + <property name="toolTip"> + <string>Select to ignore the case while sorting</string> + </property> + <property name="text"> + <string>Ignore Case</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + </property> + </widget> + </item> + </layout> + </widget> + <tabstops> + <tabstop>ascendingButton</tabstop> + <tabstop>descendingButton</tabstop> + <tabstop>alnumButton</tabstop> + <tabstop>numButton</tabstop> + <tabstop>respectCaseButton</tabstop> + <tabstop>ignoreCaseButton</tabstop> + <tabstop>buttonBox</tabstop> + </tabstops> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>SortOptionsDialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel"> + <x>227</x> + <y>191</y> + </hint> + <hint type="destinationlabel"> + <x>157</x> + <y>208</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>SortOptionsDialog</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel"> + <x>295</x> + <y>197</y> + </hint> + <hint type="destinationlabel"> + <x>286</x> + <y>208</y> + </hint> + </hints> + </connection> + <connection> + <sender>alnumButton</sender> + <signal>toggled(bool)</signal> + <receiver>caseGroupBox</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>49</x> + <y>95</y> + </hint> + <hint type="destinationlabel"> + <x>47</x> + <y>127</y> + </hint> + </hints> + </connection> + </connections> +</ui>
--- a/ThirdParty/Pygments/pygments/lexers/__init__.py Mon Apr 22 20:24:58 2013 +0200 +++ b/ThirdParty/Pygments/pygments/lexers/__init__.py Mon Apr 22 20:25:47 2013 +0200 @@ -187,7 +187,7 @@ if rv == 1.0: return lexer(**options) result.append((rv, lexer)) - result.sort() + result.sort(key=lambda k: k[0]) if not result[-1][0] and primary is not None: return primary(**options) return result[-1][1](**options)
--- a/UI/SymbolsWidget.py Mon Apr 22 20:24:58 2013 +0200 +++ b/UI/SymbolsWidget.py Mon Apr 22 20:25:47 2013 +0200 @@ -7,6 +7,7 @@ Module implementing a widget to select a symbol in various formats. """ +import sys import unicodedata import html.entities @@ -41,13 +42,13 @@ self.trUtf8("Name"), ] - self.__tables = ( + self.__tables = [ # first last display name (0x0, 0x1f, self.trUtf8("Control Characters")), (0x20, 0x7f, self.trUtf8("Basic Latin")), - (0x80, 0x100, self.trUtf8("Latin-1 Supplement")), - (0x100, 0x180, self.trUtf8("Latin Extended A")), - (0x180, 0x24f, self.trUtf8("Latin Extended B")), + (0x80, 0xff, self.trUtf8("Latin-1 Supplement")), + (0x100, 0x17f, self.trUtf8("Latin Extended-A")), + (0x180, 0x24f, self.trUtf8("Latin Extended-B")), (0x250, 0x2af, self.trUtf8("IPA Extensions")), (0x2b0, 0x2ff, self.trUtf8("Spacing Modifier Letters")), (0x300, 0x36f, self.trUtf8("Combining Diacritical Marks")), @@ -59,6 +60,10 @@ (0x600, 0x6ff, self.trUtf8("Arabic")), (0x700, 0x74f, self.trUtf8("Syriac")), (0x780, 0x7bf, self.trUtf8("Thaana")), + (0x7c0, 0x7ff, self.trUtf8("N'Ko")), + (0x800, 0x83f, self.trUtf8("Samaritan")), + (0x840, 0x85f, self.trUtf8("Mandaic")), + (0x8a0, 0x8ff, self.trUtf8("Arabic Extended-A")), (0x900, 0x97f, self.trUtf8("Devanagari")), (0x980, 0x9ff, self.trUtf8("Bengali")), (0xa00, 0xa7f, self.trUtf8("Gurmukhi")), @@ -76,8 +81,9 @@ (0x10a0, 0x10ff, self.trUtf8("Georgian")), (0x1100, 0x11ff, self.trUtf8("Hangul Jamo")), (0x1200, 0x137f, self.trUtf8("Ethiopic")), + (0x1380, 0x139f, self.trUtf8("Ethiopic Supplement")), (0x13a0, 0x13ff, self.trUtf8("Cherokee")), - (0x1400, 0x167f, self.trUtf8("Canadian Aboriginal Syllabics")), + (0x1400, 0x167f, self.trUtf8("Unified Canadian Aboriginal Syllabics")), (0x1680, 0x169f, self.trUtf8("Ogham")), (0x16a0, 0x16ff, self.trUtf8("Runic")), (0x1700, 0x171f, self.trUtf8("Tagalog")), @@ -86,10 +92,22 @@ (0x1760, 0x177f, self.trUtf8("Tagbanwa")), (0x1780, 0x17ff, self.trUtf8("Khmer")), (0x1800, 0x18af, self.trUtf8("Mongolian")), + (0x18b0, 0x18ff, self.trUtf8("Unified Canadian Aboriginal Syllabics Extended")), (0x1900, 0x194f, self.trUtf8("Limbu")), (0x1950, 0x197f, self.trUtf8("Tai Le")), (0x19e0, 0x19ff, self.trUtf8("Khmer Symbols")), + (0x1a00, 0x1a1f, self.trUtf8("Buginese")), + (0x1a20, 0x1aaf, self.trUtf8("Tai Tham")), + (0x1b00, 0x1b7f, self.trUtf8("Balinese")), + (0x1b80, 0x1bbf, self.trUtf8("Sundanese")), + (0x1bc0, 0x1bff, self.trUtf8("Batak")), + (0x1c00, 0x1c4f, self.trUtf8("Lepcha")), + (0x1c50, 0x1c7f, self.trUtf8("Ol Chiki")), + (0x1cc0, 0x1ccf, self.trUtf8("Sundanese Supplement")), + (0x1cd0, 0x1cff, self.trUtf8("Vedic Extensions")), (0x1d00, 0x1d7f, self.trUtf8("Phonetic Extensions")), + (0x1d80, 0x1dbf, self.trUtf8("Phonetic Extensions Supplement")), + (0x1dc0, 0x1dff, self.trUtf8("Combining Diacritical Marks Supplement")), (0x1e00, 0x1eff, self.trUtf8("Latin Extended Additional")), (0x1f00, 0x1fff, self.trUtf8("Greek Extended")), (0x2000, 0x206f, self.trUtf8("General Punctuation")), @@ -116,6 +134,14 @@ (0x2980, 0x29ff, self.trUtf8("Miscellaneous Mathematical Symbols-B")), (0x2a00, 0x2aff, self.trUtf8("Supplemental Mathematical Operators")), (0x2b00, 0x2bff, self.trUtf8("Miscellaneous Symbols and Arcolumns")), + (0x2c00, 0x2c5f, self.trUtf8("Glagolitic")), + (0x2c60, 0x2c7f, self.trUtf8("Latin Extended-C")), + (0x2c80, 0x2cff, self.trUtf8("Coptic")), + (0x2d00, 0x2d2f, self.trUtf8("Georgian Supplement")), + (0x2d30, 0x2d7f, self.trUtf8("Tifinagh")), + (0x2d80, 0x2ddf, self.trUtf8("Ethiopic Extended")), + (0x2de0, 0x2dff, self.trUtf8("Cyrillic Extended-A")), + (0x2e00, 0x2e7f, self.trUtf8("Supplemental Punctuation")), (0x2e80, 0x2eff, self.trUtf8("CJK Radicals Supplement")), (0x2f00, 0x2fdf, self.trUtf8("KangXi Radicals")), (0x2ff0, 0x2fff, self.trUtf8("Ideographic Description Chars")), @@ -126,15 +152,38 @@ (0x3130, 0x318f, self.trUtf8("Hangul Compatibility Jamo")), (0x3190, 0x319f, self.trUtf8("Kanbun")), (0x31a0, 0x31bf, self.trUtf8("Bopomofo Extended")), + (0x31c0, 0x31ef, self.trUtf8("CJK Strokes")), (0x31f0, 0x31ff, self.trUtf8("Katakana Phonetic Extensions")), (0x3200, 0x32ff, self.trUtf8("Enclosed CJK Letters and Months")), (0x3300, 0x33ff, self.trUtf8("CJK Compatibility")), - (0x3400, 0x4db5, self.trUtf8("CJK Unified Ideogr. Ext. A")), + (0x3400, 0x4dbf, self.trUtf8("CJK Unified Ideogr. Ext. A")), (0x4dc0, 0x4dff, self.trUtf8("Yijing Hexagram Symbols")), - (0x4e00, 0x9fbb, self.trUtf8("CJK Unified Ideographs")), + (0x4e00, 0x9fff, self.trUtf8("CJK Unified Ideographs")), (0xa000, 0xa48f, self.trUtf8("Yi Syllables")), (0xa490, 0xa4cf, self.trUtf8("Yi Radicals")), - (0xac00, 0xd7a3, self.trUtf8("Hangul Syllables")), + (0xa4d0, 0xa4ff, self.trUtf8("Lisu")), + (0xa500, 0xa63f, self.trUtf8("Vai")), + (0xa640, 0xa69f, self.trUtf8("Cyrillic Extended-B")), + (0xa6a0, 0xa6ff, self.trUtf8("Bamum")), + (0xa700, 0xa71f, self.trUtf8("Modifier Tone Letters")), + (0xa720, 0xa7ff, self.trUtf8("Latin Extended-D")), + (0xa800, 0xa82f, self.trUtf8("Syloti Nagri")), + (0xa830, 0xa83f, self.trUtf8("Common Indic Number Forms")), + (0xa840, 0xa87f, self.trUtf8("Phags-pa")), + (0xa880, 0xa8df, self.trUtf8("Saurashtra")), + (0xa8e0, 0xa8ff, self.trUtf8("Devanagari Extended")), + (0xa900, 0xa92f, self.trUtf8("Kayah Li")), + (0xa930, 0xa95f, self.trUtf8("Rejang")), + (0xa960, 0xa97f, self.trUtf8("Hangul Jamo Extended-A")), + (0xa980, 0xa9df, self.trUtf8("Javanese")), + (0xaa00, 0xaa5f, self.trUtf8("Cham")), + (0xaa60, 0xaa7f, self.trUtf8("Myanmar Extended-A")), + (0xaa80, 0xaadf, self.trUtf8("Tai Viet")), + (0xaae0, 0xaaff, self.trUtf8("Meetei Mayek Extensions")), + (0xab00, 0xab2f, self.trUtf8("Ethiopic Extended-A")), + (0xabc0, 0xabff, self.trUtf8("Meetei Mayek")), + (0xac00, 0xd7af, self.trUtf8("Hangul Syllables")), + (0xd7b0, 0xd7ff, self.trUtf8("Hangul Jamo Extended-B")), (0xd800, 0xdb7f, self.trUtf8("High Surrogates")), (0xdb80, 0xdbff, self.trUtf8("High Private Use Surrogates")), (0xdc00, 0xdfff, self.trUtf8("Low Surrogates")), @@ -143,23 +192,81 @@ (0xfb00, 0xfb4f, self.trUtf8("Alphabetic Presentation Forms")), (0xfb50, 0xfdff, self.trUtf8("Arabic Presentation Forms-A")), (0xfe00, 0xfe0f, self.trUtf8("Variation Selectors")), + (0xfe10, 0xfe1f, self.trUtf8("Vertical Forms")), (0xfe20, 0xfe2f, self.trUtf8("Combining Half Marks")), (0xfe30, 0xfe4f, self.trUtf8("CJK Compatibility Forms")), (0xfe50, 0xfe6f, self.trUtf8("Small Form Variants")), - (0xfe70, 0xfefe, self.trUtf8("Arabic Presentation Forms-B")), - (0xfeff, 0xfeff, self.trUtf8("Specials")), + (0xfe70, 0xfeff, self.trUtf8("Arabic Presentation Forms-B")), (0xff00, 0xffef, self.trUtf8("Half- and Fullwidth Forms")), (0xfff0, 0xffff, self.trUtf8("Specials")), - (0x10300, 0x1032f, self.trUtf8("Old Italic")), - (0x10330, 0x1034f, self.trUtf8("Gothic")), - (0x10400, 0x1044f, self.trUtf8("Deseret")), - (0x1d000, 0x1d0ff, self.trUtf8("Byzantine Musical Symbols")), - (0x1d100, 0x1d1ff, self.trUtf8("Musical Symbols")), - (0x1d400, 0x1d7ff, self.trUtf8("Mathematical Alphanumeric Symbols")), - (0x20000, 0x2a6d6, self.trUtf8("CJK Unified Ideogr. Ext. B")), - (0x2f800, 0x2fa1f, self.trUtf8("CJK Compatapility Ideogr. Suppl.")), - (0xe0000, 0xe007f, self.trUtf8("Tags")), - ) + ] + if sys.maxunicode > 0xffff: + self.__tables.extend([ + (0x10000, 0x1007f, self.trUtf8("Linear B Syllabary")), + (0x10080, 0x100ff, self.trUtf8("Linear B Ideograms")), + (0x10100, 0x1013f, self.trUtf8("Aegean Numbers")), + (0x10140, 0x1018f, self.trUtf8("Ancient Greek Numbers")), + (0x10190, 0x101cf, self.trUtf8("Ancient Symbols")), + (0x101d0, 0x101ff, self.trUtf8("Phaistos Disc")), + (0x10280, 0x1029f, self.trUtf8("Lycian")), + (0x102a0, 0x102df, self.trUtf8("Carian")), + (0x10300, 0x1032f, self.trUtf8("Old Italic")), + (0x10330, 0x1034f, self.trUtf8("Gothic")), + (0x10380, 0x1039f, self.trUtf8("Ugaritic")), + (0x103a0, 0x103df, self.trUtf8("Old Persian")), + (0x10400, 0x1044f, self.trUtf8("Deseret")), + (0x10450, 0x1047f, self.trUtf8("Shavian")), + (0x10480, 0x104af, self.trUtf8("Osmanya")), + (0x10800, 0x1083f, self.trUtf8("Cypriot Syllabary")), + (0x10840, 0x1085f, self.trUtf8("Imperial Aramaic")), + (0x10900, 0x1091f, self.trUtf8("Phoenician")), + (0x10920, 0x1093f, self.trUtf8("Lydian")), + (0x10980, 0x1099f, self.trUtf8("Meroitic Hieroglyphs")), + (0x109a0, 0x109ff, self.trUtf8("Meroitic Cursive")), + (0x10a00, 0x10a5f, self.trUtf8("Kharoshthi")), + (0x10a60, 0x10a7f, self.trUtf8("Old South Arabian")), + (0x10b00, 0x10b3f, self.trUtf8("Avestan")), + (0x10b40, 0x10b5f, self.trUtf8("Inscriptional Parthian")), + (0x10b60, 0x10b7f, self.trUtf8("Inscriptional Pahlavi")), + (0x10c00, 0x10c4f, self.trUtf8("Old Turkic")), + (0x10e60, 0x10e7f, self.trUtf8("Rumi Numeral Symbols")), + (0x11000, 0x1107f, self.trUtf8("Brahmi")), + (0x11080, 0x110cf, self.trUtf8("Kaithi")), + (0x110d0, 0x110ff, self.trUtf8("Sora Sompeng")), + (0x11100, 0x1114f, self.trUtf8("Chakma")), + (0x11180, 0x111df, self.trUtf8("Sharada")), + (0x11680, 0x116cf, self.trUtf8("Takri")), + (0x12000, 0x123ff, self.trUtf8("Cuneiform")), + (0x12400, 0x1247f, self.trUtf8("Cuneiform Numbers and Punctuation")), + (0x13000, 0x1342f, self.trUtf8("Egyptian Hieroglyphs")), + (0x16800, 0x16a3f, self.trUtf8("Bamum Supplement")), + (0x16f00, 0x16f9f, self.trUtf8("Miao")), + (0x1b000, 0x1b0ff, self.trUtf8("Kana Supplement")), + (0x1d000, 0x1d0ff, self.trUtf8("Byzantine Musical Symbols")), + (0x1d100, 0x1d1ff, self.trUtf8("Musical Symbols")), + (0x1d200, 0x1d24f, self.trUtf8("Ancient Greek Musical Notation")), + (0x1d300, 0x1d35f, self.trUtf8("Tai Xuan Jing Symbols")), + (0x1d360, 0x1d37f, self.trUtf8("Counting Rod Numerals")), + (0x1d400, 0x1d7ff, self.trUtf8("Mathematical Alphanumeric Symbols")), + (0x1ee00, 0x1eeff, self.trUtf8("Arabic Mathematical Alphabetic Symbols")), + (0x1f000, 0x1f02f, self.trUtf8("Mahjong Tiles")), + (0x1f030, 0x1f09f, self.trUtf8("Domino Tiles")), + (0x1f0a0, 0x1f0ff, self.trUtf8("Playing Cards")), + (0x1f100, 0x1f1ff, self.trUtf8("Enclosed Alphanumeric Supplement")), + (0x1f200, 0x1f2ff, self.trUtf8("Enclosed Ideographic Supplement")), + (0x1f300, 0x1f5ff, self.trUtf8("Miscellaneous Symbols And Pictographs")), + (0x1f600, 0x1f64f, self.trUtf8("Emoticons")), + (0x1f680, 0x1f6ff, self.trUtf8("Transport And Map Symbols")), + (0x1f700, 0x1f77f, self.trUtf8("Alchemical Symbols")), + (0x20000, 0x2a6df, self.trUtf8("CJK Unified Ideogr. Ext. B")), + (0x2a700, 0x2b73f, self.trUtf8("CJK Unified Ideographs Extension C")), + (0x2b740, 0x2b81f, self.trUtf8("CJK Unified Ideographs Extension D")), + (0x2f800, 0x2fa1f, self.trUtf8("CJK Compatapility Ideogr. Suppl.")), + (0xe0000, 0xe007f, self.trUtf8("Tags")), + (0xe0100, 0xe01ef, self.trUtf8("Variation Selectors Supplement")), + (0xf0000, 0xfffff, self.trUtf8("Supplementary Private Use Area-A")), + (0x100000, 0x10ffff, self.trUtf8("Supplementary Private Use Area-B")), + ]) self.__currentTableIndex = 0 def getTableNames(self):
--- a/UI/UserInterface.py Mon Apr 22 20:24:58 2013 +0200 +++ b/UI/UserInterface.py Mon Apr 22 20:25:47 2013 +0200 @@ -12,7 +12,7 @@ import logging from PyQt4.QtCore import QTimer, QFile, QFileInfo, pyqtSignal, PYQT_VERSION_STR, QDate, \ - QIODevice, qVersion, QProcess, QSize, QUrl, QObject, Qt + QIODevice, qVersion, QProcess, QSize, QUrl, QObject, Qt, QLibraryInfo from PyQt4.QtGui import QSizePolicy, QWidget, QKeySequence, QDesktopServices, \ QWhatsThis, QToolBar, QDialog, QSplitter, QApplication, QMenu, QProgressDialog, \ QVBoxLayout, QDockWidget, QAction, QLabel @@ -1597,12 +1597,14 @@ # check for Qt4/Qt5 designer and linguist if Utilities.isWindowsPlatform(): - designerExe = "{0}.exe".format(Utilities.generateQtToolName("designer")) + designerExe = os.path.join(QLibraryInfo.location(QLibraryInfo.BinariesPath), + "{0}.exe".format(Utilities.generateQtToolName("designer"))) elif Utilities.isMacPlatform(): designerExe = Utilities.getQtMacBundle("designer") else: - designerExe = Utilities.generateQtToolName("designer") - if Utilities.isinpath(designerExe): + designerExe = os.path.join(QLibraryInfo.location(QLibraryInfo.BinariesPath), + Utilities.generateQtToolName("designer")) + if os.path.exists(designerExe): self.designer4Act = E5Action(self.trUtf8('Qt-Designer'), UI.PixmapCache.getIcon("designer4.png"), self.trUtf8('Qt-&Designer...'), 0, 0, self, 'qt_designer4') @@ -1617,12 +1619,14 @@ self.designer4Act = None if Utilities.isWindowsPlatform(): - linguistExe = "{0}.exe".format(Utilities.generateQtToolName("linguist")) + linguistExe = os.path.join(QLibraryInfo.location(QLibraryInfo.BinariesPath), + "{0}.exe".format(Utilities.generateQtToolName("linguist"))) elif Utilities.isMacPlatform(): linguistExe = Utilities.getQtMacBundle("linguist") else: - linguistExe = Utilities.generateQtToolName("linguist") - if Utilities.isinpath(linguistExe): + linguistExe = os.path.join(QLibraryInfo.location(QLibraryInfo.BinariesPath), + Utilities.generateQtToolName("linguist")) + if os.path.exists(linguistExe): self.linguist4Act = E5Action(self.trUtf8('Qt-Linguist'), UI.PixmapCache.getIcon("linguist4.png"), self.trUtf8('Qt-&Linguist...'), 0, 0, self, 'qt_linguist4') @@ -3751,9 +3755,11 @@ designer, args = Utilities.prepareQtMacBundle("designer", version, args) else: if version == 4: - designer = Utilities.generateQtToolName("designer") + designer = os.path.join( + QLibraryInfo.location(QLibraryInfo.BinariesPath), + Utilities.generateQtToolName("designer")) if Utilities.isWindowsPlatform(): - designer = designer + '.exe' + designer += '.exe' proc = QProcess() if not proc.startDetached(designer, args): @@ -3808,9 +3814,11 @@ linguist, args = Utilities.prepareQtMacBundle("linguist", version, args) else: if version == 4: - linguist = Utilities.generateQtToolName("linguist") + linguist = os.path.join( + QLibraryInfo.location(QLibraryInfo.BinariesPath), + Utilities.generateQtToolName("linguist")) if Utilities.isWindowsPlatform(): - linguist = linguist + '.exe' + linguist += '.exe' proc = QProcess() if not proc.startDetached(linguist, args): @@ -3852,9 +3860,11 @@ assistant, args = Utilities.prepareQtMacBundle("assistant", version, args) else: if version == 4: - assistant = Utilities.generateQtToolName("assistant") + assistant = os.path.join( + QLibraryInfo.location(QLibraryInfo.BinariesPath), + Utilities.generateQtToolName("assistant")) if Utilities.isWindowsPlatform(): - assistant = assistant + '.exe' + assistant += '.exe' proc = QProcess() if not proc.startDetached(assistant, args):
--- a/ViewManager/ViewManager.py Mon Apr 22 20:24:58 2013 +0200 +++ b/ViewManager/ViewManager.py Mon Apr 22 20:25:47 2013 +0200 @@ -1173,6 +1173,22 @@ self.calltipsAct.triggered[()].connect(self.__editShowCallTips) self.editActions.append(self.calltipsAct) + self.sortAct = E5Action(QApplication.translate('ViewManager', 'Sort'), + QApplication.translate('ViewManager', 'Sort'), + QKeySequence(QApplication.translate('ViewManager', + "Ctrl+Alt+S", "Edit|Sort")), + 0, + self.editActGrp, 'vm_edit_sort') + self.sortAct.setStatusTip(QApplication.translate('ViewManager', + 'Sort the lines containing the rectangular selection')) + self.sortAct.setWhatsThis(QApplication.translate('ViewManager', + """<b>Sort</b>""" + """<p>Sort the lines spanned by a rectangular selection based on the""" + """ selection ignoring leading and trailing whitespace.</p>""" + )) + self.sortAct.triggered[()].connect(self.__editSortSelectedLines) + self.editActions.append(self.sortAct) + self.editActGrp.setEnabled(False) self.copyActGrp.setEnabled(False) @@ -1790,28 +1806,6 @@ self.editActions.append(act) act = E5Action(QApplication.translate('ViewManager', - 'Convert selection to lower case'), - QApplication.translate('ViewManager', - 'Convert selection to lower case'), - QKeySequence(QApplication.translate('ViewManager', 'Alt+Shift+U')), - 0, - self.editorActGrp, 'vm_edit_convert_selection_lower') - self.esm.setMapping(act, QsciScintilla.SCI_LOWERCASE) - act.triggered[()].connect(self.esm.map) - self.editActions.append(act) - - act = E5Action(QApplication.translate('ViewManager', - 'Convert selection to upper case'), - QApplication.translate('ViewManager', - 'Convert selection to upper case'), - QKeySequence(QApplication.translate('ViewManager', 'Ctrl+Shift+U')), - 0, - self.editorActGrp, 'vm_edit_convert_selection_upper') - self.esm.setMapping(act, QsciScintilla.SCI_UPPERCASE) - act.triggered[()].connect(self.esm.map) - self.editActions.append(act) - - act = E5Action(QApplication.translate('ViewManager', 'Move to end of display line'), QApplication.translate('ViewManager', 'Move to end of display line'), @@ -2288,6 +2282,28 @@ self.editActions.append(act) self.editorActGrp.setEnabled(False) + + self.editLowerCaseAct = E5Action(QApplication.translate('ViewManager', + 'Convert selection to lower case'), + QApplication.translate('ViewManager', + 'Convert selection to lower case'), + QKeySequence(QApplication.translate('ViewManager', 'Alt+Shift+U')), + 0, + self.editActGrp, 'vm_edit_convert_selection_lower') + self.esm.setMapping(self.editLowerCaseAct, QsciScintilla.SCI_LOWERCASE) + self.editLowerCaseAct.triggered[()].connect(self.esm.map) + self.editActions.append(self.editLowerCaseAct) + + self.editUpperCaseAct = E5Action(QApplication.translate('ViewManager', + 'Convert selection to upper case'), + QApplication.translate('ViewManager', + 'Convert selection to upper case'), + QKeySequence(QApplication.translate('ViewManager', 'Ctrl+Shift+U')), + 0, + self.editActGrp, 'vm_edit_convert_selection_upper') + self.esm.setMapping(self.editUpperCaseAct, QsciScintilla.SCI_UPPERCASE) + self.editUpperCaseAct.triggered[()].connect(self.esm.map) + self.editActions.append(self.editUpperCaseAct) def initEditMenu(self): """ @@ -2346,6 +2362,10 @@ menu.addAction(self.streamCommentAct) menu.addAction(self.boxCommentAct) menu.addSeparator() + menu.addAction(self.editUpperCaseAct) + menu.addAction(self.editLowerCaseAct) + menu.addAction(self.sortAct) + menu.addSeparator() menu.addMenu(autocompletionMenu) menu.addSeparator() menu.addMenu(searchMenu) @@ -3882,6 +3902,7 @@ editor.encodingChanged.connect(self.__editorConfigChanged) editor.selectionChanged.connect(self.__searchWidget.selectionChanged) editor.selectionChanged.connect(self.__replaceWidget.selectionChanged) + editor.selectionChanged.connect(self.__editorSelectionChanged) editor.lastEditPositionAvailable.connect(self.__lastEditPositionAvailable) editor.zoomValueChanged.connect(self.zoomValueChanged) @@ -5723,6 +5744,11 @@ self.gotoPreviousDefAct.setEnabled(False) self.gotoNextDefAct.setEnabled(False) + self.sortAct.setEnabled(editor.selectionIsRectangle()) + enable = editor.hasSelection() + self.editUpperCaseAct.setEnabled(enable) + self.editLowerCaseAct.setEnabled(enable) + if setSb: line, pos = editor.getCursorPosition() enc = editor.getEncoding() @@ -5879,6 +5905,27 @@ fn, line + 1, pos, encoding=enc, language=lang, eol=eol, zoom=zoom) self._checkActions(editor, False) + def __editorSelectionChanged(self): + """ + Private slot to handle changes of the current editors selection. + """ + editor = self.sender() + if editor: + self.sortAct.setEnabled(editor.selectionIsRectangle()) + enable = editor.hasSelection() + self.editUpperCaseAct.setEnabled(enable) + self.editLowerCaseAct.setEnabled(enable) + else: + self.sortAct.setEnabled(False) + + def __editSortSelectedLines(self): + """ + Private slot to sort the selected lines. + """ + editor = self.activeWindow() + if editor: + editor.sortLines() + ################################################################## ## Below are protected utility methods ##################################################################
--- a/changelog Mon Apr 22 20:24:58 2013 +0200 +++ b/changelog Mon Apr 22 20:25:47 2013 +0200 @@ -16,6 +16,10 @@ column - Editor -- added the capability to preview HTML, Mardown and ReST files + -- added the capability to sort lines spanned by a rectangular selection + based on the selected text + -- added entires to convert the selection to upper/lower case to the + edit menu - Multi Project -- extended the context menus of the multi project browser to be able to add projects this way @@ -24,6 +28,8 @@ --- added a context menu entry to delete the selected directory -- Project Forms Viewer --- added support for more widgets in the code creation dialog +- Symbols Viewer + -- extended the list of supported unicode code blocks - Template Viewer -- added a context menu entry to reload the templates -- changed logic such, that the templates are only written, if they contain
--- a/eric5.e4p Mon Apr 22 20:24:58 2013 +0200 +++ b/eric5.e4p Mon Apr 22 20:25:47 2013 +0200 @@ -1075,6 +1075,7 @@ <Source>E5Network/E5SslCertificatesInfoWidget.py</Source> <Source>E5Network/E5SslCertificatesInfoDialog.py</Source> <Source>E5Network/E5SslInfoWidget.py</Source> + <Source>QScintilla/SortOptionsDialog.py</Source> </Sources> <Forms> <Form>PyUnit/UnittestDialog.ui</Form> @@ -1387,6 +1388,7 @@ <Form>UI/Previewer.ui</Form> <Form>E5Network/E5SslCertificatesInfoDialog.ui</Form> <Form>E5Network/E5SslCertificatesInfoWidget.ui</Form> + <Form>QScintilla/SortOptionsDialog.ui</Form> </Forms> <Translations> <Translation>i18n/eric5_cs.qm</Translation>
--- a/i18n/eric5_cs.ts Mon Apr 22 20:24:58 2013 +0200 +++ b/i18n/eric5_cs.ts Mon Apr 22 20:25:47 2013 +0200 @@ -3,27 +3,27 @@ <context> <name>AboutDialog</name> <message> - <location filename="Plugins/AboutPlugin/AboutDialog.ui" line="13"/> + <location filename="Plugins/AboutPlugin/AboutDialog.ui" line="14"/> <source>About Eric</source> <translation>O Erikovi</translation> </message> <message> - <location filename="Plugins/AboutPlugin/AboutDialog.ui" line="55"/> + <location filename="Plugins/AboutPlugin/AboutDialog.ui" line="56"/> <source>&About</source> <translation>O &aplikaci</translation> </message> <message> - <location filename="Plugins/AboutPlugin/AboutDialog.ui" line="72"/> + <location filename="Plugins/AboutPlugin/AboutDialog.ui" line="73"/> <source>A&uthors</source> <translation>A&utoři</translation> </message> <message> - <location filename="Plugins/AboutPlugin/AboutDialog.ui" line="89"/> + <location filename="Plugins/AboutPlugin/AboutDialog.ui" line="90"/> <source>&Thanks To</source> <translation>&Poděkování autorům</translation> </message> <message> - <location filename="Plugins/AboutPlugin/AboutDialog.ui" line="106"/> + <location filename="Plugins/AboutPlugin/AboutDialog.ui" line="107"/> <source>&License Agreement</source> <translation>&Licenční ujednání</translation> </message> @@ -3510,12 +3510,12 @@ <translation>Stisknout pro provedení porovnání dvou souborů</translation> </message> <message> - <location filename="UI/CompareDialog.py" line="240"/> + <location filename="UI/CompareDialog.py" line="239"/> <source>Compare Files</source> <translation>Porovnat soubory</translation> </message> <message> - <location filename="UI/CompareDialog.py" line="389"/> + <location filename="UI/CompareDialog.py" line="388"/> <source>Select file to compare</source> <translation>Výběr souboru pro porovnání</translation> </message> @@ -3530,27 +3530,27 @@ <translation>&Synchronizovat vodorovné posuvníky</translation> </message> <message> - <location filename="UI/CompareDialog.py" line="302"/> + <location filename="UI/CompareDialog.py" line="301"/> <source>Total: {0}</source> <translation>Celkem: {0}</translation> </message> <message> + <location filename="UI/CompareDialog.py" line="303"/> + <source>Changed: {0}</source> + <translation>Změněno: {0}</translation> + </message> + <message> <location filename="UI/CompareDialog.py" line="304"/> - <source>Changed: {0}</source> - <translation>Změněno: {0}</translation> + <source>Added: {0}</source> + <translation>Přidáno: {0}</translation> </message> <message> <location filename="UI/CompareDialog.py" line="305"/> - <source>Added: {0}</source> - <translation>Přidáno: {0}</translation> - </message> - <message> - <location filename="UI/CompareDialog.py" line="306"/> <source>Deleted: {0}</source> <translation>Smazáno: {0}</translation> </message> <message> - <location filename="UI/CompareDialog.py" line="240"/> + <location filename="UI/CompareDialog.py" line="239"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor <b>{0}</b> nelze přečíst.</p></translation> </message> @@ -6335,27 +6335,27 @@ <translation>Uložit výstup do path souboru</translation> </message> <message> - <location filename="UI/DiffDialog.py" line="316"/> + <location filename="UI/DiffDialog.py" line="315"/> <source>Save Diff</source> <translation>Uložit Diff</translation> </message> <message> - <location filename="UI/DiffDialog.py" line="281"/> + <location filename="UI/DiffDialog.py" line="280"/> <source>Patch Files (*.diff)</source> <translation>Patch soubory (*.diff)</translation> </message> <message> - <location filename="UI/DiffDialog.py" line="352"/> + <location filename="UI/DiffDialog.py" line="351"/> <source>Compare Files</source> <translation>Porovnat soubory</translation> </message> <message> - <location filename="UI/DiffDialog.py" line="450"/> + <location filename="UI/DiffDialog.py" line="449"/> <source>There is no difference.</source> <translation>Žádné rozdíly nebyly nalezeny.</translation> </message> <message> - <location filename="UI/DiffDialog.py" line="469"/> + <location filename="UI/DiffDialog.py" line="468"/> <source>Select file to compare</source> <translation>Výběr souboru pro porovnání</translation> </message> @@ -6365,17 +6365,17 @@ <translation type="obsolete"><p>Patch soubor <b>{0}</b> již existuje.</p></translation> </message> <message> - <location filename="UI/DiffDialog.py" line="316"/> + <location filename="UI/DiffDialog.py" line="315"/> <source><p>The patch file <b>{0}</b> could not be saved.<br />Reason: {1}</p></source> <translation><p>Patch soubor <b>{0}</b> nelze uložit.<br />Důvod: {1}</p></translation> </message> <message> - <location filename="UI/DiffDialog.py" line="352"/> + <location filename="UI/DiffDialog.py" line="351"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor <b>{0}</b> nelze přečíst.</p></translation> </message> <message> - <location filename="UI/DiffDialog.py" line="298"/> + <location filename="UI/DiffDialog.py" line="297"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> @@ -7656,7 +7656,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="E5Network/E5SslCertificatesInfoWidget.py" line="149"/> + <location filename="E5Network/E5SslCertificatesInfoWidget.py" line="155"/> <source><not part of the certificate></source> <translation type="unfinished"></translation> </message> @@ -8935,6 +8935,16 @@ <source>Previous change</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="QScintilla/Editor.py" line="6769"/> + <source>Sort Lines</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="6769"/> + <source>The selection contains illegal data for a numerical sort.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EditorAPIsPage</name> @@ -13016,27 +13026,27 @@ <translation type="obsolete"><b>Generovat dokumentaci</b><p>Generovat API dokumentaci za použití eric5-doc.</p></translation> </message> <message> - <location filename="Plugins/PluginEricdoc.py" line="130"/> + <location filename="Plugins/PluginEricdoc.py" line="132"/> <source>Generate documentation (eric5_doc)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/PluginEricdoc.py" line="130"/> + <location filename="Plugins/PluginEricdoc.py" line="132"/> <source>Generate &documentation (eric5_doc)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/PluginEricdoc.py" line="133"/> - <source>Generate API documentation using eric5_doc</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Plugins/PluginEricdoc.py" line="135"/> + <source>Generate API documentation using eric5_doc</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/PluginEricdoc.py" line="137"/> <source><b>Generate documentation</b><p>Generate API documentation using eric5_doc.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/PluginEricdoc.py" line="86"/> + <location filename="Plugins/PluginEricdoc.py" line="88"/> <source>Qt Help Tools</source> <translation type="unfinished"></translation> </message> @@ -14812,72 +14822,72 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1017"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1025"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Otevřít odkaz v novém tab okně<byte value="x9"/>Ctrl+LMB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="610"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="618"/> <source><b>Help Window</b><p>This window displays the selected help information.</p></source> <translation><b>Okno nápovědy</b><p>Toto okno zobrazí vybranou informaci nápovědy.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1241"/> <source>Web Inspector...</source> <translation>Web inspektor...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1844"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1852"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Zkontrolujte adresu na chyby jako je <b>ww</b>.example.org místo <b>www</b>.example.org</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1848"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1856"/> <source>If the address is correct, try checking the network connection.</source> <translation>Je-li adresa vpořádku, prověřte síťové spojení.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1851"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1859"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation>Je-li vaše šíť chráněna firewallem nebo proxy, ujistěte se, že váš prohlížeč má na tuto síť povolen přístup.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1162"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1170"/> <source>Bookmark this Page</source> <translation>Záložka na tuto stranu</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1021"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1029"/> <source>Save Lin&k</source> <translation>Uložit lin&k</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1023"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1031"/> <source>Bookmark this Link</source> <translation>Záložka na tento link</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1027"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1035"/> <source>Copy Link to Clipboard</source> <translation>Kopírovat link do schránky</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1040"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1048"/> <source>Open Image in New Tab</source> <translation>Otevřít obrázek v novém tabu</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1044"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1052"/> <source>Save Image</source> <translation>Uložit obrázek</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1046"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1054"/> <source>Copy Image to Clipboard</source> <translation>Kopíroavt obrázek do schránky</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1047"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1055"/> <source>Copy Image Location to Clipboard</source> <translation>Kopírovat cestu obrázku do schránky</translation> </message> @@ -14887,262 +14897,262 @@ <translation type="obsolete">Web prohlížeč</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1053"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1061"/> <source>Block Image</source> <translation>Blokovat obrázek</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1185"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1193"/> <source>Search with...</source> <translation>Hledat s...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="775"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="783"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation><p>Soubor <b>{}</b> neexistuje.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="812"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="820"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation><p>Nelze spustit prohlížeč se souborem <b>{0}</b>.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="795"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="803"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation><p>Nelze spustit aplikaci pro URL <b>{0}</b>.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1824"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1832"/> <source>Error loading page: {0}</source> <translation>Chyba při načítání strany: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1842"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1850"/> <source>When connecting to: {0}.</source> <translation>Při připojení na: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1886"/> - <source>Web Database Quota</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1886"/> - <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1894"/> - <source>New Web Database Quota</source> + <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1894"/> + <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1902"/> + <source>New Web Database Quota</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1902"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1914"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1922"/> <source>bytes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1917"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1925"/> <source>kB</source> <translation type="unfinished">kB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1920"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1928"/> <source>MB</source> <translation type="unfinished">MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1229"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1237"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1406"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1414"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1406"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1414"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1448"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1456"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1448"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1456"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1465"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1473"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1465"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1473"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1855"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1863"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1033"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1041"/> <source>Scan Link with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1066"/> + <source>Scan Image with VirusTotal</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="2264"/> + <source>eric5 Web Browser</source> + <translation type="unfinished">eric5 web prohlížeč</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1037"/> + <source>Send Link</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1058"/> - <source>Scan Image with VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="2256"/> - <source>eric5 Web Browser</source> - <translation type="unfinished">eric5 web prohlížeč</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1029"/> - <source>Send Link</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1050"/> <source>Send Image Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1133"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1141"/> <source>This Frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1136"/> - <source>Show &only this frame</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1138"/> - <source>Show in new &tab</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1142"/> - <source>&Print</source> - <translation type="unfinished">&Tisk</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1144"/> - <source>Print Preview</source> - <translation type="unfinished">Náhled tisku</translation> + <source>Show &only this frame</source> + <translation type="unfinished"></translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1146"/> + <source>Show in new &tab</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> + <source>&Print</source> + <translation type="unfinished">&Tisk</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1152"/> + <source>Print Preview</source> + <translation type="unfinished">Náhled tisku</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1154"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1149"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1157"/> <source>Zoom &in</source> <translation type="unfinished">Př&iblížit</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1151"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1159"/> <source>Zoom &reset</source> <translation type="unfinished">&Resetovat lupu</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1153"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1161"/> <source>Zoom &out</source> <translation type="unfinished">&Oddálit</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1156"/> - <source>Show frame so&urce</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1164"/> + <source>Show frame so&urce</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1172"/> <source>Send Page Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1180"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1188"/> <source>Send Text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1208"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1216"/> <source>Google Translate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1214"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1222"/> <source>Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1221"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1229"/> <source>Go to web address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="2256"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="2264"/> <source><p>Printing is not available due to a bug in PyQt4.Please upgrade.</p></source> <translation type="unfinished"><p>Tisk není dostupný kvůli bugu v PyQt4.Please upgrade.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1167"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1175"/> <source>User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1859"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1867"/> <source>Try Again</source> <translation type="unfinished">Zkusit znova</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1075"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1083"/> <source>Play</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1078"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1086"/> <source>Pause</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1081"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1089"/> <source>Unmute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1084"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1092"/> <source>Mute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1087"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1095"/> <source>Copy Media Address to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1090"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1098"/> <source>Send Media Address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1093"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1101"/> <source>Save Media</source> <translation type="unfinished"></translation> </message> @@ -16477,12 +16487,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="503"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="511"/> <source>SSL Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="503"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="511"/> <source>This site does not contain SSL information.</source> <translation type="unfinished"></translation> </message> @@ -18293,42 +18303,42 @@ <context> <name>Hg</name> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="223"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="224"/> <source>The hg process finished with the exit code {0}</source> <translation>hg proces skončil s exit kódem {0}</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="226"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="227"/> <source>The hg process did not finish within 30s.</source> <translation>hg proces neskončil do 30s.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="228"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="229"/> <source>Could not start the hg executable.</source> <translation>Nelze spustit hg program.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="254"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="255"/> <source>Create project repository</source> <translation>Vytvořit repozitář projektu</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="254"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="255"/> <source>The project repository could not be created.</source> <translation>Úložiště projektu nelze vytvořit.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="282"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="283"/> <source>Creating Mercurial repository</source> <translation>Vytváření Mercurial úložiště</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="299"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="300"/> <source>Initial commit to Mercurial repository</source> <translation>Úvodní zápis změn (commit) do Mercurial úložiště</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="345"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="346"/> <source>Cloning project from a Mercurial repository</source> <translation>Naklonovat projekt z Mercurial úložiště</translation> </message> @@ -18338,47 +18348,47 @@ <translation type="obsolete">Zapsání změn (commit) do Mercurial úložiště</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="544"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="545"/> <source>Synchronizing with the Mercurial repository</source> <translation>Synchronizovat s Mercurial úložištěm</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="596"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="597"/> <source>Adding files/directories to the Mercurial repository</source> <translation>Přidat soubory/složky do Mercurial úložiště</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="660"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="661"/> <source>Removing files/directories from the Mercurial repository</source> <translation>Odebrat soubory/složky z Mercurial úložiště</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="725"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="726"/> <source>Renaming {0}</source> <translation>Přejmenování {0}</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="859"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="860"/> <source>Taging in the Mercurial repository</source> <translation>Otagovat Mercurial úložiště</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="910"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="911"/> <source>Reverting changes</source> <translation>Navrácení změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="964"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="965"/> <source>Merging</source> <translation>Merging</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1219"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1220"/> <source>Mercurial command</source> <translation>Mercurial příkaz</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1412"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1413"/> <source>Copying {0}</source> <translation>Kopírování {0}</translation> </message> @@ -18393,112 +18403,112 @@ <translation type="obsolete">Vyberte počet položek, které se mají zobrazit.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1666"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1667"/> <source>Pulling from a remote Mercurial repository</source> <translation>Stažení (pull) z Mercurial repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1719"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1720"/> <source>Pushing to a remote Mercurial repository</source> <translation>Odeslání (push) do Mercurial repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1838"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1839"/> <source>Resolving files/directories</source> <translation>Vyřešení souborů/složek</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1859"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1860"/> <source>Create Branch</source> <translation>Vytvořit větev</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1859"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1860"/> <source>Enter branch name</source> <translation>Zadejte název větve</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1870"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1871"/> <source>Creating branch in the Mercurial repository</source> <translation>Vytvoření větve v Mercurial repozitáři</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1959"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1960"/> <source>Verifying the integrity of the Mercurial repository</source> <translation>Ověřit integritu Mercurial repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1984"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1985"/> <source>Showing the combined configuration settings</source> <translation>Zobrazení nastavení kombinovaných konfigurací</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2007"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2008"/> <source>Showing aliases for remote repositories</source> <translation>Zobrazení aliasů pro vzdálené úložiště</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2030"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2031"/> <source>Recovering from interrupted transaction</source> <translation>Obnovení z přerušené transakce</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2276"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2284"/> <source>Shall the working directory be updated?</source> <translation>Má být pracovní adresář aktualizován?</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1894"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1895"/> <source>Showing current branch</source> <translation>Zobrazení aktuální větve</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2183"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2185"/> <source>Create changegroup</source> <translation>Vytvořit skupinu změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2288"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2296"/> <source>Apply changegroups</source> <translation>Použít skupinu změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2305"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2313"/> <source>Bisect subcommand ({0}) invalid.</source> <translation>Neplatný bisect podpříkaz ({0}).</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2340"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2348"/> <source>Mercurial Bisect ({0})</source> <translation>Mercurial Bisect ({0})</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2237"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2241"/> <source>Preview changegroup</source> <translation>Náhled skupiny změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2053"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2054"/> <source>Identifying project directory</source> <translation>Rozpoznat složku projektu</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2089"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2090"/> <source>Create .hgignore file</source> <translation>Vytvořit soubor .hgignore</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2089"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2090"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2372"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2380"/> <source>Removing files from the Mercurial repository only</source> <translation>Odebrat soubory jen z Mercurial úložiště</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2141"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2142"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation>Soubory Mercurial skupiny změn (*.hg)</translation> </message> @@ -18508,137 +18518,137 @@ <translation type="obsolete"><p>Soubor Mercurial skupiny změn<b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2270"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2276"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation>Soubory Mercurial skupiny změn (*.hg);;Všechny soubory (*)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2247"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2253"/> <source>Identifying changegroup file</source> <translation>Rozpoznat soubor skupiny změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2429"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2437"/> <source>Backing out changeset</source> <translation>Zálohovat skupinu změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2409"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2417"/> <source>No revision given. Aborting...</source> <translation>Nebyla dána žádná revize. Ruším...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2158"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2159"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2454"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2462"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2449"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2457"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="492"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="493"/> <source>Committing changes to Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2984"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2992"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2855"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2863"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2984"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2992"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2523"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2531"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2571"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2579"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2618"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2626"/> <source>Change Phase</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2671"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2679"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2698"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2706"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2779"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2787"/> <source>Add Sub-repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2809"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2817"/> <source><p>The sub-repositories file .hgsub could not be read.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2762"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2770"/> <source><p>The sub-repositories file .hgsub already contains an entry <b>{0}</b>. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2826"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2834"/> <source><p>The sub-repositories file .hgsub could not be written to.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2826"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2834"/> <source>Remove Sub-repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2798"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2806"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="428"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="429"/> <source>Commit Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="428"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="429"/> <source>The commit affects files, that have unsaved changes. Shall the commit be continued?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="905"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="906"/> <source>Revert changes</source> <translation type="unfinished">Vrátit změny</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="898"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="899"/> <source>Do you really want to revert all changes to these files or directories?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="905"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="906"/> <source>Do you really want to revert all changes of the project?</source> <translation type="unfinished"></translation> </message> @@ -19782,27 +19792,27 @@ <translation></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="194"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="193"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="194"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="193"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="219"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="218"/> <source>There is no difference.</source> <translation>Žádné rozdíly nebyly nalezeny.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="431"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="430"/> <source>Save Diff</source> <translation>Uložit Diff</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="399"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="398"/> <source>Patch Files (*.diff)</source> <translation>Patch soubory (*.diff)</translation> </message> @@ -19812,27 +19822,27 @@ <translation type="obsolete"><p>Patch soubor <b>{0}</b> již existuje.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="431"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="430"/> <source><p>The patch file <b>{0}</b> could not be saved.<br>Reason: {1}</p></source> <translation><p>Patch soubor <b>{0}</b> nelze uložit.<br />Důvod: {1}</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="416"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="415"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="115"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="114"/> <source>Patch Contents</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="231"/> + <source><Start></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="232"/> - <source><Start></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="233"/> <source><End></source> <translation type="unfinished"></translation> </message> @@ -20426,12 +20436,12 @@ <translation>Vybrat pole pro filtrování</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1202"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1219"/> <source>Revision</source> <translation>Revize</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1199"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1216"/> <source>Author</source> <translation>Autor</translation> </message> @@ -20576,27 +20586,27 @@ <translation>Změněno</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="700"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="701"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="700"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="701"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="502"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="503"/> <source>The hg process did not finish within 30s.</source> <translation>Hg proces neskončil do 30s.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="505"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="506"/> <source>Could not start the hg executable.</source> <translation>Nelze spustit hg program.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="508"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="509"/> <source>Mercurial Error</source> <translation>Mercurial chyba</translation> </message> @@ -20697,12 +20707,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1352"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1369"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1352"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1369"/> <source>The project should be reread. Do this now?</source> <translation type="unfinished">Projekt bude znovu načten. Má se provést?</translation> </message> @@ -20795,94 +20805,94 @@ <translation>Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="268"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="270"/> <source>No log available for '{0}'</source> <translation>Log není pro '{0}' dostupný</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="301"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="303"/> <source>diff to {0}</source> <translation>diff na {0}</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="312"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="314"/> <source>Branches: {0}<br /> </source> <translation>Větve: {0}<br/> </translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="314"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="316"/> <source>Tags: {0}<br /> </source> <translation>Tagy: {0}<br/></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="319"/> - <source>Parents: {0}<br /> -</source> - <translation>Rodiče: {0}<br/></translation> - </message> - <message> <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="321"/> + <source>Parents: {0}<br /> +</source> + <translation>Rodiče: {0}<br/></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="323"/> <source><i>Author: {0}</i><br /> </source> <translation><i>Autor: {0}</i><br /></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="324"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="326"/> <source><i>Date: {0}, {1}</i><br /> </source> <translation><i>Datum: {0}, {1}</i><br /></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="338"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="340"/> <source>Added {0}<br /> </source> <translation>Přidáno: {0}<br/></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="344"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="346"/> <source>Modified {0}<br /> </source> <translation>Změněno: {0}<br/></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="350"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="352"/> <source>Deleted {0}<br /> </source> <translation>Smazáno: {0}<br/></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="235"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="236"/> <source>The hg process did not finish within 30s.</source> <translation>Hg proces neskončil do 30s.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="237"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="239"/> <source>Could not start the hg executable.</source> <translation>Nelze spustit hg program.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="240"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="242"/> <source>Mercurial Error</source> <translation>Mercurial chyba</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="334"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="336"/> <source>Added {0} (copied from {1})<br /> </source> <translation>Přidáno {0} (zkopírováno z {1})<br /> </translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="317"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="319"/> <source>Bookmarks: {0}<br /> </source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="310"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="312"/> <source>Phase: {0}<br /> </source> <translation type="unfinished"></translation> @@ -33453,27 +33463,27 @@ <context> <name>Preferences</name> <message> - <location filename="Preferences/__init__.py" line="1103"/> + <location filename="Preferences/__init__.py" line="1132"/> <source>Export Preferences</source> <translation>Předvolby exportu</translation> </message> <message> - <location filename="Preferences/__init__.py" line="1130"/> + <location filename="Preferences/__init__.py" line="1159"/> <source>Import Preferences</source> <translation>Předvolby importu</translation> </message> <message> - <location filename="Preferences/__init__.py" line="1130"/> + <location filename="Preferences/__init__.py" line="1159"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/__init__.py" line="1224"/> + <location filename="Preferences/__init__.py" line="1253"/> <source>Select Python2 Interpreter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/__init__.py" line="1224"/> + <location filename="Preferences/__init__.py" line="1253"/> <source>Select the Python2 interpreter to be used:</source> <translation type="unfinished"></translation> </message> @@ -33696,57 +33706,57 @@ <translation type="obsolete">Kompilátor resource (Python, Qt4)</translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="139"/> + <location filename="Preferences/ProgramsDialog.py" line="146"/> <source>Forms Compiler (Ruby, Qt4)</source> <translation>Kompilátor formulářů (Ruby, Qt4)</translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="143"/> + <location filename="Preferences/ProgramsDialog.py" line="150"/> <source>Resource Compiler (Ruby, Qt4)</source> <translation>Kompilátor resource (Ruby, Qt4)</translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="152"/> + <location filename="Preferences/ProgramsDialog.py" line="159"/> <source>CORBA IDL Compiler</source> <translation>CORBA IDL kompilátor</translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="241"/> + <location filename="Preferences/ProgramsDialog.py" line="248"/> <source>(not configured)</source> <translation>(nezkonfigurováno)</translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="276"/> + <location filename="Preferences/ProgramsDialog.py" line="283"/> <source>(not executable)</source> <translation>(nevykonavatelný)</translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="303"/> + <location filename="Preferences/ProgramsDialog.py" line="310"/> <source>(not found)</source> <translation>(nenalezeno)</translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="274"/> + <location filename="Preferences/ProgramsDialog.py" line="281"/> <source>(unknown)</source> <translation>(neznámý)</translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="169"/> + <location filename="Preferences/ProgramsDialog.py" line="176"/> <source>Spell Checker - PyEnchant</source> <translation></translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="125"/> + <location filename="Preferences/ProgramsDialog.py" line="132"/> <source>Translation Extractor (Python, PySide)</source> <translation>Vypisovač překladů (Python, PySide)</translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="129"/> + <location filename="Preferences/ProgramsDialog.py" line="136"/> <source>Forms Compiler (Python, PySide)</source> <translation>Kopilátor formulářů (Python, PySide)</translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="133"/> + <location filename="Preferences/ProgramsDialog.py" line="140"/> <source>Resource Compiler (Python, PySide)</source> <translation>Kompilátor resourců (Python, PySide)</translation> </message> @@ -33761,42 +33771,42 @@ <translation type="obsolete">Eric5 prohlížeč formulářů</translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="185"/> + <location filename="Preferences/ProgramsDialog.py" line="192"/> <source>Source Highlighter - Pygments</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="82"/> + <location filename="Preferences/ProgramsDialog.py" line="83"/> <source>Translation Converter (Qt)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="91"/> + <location filename="Preferences/ProgramsDialog.py" line="94"/> <source>Qt Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="99"/> + <location filename="Preferences/ProgramsDialog.py" line="104"/> <source>Qt Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="107"/> + <location filename="Preferences/ProgramsDialog.py" line="114"/> <source>Qt Assistant</source> <translation type="unfinished">Qt asistent</translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="111"/> + <location filename="Preferences/ProgramsDialog.py" line="118"/> <source>Translation Extractor (Python, Qt)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="115"/> + <location filename="Preferences/ProgramsDialog.py" line="122"/> <source>Forms Compiler (Python, Qt)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="119"/> + <location filename="Preferences/ProgramsDialog.py" line="126"/> <source>Resource Compiler (Python, Qt)</source> <translation type="unfinished"></translation> </message> @@ -36406,7 +36416,7 @@ <translation>Generování souboru s překladem (*.ts) selhalo.</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1074"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1076"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> @@ -36451,7 +36461,7 @@ <translation>Nelze spustit {0}.<br>Ověřte, že je umístěn v požadované cestě.</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1074"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1076"/> <source><p>Could not start lrelease.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit zveřejnění.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> @@ -40741,72 +40751,72 @@ <context> <name>ReplaceWidget</name> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="14"/> + <location filename="QScintilla/ReplaceWidget.ui" line="20"/> <source>Find and Replace</source> <translation>Najít a nahradit</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="33"/> + <location filename="QScintilla/ReplaceWidget.ui" line="39"/> <source>Find:</source> <translation>Hledat:</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="68"/> + <location filename="QScintilla/ReplaceWidget.ui" line="74"/> <source>Press to find the previous occurrence</source> <translation>Stisknout pro vyhledání předchozího výskytu</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="75"/> + <location filename="QScintilla/ReplaceWidget.ui" line="81"/> <source>Press to find the next occurrence</source> <translation>Stisknout pro vyhledání následujícího výskytu</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="82"/> + <location filename="QScintilla/ReplaceWidget.ui" line="88"/> <source>Match case</source> <translation>Rozlišit velké a malé znaky</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="89"/> + <location filename="QScintilla/ReplaceWidget.ui" line="95"/> <source>Whole word</source> <translation>Celé slovo</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="103"/> + <location filename="QScintilla/ReplaceWidget.ui" line="109"/> <source>Replace:</source> <translation>Nahradit:</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="138"/> + <location filename="QScintilla/ReplaceWidget.ui" line="144"/> <source>Press to replace the selection</source> <translation>Stisknout pro nahrazení výběru</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="152"/> + <location filename="QScintilla/ReplaceWidget.ui" line="158"/> <source>Press to replace all occurrences</source> <translation>Stisknout pro nahrazení všech výskytů</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="23"/> + <location filename="QScintilla/ReplaceWidget.ui" line="29"/> <source>Press to close the window</source> <translation>Stisknutím zavřít okno</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="96"/> + <location filename="QScintilla/ReplaceWidget.ui" line="102"/> <source>Regexp</source> <translation>Regexp</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="159"/> + <location filename="QScintilla/ReplaceWidget.ui" line="165"/> <source>Wrap around</source> <translation>Zabalit</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="166"/> + <location filename="QScintilla/ReplaceWidget.ui" line="172"/> <source>Selection only</source> <translation>Jen výběr</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="145"/> + <location filename="QScintilla/ReplaceWidget.ui" line="151"/> <source>Press to replace the selection and search for the next occurence</source> <translation type="unfinished"></translation> </message> @@ -40970,7 +40980,7 @@ <translation>Stisknutím zavřít okno</translation> </message> <message> - <location filename="QScintilla/SearchWidget.ui" line="96"/> + <location filename="QScintilla/SearchWidget.ui" line="102"/> <source>Regexp</source> <translation>Regexp</translation> </message> @@ -40980,7 +40990,7 @@ <translation>Zabalit</translation> </message> <message> - <location filename="QScintilla/SearchWidget.ui" line="110"/> + <location filename="QScintilla/SearchWidget.ui" line="116"/> <source>Selection only</source> <translation>Jen výběr</translation> </message> @@ -42065,6 +42075,89 @@ </message> </context> <context> + <name>SortOptionsDialog</name> + <message> + <location filename="QScintilla/SortOptionsDialog.ui" line="14"/> + <source>Sort Options</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/SortOptionsDialog.ui" line="23"/> + <source>Direction</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/SortOptionsDialog.ui" line="29"/> + <source>Select to sort in ascending order</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/SortOptionsDialog.ui" line="32"/> + <source>Ascending</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/SortOptionsDialog.ui" line="42"/> + <source>Select to sort in descending order</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/SortOptionsDialog.ui" line="45"/> + <source>Descending</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/SortOptionsDialog.ui" line="58"/> + <source>Type</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/SortOptionsDialog.ui" line="64"/> + <source>Select to sort alphanumerically</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/SortOptionsDialog.ui" line="67"/> + <source>Alphanumerical</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/SortOptionsDialog.ui" line="77"/> + <source>Select to sort numerically</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/SortOptionsDialog.ui" line="80"/> + <source>Numerical</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/SortOptionsDialog.ui" line="90"/> + <source>Case Sensitivity</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/SortOptionsDialog.ui" line="96"/> + <source>Select to respect the case while sorting</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/SortOptionsDialog.ui" line="99"/> + <source>Respect Case</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/SortOptionsDialog.ui" line="109"/> + <source>Select to ignore the case while sorting</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/SortOptionsDialog.ui" line="112"/> + <source>Ignore Case</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>SpeedDial</name> <message> <location filename="Helpviewer/SpeedDial/SpeedDial.py" line="369"/> @@ -44506,7 +44599,7 @@ <translation></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="174"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="173"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> @@ -44531,7 +44624,7 @@ <translation>Zamčené soubory nejsou dostupné/vybrané.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="174"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="173"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> @@ -47435,600 +47528,1120 @@ <context> <name>SymbolsModel</name> <message> - <location filename="UI/SymbolsWidget.py" line="37"/> + <location filename="UI/SymbolsWidget.py" line="38"/> <source>Code</source> <translation type="unfinished">Kód</translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="38"/> - <source>Char</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="UI/SymbolsWidget.py" line="39"/> - <source>Hex</source> + <source>Char</source> <translation type="unfinished"></translation> </message> <message> <location filename="UI/SymbolsWidget.py" line="40"/> - <source>HTML</source> + <source>Hex</source> <translation type="unfinished"></translation> </message> <message> <location filename="UI/SymbolsWidget.py" line="41"/> + <source>HTML</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="42"/> <source>Name</source> <translation type="unfinished">Jméno</translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="47"/> <source>Control Characters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="48"/> <source>Basic Latin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="49"/> <source>Latin-1 Supplement</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="52"/> <source>IPA Extensions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="53"/> <source>Spacing Modifier Letters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="116"/> <source>Combining Diacritical Marks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="55"/> <source>Greek and Coptic</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="56"/> <source>Cyrillic</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="57"/> <source>Cyrillic Supplement</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="58"/> <source>Armenian</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="59"/> <source>Hebrew</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="60"/> <source>Arabic</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="61"/> <source>Syriac</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="62"/> <source>Thaana</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="67"/> <source>Devanagari</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="68"/> <source>Bengali</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="69"/> <source>Gurmukhi</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="70"/> <source>Gujarati</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="71"/> <source>Oriya</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="72"/> <source>Tamil</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="73"/> <source>Telugu</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="74"/> <source>Kannada</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="75"/> <source>Malayalam</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="76"/> <source>Sinhala</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="77"/> <source>Thai</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="78"/> <source>Lao</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="79"/> <source>Tibetan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="80"/> <source>Myanmar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="81"/> <source>Georgian</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="82"/> <source>Hangul Jamo</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="83"/> <source>Ethiopic</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="85"/> <source>Cherokee</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> - <source>Canadian Aboriginal Syllabics</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="87"/> <source>Ogham</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="88"/> <source>Runic</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="89"/> <source>Tagalog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="90"/> <source>Hanunoo</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="91"/> <source>Buhid</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="92"/> <source>Tagbanwa</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="93"/> <source>Khmer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="94"/> <source>Mongolian</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="96"/> <source>Limbu</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="97"/> <source>Tai Le</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="98"/> <source>Khmer Symbols</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="108"/> <source>Phonetic Extensions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="111"/> <source>Latin Extended Additional</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="112"/> <source>Greek Extended</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="113"/> <source>General Punctuation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="114"/> <source>Superscripts and Subscripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="115"/> <source>Currency Symbols</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="117"/> <source>Letterlike Symbols</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="118"/> <source>Number Forms</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="119"/> <source>Arcolumns</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="120"/> <source>Mathematical Operators</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="122"/> <source>Control Pictures</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="123"/> <source>Optical Character Recognition</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="124"/> <source>Enclosed Alphanumerics</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="125"/> <source>Box Drawing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="126"/> <source>Block Elements</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="129"/> <source>Dingbats</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="131"/> <source>Supplement Arcolumns-A</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="132"/> <source>Braille Patterns</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="133"/> <source>Supplement Arcolumns-B</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="135"/> <source>Supplemental Mathematical Operators</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="145"/> <source>CJK Radicals Supplement</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="146"/> <source>KangXi Radicals</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="147"/> <source>Ideographic Description Chars</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="148"/> <source>CJK Symbols and Punctuation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="149"/> <source>Hiragana</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="150"/> <source>Katakana</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="151"/> <source>Bopomofo</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="152"/> <source>Hangul Compatibility Jamo</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="153"/> <source>Kanbun</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="154"/> <source>Bopomofo Extended</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="156"/> <source>Katakana Phonetic Extensions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="157"/> <source>Enclosed CJK Letters and Months</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="158"/> <source>CJK Compatibility</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="159"/> <source>CJK Unified Ideogr. Ext. A</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="160"/> <source>Yijing Hexagram Symbols</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="161"/> <source>CJK Unified Ideographs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="162"/> <source>Yi Syllables</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="163"/> <source>Yi Radicals</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="185"/> <source>Hangul Syllables</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="191"/> <source>CJK Compatibility Ideographs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="192"/> <source>Alphabetic Presentation Forms</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="193"/> <source>Arabic Presentation Forms-A</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="194"/> <source>Variation Selectors</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="196"/> <source>Combining Half Marks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="197"/> <source>CJK Compatibility Forms</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="198"/> <source>Small Form Variants</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="199"/> <source>Arabic Presentation Forms-B</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="200"/> <source>Half- and Fullwidth Forms</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="201"/> <source>Specials</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> - <source>Latin Extended A</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="UI/SymbolsWidget.py" line="44"/> - <source>Latin Extended B</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="121"/> <source>Miscellaneous Technical</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="127"/> <source>Geometric Shapes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="128"/> <source>Miscellaneous Symbols</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="130"/> <source>Miscellaneous Mathematical Symbols-A</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="134"/> <source>Miscellaneous Mathematical Symbols-B</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="136"/> <source>Miscellaneous Symbols and Arcolumns</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="187"/> <source>High Surrogates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="188"/> <source>High Private Use Surrogates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="189"/> <source>Low Surrogates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="190"/> <source>Private Use</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="204"/> <source>Old Italic</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="204"/> <source>Gothic</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="204"/> <source>Deseret</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="204"/> <source>Byzantine Musical Symbols</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="204"/> <source>Musical Symbols</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="204"/> <source>Mathematical Alphanumeric Symbols</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="204"/> <source>CJK Unified Ideogr. Ext. B</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="204"/> <source>CJK Compatapility Ideogr. Suppl.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/SymbolsWidget.py" line="44"/> + <location filename="UI/SymbolsWidget.py" line="204"/> <source>Tags</source> <translation type="unfinished">Tagy</translation> </message> + <message> + <location filename="UI/SymbolsWidget.py" line="50"/> + <source>Latin Extended-A</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="51"/> + <source>Latin Extended-B</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="64"/> + <source>Samaritan</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="65"/> + <source>Mandaic</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="66"/> + <source>Arabic Extended-A</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="84"/> + <source>Ethiopic Supplement</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="86"/> + <source>Unified Canadian Aboriginal Syllabics</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="95"/> + <source>Unified Canadian Aboriginal Syllabics Extended</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="99"/> + <source>Buginese</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="100"/> + <source>Tai Tham</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="101"/> + <source>Balinese</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="102"/> + <source>Sundanese</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="103"/> + <source>Batak</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="104"/> + <source>Lepcha</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="105"/> + <source>Ol Chiki</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="106"/> + <source>Sundanese Supplement</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="107"/> + <source>Vedic Extensions</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="109"/> + <source>Phonetic Extensions Supplement</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="110"/> + <source>Combining Diacritical Marks Supplement</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="137"/> + <source>Glagolitic</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="138"/> + <source>Latin Extended-C</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="139"/> + <source>Coptic</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="140"/> + <source>Georgian Supplement</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="141"/> + <source>Tifinagh</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="142"/> + <source>Ethiopic Extended</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="143"/> + <source>Cyrillic Extended-A</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="144"/> + <source>Supplemental Punctuation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="155"/> + <source>CJK Strokes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="164"/> + <source>Lisu</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="165"/> + <source>Vai</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="166"/> + <source>Cyrillic Extended-B</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="167"/> + <source>Bamum</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="168"/> + <source>Modifier Tone Letters</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="169"/> + <source>Latin Extended-D</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="170"/> + <source>Syloti Nagri</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="171"/> + <source>Common Indic Number Forms</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="172"/> + <source>Phags-pa</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="173"/> + <source>Saurashtra</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="174"/> + <source>Devanagari Extended</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="175"/> + <source>Kayah Li</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="176"/> + <source>Rejang</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="177"/> + <source>Hangul Jamo Extended-A</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="178"/> + <source>Javanese</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="179"/> + <source>Cham</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="180"/> + <source>Myanmar Extended-A</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="181"/> + <source>Tai Viet</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="182"/> + <source>Meetei Mayek Extensions</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="183"/> + <source>Ethiopic Extended-A</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="184"/> + <source>Meetei Mayek</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="186"/> + <source>Hangul Jamo Extended-B</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="195"/> + <source>Vertical Forms</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Linear B Syllabary</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Linear B Ideograms</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Aegean Numbers</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Ancient Greek Numbers</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Ancient Symbols</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Phaistos Disc</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Lycian</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Carian</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Ugaritic</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Old Persian</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Shavian</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Osmanya</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Cypriot Syllabary</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Imperial Aramaic</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Phoenician</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Lydian</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Meroitic Hieroglyphs</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Meroitic Cursive</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Kharoshthi</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Old South Arabian</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Avestan</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Inscriptional Parthian</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Inscriptional Pahlavi</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Old Turkic</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Rumi Numeral Symbols</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Brahmi</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Kaithi</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Sora Sompeng</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Chakma</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Sharada</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Takri</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Cuneiform</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Cuneiform Numbers and Punctuation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Egyptian Hieroglyphs</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Bamum Supplement</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Miao</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Kana Supplement</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Ancient Greek Musical Notation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Tai Xuan Jing Symbols</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Counting Rod Numerals</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Arabic Mathematical Alphabetic Symbols</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Mahjong Tiles</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Domino Tiles</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Playing Cards</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Enclosed Alphanumeric Supplement</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Enclosed Ideographic Supplement</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Miscellaneous Symbols And Pictographs</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Emoticons</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Transport And Map Symbols</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Alchemical Symbols</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>CJK Unified Ideographs Extension C</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>CJK Unified Ideographs Extension D</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Variation Selectors Supplement</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Supplementary Private Use Area-A</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="204"/> + <source>Supplementary Private Use Area-B</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/SymbolsWidget.py" line="63"/> + <source>N'Ko</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>SymbolsWidget</name> @@ -52437,98 +53050,98 @@ <translation type="obsolete">Načtení kaskádového stylu</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1179"/> + <location filename="UI/UserInterface.py" line="1182"/> <source>Project-Viewer</source> <translation>Prohlížeč projektu</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1209"/> + <location filename="UI/UserInterface.py" line="1212"/> <source>Debug-Viewer</source> <translation>Prohlížeč debugeru</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1254"/> + <location filename="UI/UserInterface.py" line="1257"/> <source>Log-Viewer</source> <translation>Prohlížeč logu</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1269"/> + <location filename="UI/UserInterface.py" line="1272"/> <source>Task-Viewer</source> <translation>Prohlížeč úloh</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1284"/> + <location filename="UI/UserInterface.py" line="1287"/> <source>Template-Viewer</source> <translation>Prohlížeč šablon</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1224"/> + <location filename="UI/UserInterface.py" line="1227"/> <source>Shell</source> <translation></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1239"/> + <location filename="UI/UserInterface.py" line="1242"/> <source>File-Browser</source> <translation>Browser souborů</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1116"/> + <location filename="UI/UserInterface.py" line="1119"/> <source>Quit</source> <translation>Konec</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1116"/> + <location filename="UI/UserInterface.py" line="1119"/> <source>&Quit</source> <translation>&Konec</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1116"/> + <location filename="UI/UserInterface.py" line="1119"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1121"/> + <location filename="UI/UserInterface.py" line="1124"/> <source>Quit the IDE</source> <translation>Ukončit IDE</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1122"/> + <location filename="UI/UserInterface.py" line="1125"/> <source><b>Quit the IDE</b><p>This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation><b>Ukončit IDE</b><p>Ukončí se IDE. Nejdříve by se měly uložit neuložené změny. Python programy běžící v debug procesu budou ukončeny a nastavení budou uložena.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1148"/> + <location filename="UI/UserInterface.py" line="1151"/> <source>Edit Profile</source> <translation>Editační profil</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1153"/> + <location filename="UI/UserInterface.py" line="1156"/> <source>Activate the edit view profile</source> <translation>Aktivovat profil editace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1154"/> + <location filename="UI/UserInterface.py" line="1157"/> <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Editační profil</b><p>Aktivování skupiny 'Editační profil'. Okna, která se v tomto profilu zobrazí lze nastavit v dialogu 'Konfigurace profilu pohledů'.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1163"/> + <location filename="UI/UserInterface.py" line="1166"/> <source>Debug Profile</source> <translation>Debugovací profil</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1168"/> + <location filename="UI/UserInterface.py" line="1171"/> <source>Activate the debug view profile</source> <translation>Aktivovat debugovací profil</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1170"/> + <location filename="UI/UserInterface.py" line="1173"/> <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Debugovací profil</b><p>Aktivování skupiny 'Debugovací profil'. Okna, která se v tomto profilu zobrazí lze nastavit v dialogu 'Konfigurace profilu pohledů'.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1179"/> + <location filename="UI/UserInterface.py" line="1182"/> <source>&Project-Viewer</source> <translation>Prohlížeč &projektu</translation> </message> @@ -52548,17 +53161,17 @@ <translation type="obsolete">Aktivovat prohlížeč projektu</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1179"/> + <location filename="UI/UserInterface.py" line="1182"/> <source>Alt+Shift+P</source> <translation></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1209"/> + <location filename="UI/UserInterface.py" line="1212"/> <source>Alt+Shift+D</source> <translation></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1224"/> + <location filename="UI/UserInterface.py" line="1227"/> <source>&Shell</source> <translation>&Shell</translation> </message> @@ -52578,7 +53191,7 @@ <translation type="obsolete">Aktivovat Shell</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1224"/> + <location filename="UI/UserInterface.py" line="1227"/> <source>Alt+Shift+S</source> <translation></translation> </message> @@ -52603,7 +53216,7 @@ <translation type="obsolete">Aktivovat Browser souborů</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1239"/> + <location filename="UI/UserInterface.py" line="1242"/> <source>Alt+Shift+F</source> <translation></translation> </message> @@ -52628,7 +53241,7 @@ <translation type="obsolete">Aktivovat Log prohlížeč</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1254"/> + <location filename="UI/UserInterface.py" line="1257"/> <source>Alt+Shift+G</source> <translation></translation> </message> @@ -52653,7 +53266,7 @@ <translation type="obsolete">Aktivovat prohlížeč úloh</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1269"/> + <location filename="UI/UserInterface.py" line="1272"/> <source>Alt+Shift+T</source> <translation></translation> </message> @@ -52673,182 +53286,182 @@ <translation type="obsolete">Aktivovat prohlížeč šablon</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1194"/> + <location filename="UI/UserInterface.py" line="1197"/> <source>Alt+Shift+M</source> <translation></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1434"/> + <location filename="UI/UserInterface.py" line="1437"/> <source>What's This?</source> <translation>Co je to?</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1434"/> + <location filename="UI/UserInterface.py" line="1437"/> <source>&What's This?</source> <translation>&Co je to?</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1434"/> + <location filename="UI/UserInterface.py" line="1437"/> <source>Shift+F1</source> <translation></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1439"/> + <location filename="UI/UserInterface.py" line="1442"/> <source>Context sensitive help</source> <translation>Kontextově senzitivní nápověda</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1440"/> + <location filename="UI/UserInterface.py" line="1443"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Zobrazit kontextově senzitivní nápovědu</b><p>V režimu "Co je to?" se nad různými prvky aplikace u kurzoru zobrazí otazník. Když pak kliknete na tyto prvky, zobrazí se krátký popis co daný prvek znamená a jak jej použít. V dialogových oknech se tato funkce spustí tlačítkem kontextové nápovědy na horní liště.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1451"/> + <location filename="UI/UserInterface.py" line="1454"/> <source>Helpviewer</source> <translation>Prohlížeč nápovědy</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1451"/> + <location filename="UI/UserInterface.py" line="1454"/> <source>&Helpviewer...</source> <translation>Pro&hlížeč nápovědy...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1451"/> + <location filename="UI/UserInterface.py" line="1454"/> <source>F1</source> <translation></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1456"/> + <location filename="UI/UserInterface.py" line="1459"/> <source>Open the helpviewer window</source> <translation>Otevřít okno prohlížeče nápovědy</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1474"/> + <location filename="UI/UserInterface.py" line="1477"/> <source>Show Versions</source> <translation>Zobrazit verze</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1474"/> - <source>Show &Versions</source> - <translation>Zobrazit &verze</translation> - </message> - <message> - <location filename="UI/UserInterface.py" line="1476"/> - <source>Display version information</source> - <translation>Zobrazit informace o verzích</translation> - </message> - <message> <location filename="UI/UserInterface.py" line="1477"/> + <source>Show &Versions</source> + <translation>Zobrazit &verze</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1479"/> + <source>Display version information</source> + <translation>Zobrazit informace o verzích</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1480"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation><b>Zobrazit verze</b><p>Zobrazí informace o verzích.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1486"/> + <location filename="UI/UserInterface.py" line="1489"/> <source>Check for Updates</source> <translation>Zjistit aktualizace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1484"/> + <location filename="UI/UserInterface.py" line="1487"/> <source>Check for &Updates...</source> <translation>Zjistit akt&ualizace...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2669"/> + <location filename="UI/UserInterface.py" line="2676"/> <source>Report Bug</source> <translation>Reportovat Bugy</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1507"/> - <source>Report &Bug...</source> - <translation>Reportovat &Bugy...</translation> - </message> - <message> - <location filename="UI/UserInterface.py" line="1509"/> - <source>Report a bug</source> - <translation>Reportovat bug</translation> - </message> - <message> <location filename="UI/UserInterface.py" line="1510"/> + <source>Report &Bug...</source> + <translation>Reportovat &Bugy...</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1512"/> + <source>Report a bug</source> + <translation>Reportovat bug</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1513"/> <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> <translation><b>Reportovat bug...</b><p>Otevře se dialog pro reportování bugu.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2283"/> + <location filename="UI/UserInterface.py" line="2290"/> <source>Unittest</source> <translation></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1529"/> + <location filename="UI/UserInterface.py" line="1532"/> <source>&Unittest...</source> <translation>&Unittest...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1533"/> + <location filename="UI/UserInterface.py" line="1536"/> <source>Start unittest dialog</source> <translation>Otevřít dialog unittestu</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1534"/> + <location filename="UI/UserInterface.py" line="1537"/> <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> <translation><b>Unittest</b><p>Provést unittesty. V dialogovém okně se nastaví který test se má provést.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1542"/> + <location filename="UI/UserInterface.py" line="1545"/> <source>Unittest Restart</source> <translation>Restart unittestu</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1542"/> + <location filename="UI/UserInterface.py" line="1545"/> <source>&Restart Unittest...</source> <translation>&Restart unittestu...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1546"/> + <location filename="UI/UserInterface.py" line="1549"/> <source>Restart last unittest</source> <translation>Restart posledního unittestu</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1547"/> + <location filename="UI/UserInterface.py" line="1550"/> <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> <translation><b>Restart unittestu</b><p>Restartuje se poslední provedený unittest.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1569"/> + <location filename="UI/UserInterface.py" line="1572"/> <source>Unittest Script</source> <translation></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1569"/> + <location filename="UI/UserInterface.py" line="1572"/> <source>Unittest &Script...</source> <translation>Unittest &Script...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1573"/> + <location filename="UI/UserInterface.py" line="1576"/> <source>Run unittest with current script</source> <translation>Spustit unittest s aktuálním skriptem</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1574"/> + <location filename="UI/UserInterface.py" line="1577"/> <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> <translation><b>Unittest Script</b><p>Spustit unittest s aktuálním skriptem.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3662"/> + <location filename="UI/UserInterface.py" line="3669"/> <source>Unittest Project</source> <translation>Unittest Projekt</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1582"/> + <location filename="UI/UserInterface.py" line="1585"/> <source>Unittest &Project...</source> <translation>Unittest &Projekt...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1586"/> + <location filename="UI/UserInterface.py" line="1589"/> <source>Run unittest with current project</source> <translation>Spustit unittest s aktuálním projektem</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1587"/> + <location filename="UI/UserInterface.py" line="1590"/> <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> <translation><b>Unittest projekt</b><p>Spustit unittest s aktuálním projektem.</p></translation> </message> @@ -52873,67 +53486,67 @@ <translation type="obsolete"><b>Qt-Linguist 4</b><p>Spustit Qt-Linguist 4.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1636"/> + <location filename="UI/UserInterface.py" line="1643"/> <source>UI Previewer</source> <translation></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1636"/> + <location filename="UI/UserInterface.py" line="1643"/> <source>&UI Previewer...</source> <translation>&UI Previewer...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1639"/> + <location filename="UI/UserInterface.py" line="1646"/> <source>Start the UI Previewer</source> <translation>Spustit UI Previewer</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1640"/> - <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> - <translation><b>UI Previewer</b><p>Spustit UI Previewer.</p></translation> - </message> - <message> - <location filename="UI/UserInterface.py" line="1647"/> - <source>Translations Previewer</source> - <translation>Náhled překladů</translation> - </message> - <message> <location filename="UI/UserInterface.py" line="1647"/> + <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> + <translation><b>UI Previewer</b><p>Spustit UI Previewer.</p></translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1654"/> + <source>Translations Previewer</source> + <translation>Náhled překladů</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1654"/> <source>&Translations Previewer...</source> <translation>Náhled &překladů...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1650"/> + <location filename="UI/UserInterface.py" line="1657"/> <source>Start the Translations Previewer</source> <translation>Spustit Previewer překladů</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1651"/> - <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> - <translation><b>Previewer překladů</b><p>Spustit Previewer překladů.</p></translation> - </message> - <message> <location filename="UI/UserInterface.py" line="1658"/> + <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> + <translation><b>Previewer překladů</b><p>Spustit Previewer překladů.</p></translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1665"/> <source>Compare Files</source> <translation>Porovnat soubory</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1658"/> + <location filename="UI/UserInterface.py" line="1665"/> <source>&Compare Files...</source> <translation>&Porovnat soubory...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1673"/> + <location filename="UI/UserInterface.py" line="1680"/> <source>Compare two files</source> <translation>Porovnat dva soubory</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1662"/> - <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> - <translation><b>Porovnat soubory</b><p>Otevře dialog pro porovnání dvou souborů.</p></translation> - </message> - <message> <location filename="UI/UserInterface.py" line="1669"/> + <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> + <translation><b>Porovnat soubory</b><p>Otevře dialog pro porovnání dvou souborů.</p></translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1676"/> <source>Compare Files side by side</source> <translation>Porovnat soubory stranu proti straně</translation> </message> @@ -52943,187 +53556,187 @@ <translation type="obsolete">Porovnat soubory &stranu proti straně...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1674"/> + <location filename="UI/UserInterface.py" line="1681"/> <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> <translation><b>Porovnat soubory stranu proti straně</b><p>Otevře dialog pro porovnání souborů a zobrazení rozdílů strany proti straně.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1742"/> + <location filename="UI/UserInterface.py" line="1749"/> <source>Preferences</source> <translation>Nastavení</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1742"/> + <location filename="UI/UserInterface.py" line="1749"/> <source>&Preferences...</source> <translation>Na&stavení...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1745"/> + <location filename="UI/UserInterface.py" line="1752"/> <source>Set the prefered configuration</source> <translation>Nastavení konfigurace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1746"/> + <location filename="UI/UserInterface.py" line="1753"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Nastavení</b><p>Upravit konfiguraci aplikace podle požadavků uživatele.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1778"/> + <location filename="UI/UserInterface.py" line="1785"/> <source>Reload APIs</source> <translation>Obnovit API</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1778"/> + <location filename="UI/UserInterface.py" line="1785"/> <source>Reload &APIs</source> <translation>Obnovit &API</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1780"/> + <location filename="UI/UserInterface.py" line="1787"/> <source>Reload the API information</source> <translation>Obnovit API nastavení</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1781"/> + <location filename="UI/UserInterface.py" line="1788"/> <source><b>Reload APIs</b><p>Reload the API information.</p></source> <translation><b>Obnovit API</b><p>Obnovit API nastavení.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1800"/> + <location filename="UI/UserInterface.py" line="1807"/> <source>View Profiles</source> <translation>Profily pohledů</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1800"/> + <location filename="UI/UserInterface.py" line="1807"/> <source>&View Profiles...</source> <translation>Profily &pohledů...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1803"/> + <location filename="UI/UserInterface.py" line="1810"/> <source>Configure view profiles</source> <translation>Konfigurace profilů pohledů</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1804"/> + <location filename="UI/UserInterface.py" line="1811"/> <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> <translation><b>Profily pohledů</b><p>Konfigurace profilu pohledů. V tomto dialogu můžete nastavit zobrazování různých typů pohledů - editačních oken.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1826"/> + <location filename="UI/UserInterface.py" line="1833"/> <source>Keyboard Shortcuts</source> <translation>Klávesové zkratky</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1826"/> + <location filename="UI/UserInterface.py" line="1833"/> <source>Keyboard &Shortcuts...</source> <translation>Klávesové &zkratky...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1829"/> + <location filename="UI/UserInterface.py" line="1836"/> <source>Set the keyboard shortcuts</source> <translation>Nastavení klávesových zkratek</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1830"/> + <location filename="UI/UserInterface.py" line="1837"/> <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> <translation><b>Klávesové zkratky</b><p>Nastavení klávesových zkratek aplikace podle zvyklostí uživatele.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4763"/> + <location filename="UI/UserInterface.py" line="4776"/> <source>Export Keyboard Shortcuts</source> <translation>Exportovat klávesové zkratky</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1838"/> + <location filename="UI/UserInterface.py" line="1845"/> <source>&Export Keyboard Shortcuts...</source> <translation>&Exportovat klávesové zkratky...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1842"/> + <location filename="UI/UserInterface.py" line="1849"/> <source>Export the keyboard shortcuts</source> <translation>Export klávesových zkratek</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1843"/> - <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> - <translation><b>Export klávesových zkratek</b><p>Exportují se klávesové zkratky z aplikace.</p></translation> - </message> - <message> - <location filename="UI/UserInterface.py" line="4787"/> - <source>Import Keyboard Shortcuts</source> - <translation>Import klávesových zkratek</translation> - </message> - <message> <location filename="UI/UserInterface.py" line="1850"/> + <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> + <translation><b>Export klávesových zkratek</b><p>Exportují se klávesové zkratky z aplikace.</p></translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="4800"/> + <source>Import Keyboard Shortcuts</source> + <translation>Import klávesových zkratek</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1857"/> <source>&Import Keyboard Shortcuts...</source> <translation>&Import klávesových zkratek...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1854"/> + <location filename="UI/UserInterface.py" line="1861"/> <source>Import the keyboard shortcuts</source> <translation>Import klávesových zkratek</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1855"/> + <location filename="UI/UserInterface.py" line="1862"/> <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> <translation><b>Import klávesových zkratek</b><p>Do aplikace se importují klávesové zkratky.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1877"/> + <location filename="UI/UserInterface.py" line="1884"/> <source>Activate current editor</source> <translation>Aktivovat aktuální editor</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1877"/> + <location filename="UI/UserInterface.py" line="1884"/> <source>Alt+Shift+E</source> <translation></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1886"/> + <location filename="UI/UserInterface.py" line="1893"/> <source>Ctrl+Alt+Tab</source> <translation></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1894"/> + <location filename="UI/UserInterface.py" line="1901"/> <source>Shift+Ctrl+Alt+Tab</source> <translation></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1973"/> + <location filename="UI/UserInterface.py" line="1980"/> <source>Qt4 Documentation</source> <translation>Qt4 dokumentace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1973"/> + <location filename="UI/UserInterface.py" line="1980"/> <source>Qt&4 Documentation</source> <translation>Qt&4 dokumentace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1975"/> + <location filename="UI/UserInterface.py" line="1982"/> <source>Open Qt4 Documentation</source> <translation>Otevřít Qt4 dokumentaci</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1976"/> + <location filename="UI/UserInterface.py" line="1983"/> <source><b>Qt4 Documentation</b><p>Display the Qt4 Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Qt4 dokumentace</b><p>Zobrazit Qt4 dokumentaci. V závislosti na vašich nastaveních zobrazí interní Eric prohlížeč nápovědy nebo spustí webový prohlížeč nebo Qt Assistant.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1997"/> + <location filename="UI/UserInterface.py" line="2004"/> <source>PyQt4 Documentation</source> <translation>PyQt4 dokumentace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1997"/> + <location filename="UI/UserInterface.py" line="2004"/> <source>P&yQt4 Documentation</source> <translation>P&yQt4 dokumentace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1999"/> + <location filename="UI/UserInterface.py" line="2006"/> <source>Open PyQt4 Documentation</source> <translation>Otevřít PyQt4 dokumentaci</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2000"/> + <location filename="UI/UserInterface.py" line="2007"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>PyQt4 dokumentace</b><p>Zobrazit PyQt4 dokumentaci. V závislosti na vašich nastaveních zobrazí interní Eric prohlížeč nápovědy nebo spustí webový prohlížeč nebo Qt Assistant.</p></translation> </message> @@ -53148,197 +53761,197 @@ <translation type="obsolete"><b>Python dokumentace</b><p>Zobrazí python dokumentaci. Pokud není adresář dokumentace nastaven, tak ve Windows se dokumentace hledá v adresáři odkud se python spouští a na Unixu v doc adresáři <i>/usr/share/doc/packages/python/html</i>. Pokud chcete jiný, nastavte si proměnnou prostředí PYTHONDOCDIR.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2049"/> + <location filename="UI/UserInterface.py" line="2056"/> <source>Eric API Documentation</source> <translation>Eric API dokumentace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2049"/> + <location filename="UI/UserInterface.py" line="2056"/> <source>&Eric API Documentation</source> <translation>&Eric API dokumentace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2051"/> + <location filename="UI/UserInterface.py" line="2058"/> <source>Open Eric API Documentation</source> <translation>Otevřít Eric API dokumentaci</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2107"/> + <location filename="UI/UserInterface.py" line="2114"/> <source>&Unittest</source> <translation>&Unittest</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2124"/> + <location filename="UI/UserInterface.py" line="2131"/> <source>E&xtras</source> <translation>E&xtra funkce</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2136"/> + <location filename="UI/UserInterface.py" line="2143"/> <source>&Tools</source> <translation>&Nástroje</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2139"/> + <location filename="UI/UserInterface.py" line="2146"/> <source>Select Tool Group</source> <translation>Vybrat skupinu nástrojů</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2145"/> + <location filename="UI/UserInterface.py" line="2152"/> <source>Se&ttings</source> <translation>Nas&tavení</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2166"/> + <location filename="UI/UserInterface.py" line="2173"/> <source>&Window</source> <translation>O&kno</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2190"/> + <location filename="UI/UserInterface.py" line="2197"/> <source>&Toolbars</source> <translation>&Toolbary</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2215"/> + <location filename="UI/UserInterface.py" line="2222"/> <source>&Help</source> <translation>&Nápověda</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2282"/> + <location filename="UI/UserInterface.py" line="2289"/> <source>Tools</source> <translation>Nástroje</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2284"/> + <location filename="UI/UserInterface.py" line="2291"/> <source>Settings</source> <translation>Nastavení</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3885"/> + <location filename="UI/UserInterface.py" line="3898"/> <source>Help</source> <translation>Nápověda</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2286"/> + <location filename="UI/UserInterface.py" line="2293"/> <source>Profiles</source> <translation>Profily</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2618"/> + <location filename="UI/UserInterface.py" line="2625"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Čísla verzí</h3><table></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5478"/> + <location filename="UI/UserInterface.py" line="5491"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2669"/> + <location filename="UI/UserInterface.py" line="2676"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>Emailová adresa nebo mail server adresa jsou prázdné. Prosím, nastavte váš email v dialogovém okně Nastavení.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2947"/> + <location filename="UI/UserInterface.py" line="2954"/> <source>Configure Tool Groups ...</source> <translation>Konfigurace Skupin nástrojů...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2950"/> + <location filename="UI/UserInterface.py" line="2957"/> <source>Configure current Tool Group ...</source> <translation>Konfigurace aktuální skupiny nástrojů...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2999"/> + <location filename="UI/UserInterface.py" line="3006"/> <source>&Builtin Tools</source> <translation>&Vestavěné nástroje</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3662"/> + <location filename="UI/UserInterface.py" line="3669"/> <source>There is no main script defined for the current project. Aborting</source> <translation>V aktuálním projektu není definován hlavní skript. Zrušeno</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3993"/> + <location filename="UI/UserInterface.py" line="4006"/> <source>Problem</source> <translation>Problém</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4148"/> + <location filename="UI/UserInterface.py" line="4161"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3885"/> + <location filename="UI/UserInterface.py" line="3898"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Aktuálně není vybrán žádný prohlížeč. Prosím otevřete Nastavení a nějaký vyberte.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3916"/> + <location filename="UI/UserInterface.py" line="3929"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>Nemohu spustit prohlížeč nápovědy.<br>Ověřte jestli je dostupný jako <b>hh</b>.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4515"/> + <location filename="UI/UserInterface.py" line="4526"/> <source>Documentation Missing</source> <translation>Dokumentace chybí</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4500"/> + <location filename="UI/UserInterface.py" line="4511"/> <source>Documentation</source> <translation>Dokumentace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4408"/> + <location filename="UI/UserInterface.py" line="4419"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>Adresář PyQt4 dokumentace není nakonfigurován.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4921"/> + <location filename="UI/UserInterface.py" line="4934"/> <source>Save tasks</source> <translation>Uložit úlohy</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4945"/> + <location filename="UI/UserInterface.py" line="4958"/> <source>Read tasks</source> <translation>Načíst úlohy</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5164"/> + <location filename="UI/UserInterface.py" line="5177"/> <source>Drop Error</source> <translation>Zahodit chybu</translation> </message> <message> + <location filename="UI/UserInterface.py" line="5457"/> + <source>Error during updates check</source> + <translation>Chyba během zjišťování aktualizací</translation> + </message> + <message> <location filename="UI/UserInterface.py" line="5444"/> - <source>Error during updates check</source> - <translation>Chyba během zjišťování aktualizací</translation> - </message> - <message> - <location filename="UI/UserInterface.py" line="5431"/> <source>Update available</source> <translation>Byla nalezena aktualizace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1791"/> + <location filename="UI/UserInterface.py" line="1798"/> <source>Show external tools</source> <translation>Zobrazit externí nástroje</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1788"/> + <location filename="UI/UserInterface.py" line="1795"/> <source>Show external &tools</source> <translation>Zobrazit externí nás&troje</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5444"/> + <location filename="UI/UserInterface.py" line="5457"/> <source>Could not perform updates check.</source> <translation>Kontrolu updatů nelze provést.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5303"/> + <location filename="UI/UserInterface.py" line="5316"/> <source>&Cancel</source> <translation>&Zrušit</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5505"/> + <location filename="UI/UserInterface.py" line="5518"/> <source>First time usage</source> <translation>Spuštěno poprvé</translation> </message> @@ -53348,62 +53961,62 @@ <translation>Inicializace Plugin manažera...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2201"/> + <location filename="UI/UserInterface.py" line="2208"/> <source>P&lugins</source> <translation>P&luginy</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2287"/> + <location filename="UI/UserInterface.py" line="2294"/> <source>Plugins</source> <translation>Pluginy</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1910"/> + <location filename="UI/UserInterface.py" line="1917"/> <source>Plugin Infos</source> <translation>Plugin Infa</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1913"/> + <location filename="UI/UserInterface.py" line="1920"/> <source>Show Plugin Infos</source> <translation>Zobrazit Plugin infa</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1914"/> + <location filename="UI/UserInterface.py" line="1921"/> <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> <translation><b>Plugin Infa</b><p>Otevře dialog, který zobrazí informace o načtených pluginech.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1910"/> + <location filename="UI/UserInterface.py" line="1917"/> <source>&Plugin Infos...</source> <translation>&Plugin Infa...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3007"/> + <location filename="UI/UserInterface.py" line="3014"/> <source>&Plugin Tools</source> <translation>&Plugin nástroje</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1936"/> + <location filename="UI/UserInterface.py" line="1943"/> <source>Uninstall Plugin</source> <translation>Odinstalovat plugin</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1933"/> + <location filename="UI/UserInterface.py" line="1940"/> <source>&Uninstall Plugin...</source> <translation>&Odinstalovat plugin...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1937"/> + <location filename="UI/UserInterface.py" line="1944"/> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation><b>Odinstalovat plugin...</b><p>Otevře dialog pro odinstalaci pluginu.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3097"/> + <location filename="UI/UserInterface.py" line="3104"/> <source>&Show all</source> <translation>&Zobrazit vše</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3099"/> + <location filename="UI/UserInterface.py" line="3106"/> <source>&Hide all</source> <translation>&Skrýt vše</translation> </message> @@ -53413,22 +54026,22 @@ <translation>Aktivace pluginů...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2129"/> + <location filename="UI/UserInterface.py" line="2136"/> <source>Wi&zards</source> <translation>&Průvodci</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1494"/> - <source>Show downloadable versions</source> - <translation>Zobrazit verze ke stažení</translation> - </message> - <message> - <location filename="UI/UserInterface.py" line="1494"/> - <source>Show &downloadable versions...</source> - <translation>Zobrazit verze pro &download...</translation> - </message> - <message> <location filename="UI/UserInterface.py" line="1497"/> + <source>Show downloadable versions</source> + <translation>Zobrazit verze ke stažení</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1497"/> + <source>Show &downloadable versions...</source> + <translation>Zobrazit verze pro &download...</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1500"/> <source>Show the versions available for download</source> <translation>Zobrazit dostupné verze ke stažení</translation> </message> @@ -53443,57 +54056,57 @@ <translation type="obsolete">Nelze stáhnout soubor s verzemi.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5465"/> + <location filename="UI/UserInterface.py" line="5478"/> <source><h3>Available versions</h3><table></source> <translation><h3>Dostupné verze</h3><table></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1944"/> + <location filename="UI/UserInterface.py" line="1951"/> <source>Plugin Repository</source> <translation>Repozitář pluginů</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1944"/> + <location filename="UI/UserInterface.py" line="1951"/> <source>Plugin &Repository...</source> <translation>&Repozitář pluginů...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1947"/> + <location filename="UI/UserInterface.py" line="1954"/> <source>Show Plugins available for download</source> <translation>Zobrazit pluginy dostupné ke stažení</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1949"/> + <location filename="UI/UserInterface.py" line="1956"/> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation><b>Repozitář pluginů...</b><p>Otevře se dialog, který zobrazí seznam pluginů dostupných ke stažení přes internet.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1925"/> + <location filename="UI/UserInterface.py" line="1932"/> <source>Install Plugins</source> <translation>Instalovat pluginy</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1922"/> + <location filename="UI/UserInterface.py" line="1929"/> <source>&Install Plugins...</source> <translation>&Instalovat pluginy...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1926"/> + <location filename="UI/UserInterface.py" line="1933"/> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation><b>Instalovat pluginy...</b><p>Otevře dialog pro instalaci nebo aktualizaci pluginů.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1698"/> + <location filename="UI/UserInterface.py" line="1705"/> <source>Mini Editor</source> <translation></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1694"/> + <location filename="UI/UserInterface.py" line="1701"/> <source>Mini &Editor...</source> <translation>Mini &Editor...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1699"/> + <location filename="UI/UserInterface.py" line="1706"/> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation><b>Mini editor</b><p>Otevře se okno s jednoduchým editorem</p></translation> </message> @@ -53508,22 +54121,22 @@ <translation type="obsolete">&Linguist 4...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1813"/> + <location filename="UI/UserInterface.py" line="1820"/> <source>Toolbars</source> <translation>Lišty nástrojů</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1813"/> + <location filename="UI/UserInterface.py" line="1820"/> <source>Tool&bars...</source> <translation>&Lišty nástrojů...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1816"/> + <location filename="UI/UserInterface.py" line="1823"/> <source>Configure toolbars</source> <translation>Konfigurace lišt nástrojů</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1817"/> + <location filename="UI/UserInterface.py" line="1824"/> <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> <translation><b>Listy nástrojů</b><p>Konfigurace lišt nástrojů. S tímto dialogem můžete změnit akce zobrazené v různých nástrojových lištách nebo definovat své vlastní nástrojové lišty.</p></translation> </message> @@ -53533,17 +54146,17 @@ <translation>Obnovit manažer nástrojových lišt...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4096"/> + <location filename="UI/UserInterface.py" line="4109"/> <source>External Tools</source> <translation>Externí nástroje</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1194"/> + <location filename="UI/UserInterface.py" line="1197"/> <source>Multiproject-Viewer</source> <translation>Prohlížeč multiprojektu</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1194"/> + <location filename="UI/UserInterface.py" line="1197"/> <source>&Multiproject-Viewer</source> <translation>Prohlížeč &multiprojektu</translation> </message> @@ -53568,22 +54181,22 @@ <translation type="obsolete">Proh&lížeč šablon</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4961"/> + <location filename="UI/UserInterface.py" line="4974"/> <source>Save session</source> <translation>Uložit relaci</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4985"/> + <location filename="UI/UserInterface.py" line="4998"/> <source>Read session</source> <translation>Načíst relaci</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2436"/> + <location filename="UI/UserInterface.py" line="2443"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>Tato část status baru zobrazuje aktuální kódování editorů.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2450"/> + <location filename="UI/UserInterface.py" line="2457"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Tato část status baru zobrazuje indikátor práva zápisu editoru do souboru.</p></translation> </message> @@ -53593,27 +54206,27 @@ <translation type="obsolete">SSL chyby</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1517"/> + <location filename="UI/UserInterface.py" line="1520"/> <source>Request Feature</source> <translation>Požadavek na vlastnost</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1517"/> - <source>Request &Feature...</source> - <translation>&Požadavek na vlastnost...</translation> - </message> - <message> - <location filename="UI/UserInterface.py" line="1519"/> - <source>Send a feature request</source> - <translation>Poslat požadavek na vlastnost</translation> - </message> - <message> <location filename="UI/UserInterface.py" line="1520"/> + <source>Request &Feature...</source> + <translation>&Požadavek na vlastnost...</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1522"/> + <source>Send a feature request</source> + <translation>Poslat požadavek na vlastnost</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1523"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation><b>Požadavek na vlastnost...</b><p>Otevře dialog pro odeslání požadavku.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2429"/> + <location filename="UI/UserInterface.py" line="2436"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>Tato část status baru zobrazuje aktuální jazyk editoru.</p></translation> </message> @@ -53623,12 +54236,12 @@ <translation type="obsolete"><p>Tato část statusbaru zobrazuje jméno souboru v aktuálním editoru.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2457"/> + <location filename="UI/UserInterface.py" line="2464"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>Tato část status baru zobrazuje číslo řádku v aktuálním editoru.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2464"/> + <location filename="UI/UserInterface.py" line="2471"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>Tato část status baru zobrazuje pozici kurzoru v aktuálním editoru.</p></translation> </message> @@ -53638,7 +54251,7 @@ <translation type="obsolete">Svislá nástrojová lišta</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1322"/> + <location filename="UI/UserInterface.py" line="1325"/> <source>Horizontal Toolbox</source> <translation>Vodorovná nástrojová lišta</translation> </message> @@ -53658,27 +54271,27 @@ <translation type="obsolete"><b>Přepnout svislou nástrojovou lištu</b><p>Pokud je svislá nástrojová lišta skryta, tak se zobrazí. Je-li zobrazena, skryje se.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1322"/> + <location filename="UI/UserInterface.py" line="1325"/> <source>&Horizontal Toolbox</source> <translation>&Horizontální lista nástrojů</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1325"/> + <location filename="UI/UserInterface.py" line="1328"/> <source>Toggle the Horizontal Toolbox window</source> <translation>Přepnout na vodorovnou lištu nástrojů</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1326"/> + <location filename="UI/UserInterface.py" line="1329"/> <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Přepnout vodorovnou nástrojovou lištu</b><p>Pokud je vodorovná nástrojová lišta skryta, tak se zobrazí. Je-li zobrazena, skryje se.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2915"/> + <location filename="UI/UserInterface.py" line="2922"/> <source>Restart application</source> <translation>Restartovat aplikaci</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2915"/> + <location filename="UI/UserInterface.py" line="2922"/> <source>The application needs to be restarted. Do it now?</source> <translation>Aplikace potřebuje restartovat. Má se provést nyní?</translation> </message> @@ -53708,122 +54321,122 @@ <translation type="obsolete">Aktivovat terminál</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1284"/> + <location filename="UI/UserInterface.py" line="1287"/> <source>Alt+Shift+A</source> <translation></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2210"/> + <location filename="UI/UserInterface.py" line="2217"/> <source>Configure...</source> <translation>Konfigurovat...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2443"/> + <location filename="UI/UserInterface.py" line="2450"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation><p>Tato část status baru zobrazuje eol nastavení v aktuálním editoru.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1902"/> + <location filename="UI/UserInterface.py" line="1909"/> <source>Switch between tabs</source> <translation>Přepnout mezi taby</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1902"/> + <location filename="UI/UserInterface.py" line="1909"/> <source>Ctrl+1</source> <translation></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1755"/> + <location filename="UI/UserInterface.py" line="1762"/> <source>Export Preferences</source> <translation>Exportovat předvolby</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1755"/> + <location filename="UI/UserInterface.py" line="1762"/> <source>E&xport Preferences...</source> <translation>E&xportovat předvolby...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1758"/> + <location filename="UI/UserInterface.py" line="1765"/> <source>Export the current configuration</source> <translation>Export aktuální konfigurace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1759"/> - <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> - <translation><b>Export předvoleb</b><p>Export aktuální konfigurace do souboru.</p></translation> - </message> - <message> - <location filename="UI/UserInterface.py" line="1766"/> - <source>Import Preferences</source> - <translation>Import předvoleb</translation> - </message> - <message> <location filename="UI/UserInterface.py" line="1766"/> + <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> + <translation><b>Export předvoleb</b><p>Export aktuální konfigurace do souboru.</p></translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1773"/> + <source>Import Preferences</source> + <translation>Import předvoleb</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1773"/> <source>I&mport Preferences...</source> <translation>I&mport předvoleb...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1769"/> + <location filename="UI/UserInterface.py" line="1776"/> <source>Import a previously exported configuration</source> <translation>Import dříve exportované konfigurace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1771"/> + <location filename="UI/UserInterface.py" line="1778"/> <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> <translation><b>Import předvoleb</b><p>Import dříve exportované konfigurace.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1886"/> + <location filename="UI/UserInterface.py" line="1893"/> <source>Show next</source> <translation>Zobrazit další</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1894"/> + <location filename="UI/UserInterface.py" line="1901"/> <source>Show previous</source> <translation>Zobrazit předchozí</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1334"/> - <source>Left Sidebar</source> - <translation>Levé menu</translation> - </message> - <message> - <location filename="UI/UserInterface.py" line="1334"/> - <source>&Left Sidebar</source> - <translation>&Levé menu</translation> - </message> - <message> - <location filename="UI/UserInterface.py" line="1336"/> - <source>Toggle the left sidebar window</source> - <translation>Přepnout okno levého menu</translation> - </message> - <message> <location filename="UI/UserInterface.py" line="1337"/> + <source>Left Sidebar</source> + <translation>Levé menu</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1337"/> + <source>&Left Sidebar</source> + <translation>&Levé menu</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1339"/> + <source>Toggle the left sidebar window</source> + <translation>Přepnout okno levého menu</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1340"/> <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Přepnout okno levého menu</b><p>Je-li okno levého menu skryto, tak se zobrazí. Je-li zobrazeno, skryje se.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1356"/> - <source>Bottom Sidebar</source> - <translation>Dolní menu</translation> - </message> - <message> - <location filename="UI/UserInterface.py" line="1356"/> - <source>&Bottom Sidebar</source> - <translation>&Dolní menu</translation> - </message> - <message> <location filename="UI/UserInterface.py" line="1359"/> + <source>Bottom Sidebar</source> + <translation>Dolní menu</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1359"/> + <source>&Bottom Sidebar</source> + <translation>&Dolní menu</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1362"/> <source>Toggle the bottom sidebar window</source> <translation>Přepnout okno dolního menu</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1360"/> + <location filename="UI/UserInterface.py" line="1363"/> <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Přepnout okno dolního menu</b><p>Je-li okno dolního menu skryto, tak se zobrazí. Je-li zobrazeno, skryje se.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1209"/> + <location filename="UI/UserInterface.py" line="1212"/> <source>&Debug-Viewer</source> <translation>Prohlížeč &debugeru</translation> </message> @@ -53843,22 +54456,22 @@ <translation type="obsolete">Aktivní debug prohlížeč</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1682"/> + <location filename="UI/UserInterface.py" line="1689"/> <source>SQL Browser</source> <translation></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1682"/> + <location filename="UI/UserInterface.py" line="1689"/> <source>SQL &Browser...</source> <translation>SQL &Browser...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1686"/> + <location filename="UI/UserInterface.py" line="1693"/> <source>Browse a SQL database</source> <translation>Procházet SQL databázi</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1687"/> + <location filename="UI/UserInterface.py" line="1694"/> <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> <translation><b>SQL Browser</b><p>Procházet SQL databázi.</p></translation> </message> @@ -53898,42 +54511,42 @@ <translation type="obsolete">&Web prohlížeč...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1718"/> + <location filename="UI/UserInterface.py" line="1725"/> <source>Icon Editor</source> <translation>Editor ikon</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1718"/> + <location filename="UI/UserInterface.py" line="1725"/> <source>&Icon Editor...</source> <translation>Editor &ikon...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3837"/> + <location filename="UI/UserInterface.py" line="3848"/> <source>Qt 3 support</source> <translation>Qt 3 podpora</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2067"/> + <location filename="UI/UserInterface.py" line="2074"/> <source>PySide Documentation</source> <translation>PySide dokumentace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2067"/> + <location filename="UI/UserInterface.py" line="2074"/> <source>Py&Side Documentation</source> <translation>Py&Side dokumentace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2069"/> + <location filename="UI/UserInterface.py" line="2076"/> <source>Open PySide Documentation</source> <translation>Otevřít PySide dokumentaci</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2070"/> + <location filename="UI/UserInterface.py" line="2077"/> <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>PySide dokumentace</b><p>Zobrazit PySide dokumentaci. V závislosti na vašich nastaveních zobrazí interní Eric prohlížeč nápovědy nebo spustí webový prohlížeč nebo Qt Assistant.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4500"/> + <location filename="UI/UserInterface.py" line="4511"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation><p>Počátek dokumentace PySide nebyl nastaven.</p></translation> </message> @@ -53943,37 +54556,37 @@ <translation type="obsolete"><p>Soubor Qt Style Sheet <b>{0}</b> nelze vytvořit.</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1088"/> + <location filename="UI/UserInterface.py" line="1091"/> <source>{0} - Passive Mode</source> <translation>{0} - Pasivní mód</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1093"/> - <source>{0} - {1} - Passive Mode</source> - <translation>{0} - {1} - pasivní mód</translation> - </message> - <message> <location filename="UI/UserInterface.py" line="1096"/> + <source>{0} - {1} - Passive Mode</source> + <translation>{0} - {1} - pasivní mód</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1099"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation>{0} - {1} - {2} - pasivní mód</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1457"/> + <location filename="UI/UserInterface.py" line="1460"/> <source><b>Helpviewer</b><p>Display the eric5 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well</p><p>If called with a word selected, this word is search in the Qt help collection.</p></source> <translation><b>Prohlížeč nápovědy</b><p>Otevře se eric5 web prohlížeč. Toto okno zobrazuje HTML soubory s nápovědou z Qt kolekce. Má schopnosti navigovat přes odkazy, nastavovat záložky, tisknout zobrazenou nápovědu a další možnosti. Můžete jej také použít pro procházení internetem</p><p>Je-li otevřen s hledaným slovem, je toto slovo hledáno v Qt nápovědách.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1487"/> + <location filename="UI/UserInterface.py" line="1490"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric5.</p></source> <translation><b>Zjistit aktualizace</b><p>Zkontroluje přes internet jestli existují nějaké aktualizace Eric5.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1499"/> + <location filename="UI/UserInterface.py" line="1502"/> <source><b>Show downloadable versions...</b><p>Shows the eric5 versions available for download from the internet.</p></source> <translation><b>Zobrazit dostupné verze ke stažení</b><p>Zobrazit dostupné verze eric5 pro stažení z internetu.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1710"/> + <location filename="UI/UserInterface.py" line="1717"/> <source>Start the eric5 Web Browser</source> <translation>Spustit eric5 web prohlížeč</translation> </message> @@ -53983,106 +54596,106 @@ <translation type="obsolete"><b>Web prohlížeč</b><p>Procházet internet pomocí eric5 web prohlížeče.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1722"/> + <location filename="UI/UserInterface.py" line="1729"/> <source>Start the eric5 Icon Editor</source> <translation>Spustit eric5 editor ikon</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1723"/> + <location filename="UI/UserInterface.py" line="1730"/> <source><b>Icon Editor</b><p>Starts the eric5 Icon Editor for editing simple icons.</p></source> <translation><b>Editor ikon</b><p>Spustí se eric5 editor ikon pro jednoduchou editaci ikon.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1792"/> + <location filename="UI/UserInterface.py" line="1799"/> <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric5.</p></source> <translation><b>Zobrazit externí nástroje</b><p>Otevře dialog pro zobrazení cesty a verze externích nástrojů používaných Eric5.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2052"/> + <location filename="UI/UserInterface.py" line="2059"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric5 installation directory.</p></source> <translation><b>Eric API dokumentace</b><p>Zobrazit Eric API dokumentaci. Umístění dokumentace je v podadresáři Documentation/Source v instalačním adresáři eric5.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2532"/> + <location filename="UI/UserInterface.py" line="2539"/> <source>External Tools/{0}</source> <translation>Externí nástroje/{0}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3837"/> + <location filename="UI/UserInterface.py" line="3848"/> <source>Qt v.3 is not supported by eric5.</source> <translation>Qt v.3 není podporováno v eric5.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3993"/> + <location filename="UI/UserInterface.py" line="4006"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>Soubor <b>{0}</b> neexistuje nebo má nulovou délku.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3757"/> + <location filename="UI/UserInterface.py" line="3766"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit Qt-Designer.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3814"/> + <location filename="UI/UserInterface.py" line="3825"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit Qt-Linguist.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3858"/> + <location filename="UI/UserInterface.py" line="3871"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit Qt-Assistant.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3897"/> + <location filename="UI/UserInterface.py" line="3910"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit aktuální prohlížeč.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3956"/> + <location filename="UI/UserInterface.py" line="3969"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit UI Previewer.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4001"/> + <location filename="UI/UserInterface.py" line="4014"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit Previewer překladů.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4020"/> + <location filename="UI/UserInterface.py" line="4033"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nelze spustit SQL Browser.<br>Ujistěte se, že je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4090"/> + <location filename="UI/UserInterface.py" line="4103"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation>V externím nástroji '{0}' ve skupině '{1}' nebyl záznam nástroje nalezen.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4096"/> + <location filename="UI/UserInterface.py" line="4109"/> <source>No toolgroup entry '{0}' found.</source> <translation>Skupina nástrojů '{0}' nenalezena. </translation> </message> <message> - <location filename="UI/UserInterface.py" line="4132"/> + <location filename="UI/UserInterface.py" line="4145"/> <source>Starting process '{0} {1}'. </source> <translation>Spouštím proces '{0} {1}'. </translation> </message> <message> - <location filename="UI/UserInterface.py" line="4148"/> + <location filename="UI/UserInterface.py" line="4161"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation><p>Nemohu spustit příkaz <b>{0}</b><br>Ověřte jestli je dostupný jako <b>{1}</b>. </p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4225"/> + <location filename="UI/UserInterface.py" line="4236"/> <source>Process '{0}' has exited. </source> <translation>Proces '{0}' byl ukončen. </translation> </message> <message> - <location filename="UI/UserInterface.py" line="4515"/> + <location filename="UI/UserInterface.py" line="4526"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation><p>Adresář dokumentace "<b>{0}</b>" nebyl nalezen.</p></translation> </message> @@ -54102,12 +54715,12 @@ <translation type="obsolete">Soubor klávesových zkratek (*.e4k *.e4kz)</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4921"/> + <location filename="UI/UserInterface.py" line="4934"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru s úlohami <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4945"/> + <location filename="UI/UserInterface.py" line="4958"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor s úlohami <b>{0}</b> nelze načíst.</p></translation> </message> @@ -54117,12 +54730,12 @@ <translation type="obsolete"><p>Soubor s úlohami <b>{0}</b> je v nepodporovaném formátu.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4961"/> + <location filename="UI/UserInterface.py" line="4974"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>Zápis do souboru relace session <b>{0}</b> se nezdařil.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4985"/> + <location filename="UI/UserInterface.py" line="4998"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor relace session <b>{0}</b> nelze přečíst.</p></translation> </message> @@ -54132,27 +54745,27 @@ <translation type="obsolete"><p>Soubor relace (session) <b>{0}</b> je v nepodporovaném formátu.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5164"/> + <location filename="UI/UserInterface.py" line="5177"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> není soubor.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5308"/> + <location filename="UI/UserInterface.py" line="5321"/> <source>Trying host {0}</source> <translation>Zkouším host {0}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5431"/> + <location filename="UI/UserInterface.py" line="5444"/> <source>The update to <b>{0}</b> of eric5 is available at <b>{1}</b>. Would you like to get it?</source> <translation>Aktualizace <b>{0}</b> eric5 je připravena na <b>{1}</b>. Chcete ji stáhnout a nainstalovat?</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5440"/> + <location filename="UI/UserInterface.py" line="5453"/> <source>Eric5 is up to date</source> <translation>Eric5 je aktuální</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5440"/> + <location filename="UI/UserInterface.py" line="5453"/> <source>You are using the latest version of eric5</source> <translation>Používáte poslední verzi eric5</translation> </message> @@ -54162,7 +54775,7 @@ <translation type="obsolete"><p>SSL chyby:</p><p>{0}</p><p>Chcete tyto chyby ignorovat?</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5505"/> + <location filename="UI/UserInterface.py" line="5518"/> <source>eric5 has not been configured yet. The configuration dialog will be started.</source> <translation>eric5 nebyl ještě nakonfigurován. Bude spuštěn konfigurační dialog.</translation> </message> @@ -54192,7 +54805,7 @@ <translation type="obsolete">Aktivovat náhled spolupráce</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1368"/> + <location filename="UI/UserInterface.py" line="1371"/> <source>Alt+Shift+O</source> <translation></translation> </message> @@ -54202,7 +54815,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1402"/> + <location filename="UI/UserInterface.py" line="1405"/> <source>Alt+Shift+Y</source> <translation type="unfinished"></translation> </message> @@ -54212,92 +54825,92 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1418"/> + <location filename="UI/UserInterface.py" line="1421"/> <source>Alt+Shift+B</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4787"/> + <location filename="UI/UserInterface.py" line="4800"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2013"/> + <location filename="UI/UserInterface.py" line="2020"/> <source>Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2013"/> + <location filename="UI/UserInterface.py" line="2020"/> <source>Python &3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2015"/> + <location filename="UI/UserInterface.py" line="2022"/> <source>Open Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2016"/> + <location filename="UI/UserInterface.py" line="2023"/> <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2028"/> + <location filename="UI/UserInterface.py" line="2035"/> <source>Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2028"/> + <location filename="UI/UserInterface.py" line="2035"/> <source>Python &2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2030"/> + <location filename="UI/UserInterface.py" line="2037"/> <source>Open Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2031"/> + <location filename="UI/UserInterface.py" line="2038"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5358"/> + <location filename="UI/UserInterface.py" line="5371"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5352"/> + <location filename="UI/UserInterface.py" line="5365"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4602"/> + <location filename="UI/UserInterface.py" line="4613"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4602"/> + <location filename="UI/UserInterface.py" line="4613"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5358"/> + <location filename="UI/UserInterface.py" line="5371"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1706"/> + <location filename="UI/UserInterface.py" line="1713"/> <source>eric5 Web Browser</source> <translation type="unfinished">eric5 web prohlížeč</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1706"/> + <location filename="UI/UserInterface.py" line="1713"/> <source>eric5 &Web Browser...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1711"/> + <location filename="UI/UserInterface.py" line="1718"/> <source><b>eric5 Web Browser</b><p>Browse the Internet with the eric5 Web Browser.</p></source> <translation type="unfinished"></translation> </message> @@ -54322,418 +54935,418 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1132"/> + <location filename="UI/UserInterface.py" line="1135"/> <source>New Window</source> <translation type="unfinished">Nové okno</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1132"/> + <location filename="UI/UserInterface.py" line="1135"/> <source>New &Window</source> <translation type="unfinished">&Nové okno</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1132"/> + <location filename="UI/UserInterface.py" line="1135"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1137"/> + <location filename="UI/UserInterface.py" line="1140"/> <source>Open a new eric5 instance</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1138"/> + <location filename="UI/UserInterface.py" line="1141"/> <source><b>New Window</b><p>This opens a new instance of the eric5 IDE.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1555"/> + <location filename="UI/UserInterface.py" line="1558"/> <source>Unittest Rerun Failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1555"/> + <location filename="UI/UserInterface.py" line="1558"/> <source>Rerun Failed Tests...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1559"/> + <location filename="UI/UserInterface.py" line="1562"/> <source>Rerun failed tests of the last run</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1561"/> + <location filename="UI/UserInterface.py" line="1564"/> <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1669"/> + <location filename="UI/UserInterface.py" line="1676"/> <source>Compare &Files side by side...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1730"/> + <location filename="UI/UserInterface.py" line="1737"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1730"/> + <location filename="UI/UserInterface.py" line="1737"/> <source>&Snapshot...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1734"/> + <location filename="UI/UserInterface.py" line="1741"/> <source>Take snapshots of a screen region</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1735"/> + <location filename="UI/UserInterface.py" line="1742"/> <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4070"/> + <location filename="UI/UserInterface.py" line="4083"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5523"/> + <location filename="UI/UserInterface.py" line="5536"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1300"/> + <location filename="UI/UserInterface.py" line="1303"/> <source>Left Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1311"/> + <location filename="UI/UserInterface.py" line="1314"/> <source>Right Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1184"/> + <location filename="UI/UserInterface.py" line="1187"/> <source>Switch the input focus to the Project-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1186"/> + <location filename="UI/UserInterface.py" line="1189"/> <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1199"/> + <location filename="UI/UserInterface.py" line="1202"/> <source>Switch the input focus to the Multiproject-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1201"/> + <location filename="UI/UserInterface.py" line="1204"/> <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1214"/> + <location filename="UI/UserInterface.py" line="1217"/> <source>Switch the input focus to the Debug-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1216"/> + <location filename="UI/UserInterface.py" line="1219"/> <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1229"/> + <location filename="UI/UserInterface.py" line="1232"/> <source>Switch the input focus to the Shell window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1231"/> + <location filename="UI/UserInterface.py" line="1234"/> <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1239"/> + <location filename="UI/UserInterface.py" line="1242"/> <source>&File-Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1244"/> + <location filename="UI/UserInterface.py" line="1247"/> <source>Switch the input focus to the File-Browser window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1246"/> + <location filename="UI/UserInterface.py" line="1249"/> <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1254"/> + <location filename="UI/UserInterface.py" line="1257"/> <source>Lo&g-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1259"/> + <location filename="UI/UserInterface.py" line="1262"/> <source>Switch the input focus to the Log-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1261"/> + <location filename="UI/UserInterface.py" line="1264"/> <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1269"/> + <location filename="UI/UserInterface.py" line="1272"/> <source>&Task-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1274"/> + <location filename="UI/UserInterface.py" line="1277"/> <source>Switch the input focus to the Task-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1284"/> + <location filename="UI/UserInterface.py" line="1287"/> <source>Templ&ate-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1289"/> + <location filename="UI/UserInterface.py" line="1292"/> <source>Switch the input focus to the Template-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1291"/> + <location filename="UI/UserInterface.py" line="1294"/> <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1300"/> - <source>&Left Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="UI/UserInterface.py" line="1302"/> - <source>Toggle the Left Toolbox window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="UI/UserInterface.py" line="1303"/> + <source>&Left Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1305"/> + <source>Toggle the Left Toolbox window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1306"/> <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1311"/> - <source>&Right Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="UI/UserInterface.py" line="1313"/> - <source>Toggle the Right Toolbox window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="UI/UserInterface.py" line="1314"/> + <source>&Right Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1316"/> + <source>Toggle the Right Toolbox window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1317"/> <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1345"/> + <location filename="UI/UserInterface.py" line="1348"/> <source>Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1345"/> - <source>&Right Sidebar</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="UI/UserInterface.py" line="1347"/> - <source>Toggle the right sidebar window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="UI/UserInterface.py" line="1348"/> + <source>&Right Sidebar</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1350"/> + <source>Toggle the right sidebar window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1351"/> <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1368"/> + <location filename="UI/UserInterface.py" line="1371"/> <source>Cooperation-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1368"/> + <location filename="UI/UserInterface.py" line="1371"/> <source>Co&operation-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1374"/> + <location filename="UI/UserInterface.py" line="1377"/> <source>Switch the input focus to the Cooperation-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1376"/> + <location filename="UI/UserInterface.py" line="1379"/> <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1402"/> + <location filename="UI/UserInterface.py" line="1405"/> <source>Symbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1402"/> + <location filename="UI/UserInterface.py" line="1405"/> <source>S&ymbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1408"/> + <location filename="UI/UserInterface.py" line="1411"/> <source>Switch the input focus to the Symbols-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1410"/> + <location filename="UI/UserInterface.py" line="1413"/> <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1418"/> + <location filename="UI/UserInterface.py" line="1421"/> <source>Numbers-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1418"/> + <location filename="UI/UserInterface.py" line="1421"/> <source>Num&bers-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1424"/> + <location filename="UI/UserInterface.py" line="1427"/> <source>Switch the input focus to the Numbers-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1426"/> + <location filename="UI/UserInterface.py" line="1429"/> <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2171"/> + <location filename="UI/UserInterface.py" line="2178"/> <source>&Windows</source> <translation type="unfinished">&Windows</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1276"/> + <location filename="UI/UserInterface.py" line="1279"/> <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1385"/> + <location filename="UI/UserInterface.py" line="1388"/> <source>IRC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1385"/> + <location filename="UI/UserInterface.py" line="1388"/> <source>&IRC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1385"/> + <location filename="UI/UserInterface.py" line="1388"/> <source>Meta+Shift+I</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1391"/> + <location filename="UI/UserInterface.py" line="1394"/> <source>Switch the input focus to the IRC window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1393"/> + <location filename="UI/UserInterface.py" line="1396"/> <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1603"/> + <location filename="UI/UserInterface.py" line="1608"/> <source>Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1603"/> + <location filename="UI/UserInterface.py" line="1608"/> <source>Qt-&Designer...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1606"/> + <location filename="UI/UserInterface.py" line="1611"/> <source>Start Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1607"/> + <location filename="UI/UserInterface.py" line="1612"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1623"/> + <location filename="UI/UserInterface.py" line="1630"/> <source>Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1623"/> + <location filename="UI/UserInterface.py" line="1630"/> <source>Qt-&Linguist...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1626"/> + <location filename="UI/UserInterface.py" line="1633"/> <source>Start Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1627"/> + <location filename="UI/UserInterface.py" line="1634"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1985"/> + <location filename="UI/UserInterface.py" line="1992"/> <source>Qt5 Documentation</source> <translation type="unfinished">Qt4 dokumentace {5 ?}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1985"/> + <location filename="UI/UserInterface.py" line="1992"/> <source>Qt&5 Documentation</source> <translation type="unfinished">Qt&4 dokumentace {5 ?}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1987"/> + <location filename="UI/UserInterface.py" line="1994"/> <source>Open Qt5 Documentation</source> <translation type="unfinished">Otevřít Qt4 dokumentaci {5 ?}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1988"/> + <location filename="UI/UserInterface.py" line="1995"/> <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"><b>Qt4 dokumentace</b><p>Zobrazit Qt4 dokumentaci. V závislosti na vašich nastaveních zobrazí interní Eric prohlížeč nápovědy nebo spustí webový prohlížeč nebo Qt Assistant.</p> {5 ?} {5 ?}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2474"/> + <location filename="UI/UserInterface.py" line="2481"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1863"/> - <source>Manage SSL Certificates</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="UI/UserInterface.py" line="1863"/> - <source>Manage SSL Certificates...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="UI/UserInterface.py" line="1868"/> - <source>Manage the saved SSL certificates</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="UI/UserInterface.py" line="1870"/> + <source>Manage SSL Certificates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1870"/> + <source>Manage SSL Certificates...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1875"/> + <source>Manage the saved SSL certificates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1877"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation type="unfinished"></translation> </message> @@ -54790,17 +55403,17 @@ <context> <name>Utilities</name> <message> - <location filename="Utilities/__init__.py" line="1110"/> + <location filename="Utilities/__init__.py" line="1145"/> <source><p>You may use %-codes as placeholders in the string. Supported codes are:<table><tr><td>%C</td><td>column of the cursor of the current editor</td></tr><tr><td>%D</td><td>directory of the current editor</td></tr><tr><td>%F</td><td>filename of the current editor</td></tr><tr><td>%H</td><td>home directory of the current user</td></tr><tr><td>%L</td><td>line of the cursor of the current editor</td></tr><tr><td>%P</td><td>path of the current project</td></tr><tr><td>%S</td><td>selected text of the current editor</td></tr><tr><td>%U</td><td>username of the current user</td></tr><tr><td>%%</td><td>the percent sign</td></tr></table></p></source> <translation><p>Můžete použít %-kódy a rezervovaná místa ve stringu. Podporované kódy jsou:<table><tr> <td>%C</td> <td>sloupec kurzoru v aktuálním editoru</td></tr><tr> <td>%D</td> <td>adresář v aktuálním editoru</td></tr><tr> <td>%F</td> <td>jméno souboru v aktuálním editoru</td></tr><tr> <td>%H</td> <td>home adresář aktuálního uživatele</td></tr><tr> <td>%L</td> <td>řádek s kurzorem v aktuálním editoru</td></tr><tr> <td>%P</td> <td>cesta aktuálního projektu</td></tr><tr> <td>%S</td> <td>vybraný text v aktuálním editoru</td></tr><tr> <td>%U</td> <td>uživatelské jméno aktuálního uživatele</td></tr><tr> <td>%%</td> <td>znak procenta</td></tr></table></p></translation> </message> <message> - <location filename="Utilities/__init__.py" line="1310"/> + <location filename="Utilities/__init__.py" line="1345"/> <source>Python2 interpreter not configured.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Utilities/__init__.py" line="1360"/> + <location filename="Utilities/__init__.py" line="1395"/> <source>Python2 interpreter did not finish within 30s.</source> <translation type="unfinished"></translation> </message> @@ -56250,7 +56863,7 @@ <translation>Autodoplňování</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2299"/> + <location filename="ViewManager/ViewManager.py" line="2315"/> <source>&Autocomplete</source> <translation>&Autodoplňování</translation> </message> @@ -56983,17 +57596,17 @@ <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2309"/> + <location filename="ViewManager/ViewManager.py" line="2325"/> <source>&Search</source> <translation>V&yhledat</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2328"/> + <location filename="ViewManager/ViewManager.py" line="2344"/> <source>&Edit</source> <translation>&Edit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2378"/> + <location filename="ViewManager/ViewManager.py" line="2398"/> <source>Edit</source> <translation></translation> </message> @@ -57084,701 +57697,701 @@ <p>Vyhledá va ktuálním editoru text a nahradí jej. Je zobrazeno dialogové okno, kde se zadá text, který se má nahradit, nový text a nastavení pro vyhledávání a nahrazení.<p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2761"/> + <location filename="ViewManager/ViewManager.py" line="2781"/> <source>Quicksearch</source> <translation>Rychlé hledání</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2534"/> - <source>&Quicksearch</source> - <translation>Rychlé hl&edání</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2534"/> - <source>Ctrl+Shift+K</source> - <comment>Search|Quicksearch</comment> - <translation></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2542"/> - <source>Perform a quicksearch</source> - <translation>Provést rychlé hledání</translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2554"/> - <source>Quicksearch backwards</source> - <translation>Rychlé hledání zpět</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2554"/> - <source>Quicksearch &backwards</source> - <translation>Rychlé hledání &zpět</translation> + <source>&Quicksearch</source> + <translation>Rychlé hl&edání</translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="2554"/> + <source>Ctrl+Shift+K</source> + <comment>Search|Quicksearch</comment> + <translation></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2562"/> + <source>Perform a quicksearch</source> + <translation>Provést rychlé hledání</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2574"/> + <source>Quicksearch backwards</source> + <translation>Rychlé hledání zpět</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2574"/> + <source>Quicksearch &backwards</source> + <translation>Rychlé hledání &zpět</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2574"/> <source>Ctrl+Shift+J</source> <comment>Search|Quicksearch backwards</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2561"/> + <location filename="ViewManager/ViewManager.py" line="2581"/> <source>Perform a quicksearch backwards</source> <translation>Provést rychlé hledání zpět</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2570"/> + <location filename="ViewManager/ViewManager.py" line="2590"/> <source>Quicksearch extend</source> <translation>Rychlé hledání rozšířit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2570"/> + <location filename="ViewManager/ViewManager.py" line="2590"/> <source>Quicksearch e&xtend</source> <translation>Rychlé hl&edání rozšířit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2570"/> + <location filename="ViewManager/ViewManager.py" line="2590"/> <source>Ctrl+Shift+H</source> <comment>Search|Quicksearch extend</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2578"/> + <location filename="ViewManager/ViewManager.py" line="2598"/> <source>Extend the quicksearch to the end of the current word</source> <translation>Rozšířit rychlé hledání na konec aktuálního slova</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2580"/> + <location filename="ViewManager/ViewManager.py" line="2600"/> <source><b>Quicksearch extend</b><p>This extends the quicksearch text to the end of the word currently found.</p></source> <translation><b>Rychlé hlednání rozšířit</b> <p>Rychlé hledání se rozšíří na konec aktuálně nalezeného slova.<p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2595"/> + <location filename="ViewManager/ViewManager.py" line="2615"/> <source>Goto Line</source> <translation>Jít na řádek</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2588"/> + <location filename="ViewManager/ViewManager.py" line="2608"/> <source>&Goto Line...</source> <translation>&Jít na řádek...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2588"/> + <location filename="ViewManager/ViewManager.py" line="2608"/> <source>Ctrl+G</source> <comment>Search|Goto Line</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2596"/> + <location filename="ViewManager/ViewManager.py" line="2616"/> <source><b>Goto Line</b><p>Go to a specific line of text in the current editor. A dialog is shown to enter the linenumber.</p></source> <translation><b>Jít na řádek</b> <p>Jít na určený řádek. Zobrazí se dialogové okno, kde se zadá číslo požadovaného řádku.<p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2611"/> + <location filename="ViewManager/ViewManager.py" line="2631"/> <source>Goto Brace</source> <translation>Jít na závorku</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2604"/> + <location filename="ViewManager/ViewManager.py" line="2624"/> <source>Goto &Brace</source> <translation>Jít na závork&u</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2604"/> + <location filename="ViewManager/ViewManager.py" line="2624"/> <source>Ctrl+L</source> <comment>Search|Goto Brace</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2613"/> + <location filename="ViewManager/ViewManager.py" line="2633"/> <source><b>Goto Brace</b><p>Go to the matching brace in the current editor.</p></source> <translation><b>Jít na závorku</b> <p>Jíta na závoku, která patří do páru s tou, na které se nachází kurzor.<p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2675"/> + <location filename="ViewManager/ViewManager.py" line="2695"/> <source>Search in Files</source> <translation>Hledat v souborech</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2675"/> + <location filename="ViewManager/ViewManager.py" line="2695"/> <source>Search in &Files...</source> <translation>&Hledat v souborech...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2675"/> + <location filename="ViewManager/ViewManager.py" line="2695"/> <source>Shift+Ctrl+F</source> <comment>Search|Search Files</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2683"/> + <location filename="ViewManager/ViewManager.py" line="2703"/> <source>Search for a text in files</source> <translation>Hledat text v souborech</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2685"/> + <location filename="ViewManager/ViewManager.py" line="2705"/> <source><b>Search in Files</b><p>Search for some text in the files of a directory tree or the project. A dialog is shown to enter the searchtext and options for the search and to display the result.</p></source> <translation><b>Hledat v souborech</b> <p>Hledat text v souborech v adresářích nebo projektu. Je zobrazeno dialogové okno, do kterého se zadá hledaný text a nastavení a ve kterém se zobrazuje výsledek hledání.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2853"/> + <location filename="ViewManager/ViewManager.py" line="2873"/> <source>Zoom in</source> <translation>Přiblížit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2853"/> + <location filename="ViewManager/ViewManager.py" line="2873"/> <source>Zoom &in</source> <translation>Př&iblížit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2853"/> + <location filename="ViewManager/ViewManager.py" line="2873"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2861"/> + <location filename="ViewManager/ViewManager.py" line="2881"/> <source>Zoom in on the text</source> <translation>Zvětšovací lupa</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2863"/> + <location filename="ViewManager/ViewManager.py" line="2883"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Přiblížit</b><p>Přiblížit text. Text bude větší.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2870"/> + <location filename="ViewManager/ViewManager.py" line="2890"/> <source>Zoom out</source> <translation>Oddálit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2870"/> + <location filename="ViewManager/ViewManager.py" line="2890"/> <source>Zoom &out</source> <translation>&Oddálit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2870"/> + <location filename="ViewManager/ViewManager.py" line="2890"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2878"/> + <location filename="ViewManager/ViewManager.py" line="2898"/> <source>Zoom out on the text</source> <translation>Zmenšovací lupa</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2880"/> + <location filename="ViewManager/ViewManager.py" line="2900"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Oddálit</b><p>Lupa na oddálení textu. Text bude menší.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2904"/> + <location filename="ViewManager/ViewManager.py" line="2924"/> <source>Zoom</source> <translation>Lupa</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2904"/> + <location filename="ViewManager/ViewManager.py" line="2924"/> <source>&Zoom</source> <translation>&Lupa</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2904"/> + <location filename="ViewManager/ViewManager.py" line="2924"/> <source>Ctrl+#</source> <comment>View|Zoom</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2911"/> + <location filename="ViewManager/ViewManager.py" line="2931"/> <source>Zoom the text</source> <translation>Lupa na text</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2913"/> + <location filename="ViewManager/ViewManager.py" line="2933"/> <source><b>Zoom</b><p>Zoom the text. This opens a dialog where the desired size can be entered.</p></source> <translation><b>Lupa</b><p>Lupa na text. Otevře se dialogové okno kde se zadá požadovaná hodnota zvětšení/zmenšení.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2925"/> + <location filename="ViewManager/ViewManager.py" line="2945"/> <source>Toggle all folds</source> <translation>Složit/rozložit všechna skládání</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2921"/> + <location filename="ViewManager/ViewManager.py" line="2941"/> <source>Toggle &all folds</source> <translation>Složit/rozložit všechn&a skládání</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2927"/> + <location filename="ViewManager/ViewManager.py" line="2947"/> <source><b>Toggle all folds</b><p>Toggle all folds of the current editor.</p></source> <translation><b>Složit/rozložit všechna skládání</b><p>Složí/rozloží všechna skládání v aktuálním editoru.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2940"/> + <location filename="ViewManager/ViewManager.py" line="2960"/> <source>Toggle all folds (including children)</source> <translation>Složit/rozložit všechna skládání (i s podsložkami)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2935"/> + <location filename="ViewManager/ViewManager.py" line="2955"/> <source>Toggle all &folds (including children)</source> <translation>Složit/rozložit všechna &skládání (i s podsložkami)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2942"/> + <location filename="ViewManager/ViewManager.py" line="2962"/> <source><b>Toggle all folds (including children)</b><p>Toggle all folds of the current editor including all children.</p></source> <translation><b>Složit/rozložit všechna skládání (i s podsložkami)</b><p>Složí nebo rozloží všechna skládání i s podsložkami.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2954"/> + <location filename="ViewManager/ViewManager.py" line="2974"/> <source>Toggle current fold</source> <translation>Složit/rozložit aktuální složený blok</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2950"/> + <location filename="ViewManager/ViewManager.py" line="2970"/> <source>Toggle &current fold</source> <translation>Složit/rozložit aktuální složený &blok</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2956"/> + <location filename="ViewManager/ViewManager.py" line="2976"/> <source><b>Toggle current fold</b><p>Toggle the folds of the current line of the current editor.</p></source> <translation><b>Složit/rozložit aktuální složený blok</b><p>Složí nebo rozloží aktuální složený blok v aktuálním editoru.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2969"/> + <location filename="ViewManager/ViewManager.py" line="2989"/> <source>Remove all highlights</source> <translation>Odebrat všechna zvýraznění</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2971"/> - <source><b>Remove all highlights</b><p>Remove the highlights of all editors.</p></source> - <translation><b>Odebrat všechna zvýraznění</b><p>Odebrat zvýraznění ve všech editorech.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2978"/> - <source>Split view</source> - <translation>Rozdělit pohled</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2978"/> - <source>&Split view</source> - <translation>&Rozdělit pohled</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2982"/> - <source>Add a split to the view</source> - <translation>Přidat další rozdělení pohledu</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2984"/> - <source><b>Split view</b><p>Add a split to the view.</p></source> - <translation><b>Rozdělit pohled</b><p>Přidá další okno na aktuální pohled.</p></translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2991"/> - <source>Arrange horizontally</source> - <translation>Uspořádat horizontálně</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2991"/> - <source>Arrange &horizontally</source> - <translation>Uspořádat &horizontálně</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2996"/> - <source>Arrange the splitted views horizontally</source> - <translation>Uspořádat rozdělené pohledy horizontálně</translation> + <source><b>Remove all highlights</b><p>Remove the highlights of all editors.</p></source> + <translation><b>Odebrat všechna zvýraznění</b><p>Odebrat zvýraznění ve všech editorech.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2998"/> + <source>Split view</source> + <translation>Rozdělit pohled</translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="2998"/> - <source><b>Arrange horizontally</b><p>Arrange the splitted views horizontally.</p></source> - <translation><b>Uspořádat horizontálně</b><p>Uspořádat rozdělené pohledy horizontálně.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3006"/> - <source>Remove split</source> - <translation>Odebrat rozdělený pohled</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3006"/> - <source>&Remove split</source> - <translation>Odebra&t rozdělený pohled</translation> + <source>&Split view</source> + <translation>&Rozdělit pohled</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3002"/> + <source>Add a split to the view</source> + <translation>Přidat další rozdělení pohledu</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3004"/> + <source><b>Split view</b><p>Add a split to the view.</p></source> + <translation><b>Rozdělit pohled</b><p>Přidá další okno na aktuální pohled.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3011"/> + <source>Arrange horizontally</source> + <translation>Uspořádat horizontálně</translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="3011"/> - <source>Remove the current split</source> - <translation>Odebrat aktuální rozdělení pohledu</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3013"/> - <source><b>Remove split</b><p>Remove the current split.</p></source> - <translation><b>Odebrat rozdělený pohled</b><p>Odebrat aktuální rozdělený pohled.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3020"/> - <source>Next split</source> - <translation>Další rozdělený pohled</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3020"/> - <source>&Next split</source> - <translation>Další rozděle&ný pohled</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3020"/> - <source>Ctrl+Alt+N</source> - <comment>View|Next split</comment> - <translation></translation> + <source>Arrange &horizontally</source> + <translation>Uspořádat &horizontálně</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3016"/> + <source>Arrange the splitted views horizontally</source> + <translation>Uspořádat rozdělené pohledy horizontálně</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3018"/> + <source><b>Arrange horizontally</b><p>Arrange the splitted views horizontally.</p></source> + <translation><b>Uspořádat horizontálně</b><p>Uspořádat rozdělené pohledy horizontálně.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3026"/> + <source>Remove split</source> + <translation>Odebrat rozdělený pohled</translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="3026"/> + <source>&Remove split</source> + <translation>Odebra&t rozdělený pohled</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3031"/> + <source>Remove the current split</source> + <translation>Odebrat aktuální rozdělení pohledu</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3033"/> + <source><b>Remove split</b><p>Remove the current split.</p></source> + <translation><b>Odebrat rozdělený pohled</b><p>Odebrat aktuální rozdělený pohled.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3040"/> + <source>Next split</source> + <translation>Další rozdělený pohled</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3040"/> + <source>&Next split</source> + <translation>Další rozděle&ný pohled</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3040"/> + <source>Ctrl+Alt+N</source> + <comment>View|Next split</comment> + <translation></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3046"/> <source>Move to the next split</source> <translation>Posun na další rozdělený pohled</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3028"/> + <location filename="ViewManager/ViewManager.py" line="3048"/> <source><b>Next split</b><p>Move to the next split.</p></source> <translation><b>Další rozdělený pohled</b><p>Posun na další rozdělený pohled.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3035"/> + <location filename="ViewManager/ViewManager.py" line="3055"/> <source>Previous split</source> <translation>Předchozí rozdělený pohled</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3035"/> + <location filename="ViewManager/ViewManager.py" line="3055"/> <source>&Previous split</source> <translation>&Předchozí rozdělený pohled</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3035"/> + <location filename="ViewManager/ViewManager.py" line="3055"/> <source>Ctrl+Alt+P</source> <comment>View|Previous split</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3041"/> + <location filename="ViewManager/ViewManager.py" line="3061"/> <source>Move to the previous split</source> <translation>Posun na předchozí rozdělený pohled</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3043"/> + <location filename="ViewManager/ViewManager.py" line="3063"/> <source><b>Previous split</b><p>Move to the previous split.</p></source> <translation><b>Předchozí rozdělený pohled</b><p>Posun na předchozí rozdělený pohled.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3082"/> + <location filename="ViewManager/ViewManager.py" line="3102"/> <source>&View</source> <translation>Poh&led</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3111"/> + <location filename="ViewManager/ViewManager.py" line="3131"/> <source>View</source> <translation>Pohled</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3139"/> + <location filename="ViewManager/ViewManager.py" line="3159"/> <source>Start Macro Recording</source> <translation>Spustit záznam makra</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3134"/> + <location filename="ViewManager/ViewManager.py" line="3154"/> <source>S&tart Macro Recording</source> <translation>Spus&tit záznam makra</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3141"/> + <location filename="ViewManager/ViewManager.py" line="3161"/> <source><b>Start Macro Recording</b><p>Start recording editor commands into a new macro.</p></source> <translation><b>Spustit záznam makra</b><p>Spustí se záznam příkazů do nového makra.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3153"/> - <source>Stop Macro Recording</source> - <translation>Zastavit záznam makra</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3148"/> - <source>Sto&p Macro Recording</source> - <translation>Sto&p záznamu makra</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3155"/> - <source><b>Stop Macro Recording</b><p>Stop recording editor commands into a new macro.</p></source> - <translation><b>Stop záznamu makra</b><p>Zastaví se nahrávání příkazů do makra.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3165"/> - <source>Run Macro</source> - <translation>Spustit makro</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3162"/> - <source>&Run Macro</source> - <translation>Spustit mak&ro</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3166"/> - <source><b>Run Macro</b><p>Run a previously recorded editor macro.</p></source> - <translation><b>Spustit makro</b><p>Spustit nahrané makro.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3177"/> - <source>Delete Macro</source> - <translation>Smazat makro</translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="3173"/> - <source>&Delete Macro</source> - <translation>Smazat makr&o</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3179"/> - <source><b>Delete Macro</b><p>Delete a previously recorded editor macro.</p></source> - <translation><b>Smazat makro</b><p>Smaže se nahrané makro.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3189"/> - <source>Load Macro</source> - <translation>Načíst makro</translation> + <source>Stop Macro Recording</source> + <translation>Zastavit záznam makra</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3168"/> + <source>Sto&p Macro Recording</source> + <translation>Sto&p záznamu makra</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3175"/> + <source><b>Stop Macro Recording</b><p>Stop recording editor commands into a new macro.</p></source> + <translation><b>Stop záznamu makra</b><p>Zastaví se nahrávání příkazů do makra.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3185"/> + <source>Run Macro</source> + <translation>Spustit makro</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3182"/> + <source>&Run Macro</source> + <translation>Spustit mak&ro</translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="3186"/> + <source><b>Run Macro</b><p>Run a previously recorded editor macro.</p></source> + <translation><b>Spustit makro</b><p>Spustit nahrané makro.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3197"/> + <source>Delete Macro</source> + <translation>Smazat makro</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3193"/> + <source>&Delete Macro</source> + <translation>Smazat makr&o</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3199"/> + <source><b>Delete Macro</b><p>Delete a previously recorded editor macro.</p></source> + <translation><b>Smazat makro</b><p>Smaže se nahrané makro.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3209"/> + <source>Load Macro</source> + <translation>Načíst makro</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3206"/> <source>&Load Macro</source> <translation>&Načíst makro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3191"/> + <location filename="ViewManager/ViewManager.py" line="3211"/> <source><b>Load Macro</b><p>Load an editor macro from a file.</p></source> <translation><b>Načíst makro</b><p>Načte se makro ze souboru.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3201"/> + <location filename="ViewManager/ViewManager.py" line="3221"/> <source>Save Macro</source> <translation>Uložit makro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3198"/> - <source>&Save Macro</source> - <translation>&Uložit makro</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3203"/> - <source><b>Save Macro</b><p>Save a previously recorded editor macro to a file.</p></source> - <translation><b>Uložit makro</b><p>Nahrané makro se uloží do souboru.</p></translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="3218"/> + <source>&Save Macro</source> + <translation>&Uložit makro</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3223"/> + <source><b>Save Macro</b><p>Save a previously recorded editor macro to a file.</p></source> + <translation><b>Uložit makro</b><p>Nahrané makro se uloží do souboru.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3238"/> <source>&Macros</source> <translation>&Makra</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3241"/> + <location filename="ViewManager/ViewManager.py" line="3261"/> <source>Toggle Bookmark</source> <translation>Přepnout záložku</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3234"/> + <location filename="ViewManager/ViewManager.py" line="3254"/> <source>&Toggle Bookmark</source> <translation>Přepnou&t záložku</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3234"/> + <location filename="ViewManager/ViewManager.py" line="3254"/> <source>Alt+Ctrl+T</source> <comment>Bookmark|Toggle</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3243"/> + <location filename="ViewManager/ViewManager.py" line="3263"/> <source><b>Toggle Bookmark</b><p>Toggle a bookmark at the current line of the current editor.</p></source> <translation><b>Přepnout záložku</b><p>Vytvoří/zruší záložku na aktuálním řádku v aktuálním editoru.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3257"/> + <location filename="ViewManager/ViewManager.py" line="3277"/> <source>Next Bookmark</source> <translation>Následující záložka</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3250"/> + <location filename="ViewManager/ViewManager.py" line="3270"/> <source>&Next Bookmark</source> <translation>&Následující záložka</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3250"/> + <location filename="ViewManager/ViewManager.py" line="3270"/> <source>Ctrl+PgDown</source> <comment>Bookmark|Next</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3259"/> + <location filename="ViewManager/ViewManager.py" line="3279"/> <source><b>Next Bookmark</b><p>Go to next bookmark of the current editor.</p></source> <translation><b>Následující záložka</b><p>Přesun na následující záložku v aktuálním editoru.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3273"/> + <location filename="ViewManager/ViewManager.py" line="3293"/> <source>Previous Bookmark</source> <translation>Předchozí záložka</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3266"/> + <location filename="ViewManager/ViewManager.py" line="3286"/> <source>&Previous Bookmark</source> <translation>&Předchozí záložka</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3266"/> + <location filename="ViewManager/ViewManager.py" line="3286"/> <source>Ctrl+PgUp</source> <comment>Bookmark|Previous</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3275"/> + <location filename="ViewManager/ViewManager.py" line="3295"/> <source><b>Previous Bookmark</b><p>Go to previous bookmark of the current editor.</p></source> <translation><b>Předchozí záložka</b><p>Přesun na předchozí záložku.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3289"/> + <location filename="ViewManager/ViewManager.py" line="3309"/> <source>Clear Bookmarks</source> <translation>Vyčistit záložky</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3282"/> + <location filename="ViewManager/ViewManager.py" line="3302"/> <source>&Clear Bookmarks</source> <translation>Vyčistit (zr&ušit) záložky</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3282"/> + <location filename="ViewManager/ViewManager.py" line="3302"/> <source>Alt+Ctrl+C</source> <comment>Bookmark|Clear</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3291"/> + <location filename="ViewManager/ViewManager.py" line="3311"/> <source><b>Clear Bookmarks</b><p>Clear bookmarks of all editors.</p></source> <translation><b>Vyčistit (zrušit) záložky</b><p>Zruší se všechny záložky ve všech editorech.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3304"/> + <location filename="ViewManager/ViewManager.py" line="3324"/> <source>Goto Syntax Error</source> <translation>Jít na Syntaktickou chybu</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3298"/> - <source>&Goto Syntax Error</source> - <translation>&Jít na Syntaktickou chybu</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3306"/> - <source><b>Goto Syntax Error</b><p>Go to next syntax error of the current editor.</p></source> - <translation><b>Jít na Syntax error</b><p>Přesun na syntaktickou chybu v aktuálním editoru.</p></translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="3318"/> + <source>&Goto Syntax Error</source> + <translation>&Jít na Syntaktickou chybu</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3326"/> + <source><b>Goto Syntax Error</b><p>Go to next syntax error of the current editor.</p></source> + <translation><b>Jít na Syntax error</b><p>Přesun na syntaktickou chybu v aktuálním editoru.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3338"/> <source>Clear Syntax Errors</source> <translation>Vyčistit Syntaktické chyby</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3313"/> + <location filename="ViewManager/ViewManager.py" line="3333"/> <source>Clear &Syntax Errors</source> <translation>V&yčistit Syntaktické chyby</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3320"/> + <location filename="ViewManager/ViewManager.py" line="3340"/> <source><b>Clear Syntax Errors</b><p>Clear syntax errors of all editors.</p></source> <translation><b>Vyčistit syntaktické chyby</b><p>Smažou se záznamy o syntaktických chybách ve všech editorech.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3382"/> + <location filename="ViewManager/ViewManager.py" line="3402"/> <source>Next uncovered line</source> <translation>Následují problémová řádka</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3376"/> + <location filename="ViewManager/ViewManager.py" line="3396"/> <source>&Next uncovered line</source> <translation>Nás&ledující problémová řádka</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3384"/> + <location filename="ViewManager/ViewManager.py" line="3404"/> <source><b>Next uncovered line</b><p>Go to next line of the current editor marked as not covered.</p></source> <translation><b>Následující problémová řádka</b><p>Jít na řádku v aktuálním editoru, která byla nalezena jako problémová.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3398"/> + <location filename="ViewManager/ViewManager.py" line="3418"/> <source>Previous uncovered line</source> <translation>Předchozí problémová řádka</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3391"/> + <location filename="ViewManager/ViewManager.py" line="3411"/> <source>&Previous uncovered line</source> <translation>Př&edchozí problémová řádka</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3400"/> + <location filename="ViewManager/ViewManager.py" line="3420"/> <source><b>Previous uncovered line</b><p>Go to previous line of the current editor marked as not covered.</p></source> <translation><b>Předchozí problémová řádka</b><p>Jít na předchozí řádku v aktuálním editoru, která byla nalezena jako problémová.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3414"/> + <location filename="ViewManager/ViewManager.py" line="3434"/> <source>Next Task</source> <translation>Následující úloha</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3408"/> + <location filename="ViewManager/ViewManager.py" line="3428"/> <source>&Next Task</source> <translation>Následující úlo&ha</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3416"/> + <location filename="ViewManager/ViewManager.py" line="3436"/> <source><b>Next Task</b><p>Go to next line of the current editor having a task.</p></source> <translation><b>Následující úloha</b><p>Jít na řádek v aktuálním editoru, na kterém je následující úloha.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3430"/> + <location filename="ViewManager/ViewManager.py" line="3450"/> <source>Previous Task</source> <translation>Předchozí úloha</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3423"/> + <location filename="ViewManager/ViewManager.py" line="3443"/> <source>&Previous Task</source> <translation>Předchozí úl&oha</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3432"/> + <location filename="ViewManager/ViewManager.py" line="3452"/> <source><b>Previous Task</b><p>Go to previous line of the current editor having a task.</p></source> <translation><b>Předchozí úloha</b><p>Jít na řádek, na kterém se nachází předchozí úloha.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3480"/> + <location filename="ViewManager/ViewManager.py" line="3500"/> <source>&Bookmarks</source> <translation>&Záložky</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3523"/> + <location filename="ViewManager/ViewManager.py" line="3543"/> <source>Bookmarks</source> <translation>Záložky</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3669"/> + <location filename="ViewManager/ViewManager.py" line="3689"/> <source>Open files</source> <translation>Otevřené soubory</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3705"/> + <location filename="ViewManager/ViewManager.py" line="3725"/> <source>File Modified</source> <translation>Soubor změněn</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="4389"/> + <location filename="ViewManager/ViewManager.py" line="4410"/> <source>&Clear</source> <translation>&Vyčistit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="4385"/> + <location filename="ViewManager/ViewManager.py" line="4406"/> <source>&Add</source> <translation>Přid&at</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="4387"/> + <location filename="ViewManager/ViewManager.py" line="4408"/> <source>&Edit...</source> <translation>&Edit...</translation> </message> @@ -57803,7 +58416,7 @@ <translation>Exportovat jako</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2806"/> + <location filename="ViewManager/ViewManager.py" line="2826"/> <source>Quicksearch Textedit</source> <translation>Rychlé hledání texteditoru</translation> </message> @@ -57849,17 +58462,17 @@ <translation><b>Hledat předchozí</b><p>Hledá se předchozí výskyt hledaného textu v aktuálním editoru. Stále platí nastavení, která byla nastavena při zadání hledaného textu.<p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2544"/> + <location filename="ViewManager/ViewManager.py" line="2564"/> <source><b>Quicksearch</b><p>This activates the quicksearch function of the IDE by giving focus to the quicksearch entry field. If this field is already active and contains text, it searches for the next occurrence of this text.</p></source> <translation><b>Rychlé hledání</b><p>Aktivuje se funkce rychlého hledání. Kurzor se přemístí do okna zadání hledaného výrazu. Je-li toto okno aktivní a obsahuje-li text, vyhledává v textu výskyt tohoto výrazu.<p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2563"/> + <location filename="ViewManager/ViewManager.py" line="2583"/> <source><b>Quicksearch backwards</b><p>This searches the previous occurrence of the quicksearch text.</p></source> <translation><b>Rychlé hledání zpět</b><p>Vyhledává se předchozí výskyt výrazu v rychlém hledání.<p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2784"/> + <location filename="ViewManager/ViewManager.py" line="2804"/> <source><p>Enter the searchtext directly into this field. The search will be performed case insensitive. The quicksearch function is activated upon activation of the quicksearch next action (default key Ctrl+Shift+K), if this entry field does not have the input focus. Otherwise it searches for the next occurrence of the text entered. The quicksearch backwards action (default key Ctrl+Shift+J) searches backward. Activating the 'quicksearch extend' action (default key Ctrl+Shift+H) extends the current searchtext to the end of the currently found word. The quicksearch can be ended by pressing the Return key while the quicksearch entry has the the input focus.</p></source> <translation><p>Pište hledaný text přímo do okna Rychlého hledání. Při zadávání se neberou na zřetel velké/malé znaky. Pokud okno nemá fokus, aktivujte jej příkazem Rychlé hledání (defaultně Ctrl+Shift+K). Jinak se pokračuje v hledání dalšího výskytu zadaného textu. Rychlé hledání nazpět (defaultně Ctr+Shift+J) prohledává text směrem k začátku dokumentu. Rozšířené rychlé hledání (defaultně Ctrl+Shift+H) rozšíří hledaný text na celé slovo, na kterém je kurzor. Rychlé hledání je ukončeno stiskem klávesy Enter za předpokladu, že fokus se nachází v okně Rychlého hledání.</p></translation> </message> @@ -57905,43 +58518,43 @@ <translation><b>Náhled tisku</b><p>Náhled tisku aktuálního editačního okna.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="1729"/> + <location filename="ViewManager/ViewManager.py" line="1745"/> <source>Insert new line below current line</source> <translation>Vložit nový řádek pod aktuální</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="1729"/> + <location filename="ViewManager/ViewManager.py" line="1745"/> <source>Shift+Return</source> <translation>Shift+Return</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="1729"/> + <location filename="ViewManager/ViewManager.py" line="1745"/> <source>Shift+Enter</source> <translation>Shift+Enter</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2694"/> + <location filename="ViewManager/ViewManager.py" line="2714"/> <source>Replace in Files</source> <translation>Nahradit v souborech</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2694"/> + <location filename="ViewManager/ViewManager.py" line="2714"/> <source>Replace in F&iles...</source> <translation>Nahrad&it v souborech...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2694"/> + <location filename="ViewManager/ViewManager.py" line="2714"/> <source>Shift+Ctrl+R</source> <comment>Search|Replace in Files</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2701"/> + <location filename="ViewManager/ViewManager.py" line="2721"/> <source>Search for a text in files and replace it</source> <translation>Hledat text v souborech a nahradit jej</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2703"/> + <location filename="ViewManager/ViewManager.py" line="2723"/> <source><b>Replace in Files</b><p>Search for some text in the files of a directory tree or the project and replace it. A dialog is shown to enter the searchtext, the replacement text and options for the search and to display the result.</p></source> <translation><b>Nahradit v souborech</b><p>Hledání zadaného textu v souborech v adresářovém stromu projektu a jeho nahrazení. Je zobrazeno dialogové okno pro zadání hledaného textu, textu nahrazujícího a volby pro hledání a zobrazní výsledku.</p></translation> </message> @@ -57956,13 +58569,13 @@ <translation type="obsolete">Kontrola pravopi&su...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3556"/> + <location filename="ViewManager/ViewManager.py" line="3576"/> <source>Shift+F7</source> <comment>Spelling|Spell Check</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3565"/> + <location filename="ViewManager/ViewManager.py" line="3585"/> <source>Perform spell check of current editor</source> <translation>Spustit kontrolu pravopisu v aktuálním editoru</translation> </message> @@ -57972,32 +58585,32 @@ <translation type="obsolete"><b>Kontrola pravopisu</b><p>Spustí se kontrola pravopisu v aktuálním editoru.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3574"/> + <location filename="ViewManager/ViewManager.py" line="3594"/> <source>Automatic spell checking</source> <translation>Automatická kontrola pravopisu</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3574"/> + <location filename="ViewManager/ViewManager.py" line="3594"/> <source>&Automatic spell checking</source> <translation>&Automatická kontrola pravopisu</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3581"/> + <location filename="ViewManager/ViewManager.py" line="3601"/> <source>(De-)Activate automatic spell checking</source> <translation>(De-)aktivovat akutomatickou kontrolu</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3583"/> + <location filename="ViewManager/ViewManager.py" line="3603"/> <source><b>Automatic spell checking</b><p>Activate or deactivate the automatic spell checking function of all editors.</p></source> <translation><b>Automatická kontrola pravopisu</b><p>Zapnout neobo vypnout automatickou kontrolu pravopisu ve všech editorech.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3642"/> + <location filename="ViewManager/ViewManager.py" line="3662"/> <source>Spelling</source> <translation>Pravopis</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3705"/> + <location filename="ViewManager/ViewManager.py" line="3725"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>Soubor <b>{0}</b> obsahuje neuložené změny.</p></translation> </message> @@ -58007,57 +58620,57 @@ <translation type="obsolete">Soubor: {0}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="4005"/> + <location filename="ViewManager/ViewManager.py" line="4026"/> <source>Line: {0:5}</source> <translation>Řádek: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="4010"/> + <location filename="ViewManager/ViewManager.py" line="4031"/> <source>Pos: {0:5}</source> <translation>Poz: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3334"/> + <location filename="ViewManager/ViewManager.py" line="3354"/> <source>Next warning message</source> <translation>Další varování</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3327"/> + <location filename="ViewManager/ViewManager.py" line="3347"/> <source>&Next warning message</source> <translation>Další varová&ní</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3336"/> + <location filename="ViewManager/ViewManager.py" line="3356"/> <source><b>Next warning message</b><p>Go to next line of the current editor having a py3flakes warning.</p></source> <translation><b>Další varování</b><p>Jít na další řádku v aktuálním editoru, která obsahuje py3flakes varovné hlášení.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3351"/> + <location filename="ViewManager/ViewManager.py" line="3371"/> <source>Previous warning message</source> <translation>Předchozí varování</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3344"/> + <location filename="ViewManager/ViewManager.py" line="3364"/> <source>&Previous warning message</source> <translation>&Předchozí varování</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3353"/> + <location filename="ViewManager/ViewManager.py" line="3373"/> <source><b>Previous warning message</b><p>Go to previous line of the current editor having a py3flakes warning.</p></source> <translation><b>Předchozí varování</b><p>Jít na předchozí řádku v aktuálním editoru, která obsahuje py3flakes varovné hlášení.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3367"/> + <location filename="ViewManager/ViewManager.py" line="3387"/> <source>Clear Warning Messages</source> <translation>Vyčistit varovná hlášení</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3361"/> + <location filename="ViewManager/ViewManager.py" line="3381"/> <source>Clear &Warning Messages</source> <translation>&Vyčistit varovná hlášení</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3369"/> + <location filename="ViewManager/ViewManager.py" line="3389"/> <source><b>Clear Warning Messages</b><p>Clear py3flakes warning messages of all editors.</p></source> <translation><b>Vyčistit varovná hlášení</b><p>Vyčistí všechna py3flakes varovná hlášení ze všech editorů.</p></translation> </message> @@ -58078,80 +58691,80 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2628"/> + <location filename="ViewManager/ViewManager.py" line="2648"/> <source>Goto Last Edit Location</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2620"/> + <location filename="ViewManager/ViewManager.py" line="2640"/> <source>Goto Last &Edit Location</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2620"/> + <location filename="ViewManager/ViewManager.py" line="2640"/> <source>Ctrl+Shift+G</source> <comment>Search|Goto Last Edit Location</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2630"/> + <location filename="ViewManager/ViewManager.py" line="2650"/> <source><b>Goto Last Edit Location</b><p>Go to the location of the last edit in the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2637"/> + <location filename="ViewManager/ViewManager.py" line="2657"/> <source>Goto Previous Method or Class</source> <translation type=&quo