Sun, 10 Jul 2011 16:31:33 +0200
Added editor actions to go to the last edit location and to the previous or next Python or Ruby class or method definition.
--- a/APIs/Python3/eric5.api Mon Jul 04 08:08:04 2011 +0200 +++ b/APIs/Python3/eric5.api Sun Jul 10 16:31:33 2011 +0200 @@ -5452,7 +5452,9 @@ eric5.QScintilla.Editor.Editor.getWordBoundaries?4(line, index, useWordChars=True) eric5.QScintilla.Editor.Editor.getWordLeft?4(line, index) eric5.QScintilla.Editor.Editor.getWordRight?4(line, index) +eric5.QScintilla.Editor.Editor.gotoLastEditPosition?4() eric5.QScintilla.Editor.Editor.gotoLine?4(line, pos=1) +eric5.QScintilla.Editor.Editor.gotoMethodClass?4(goUp=False) eric5.QScintilla.Editor.Editor.gotoSyntaxError?4() eric5.QScintilla.Editor.Editor.handleMonospacedEnable?4() eric5.QScintilla.Editor.Editor.handleRenamed?4(fn) @@ -5466,6 +5468,7 @@ eric5.QScintilla.Editor.Editor.highlight?4(line=None, error=False, syntaxError=False) eric5.QScintilla.Editor.Editor.highlightVisible?4() eric5.QScintilla.Editor.Editor.indentLineOrSelection?4() +eric5.QScintilla.Editor.Editor.isLastEditPositionAvailable?4() eric5.QScintilla.Editor.Editor.isPy2File?4() eric5.QScintilla.Editor.Editor.isPy3File?4() eric5.QScintilla.Editor.Editor.isRubyFile?4() @@ -5473,6 +5476,7 @@ eric5.QScintilla.Editor.Editor.joinLines?4() eric5.QScintilla.Editor.Editor.keyPressEvent?4(ev) eric5.QScintilla.Editor.Editor.languageChanged?7 +eric5.QScintilla.Editor.Editor.lastEditPositionAvailable?7 eric5.QScintilla.Editor.Editor.macroDelete?4() eric5.QScintilla.Editor.Editor.macroLoad?4() eric5.QScintilla.Editor.Editor.macroRecordingStart?4()
--- a/Documentation/Help/source.qhp Mon Jul 04 08:08:04 2011 +0200 +++ b/Documentation/Help/source.qhp Sun Jul 10 16:31:33 2011 +0200 @@ -3522,6 +3522,9 @@ <keyword name="ViewManager.__findFileName" id="ViewManager.__findFileName" ref="eric5.ViewManager.ViewManager.html#ViewManager.__findFileName" /> <keyword name="ViewManager.__goto" id="ViewManager.__goto" ref="eric5.ViewManager.ViewManager.html#ViewManager.__goto" /> <keyword name="ViewManager.__gotoBrace" id="ViewManager.__gotoBrace" ref="eric5.ViewManager.ViewManager.html#ViewManager.__gotoBrace" /> + <keyword name="ViewManager.__gotoLastEditPosition" id="ViewManager.__gotoLastEditPosition" ref="eric5.ViewManager.ViewManager.html#ViewManager.__gotoLastEditPosition" /> + <keyword name="ViewManager.__gotoNextMethodClass" id="ViewManager.__gotoNextMethodClass" ref="eric5.ViewManager.ViewManager.html#ViewManager.__gotoNextMethodClass" /> + <keyword name="ViewManager.__gotoPreviousMethodClass" id="ViewManager.__gotoPreviousMethodClass" ref="eric5.ViewManager.ViewManager.html#ViewManager.__gotoPreviousMethodClass" /> <keyword name="ViewManager.__gotoSyntaxError" id="ViewManager.__gotoSyntaxError" ref="eric5.ViewManager.ViewManager.html#ViewManager.__gotoSyntaxError" /> <keyword name="ViewManager.__initBookmarkActions" id="ViewManager.__initBookmarkActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initBookmarkActions" /> <keyword name="ViewManager.__initContextMenuExporters" id="ViewManager.__initContextMenuExporters" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initContextMenuExporters" /> @@ -3531,6 +3534,7 @@ <keyword name="ViewManager.__initSearchActions" id="ViewManager.__initSearchActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initSearchActions" /> <keyword name="ViewManager.__initSpellingActions" id="ViewManager.__initSpellingActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initSpellingActions" /> <keyword name="ViewManager.__initViewActions" id="ViewManager.__initViewActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initViewActions" /> + <keyword name="ViewManager.__lastEditPositionAvailable" id="ViewManager.__lastEditPositionAvailable" ref="eric5.ViewManager.ViewManager.html#ViewManager.__lastEditPositionAvailable" /> <keyword name="ViewManager.__lastEditorClosed" id="ViewManager.__lastEditorClosed" ref="eric5.ViewManager.ViewManager.html#ViewManager.__lastEditorClosed" /> <keyword name="ViewManager.__loadRecent" id="ViewManager.__loadRecent" ref="eric5.ViewManager.ViewManager.html#ViewManager.__loadRecent" /> <keyword name="ViewManager.__macroDelete" id="ViewManager.__macroDelete" ref="eric5.ViewManager.ViewManager.html#ViewManager.__macroDelete" /> @@ -5985,6 +5989,7 @@ <keyword name="Editor.__removeTrailingWhitespace" id="Editor.__removeTrailingWhitespace" ref="eric5.QScintilla.Editor.html#Editor.__removeTrailingWhitespace" /> <keyword name="Editor.__resetLanguage" id="Editor.__resetLanguage" ref="eric5.QScintilla.Editor.html#Editor.__resetLanguage" /> <keyword name="Editor.__restoreBreakpoints" id="Editor.__restoreBreakpoints" ref="eric5.QScintilla.Editor.html#Editor.__restoreBreakpoints" /> + <keyword name="Editor.__saveLastEditPosition" id="Editor.__saveLastEditPosition" ref="eric5.QScintilla.Editor.html#Editor.__saveLastEditPosition" /> <keyword name="Editor.__selectAll" id="Editor.__selectAll" ref="eric5.QScintilla.Editor.html#Editor.__selectAll" /> <keyword name="Editor.__selectPygmentsLexer" id="Editor.__selectPygmentsLexer" ref="eric5.QScintilla.Editor.html#Editor.__selectPygmentsLexer" /> <keyword name="Editor.__send" id="Editor.__send" ref="eric5.QScintilla.Editor.html#Editor.__send" /> @@ -6020,6 +6025,7 @@ <keyword name="Editor.__showSyntaxError" id="Editor.__showSyntaxError" ref="eric5.QScintilla.Editor.html#Editor.__showSyntaxError" /> <keyword name="Editor.__spellCharAdded" id="Editor.__spellCharAdded" ref="eric5.QScintilla.Editor.html#Editor.__spellCharAdded" /> <keyword name="Editor.__styleNeeded" id="Editor.__styleNeeded" ref="eric5.QScintilla.Editor.html#Editor.__styleNeeded" /> + <keyword name="Editor.__textChanged" id="Editor.__textChanged" ref="eric5.QScintilla.Editor.html#Editor.__textChanged" /> <keyword name="Editor.__toggleAutoCompletionEnable" id="Editor.__toggleAutoCompletionEnable" ref="eric5.QScintilla.Editor.html#Editor.__toggleAutoCompletionEnable" /> <keyword name="Editor.__toggleBreakpoint" id="Editor.__toggleBreakpoint" ref="eric5.QScintilla.Editor.html#Editor.__toggleBreakpoint" /> <keyword name="Editor.__toggleBreakpointEnabled" id="Editor.__toggleBreakpointEnabled" ref="eric5.QScintilla.Editor.html#Editor.__toggleBreakpointEnabled" /> @@ -6085,7 +6091,9 @@ <keyword name="Editor.getWordBoundaries" id="Editor.getWordBoundaries" ref="eric5.QScintilla.Editor.html#Editor.getWordBoundaries" /> <keyword name="Editor.getWordLeft" id="Editor.getWordLeft" ref="eric5.QScintilla.Editor.html#Editor.getWordLeft" /> <keyword name="Editor.getWordRight" id="Editor.getWordRight" ref="eric5.QScintilla.Editor.html#Editor.getWordRight" /> + <keyword name="Editor.gotoLastEditPosition" id="Editor.gotoLastEditPosition" ref="eric5.QScintilla.Editor.html#Editor.gotoLastEditPosition" /> <keyword name="Editor.gotoLine" id="Editor.gotoLine" ref="eric5.QScintilla.Editor.html#Editor.gotoLine" /> + <keyword name="Editor.gotoMethodClass" id="Editor.gotoMethodClass" ref="eric5.QScintilla.Editor.html#Editor.gotoMethodClass" /> <keyword name="Editor.gotoSyntaxError" id="Editor.gotoSyntaxError" ref="eric5.QScintilla.Editor.html#Editor.gotoSyntaxError" /> <keyword name="Editor.handleMonospacedEnable" id="Editor.handleMonospacedEnable" ref="eric5.QScintilla.Editor.html#Editor.handleMonospacedEnable" /> <keyword name="Editor.handleRenamed" id="Editor.handleRenamed" ref="eric5.QScintilla.Editor.html#Editor.handleRenamed" /> @@ -6099,6 +6107,7 @@ <keyword name="Editor.highlight" id="Editor.highlight" ref="eric5.QScintilla.Editor.html#Editor.highlight" /> <keyword name="Editor.highlightVisible" id="Editor.highlightVisible" ref="eric5.QScintilla.Editor.html#Editor.highlightVisible" /> <keyword name="Editor.indentLineOrSelection" id="Editor.indentLineOrSelection" ref="eric5.QScintilla.Editor.html#Editor.indentLineOrSelection" /> + <keyword name="Editor.isLastEditPositionAvailable" id="Editor.isLastEditPositionAvailable" ref="eric5.QScintilla.Editor.html#Editor.isLastEditPositionAvailable" /> <keyword name="Editor.isPy2File" id="Editor.isPy2File" ref="eric5.QScintilla.Editor.html#Editor.isPy2File" /> <keyword name="Editor.isPy3File" id="Editor.isPy3File" ref="eric5.QScintilla.Editor.html#Editor.isPy3File" /> <keyword name="Editor.isRubyFile" id="Editor.isRubyFile" ref="eric5.QScintilla.Editor.html#Editor.isRubyFile" />
--- a/Documentation/Source/eric5.QScintilla.Editor.html Mon Jul 04 08:08:04 2011 +0200 +++ b/Documentation/Source/eric5.QScintilla.Editor.html Sun Jul 10 16:31:33 2011 +0200 @@ -90,6 +90,9 @@ <dd> emitted when the editors language was set. The language is passed as a parameter. +</dd><dt>lastEditPositionAvailable()</dt> +<dd> +emitted when a last edit position is available </dd><dt>modificationStatusChanged(bool, QsciScintillaCompat)</dt> <dd> emitted when the @@ -400,6 +403,9 @@ <td><a href="#Editor.__restoreBreakpoints">__restoreBreakpoints</a></td> <td>Private method to restore the breakpoints.</td> </tr><tr> +<td><a href="#Editor.__saveLastEditPosition">__saveLastEditPosition</a></td> +<td>Private slot to record the last edit position.</td> +</tr><tr> <td><a href="#Editor.__selectAll">__selectAll</a></td> <td>Private slot handling the select all context menu action.</td> </tr><tr> @@ -505,6 +511,9 @@ <td><a href="#Editor.__styleNeeded">__styleNeeded</a></td> <td>Private slot to handle the need for more styling.</td> </tr><tr> +<td><a href="#Editor.__textChanged">__textChanged</a></td> +<td>Private slot to handle a change of the editor text.</td> +</tr><tr> <td><a href="#Editor.__toggleAutoCompletionEnable">__toggleAutoCompletionEnable</a></td> <td>Private slot to handle the Enable Autocompletion context menu entry.</td> </tr><tr> @@ -700,9 +709,15 @@ <td><a href="#Editor.getWordRight">getWordRight</a></td> <td>Public method to get the word to the right of a position.</td> </tr><tr> +<td><a href="#Editor.gotoLastEditPosition">gotoLastEditPosition</a></td> +<td>Public method to move the cursor to the last edit position.</td> +</tr><tr> <td><a href="#Editor.gotoLine">gotoLine</a></td> <td>Public slot to jump to the beginning of a line.</td> </tr><tr> +<td><a href="#Editor.gotoMethodClass">gotoMethodClass</a></td> +<td>Public method to go to the next Python method or class definition.</td> +</tr><tr> <td><a href="#Editor.gotoSyntaxError">gotoSyntaxError</a></td> <td>Public slot to handle the 'Goto syntax error' context menu action.</td> </tr><tr> @@ -742,6 +757,9 @@ <td><a href="#Editor.indentLineOrSelection">indentLineOrSelection</a></td> <td>Public slot to indent the current line or current selection</td> </tr><tr> +<td><a href="#Editor.isLastEditPositionAvailable">isLastEditPositionAvailable</a></td> +<td>Public method to check, if a last edit position is available.</td> +</tr><tr> <td><a href="#Editor.isPy2File">isPy2File</a></td> <td>Public method to return a flag indicating a Python file.</td> </tr><tr> @@ -1716,6 +1734,11 @@ <b>__restoreBreakpoints</b>(<i></i>) <p> Private method to restore the breakpoints. +</p><a NAME="Editor.__saveLastEditPosition" ID="Editor.__saveLastEditPosition"></a> +<h4>Editor.__saveLastEditPosition</h4> +<b>__saveLastEditPosition</b>(<i></i>) +<p> + Private slot to record the last edit position. </p><a NAME="Editor.__selectAll" ID="Editor.__selectAll"></a> <h4>Editor.__selectAll</h4> <b>__selectAll</b>(<i></i>) @@ -1941,7 +1964,16 @@ <dd> end position, that needs styling (integer) </dd> -</dl><a NAME="Editor.__toggleAutoCompletionEnable" ID="Editor.__toggleAutoCompletionEnable"></a> +</dl><a NAME="Editor.__textChanged" ID="Editor.__textChanged"></a> +<h4>Editor.__textChanged</h4> +<b>__textChanged</b>(<i></i>) +<p> + Private slot to handle a change of the editor text. +</p><p> + This slot defers the handling to the next time the event loop + is run in order to ensure, that cursor position has been updated + by the underlying Scintilla editor. +</p><a NAME="Editor.__toggleAutoCompletionEnable" ID="Editor.__toggleAutoCompletionEnable"></a> <h4>Editor.__toggleAutoCompletionEnable</h4> <b>__toggleAutoCompletionEnable</b>(<i></i>) <p> @@ -2605,7 +2637,12 @@ <dd> the word to the right of that position (string) </dd> -</dl><a NAME="Editor.gotoLine" ID="Editor.gotoLine"></a> +</dl><a NAME="Editor.gotoLastEditPosition" ID="Editor.gotoLastEditPosition"></a> +<h4>Editor.gotoLastEditPosition</h4> +<b>gotoLastEditPosition</b>(<i></i>) +<p> + Public method to move the cursor to the last edit position. +</p><a NAME="Editor.gotoLine" ID="Editor.gotoLine"></a> <h4>Editor.gotoLine</h4> <b>gotoLine</b>(<i>line, pos=1</i>) <p> @@ -2618,7 +2655,12 @@ <dd> position in line to go to (integer) </dd> -</dl><a NAME="Editor.gotoSyntaxError" ID="Editor.gotoSyntaxError"></a> +</dl><a NAME="Editor.gotoMethodClass" ID="Editor.gotoMethodClass"></a> +<h4>Editor.gotoMethodClass</h4> +<b>gotoMethodClass</b>(<i>goUp=False</i>) +<p> + Public method to go to the next Python method or class definition. +</p><a NAME="Editor.gotoSyntaxError" ID="Editor.gotoSyntaxError"></a> <h4>Editor.gotoSyntaxError</h4> <b>gotoSyntaxError</b>(<i></i>) <p> @@ -2729,7 +2771,17 @@ <b>indentLineOrSelection</b>(<i></i>) <p> Public slot to indent the current line or current selection -</p><a NAME="Editor.isPy2File" ID="Editor.isPy2File"></a> +</p><a NAME="Editor.isLastEditPositionAvailable" ID="Editor.isLastEditPositionAvailable"></a> +<h4>Editor.isLastEditPositionAvailable</h4> +<b>isLastEditPositionAvailable</b>(<i></i>) +<p> + Public method to check, if a last edit position is available. +</p><dl> +<dt>Returns:</dt> +<dd> +flag indicating availability (boolean) +</dd> +</dl><a NAME="Editor.isPy2File" ID="Editor.isPy2File"></a> <h4>Editor.isPy2File</h4> <b>isPy2File</b>(<i></i>) <p>
--- a/Documentation/Source/eric5.ViewManager.ViewManager.html Mon Jul 04 08:08:04 2011 +0200 +++ b/Documentation/Source/eric5.ViewManager.ViewManager.html Sun Jul 10 16:31:33 2011 +0200 @@ -311,6 +311,15 @@ <td><a href="#ViewManager.__gotoBrace">__gotoBrace</a></td> <td>Private method to handle the goto brace action.</td> </tr><tr> +<td><a href="#ViewManager.__gotoLastEditPosition">__gotoLastEditPosition</a></td> +<td>Private method to move the cursor to the last edit position.</td> +</tr><tr> +<td><a href="#ViewManager.__gotoNextMethodClass">__gotoNextMethodClass</a></td> +<td>Private slot to go to the next Python/Ruby method or class definition.</td> +</tr><tr> +<td><a href="#ViewManager.__gotoPreviousMethodClass">__gotoPreviousMethodClass</a></td> +<td>Private slot to go to the previous Python/Ruby method or class definition.</td> +</tr><tr> <td><a href="#ViewManager.__gotoSyntaxError">__gotoSyntaxError</a></td> <td>Private method to handle the goto syntax error action.</td> </tr><tr> @@ -338,6 +347,9 @@ <td><a href="#ViewManager.__initViewActions">__initViewActions</a></td> <td>Private method defining the user interface actions for the view commands.</td> </tr><tr> +<td><a href="#ViewManager.__lastEditPositionAvailable">__lastEditPositionAvailable</a></td> +<td>Private slot to handle the lastEditPositionAvailable signal of an editor.</td> +</tr><tr> <td><a href="#ViewManager.__lastEditorClosed">__lastEditorClosed</a></td> <td>Private slot to handle the lastEditorClosed signal.</td> </tr><tr> @@ -1109,6 +1121,21 @@ <b>__gotoBrace</b>(<i></i>) <p> Private method to handle the goto brace action. +</p><a NAME="ViewManager.__gotoLastEditPosition" ID="ViewManager.__gotoLastEditPosition"></a> +<h4>ViewManager.__gotoLastEditPosition</h4> +<b>__gotoLastEditPosition</b>(<i></i>) +<p> + Private method to move the cursor to the last edit position. +</p><a NAME="ViewManager.__gotoNextMethodClass" ID="ViewManager.__gotoNextMethodClass"></a> +<h4>ViewManager.__gotoNextMethodClass</h4> +<b>__gotoNextMethodClass</b>(<i></i>) +<p> + Private slot to go to the next Python/Ruby method or class definition. +</p><a NAME="ViewManager.__gotoPreviousMethodClass" ID="ViewManager.__gotoPreviousMethodClass"></a> +<h4>ViewManager.__gotoPreviousMethodClass</h4> +<b>__gotoPreviousMethodClass</b>(<i></i>) +<p> + Private slot to go to the previous Python/Ruby method or class definition. </p><a NAME="ViewManager.__gotoSyntaxError" ID="ViewManager.__gotoSyntaxError"></a> <h4>ViewManager.__gotoSyntaxError</h4> <b>__gotoSyntaxError</b>(<i></i>) @@ -1154,6 +1181,11 @@ <b>__initViewActions</b>(<i></i>) <p> Private method defining the user interface actions for the view commands. +</p><a NAME="ViewManager.__lastEditPositionAvailable" ID="ViewManager.__lastEditPositionAvailable"></a> +<h4>ViewManager.__lastEditPositionAvailable</h4> +<b>__lastEditPositionAvailable</b>(<i></i>) +<p> + Private slot to handle the lastEditPositionAvailable signal of an editor. </p><a NAME="ViewManager.__lastEditorClosed" ID="ViewManager.__lastEditorClosed"></a> <h4>ViewManager.__lastEditorClosed</h4> <b>__lastEditorClosed</b>(<i></i>)
--- a/QScintilla/Editor.py Mon Jul 04 08:08:04 2011 +0200 +++ b/QScintilla/Editor.py Sun Jul 10 16:31:33 2011 +0200 @@ -82,6 +82,7 @@ is passed as a parameter. @signal encodingChanged(str) emitted when the editors encoding was set. The encoding name is passed as a parameter. + @signal lastEditPositionAvailable() emitted when a last edit position is available """ modificationStatusChanged = pyqtSignal(bool, QsciScintillaCompat) undoAvailable = pyqtSignal(bool) @@ -101,6 +102,7 @@ languageChanged = pyqtSignal(str) eolChanged = pyqtSignal(str) encodingChanged = pyqtSignal(str) + lastEditPositionAvailable = pyqtSignal() # Autocompletion icon definitions ClassID = 1 @@ -193,6 +195,8 @@ self.acAPI = False + self.__lastEditPosition = None + # list of clones self.__clones = [] @@ -222,6 +226,7 @@ self.__isShared = False self.__inRemoteSharedEdit = False + # connect signals before loading the text self.modificationChanged.connect(self.__modificationChanged) self.cursorPositionChanged.connect(self.__cursorPositionChanged) self.modificationAttempted.connect(self.__modificationReadOnly) @@ -399,6 +404,9 @@ # register images to be shown in autocompletion lists self.__registerImages() + + # connect signals after loading the text + self.textChanged.connect(self.__textChanged) def __registerImages(self): """ @@ -3236,6 +3244,88 @@ self.setCursorPosition(line - 1, pos - 1) self.ensureVisible(line) + def __textChanged(self): + """ + Private slot to handle a change of the editor text. + + This slot defers the handling to the next time the event loop + is run in order to ensure, that cursor position has been updated + by the underlying Scintilla editor. + """ + QTimer.singleShot(0, self.__saveLastEditPosition) + + def __saveLastEditPosition(self): + """ + Private slot to record the last edit position. + """ + self.__lastEditPosition = self.getCursorPosition() + self.lastEditPositionAvailable.emit() + + def isLastEditPositionAvailable(self): + """ + Public method to check, if a last edit position is available. + + @return flag indicating availability (boolean) + """ + return self.__lastEditPosition is not None + + def gotoLastEditPosition(self): + """ + Public method to move the cursor to the last edit position. + """ + self.setCursorPosition(*self.__lastEditPosition) + self.ensureVisible(self.__lastEditPosition[0]) + + def gotoMethodClass(self, goUp=False): + """ + Public method to go to the next Python method or class definition. + """ + if self.isPy3File() or self.isPy2File() or self.isRubyFile(): + lineNo = self.getCursorPosition()[0] + line = self.text(lineNo) + if line.strip().startswith(("class ", "def ", "module ")): + if goUp: + lineNo -= 1 + else: + lineNo += 1 + while True: + if goUp and lineNo < 0: + self.setCursorPosition(0, 0) + self.ensureVisible(0) + return + elif not goUp and lineNo == self.lines(): + lineNo = self.lines() - 1 + self.setCursorPosition(lineNo, self.lineLength(lineNo)) + self.ensureVisible(lineNo) + return + + line = self.text(lineNo) + if line.strip().startswith(("class ", "def ", "module ")): + # try 'def ' first because it occurs more often + first = line.find("def ") + if first > -1: + first += 4 + else: + first = line.find("class ") + if first > -1: + first += 6 + else: + first = line.find("module ") + 7 + match = re.search("[:(]", line) + if match: + end = match.start() + else: + end = self.lineLength(lineNo) - 1 + self.setSelection(lineNo, first, lineNo, end) + self.ensureVisible(lineNo) + return + + if goUp: + lineNo -= 1 + else: + lineNo += 1 + + ############################################################################ ## Setup methods below ############################################################################
--- a/ViewManager/ViewManager.py Mon Jul 04 08:08:04 2011 +0200 +++ b/ViewManager/ViewManager.py Sun Jul 10 16:31:33 2011 +0200 @@ -828,7 +828,7 @@ self.deleteAct = E5Action(QApplication.translate('ViewManager', 'Clear'), UI.PixmapCache.getIcon("editDelete.png"), - QApplication.translate('ViewManager', 'Cl&ear'), + QApplication.translate('ViewManager', 'Clear'), QKeySequence(QApplication.translate('ViewManager', "Alt+Shift+C", "Edit|Clear")), 0, @@ -1867,6 +1867,9 @@ menu.addSeparator() menu.addAction(self.gotoAct) menu.addAction(self.gotoBraceAct) + menu.addAction(self.gotoLastEditAct) + menu.addAction(self.gotoPreviousDefAct) + menu.addAction(self.gotoNextDefAct) menu.addSeparator() menu.addAction(self.selectBraceAct) menu.addAction(self.selectAllAct) @@ -2092,6 +2095,59 @@ self.gotoBraceAct.triggered[()].connect(self.__gotoBrace) self.searchActions.append(self.gotoBraceAct) + self.gotoLastEditAct = E5Action( + QApplication.translate('ViewManager', 'Goto Last Edit Location'), + UI.PixmapCache.getIcon("gotoLastEditPosition.png"), + QApplication.translate('ViewManager', 'Goto Last &Edit Location'), + QKeySequence(QApplication.translate('ViewManager', + "Ctrl+Shift+G", "Search|Goto Last Edit Location")), + 0, + self.searchActGrp, 'vm_search_goto_last_edit_location') + self.gotoLastEditAct.setStatusTip( + QApplication.translate('ViewManager', 'Goto Last Edit Location')) + self.gotoLastEditAct.setWhatsThis(QApplication.translate('ViewManager', + """<b>Goto Last Edit Location</b>""" + """<p>Go to the location of the last edit in the current editor.</p>""" + )) + self.gotoLastEditAct.triggered[()].connect(self.__gotoLastEditPosition) + self.searchActions.append(self.gotoLastEditAct) + + self.gotoPreviousDefAct = E5Action( + QApplication.translate('ViewManager', 'Goto Previous Method or Class'), + QApplication.translate('ViewManager', 'Goto Previous Method or Class'), + QKeySequence(QApplication.translate('ViewManager', + "Ctrl+Shift+Up", "Search|Goto Previous Method or Class")), + 0, + self.searchActGrp, 'vm_search_goto_previous_method_or_class') + self.gotoPreviousDefAct.setStatusTip( + QApplication.translate('ViewManager', + 'Go to the previous method or class definition')) + self.gotoPreviousDefAct.setWhatsThis(QApplication.translate('ViewManager', + """<b>Goto Previous Method or Class</b>""" + """<p>Goes to the line of the previous method or class definition""" + """ and highlights the name.</p>""" + )) + self.gotoPreviousDefAct.triggered[()].connect(self.__gotoPreviousMethodClass) + self.searchActions.append(self.gotoPreviousDefAct) + + self.gotoNextDefAct = E5Action( + QApplication.translate('ViewManager', 'Goto Next Method or Class'), + QApplication.translate('ViewManager', 'Goto Next Method or Class'), + QKeySequence(QApplication.translate('ViewManager', + "Ctrl+Shift+Down", "Search|Goto Next Method or Class")), + 0, + self.searchActGrp, 'vm_search_goto_next_method_or_class') + self.gotoNextDefAct.setStatusTip( + QApplication.translate('ViewManager', + 'Go to the next method or class definition')) + self.gotoNextDefAct.setWhatsThis(QApplication.translate('ViewManager', + """<b>Goto Next Method or Class</b>""" + """<p>Goes to the line of the next method or class definition""" + """ and highlights the name.</p>""" + )) + self.gotoNextDefAct.triggered[()].connect(self.__gotoNextMethodClass) + self.searchActions.append(self.gotoNextDefAct) + self.searchActGrp.setEnabled(False) self.searchFilesAct = E5Action(QApplication.translate('ViewManager', @@ -2208,6 +2264,8 @@ tb.addAction(self.searchClearMarkersAct) tb.addSeparator() tb.addAction(self.searchFilesAct) + tb.addSeparator() + tb.addAction(self.gotoLastEditAct) tb.setAllowedAreas(Qt.ToolBarAreas(Qt.TopToolBarArea | Qt.BottomToolBarArea)) @@ -3156,6 +3214,7 @@ editor.encodingChanged.connect(self.__editorConfigChanged) editor.selectionChanged.connect(self.searchDlg.selectionChanged) editor.selectionChanged.connect(self.replaceDlg.selectionChanged) + editor.lastEditPositionAvailable.connect(self.__lastEditPositionAvailable) def newEditorView(self, fn, caller, filetype=""): """ @@ -4150,6 +4209,30 @@ """ self.activeWindow().moveToMatchingBrace() + def __gotoLastEditPosition(self): + """ + Private method to move the cursor to the last edit position. + """ + self.activeWindow().gotoLastEditPosition() + + def __lastEditPositionAvailable(self): + """ + Private slot to handle the lastEditPositionAvailable signal of an editor. + """ + self.gotoLastEditAct.setEnabled(True) + + def __gotoNextMethodClass(self): + """ + Private slot to go to the next Python/Ruby method or class definition. + """ + self.activeWindow().gotoMethodClass(False) + + def __gotoPreviousMethodClass(self): + """ + Private slot to go to the previous Python/Ruby method or class definition. + """ + self.activeWindow().gotoMethodClass(True) + def __searchFiles(self): """ Private method to handle the search in files action. @@ -4650,6 +4733,7 @@ self.undoAct.setEnabled(editor.isUndoAvailable()) self.redoAct.setEnabled(editor.isRedoAvailable()) + self.gotoLastEditAct.setEnabled(editor.isLastEditPositionAvailable()) lex = editor.getLexer() if lex is not None: @@ -4707,6 +4791,13 @@ else: self.autoCompleteFromAPIsAct.setEnabled(False) + if editor.isPy3File() or editor.isPy2File() or editor.isRubyFile(): + self.gotoPreviousDefAct.setEnabled(True) + self.gotoNextDefAct.setEnabled(True) + else: + self.gotoPreviousDefAct.setEnabled(False) + self.gotoNextDefAct.setEnabled(False) + if setSb: line, pos = editor.getCursorPosition() enc = editor.getEncoding() @@ -4852,6 +4943,7 @@ lang = editor.getLanguage() eol = editor.getEolIndicator() self.__setSbFile(fn, line + 1, pos, encoding=enc, language=lang, eol=eol) + self._checkActions(editor, False) ################################################################## ## Below are protected utility methods
--- a/changelog Mon Jul 04 08:08:04 2011 +0200 +++ b/changelog Sun Jul 10 16:31:33 2011 +0200 @@ -19,6 +19,8 @@ - extended the unit test interface to support skipped tests, expected failures and unexpected successes and to better cope with Python2 scripts when run from the eric IDE +- added editor actions to go to the last edit location and to the previous or + next Python or Ruby class or method definition Version 5.2-snapshot-20110501: - bug fixes
--- a/i18n/eric5_cs.ts Mon Jul 04 08:08:04 2011 +0200 +++ b/i18n/eric5_cs.ts Sun Jul 10 16:31:33 2011 +0200 @@ -6904,482 +6904,482 @@ <context> <name>Editor</name> <message> - <location filename="QScintilla/Editor.py" line="2363"/> + <location filename="QScintilla/Editor.py" line="2371"/> <source>Open File</source> <translation>Otevřít soubor</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="568"/> + <location filename="QScintilla/Editor.py" line="576"/> <source>Undo</source> <translation>Vrátit</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="571"/> + <location filename="QScintilla/Editor.py" line="579"/> <source>Redo</source> <translation>Znovu použít</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="574"/> + <location filename="QScintilla/Editor.py" line="582"/> <source>Revert to last saved state</source> <translation>Vrátit k poslednímu uloženému stavu</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="578"/> + <location filename="QScintilla/Editor.py" line="586"/> <source>Cut</source> <translation>Vyjmout</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="581"/> - <source>Copy</source> - <translation>Kopírovat</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="583"/> - <source>Paste</source> - <translation>Vložit</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="587"/> - <source>Indent</source> - <translation>Odsadit</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="589"/> - <source>Unindent</source> - <translation>Zrušit odsazení</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="592"/> - <source>Comment</source> - <translation>Vytvořit komentář</translation> + <source>Copy</source> + <translation>Kopírovat</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="591"/> + <source>Paste</source> + <translation>Vložit</translation> </message> <message> <location filename="QScintilla/Editor.py" line="595"/> + <source>Indent</source> + <translation>Odsadit</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="597"/> + <source>Unindent</source> + <translation>Zrušit odsazení</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="600"/> + <source>Comment</source> + <translation>Vytvořit komentář</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="603"/> <source>Uncomment</source> <translation>Zrušit komentář</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="598"/> - <source>Stream Comment</source> - <translation>Proudový komentář</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="601"/> - <source>Box Comment</source> - <translation>Obdélníkový komentář</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="604"/> - <source>Select to brace</source> - <translation>Vybrat až po závorku</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="606"/> + <source>Stream Comment</source> + <translation>Proudový komentář</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="609"/> + <source>Box Comment</source> + <translation>Obdélníkový komentář</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="612"/> + <source>Select to brace</source> + <translation>Vybrat až po závorku</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="614"/> <source>Select all</source> <translation>Vybrat vše</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="607"/> + <location filename="QScintilla/Editor.py" line="615"/> <source>Deselect all</source> <translation>Zrušit celý výběr</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="620"/> - <source>Shorten empty lines</source> - <translation>Zkrátit prázdné řádky</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="628"/> + <source>Shorten empty lines</source> + <translation>Zkrátit prázdné řádky</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="636"/> <source>Use Monospaced Font</source> <translation>Použít neporoporcionální font</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="633"/> + <location filename="QScintilla/Editor.py" line="641"/> <source>Autosave enabled</source> <translation>Zapnout autosave</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="645"/> + <location filename="QScintilla/Editor.py" line="653"/> <source>Autocompletion enabled</source> <translation>Zapnout autodoplňování</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="662"/> + <location filename="QScintilla/Editor.py" line="670"/> <source>New view</source> <translation>Nový pohled</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="663"/> - <source>New view (with new split)</source> - <translation>Nový pohled (s novým rozdělením)</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="667"/> - <source>Close</source> - <translation>Zavřít</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="671"/> + <source>New view (with new split)</source> + <translation>Nový pohled (s novým rozdělením)</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="675"/> + <source>Close</source> + <translation>Zavřít</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="679"/> <source>Save</source> <translation>Uložit</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="673"/> + <location filename="QScintilla/Editor.py" line="681"/> <source>Save As...</source> <translation>Uložit jako...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="680"/> + <location filename="QScintilla/Editor.py" line="688"/> <source>Print</source> <translation>Tisk</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="695"/> + <location filename="QScintilla/Editor.py" line="703"/> <source>Autocomplete</source> <translation>Autodoplňování</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="701"/> + <location filename="QScintilla/Editor.py" line="709"/> <source>from Document</source> <translation>z dokumentu</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="704"/> + <location filename="QScintilla/Editor.py" line="712"/> <source>from APIs</source> <translation>z API</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="707"/> + <location filename="QScintilla/Editor.py" line="715"/> <source>from Document and APIs</source> <translation>z dokumentu a API</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="721"/> - <source>Check</source> - <translation>Zkontrolovat</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="729"/> + <source>Check</source> + <translation>Zkontrolovat</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="737"/> <source>Show</source> <translation>Zobrazit</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="731"/> + <location filename="QScintilla/Editor.py" line="739"/> <source>Code metrics...</source> <translation>Metrika kódu...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="733"/> - <source>Code coverage...</source> - <translation>Pokrytí kódu...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="735"/> - <source>Show code coverage annotations</source> - <translation>Zobrazit poznámky pokrytí kódu</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="738"/> - <source>Hide code coverage annotations</source> - <translation>Skrýt poznámky pokrytí kódu</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="741"/> + <source>Code coverage...</source> + <translation>Pokrytí kódu...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="743"/> + <source>Show code coverage annotations</source> + <translation>Zobrazit poznámky pokrytí kódu</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="746"/> + <source>Hide code coverage annotations</source> + <translation>Skrýt poznámky pokrytí kódu</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="749"/> <source>Profile data...</source> <translation>Profilovat data...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="751"/> + <location filename="QScintilla/Editor.py" line="759"/> <source>Diagrams</source> <translation>Diagramy</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="753"/> + <location filename="QScintilla/Editor.py" line="761"/> <source>Class Diagram...</source> <translation>Diagram třídy...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="755"/> + <location filename="QScintilla/Editor.py" line="763"/> <source>Package Diagram...</source> <translation>Diagram balíčku...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="757"/> + <location filename="QScintilla/Editor.py" line="765"/> <source>Imports Diagram...</source> <translation>Diagram importů...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="760"/> + <location filename="QScintilla/Editor.py" line="768"/> <source>Application Diagram...</source> <translation>Diagram aplikace...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="771"/> + <location filename="QScintilla/Editor.py" line="779"/> <source>Languages</source> <translation>Jazyky</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="774"/> + <location filename="QScintilla/Editor.py" line="782"/> <source>No Language</source> <translation>Žádný jazyk</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="983"/> + <location filename="QScintilla/Editor.py" line="991"/> <source>Toggle bookmark</source> <translation>Přepnout záložku</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="986"/> + <location filename="QScintilla/Editor.py" line="994"/> <source>Next bookmark</source> <translation>Následující záložka</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="989"/> + <location filename="QScintilla/Editor.py" line="997"/> <source>Previous bookmark</source> <translation>Předchozí záložka</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="992"/> + <location filename="QScintilla/Editor.py" line="1000"/> <source>Clear all bookmarks</source> <translation>Zrušit všechny záložky</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="996"/> + <location filename="QScintilla/Editor.py" line="1004"/> <source>Goto syntax error</source> <translation>Jít na chybu syntaxe</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="999"/> + <location filename="QScintilla/Editor.py" line="1007"/> <source>Show syntax error message</source> <translation>Zobrazit hlášení syntaktické chyby</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1002"/> + <location filename="QScintilla/Editor.py" line="1010"/> <source>Clear syntax error</source> <translation>Zrušit chybu syntaxe</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1019"/> + <location filename="QScintilla/Editor.py" line="1027"/> <source>Toggle breakpoint</source> <translation>Přepnout breakpoint</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1022"/> + <location filename="QScintilla/Editor.py" line="1030"/> <source>Toggle temporary breakpoint</source> <translation>Přepnout dočasný breakpoint</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1025"/> + <location filename="QScintilla/Editor.py" line="1033"/> <source>Edit breakpoint...</source> <translation>Editovat breakpoint...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4088"/> + <location filename="QScintilla/Editor.py" line="4178"/> <source>Enable breakpoint</source> <translation>Aktivovat breakpoint</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1031"/> + <location filename="QScintilla/Editor.py" line="1039"/> <source>Next breakpoint</source> <translation>Následující breakpoint</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1034"/> + <location filename="QScintilla/Editor.py" line="1042"/> <source>Previous breakpoint</source> <translation>Předchozí breakpoint</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1037"/> + <location filename="QScintilla/Editor.py" line="1045"/> <source>Clear all breakpoints</source> <translation>Zrušit všechny breakpointy</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1041"/> + <location filename="QScintilla/Editor.py" line="1049"/> <source>Next uncovered line</source> <translation>Následující odkrytá řádka</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1044"/> + <location filename="QScintilla/Editor.py" line="1052"/> <source>Previous uncovered line</source> <translation>Předchozí odkrytá řádka</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1048"/> + <location filename="QScintilla/Editor.py" line="1056"/> <source>Next task</source> <translation>Následující úloha</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1051"/> + <location filename="QScintilla/Editor.py" line="1059"/> <source>Previous task</source> <translation>Předchozí úloha</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1055"/> + <location filename="QScintilla/Editor.py" line="1063"/> <source>LMB toggles bookmarks</source> <translation>LMB přepínač záložek</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1060"/> + <location filename="QScintilla/Editor.py" line="1068"/> <source>LMB toggles breakpoints</source> <translation>LMB přepínač breakpointů</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1529"/> + <location filename="QScintilla/Editor.py" line="1537"/> <source>Modification of Read Only file</source> <translation>Modifikace souboru otevřeného jen pro čtení</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1529"/> + <location filename="QScintilla/Editor.py" line="1537"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Pokoušíte se změnit soubor, který je otevřen jen pro čtení. Prosím, uložte jej nejdříve do jiného souboru.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2142"/> + <location filename="QScintilla/Editor.py" line="2150"/> <source>Printing...</source> <translation>Tisk...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2159"/> + <location filename="QScintilla/Editor.py" line="2167"/> <source>Printing completed</source> <translation>Tisk je hotov</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2161"/> + <location filename="QScintilla/Editor.py" line="2169"/> <source>Error while printing</source> <translation>Chyba během tisku</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2164"/> + <location filename="QScintilla/Editor.py" line="2172"/> <source>Printing aborted</source> <translation>Tisk byl zrušen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2516"/> + <location filename="QScintilla/Editor.py" line="2524"/> <source>Save File</source> <translation>Uložit soubor</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2315"/> + <location filename="QScintilla/Editor.py" line="2323"/> <source>File Modified</source> <translation>Soubor je modifikován</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3607"/> + <location filename="QScintilla/Editor.py" line="3697"/> <source>Autocompletion</source> <translation>Autodoplňování</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3607"/> + <location filename="QScintilla/Editor.py" line="3697"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>Autodoplňování není dostupné protože zdrojová část autodoplňování nebyla nalezena.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4091"/> + <location filename="QScintilla/Editor.py" line="4181"/> <source>Disable breakpoint</source> <translation>Deaktivovat breakpoint</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4380"/> + <location filename="QScintilla/Editor.py" line="4470"/> <source>Code Coverage</source> <translation>Pokrytí kódu</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4380"/> + <location filename="QScintilla/Editor.py" line="4470"/> <source>Please select a coverage file</source> <translation>Prosím, vyberte soubor s pokrytím kódu</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4426"/> + <location filename="QScintilla/Editor.py" line="4516"/> <source>Show Code Coverage Annotations</source> <translation>Zobrazit poznámky pokrytí kódu</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4422"/> + <location filename="QScintilla/Editor.py" line="4512"/> <source>All lines have been covered.</source> <translation>Všechny řádky byly pokryty.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4426"/> + <location filename="QScintilla/Editor.py" line="4516"/> <source>There is no coverage file available.</source> <translation>Soubor s pokrytím není dostupný.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4518"/> + <location filename="QScintilla/Editor.py" line="4608"/> <source>Profile Data</source> <translation>Profilovat data</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4518"/> + <location filename="QScintilla/Editor.py" line="4608"/> <source>Please select a profile file</source> <translation>Prosím, vyberte soubor s profilem</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4648"/> + <location filename="QScintilla/Editor.py" line="4738"/> <source>Syntax Error</source> <translation>Chyba syntaxe</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4648"/> + <location filename="QScintilla/Editor.py" line="4738"/> <source>No syntax error message available.</source> <translation>Hlášení syntaktické chyby není dostupné.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4873"/> + <location filename="QScintilla/Editor.py" line="4963"/> <source>Macro Name</source> <translation>Název makra</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4873"/> + <location filename="QScintilla/Editor.py" line="4963"/> <source>Select a macro name:</source> <translation>Vyberte název makra:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4901"/> + <location filename="QScintilla/Editor.py" line="4991"/> <source>Load macro file</source> <translation>Načíst soubor makra</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4941"/> + <location filename="QScintilla/Editor.py" line="5031"/> <source>Macro files (*.macro)</source> <translation>Macro soubory (*.macro)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4922"/> + <location filename="QScintilla/Editor.py" line="5012"/> <source>Error loading macro</source> <translation>Chyba při načítání makra</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4941"/> + <location filename="QScintilla/Editor.py" line="5031"/> <source>Save macro file</source> <translation>Uložit soubor s makrem</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4958"/> + <location filename="QScintilla/Editor.py" line="5048"/> <source>Save macro</source> <translation>Uložit makro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4973"/> + <location filename="QScintilla/Editor.py" line="5063"/> <source>Error saving macro</source> <translation>Chyba při ukládání makra</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4984"/> + <location filename="QScintilla/Editor.py" line="5074"/> <source>Start Macro Recording</source> <translation>Spustit záznam makra</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4984"/> + <location filename="QScintilla/Editor.py" line="5074"/> <source>Macro recording is already active. Start new?</source> <translation>Nahrávání makra již probíhá. Spustit nové?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5009"/> + <location filename="QScintilla/Editor.py" line="5099"/> <source>Macro Recording</source> <translation>Záznam makra</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5009"/> + <location filename="QScintilla/Editor.py" line="5099"/> <source>Enter name of the macro:</source> <translation>Vložte název makra:</translation> </message> @@ -7389,227 +7389,227 @@ <translation type="obsolete"><br><b>Pozor:</b> Ztratíte všechny změny pokud jej znovu otevřete.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5131"/> + <location filename="QScintilla/Editor.py" line="5221"/> <source>File changed</source> <translation>Soubor změněn</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5327"/> - <source>Drop Error</source> - <translation>Zahodit chybu</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5345"/> - <source>Resources</source> - <translation>Zdroje</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5347"/> - <source>Add file...</source> - <translation>Přidat soubor...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5349"/> - <source>Add files...</source> - <translation>Přidat soubory...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5351"/> - <source>Add aliased file...</source> - <translation>Přidat zástupce souboru...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5353"/> - <source>Add localized resource...</source> - <translation>Přidat lokalizované resource...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5356"/> - <source>Add resource frame</source> - <translation>Přidat resource frame</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5374"/> - <source>Add file resource</source> - <translation>Přidat soubor resource</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5390"/> - <source>Add file resources</source> - <translation>Přidat soubory resource</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="5417"/> - <source>Add aliased file resource</source> - <translation>Přidat zástupce souboru resource</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5478"/> - <source>Package Diagram</source> - <translation>Diagram balíčku</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5478"/> - <source>Include class attributes?</source> - <translation>Včetně atributů třídy?</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5507"/> - <source>Application Diagram</source> - <translation>Diagram aplikace</translation> + <source>Drop Error</source> + <translation>Zahodit chybu</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5435"/> + <source>Resources</source> + <translation>Zdroje</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5437"/> + <source>Add file...</source> + <translation>Přidat soubor...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5439"/> + <source>Add files...</source> + <translation>Přidat soubory...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5441"/> + <source>Add aliased file...</source> + <translation>Přidat zástupce souboru...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5443"/> + <source>Add localized resource...</source> + <translation>Přidat lokalizované resource...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5446"/> + <source>Add resource frame</source> + <translation>Přidat resource frame</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5464"/> + <source>Add file resource</source> + <translation>Přidat soubor resource</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5480"/> + <source>Add file resources</source> + <translation>Přidat soubory resource</translation> </message> <message> <location filename="QScintilla/Editor.py" line="5507"/> + <source>Add aliased file resource</source> + <translation>Přidat zástupce souboru resource</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5568"/> + <source>Package Diagram</source> + <translation>Diagram balíčku</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5568"/> + <source>Include class attributes?</source> + <translation>Včetně atributů třídy?</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5597"/> + <source>Application Diagram</source> + <translation>Diagram aplikace</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5597"/> <source>Include module names?</source> <translation>Včetně jmen modulů?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="864"/> + <location filename="QScintilla/Editor.py" line="872"/> <source>Export as</source> <translation>Exportovat jako</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1093"/> + <location filename="QScintilla/Editor.py" line="1101"/> <source>Export source</source> <translation>Export zdroj</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1093"/> + <location filename="QScintilla/Editor.py" line="1101"/> <source>No export format given. Aborting...</source> <translation>Nebyl zadán forám exportu. Zrušeno....</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5585"/> <source>Imports Diagram</source> <translation>Importovat diagram</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5585"/> <source>Include imports from external modules?</source> <translation>Zahrnout importy z externích modulů?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="698"/> + <location filename="QScintilla/Editor.py" line="706"/> <source>dynamic</source> <translation>dynamický</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="711"/> + <location filename="QScintilla/Editor.py" line="719"/> <source>Calltip</source> <translation>Rychlé tipy</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="678"/> + <location filename="QScintilla/Editor.py" line="686"/> <source>Print Preview</source> <translation>Náhled tisku</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="337"/> + <location filename="QScintilla/Editor.py" line="342"/> <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> <translation><b>Okno editoru zdrojového kódu</b><p>V tomto okně se zobrazuje a edituje soubor se zdrojovým kódem. Můžete otevřít oken podle libosti. Jméno souboru se zobrazuje v titlebaru okna.</p><p>Kliknutím do prostoru mezi čísly řádku a značkami skládání nastavíte breakpoint. Přes kontextové menu je pak lze editovat.</p><p>Záložka se vkládá kliknutím na stejné místo se stisknutou klávesou Shift.</p><p>Tyto akce mohou být navráceny zpět i opětovným kliknutím nebo přes kontextové menu.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="638"/> + <location filename="QScintilla/Editor.py" line="646"/> <source>Typing aids enabled</source> <translation>Pomůcky při psaní zapnuty</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="833"/> + <location filename="QScintilla/Editor.py" line="841"/> <source>End-of-Line Type</source> <translation>Typ Konec-řádku</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="837"/> + <location filename="QScintilla/Editor.py" line="845"/> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="843"/> + <location filename="QScintilla/Editor.py" line="851"/> <source>Windows</source> <translation></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="849"/> + <location filename="QScintilla/Editor.py" line="857"/> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="811"/> + <location filename="QScintilla/Editor.py" line="819"/> <source>Encodings</source> <translation>Kódování</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="793"/> + <location filename="QScintilla/Editor.py" line="801"/> <source>Guessed</source> <translation>Odhadem</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1106"/> + <location filename="QScintilla/Editor.py" line="1114"/> <source>Alternatives</source> <translation>Alternativy</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1121"/> + <location filename="QScintilla/Editor.py" line="1129"/> <source>Pygments Lexer</source> <translation></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1121"/> + <location filename="QScintilla/Editor.py" line="1129"/> <source>Select the Pygments lexer to apply.</source> <translation>Použít Pygments lexer.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5745"/> + <location filename="QScintilla/Editor.py" line="5835"/> <source>Check spelling...</source> <translation>Zatrhnout kontrolu...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="613"/> + <location filename="QScintilla/Editor.py" line="621"/> <source>Check spelling of selection...</source> <translation>Zatrhnout výběr kontroly...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5747"/> + <location filename="QScintilla/Editor.py" line="5837"/> <source>Add to dictionary</source> <translation>Přidat do slovníku</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5749"/> + <location filename="QScintilla/Editor.py" line="5839"/> <source>Ignore All</source> <translation>Ignorovat vše</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="617"/> + <location filename="QScintilla/Editor.py" line="625"/> <source>Remove from dictionary</source> <translation>Odebrat ze slovníku</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="285"/> + <location filename="QScintilla/Editor.py" line="290"/> <source><p>The size of the file <b>{0}</b> is <b>{1} KB</b>. Do you really want to load it?</p></source> <translation><p>Velikost souboru <b>{0}</b> je <b>{1} KB</b>. Opravdu jej chcete načíst?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1087"/> + <location filename="QScintilla/Editor.py" line="1095"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation><p>Pro formát exportu <b>{0}</b> není exportér dostupný. Zrušeno.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1102"/> + <location filename="QScintilla/Editor.py" line="1110"/> <source>Alternatives ({0})</source> <translation>Alternativy ({0})</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2315"/> + <location filename="QScintilla/Editor.py" line="2323"/> <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> <message> - <location filename="QScintilla/Editor.py" line="2363"/> + <location filename="QScintilla/Editor.py" line="2371"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>Soubor <b>{0}</b> nemůže být přejmenován.<br />Důvod: {1}</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2464"/> + <location filename="QScintilla/Editor.py" line="2472"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>Soubor <b>{0}</b> nemůže být přejmenován.<br />Důvod: {1}</p></translation> </message> @@ -7619,12 +7619,12 @@ <translation type="obsolete"><p>Soubor <b>{0}</b> již existuje.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4915"/> + <location filename="QScintilla/Editor.py" line="5005"/> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor s makrem <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4922"/> + <location filename="QScintilla/Editor.py" line="5012"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation><p>Soubor s makrem <b>{0}</b> je poškozen.</p></translation> </message> @@ -7634,102 +7634,102 @@ <translation type="obsolete"><p>Soubor s makrem <b>{0}</b> již existuje.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4973"/> + <location filename="QScintilla/Editor.py" line="5063"/> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation><p>So souboru s makrem <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5122"/> + <location filename="QScintilla/Editor.py" line="5212"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric5. Reread it?</p></source> <translation><p>Soubor <b>{0}</b> byl změněn po té co již byl načten do eric5. Znovu načíst?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5210"/> + <location filename="QScintilla/Editor.py" line="5300"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5327"/> - <source><p><b>{0}</b> is not a file.</p></source> - <translation><p><b>{0}</b> není soubor.</p></translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="5417"/> + <source><p><b>{0}</b> is not a file.</p></source> + <translation><p><b>{0}</b> není soubor.</p></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5507"/> <source>Alias for file <b>{0}</b>:</source> <translation>Zástupce pro soubor <b>{0}</b>:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1006"/> + <location filename="QScintilla/Editor.py" line="1014"/> <source>Next warning</source> <translation>Následující varování</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1009"/> + <location filename="QScintilla/Editor.py" line="1017"/> <source>Previous warning</source> <translation>Předchozí varování</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1012"/> + <location filename="QScintilla/Editor.py" line="1020"/> <source>Show warning message</source> <translation>Zobrazit varování</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1015"/> + <location filename="QScintilla/Editor.py" line="1023"/> <source>Clear warnings</source> <translation>Vyčistit varování</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4774"/> + <location filename="QScintilla/Editor.py" line="4864"/> <source>py3flakes Warning</source> <translation>py3flakes varování</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4774"/> + <location filename="QScintilla/Editor.py" line="4864"/> <source>No py3flakes warning message available.</source> <translation>Varování py3flakes není dostupné.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2516"/> + <location filename="QScintilla/Editor.py" line="2524"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4958"/> + <location filename="QScintilla/Editor.py" line="5048"/> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4817"/> + <location filename="QScintilla/Editor.py" line="4907"/> <source>Warning: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4823"/> + <location filename="QScintilla/Editor.py" line="4913"/> <source>Error: {0}</source> <translation type="unfinished">Chyby: {0}</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5127"/> + <location filename="QScintilla/Editor.py" line="5217"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3703"/> + <location filename="QScintilla/Editor.py" line="3793"/> <source>Activating Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3703"/> + <location filename="QScintilla/Editor.py" line="3793"/> <source>Auto-completion provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3888"/> + <location filename="QScintilla/Editor.py" line="3978"/> <source>Activating Calltip Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3888"/> + <location filename="QScintilla/Editor.py" line="3978"/> <source>Calltip provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> @@ -45185,7 +45185,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Utilities/__init__.py" line="1269"/> + <location filename="Utilities/__init__.py" line="1270"/> <source>Python2 interpreter did not finish within 30s.</source> <translation type="unfinished"></translation> </message> @@ -46358,7 +46358,7 @@ <message> <location filename="ViewManager/ViewManager.py" line="829"/> <source>Cl&ear</source> - <translation>Vyči&stit</translation> + <translation type="obsolete">Vyči&stit</translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="829"/> @@ -47403,7 +47403,7 @@ <translation>&Edit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="1890"/> + <location filename="ViewManager/ViewManager.py" line="1893"/> <source>Edit</source> <translation></translation> </message> @@ -47494,701 +47494,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="2145"/> + <location filename="ViewManager/ViewManager.py" line="2201"/> <source>Quicksearch</source> <translation>Rychlé hledání</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2009"/> + <location filename="ViewManager/ViewManager.py" line="2012"/> <source>&Quicksearch</source> <translation>Rychlé hl&edání</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2009"/> + <location filename="ViewManager/ViewManager.py" line="2012"/> <source>Ctrl+Shift+K</source> <comment>Search|Quicksearch</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2017"/> + <location filename="ViewManager/ViewManager.py" line="2020"/> <source>Perform a quicksearch</source> <translation>Provést rychlé hledání</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Quicksearch backwards</source> <translation>Rychlé hledání zpět</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Quicksearch &backwards</source> <translation>Rychlé hledání &zpět</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Ctrl+Shift+J</source> <comment>Search|Quicksearch backwards</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2036"/> + <location filename="ViewManager/ViewManager.py" line="2039"/> <source>Perform a quicksearch backwards</source> <translation>Provést rychlé hledání zpět</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Quicksearch extend</source> <translation>Rychlé hledání rozšířit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Quicksearch e&xtend</source> <translation>Rychlé hl&edání rozšířit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Ctrl+Shift+H</source> <comment>Search|Quicksearch extend</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2053"/> + <location filename="ViewManager/ViewManager.py" line="2056"/> <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="2055"/> + <location filename="ViewManager/ViewManager.py" line="2058"/> <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="2070"/> + <location filename="ViewManager/ViewManager.py" line="2073"/> <source>Goto Line</source> <translation>Jít na řádek</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2063"/> + <location filename="ViewManager/ViewManager.py" line="2066"/> <source>&Goto Line...</source> <translation>&Jít na řádek...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2063"/> + <location filename="ViewManager/ViewManager.py" line="2066"/> <source>Ctrl+G</source> <comment>Search|Goto Line</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2071"/> + <location filename="ViewManager/ViewManager.py" line="2074"/> <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="2086"/> + <location filename="ViewManager/ViewManager.py" line="2089"/> <source>Goto Brace</source> <translation>Jít na závorku</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2079"/> + <location filename="ViewManager/ViewManager.py" line="2082"/> <source>Goto &Brace</source> <translation>Jít na závork&u</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2079"/> + <location filename="ViewManager/ViewManager.py" line="2082"/> <source>Ctrl+L</source> <comment>Search|Goto Brace</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2088"/> + <location filename="ViewManager/ViewManager.py" line="2091"/> <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="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Search in Files</source> <translation>Hledat v souborech</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Search in &Files...</source> <translation>&Hledat v souborech...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Shift+Ctrl+F</source> <comment>Search|Search Files</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2105"/> + <location filename="ViewManager/ViewManager.py" line="2161"/> <source>Search for a text in files</source> <translation>Hledat text v souborech</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2107"/> + <location filename="ViewManager/ViewManager.py" line="2163"/> <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="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Zoom in</source> <translation>Přiblížit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Zoom &in</source> <translation>Př&iblížit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2239"/> + <location filename="ViewManager/ViewManager.py" line="2297"/> <source>Zoom in on the text</source> <translation>Zvětšovací lupa</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2241"/> + <location filename="ViewManager/ViewManager.py" line="2299"/> <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="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Zoom out</source> <translation>Oddálit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Zoom &out</source> <translation>&Oddálit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2255"/> + <location filename="ViewManager/ViewManager.py" line="2313"/> <source>Zoom out on the text</source> <translation>Zmenšovací lupa</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2257"/> + <location filename="ViewManager/ViewManager.py" line="2315"/> <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="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>Zoom</source> <translation>Lupa</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>&Zoom</source> <translation>&Lupa</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>Ctrl+#</source> <comment>View|Zoom</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2271"/> - <source>Zoom the text</source> - <translation>Lupa na text</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2273"/> - <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="2285"/> - <source>Toggle all folds</source> - <translation>Složit/rozložit všechna skládání</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2281"/> - <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="2287"/> - <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="2300"/> - <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="2295"/> - <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="2302"/> - <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="2314"/> - <source>Toggle current fold</source> - <translation>Složit/rozložit aktuální složený blok</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2310"/> - <source>Toggle &current fold</source> - <translation>Složit/rozložit aktuální složený &blok</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2316"/> - <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="2329"/> - <source>Remove all highlights</source> - <translation>Odebrat všechna zvýraznění</translation> + <source>Zoom the text</source> + <translation>Lupa na text</translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="2331"/> - <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="2338"/> - <source>Split view</source> - <translation>Rozdělit pohled</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2338"/> - <source>&Split view</source> - <translation>&Rozdělit pohled</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2342"/> - <source>Add a split to the view</source> - <translation>Přidat další rozdělení pohledu</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2344"/> - <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="2351"/> - <source>Arrange horizontally</source> - <translation>Uspořádat horizontálně</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2351"/> - <source>Arrange &horizontally</source> - <translation>Uspořádat &horizontálně</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2356"/> - <source>Arrange the splitted views horizontally</source> - <translation>Uspořádat rozdělené pohledy horizontálně</translation> + <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="2343"/> + <source>Toggle all folds</source> + <translation>Složit/rozložit všechna skládání</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2339"/> + <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="2345"/> + <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="2358"/> + <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="2353"/> + <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="2360"/> + <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="2372"/> + <source>Toggle current fold</source> + <translation>Složit/rozložit aktuální složený blok</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2368"/> + <source>Toggle &current fold</source> + <translation>Složit/rozložit aktuální složený &blok</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2374"/> + <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="2387"/> + <source>Remove all highlights</source> + <translation>Odebrat všechna zvýraznění</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2389"/> + <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="2396"/> + <source>Split view</source> + <translation>Rozdělit pohled</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2396"/> + <source>&Split view</source> + <translation>&Rozdělit pohled</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2400"/> + <source>Add a split to the view</source> + <translation>Přidat další rozdělení pohledu</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2402"/> + <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="2409"/> + <source>Arrange horizontally</source> + <translation>Uspořádat horizontálně</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2409"/> + <source>Arrange &horizontally</source> + <translation>Uspořádat &horizontálně</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2414"/> + <source>Arrange the splitted views horizontally</source> + <translation>Uspořádat rozdělené pohledy horizontálně</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2416"/> <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="2366"/> + <location filename="ViewManager/ViewManager.py" line="2424"/> <source>Remove split</source> <translation>Odebrat rozdělený pohled</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2366"/> + <location filename="ViewManager/ViewManager.py" line="2424"/> <source>&Remove split</source> <translation>Odebra&t rozdělený pohled</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2371"/> + <location filename="ViewManager/ViewManager.py" line="2429"/> <source>Remove the current split</source> <translation>Odebrat aktuální rozdělení pohledu</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2373"/> + <location filename="ViewManager/ViewManager.py" line="2431"/> <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="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>Next split</source> <translation>Další rozdělený pohled</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>&Next split</source> <translation>Další rozděle&ný pohled</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>Ctrl+Alt+N</source> <comment>View|Next split</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2386"/> + <location filename="ViewManager/ViewManager.py" line="2444"/> <source>Move to the next split</source> <translation>Posun na další rozdělený pohled</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2388"/> + <location filename="ViewManager/ViewManager.py" line="2446"/> <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="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>Previous split</source> <translation>Předchozí rozdělený pohled</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>&Previous split</source> <translation>&Předchozí rozdělený pohled</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>Ctrl+Alt+P</source> <comment>View|Previous split</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2401"/> + <location filename="ViewManager/ViewManager.py" line="2459"/> <source>Move to the previous split</source> <translation>Posun na předchozí rozdělený pohled</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2403"/> + <location filename="ViewManager/ViewManager.py" line="2461"/> <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="2425"/> + <location filename="ViewManager/ViewManager.py" line="2483"/> <source>&View</source> <translation>Poh&led</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2452"/> + <location filename="ViewManager/ViewManager.py" line="2510"/> <source>View</source> <translation>Pohled</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2478"/> + <location filename="ViewManager/ViewManager.py" line="2536"/> <source>Start Macro Recording</source> <translation>Spustit záznam makra</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2473"/> + <location filename="ViewManager/ViewManager.py" line="2531"/> <source>S&tart Macro Recording</source> <translation>Spus&tit záznam makra</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2480"/> + <location filename="ViewManager/ViewManager.py" line="2538"/> <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="2492"/> + <location filename="ViewManager/ViewManager.py" line="2550"/> <source>Stop Macro Recording</source> <translation>Zastavit záznam makra</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2487"/> + <location filename="ViewManager/ViewManager.py" line="2545"/> <source>Sto&p Macro Recording</source> <translation>Sto&p záznamu makra</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2494"/> + <location filename="ViewManager/ViewManager.py" line="2552"/> <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="2504"/> + <location filename="ViewManager/ViewManager.py" line="2562"/> <source>Run Macro</source> <translation>Spustit makro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2501"/> + <location filename="ViewManager/ViewManager.py" line="2559"/> <source>&Run Macro</source> <translation>Spustit mak&ro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2505"/> + <location filename="ViewManager/ViewManager.py" line="2563"/> <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="2516"/> + <location filename="ViewManager/ViewManager.py" line="2574"/> <source>Delete Macro</source> <translation>Smazat makro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2512"/> + <location filename="ViewManager/ViewManager.py" line="2570"/> <source>&Delete Macro</source> <translation>Smazat makr&o</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2518"/> + <location filename="ViewManager/ViewManager.py" line="2576"/> <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="2528"/> + <location filename="ViewManager/ViewManager.py" line="2586"/> <source>Load Macro</source> <translation>Načíst makro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2525"/> + <location filename="ViewManager/ViewManager.py" line="2583"/> <source>&Load Macro</source> <translation>&Načíst makro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2530"/> + <location filename="ViewManager/ViewManager.py" line="2588"/> <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="2540"/> - <source>Save Macro</source> - <translation>Uložit makro</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2537"/> - <source>&Save Macro</source> - <translation>&Uložit makro</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2542"/> - <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="2557"/> - <source>&Macros</source> - <translation>&Makra</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2580"/> - <source>Toggle Bookmark</source> - <translation>Přepnout záložku</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2573"/> - <source>&Toggle Bookmark</source> - <translation>Přepnou&t záložku</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2573"/> - <source>Alt+Ctrl+T</source> - <comment>Bookmark|Toggle</comment> - <translation></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2582"/> - <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="2596"/> - <source>Next Bookmark</source> - <translation>Následující záložka</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2589"/> - <source>&Next Bookmark</source> - <translation>&Následující záložka</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2589"/> - <source>Ctrl+PgDown</source> - <comment>Bookmark|Next</comment> - <translation></translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2598"/> + <source>Save Macro</source> + <translation>Uložit makro</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2595"/> + <source>&Save Macro</source> + <translation>&Uložit makro</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2600"/> + <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="2615"/> + <source>&Macros</source> + <translation>&Makra</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2638"/> + <source>Toggle Bookmark</source> + <translation>Přepnout záložku</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2631"/> + <source>&Toggle Bookmark</source> + <translation>Přepnou&t záložku</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2631"/> + <source>Alt+Ctrl+T</source> + <comment>Bookmark|Toggle</comment> + <translation></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2640"/> + <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="2654"/> + <source>Next Bookmark</source> + <translation>Následující záložka</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2647"/> + <source>&Next Bookmark</source> + <translation>&Následující záložka</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2647"/> + <source>Ctrl+PgDown</source> + <comment>Bookmark|Next</comment> + <translation></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2656"/> <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="2612"/> + <location filename="ViewManager/ViewManager.py" line="2670"/> <source>Previous Bookmark</source> <translation>Předchozí záložka</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2605"/> + <location filename="ViewManager/ViewManager.py" line="2663"/> <source>&Previous Bookmark</source> <translation>&Předchozí záložka</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2605"/> + <location filename="ViewManager/ViewManager.py" line="2663"/> <source>Ctrl+PgUp</source> <comment>Bookmark|Previous</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2614"/> + <location filename="ViewManager/ViewManager.py" line="2672"/> <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="2628"/> + <location filename="ViewManager/ViewManager.py" line="2686"/> <source>Clear Bookmarks</source> <translation>Vyčistit záložky</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2621"/> + <location filename="ViewManager/ViewManager.py" line="2679"/> <source>&Clear Bookmarks</source> <translation>Vyčistit (zr&ušit) záložky</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2621"/> + <location filename="ViewManager/ViewManager.py" line="2679"/> <source>Alt+Ctrl+C</source> <comment>Bookmark|Clear</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2630"/> + <location filename="ViewManager/ViewManager.py" line="2688"/> <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="2643"/> + <location filename="ViewManager/ViewManager.py" line="2701"/> <source>Goto Syntax Error</source> <translation>Jít na Syntaktickou chybu</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2637"/> + <location filename="ViewManager/ViewManager.py" line="2695"/> <source>&Goto Syntax Error</source> <translation>&Jít na Syntaktickou chybu</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2645"/> + <location filename="ViewManager/ViewManager.py" line="2703"/> <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="2657"/> - <source>Clear Syntax Errors</source> - <translation>Vyčistit Syntaktické chyby</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2652"/> - <source>Clear &Syntax Errors</source> - <translation>V&yčistit Syntaktické chyby</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2659"/> - <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="2721"/> - <source>Next uncovered line</source> - <translation>Následují problémová řádka</translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2715"/> + <source>Clear Syntax Errors</source> + <translation>Vyčistit Syntaktické chyby</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2710"/> + <source>Clear &Syntax Errors</source> + <translation>V&yčistit Syntaktické chyby</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2717"/> + <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="2779"/> + <source>Next uncovered line</source> + <translation>Následují problémová řádka</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2773"/> <source>&Next uncovered line</source> <translation>Nás&ledující problémová řádka</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2723"/> + <location filename="ViewManager/ViewManager.py" line="2781"/> <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="2737"/> + <location filename="ViewManager/ViewManager.py" line="2795"/> <source>Previous uncovered line</source> <translation>Předchozí problémová řádka</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2730"/> + <location filename="ViewManager/ViewManager.py" line="2788"/> <source>&Previous uncovered line</source> <translation>Př&edchozí problémová řádka</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2739"/> + <location filename="ViewManager/ViewManager.py" line="2797"/> <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="2753"/> + <location filename="ViewManager/ViewManager.py" line="2811"/> <source>Next Task</source> <translation>Následující úloha</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2747"/> + <location filename="ViewManager/ViewManager.py" line="2805"/> <source>&Next Task</source> <translation>Následující úlo&ha</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2755"/> + <location filename="ViewManager/ViewManager.py" line="2813"/> <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="2769"/> - <source>Previous Task</source> - <translation>Předchozí úloha</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2762"/> - <source>&Previous Task</source> - <translation>Předchozí úl&oha</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2771"/> - <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="2787"/> - <source>&Bookmarks</source> - <translation>&Záložky</translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2827"/> + <source>Previous Task</source> + <translation>Předchozí úloha</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2820"/> + <source>&Previous Task</source> + <translation>Předchozí úl&oha</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2829"/> + <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="2845"/> + <source>&Bookmarks</source> + <translation>&Záložky</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2885"/> <source>Bookmarks</source> <translation>Záložky</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2950"/> + <location filename="ViewManager/ViewManager.py" line="3008"/> <source>Open files</source> <translation>Otevřené soubory</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2986"/> + <location filename="ViewManager/ViewManager.py" line="3044"/> <source>File Modified</source> <translation>Soubor změněn</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3610"/> + <location filename="ViewManager/ViewManager.py" line="3669"/> <source>&Clear</source> <translation>&Vyčistit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3606"/> + <location filename="ViewManager/ViewManager.py" line="3665"/> <source>&Add</source> <translation>Přid&at</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3608"/> + <location filename="ViewManager/ViewManager.py" line="3667"/> <source>&Edit...</source> <translation>&Edit...</translation> </message> @@ -48213,7 +48213,7 @@ <translation>Exportovat jako</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2190"/> + <location filename="ViewManager/ViewManager.py" line="2246"/> <source>Quicksearch Textedit</source> <translation>Rychlé hledání texteditoru</translation> </message> @@ -48259,17 +48259,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="2019"/> + <location filename="ViewManager/ViewManager.py" line="2022"/> <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="2038"/> + <location filename="ViewManager/ViewManager.py" line="2041"/> <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="2168"/> + <location filename="ViewManager/ViewManager.py" line="2224"/> <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> @@ -48330,144 +48330,144 @@ <translation>Shift+Enter</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Replace in Files</source> <translation>Nahradit v souborech</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Replace in F&iles...</source> <translation>Nahrad&it v souborech...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Shift+Ctrl+R</source> <comment>Search|Replace in Files</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2123"/> + <location filename="ViewManager/ViewManager.py" line="2179"/> <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="2125"/> + <location filename="ViewManager/ViewManager.py" line="2181"/> <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> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>Spell check</source> <translation>Kontola pravopisu</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>&Spell Check...</source> <translation>Kontrola pravopi&su...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>Shift+F7</source> <comment>Spelling|Spell Check</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2866"/> - <source>Perform spell check of current editor</source> - <translation>Spustit kontrolu pravopisu v aktuálním editoru</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2868"/> - <source><b>Spell check</b><p>Perform a spell check of the current editor.</p></source> - <translation><b>Kontrola pravopisu</b><p>Spustí se kontrola pravopisu v aktuálním editoru.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2875"/> - <source>Automatic spell checking</source> - <translation>Automatická kontrola pravopisu</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2875"/> - <source>&Automatic spell checking</source> - <translation>&Automatická kontrola pravopisu</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2882"/> - <source>(De-)Activate automatic spell checking</source> - <translation>(De-)aktivovat akutomatickou kontrolu</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2884"/> - <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="2924"/> + <source>Perform spell check of current editor</source> + <translation>Spustit kontrolu pravopisu v aktuálním editoru</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2926"/> + <source><b>Spell check</b><p>Perform a spell check of the current editor.</p></source> + <translation><b>Kontrola pravopisu</b><p>Spustí se kontrola pravopisu v aktuálním editoru.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2933"/> + <source>Automatic spell checking</source> + <translation>Automatická kontrola pravopisu</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2933"/> + <source>&Automatic spell checking</source> + <translation>&Automatická kontrola pravopisu</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2940"/> + <source>(De-)Activate automatic spell checking</source> + <translation>(De-)aktivovat akutomatickou kontrolu</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2942"/> + <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="2982"/> <source>Spelling</source> <translation>Pravopis</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2986"/> + <location filename="ViewManager/ViewManager.py" line="3044"/> <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> <message> - <location filename="ViewManager/ViewManager.py" line="3265"/> + <location filename="ViewManager/ViewManager.py" line="3324"/> <source>File: {0}</source> <translation>Soubor: {0}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3269"/> + <location filename="ViewManager/ViewManager.py" line="3328"/> <source>Line: {0:5}</source> <translation>Řádek: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3274"/> + <location filename="ViewManager/ViewManager.py" line="3333"/> <source>Pos: {0:5}</source> <translation>Poz: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2673"/> + <location filename="ViewManager/ViewManager.py" line="2731"/> <source>Next warning message</source> <translation>Další varování</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2666"/> + <location filename="ViewManager/ViewManager.py" line="2724"/> <source>&Next warning message</source> <translation>Další varová&ní</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2675"/> + <location filename="ViewManager/ViewManager.py" line="2733"/> <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="2690"/> + <location filename="ViewManager/ViewManager.py" line="2748"/> <source>Previous warning message</source> <translation>Předchozí varování</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2683"/> + <location filename="ViewManager/ViewManager.py" line="2741"/> <source>&Previous warning message</source> <translation>&Předchozí varování</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2692"/> + <location filename="ViewManager/ViewManager.py" line="2750"/> <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="2706"/> + <location filename="ViewManager/ViewManager.py" line="2764"/> <source>Clear Warning Messages</source> <translation>Vyčistit varovná hlášení</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2700"/> + <location filename="ViewManager/ViewManager.py" line="2758"/> <source>Clear &Warning Messages</source> <translation>&Vyčistit varovná hlášení</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2708"/> + <location filename="ViewManager/ViewManager.py" line="2766"/> <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> @@ -48487,6 +48487,69 @@ <source><b>Join Lines</b><p>Join the current and the next lines.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2106"/> + <source>Goto Last Edit Location</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2098"/> + <source>Goto Last &Edit Location</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2098"/> + <source>Ctrl+Shift+G</source> + <comment>Search|Goto Last Edit Location</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2108"/> + <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="2115"/> + <source>Goto Previous Method or Class</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2115"/> + <source>Ctrl+Shift+Up</source> + <comment>Search|Goto Previous Method or Class</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2122"/> + <source>Go to the previous method or class definition</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2125"/> + <source><b>Goto Previous Method or Class</b><p>Goes to the line of the previous method or class definition and highlights the name.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2133"/> + <source>Goto Next Method or Class</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2133"/> + <source>Ctrl+Shift+Down</source> + <comment>Search|Goto Next Method or Class</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2140"/> + <source>Go to the next method or class definition</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2143"/> + <source><b>Goto Next Method or Class</b><p>Goes to the line of the next method or class definition and highlights the name.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ViewProfileDialog</name>
--- a/i18n/eric5_de.ts Mon Jul 04 08:08:04 2011 +0200 +++ b/i18n/eric5_de.ts Sun Jul 10 16:31:33 2011 +0200 @@ -6780,817 +6780,817 @@ <context> <name>Editor</name> <message> - <location filename="QScintilla/Editor.py" line="2363"/> + <location filename="QScintilla/Editor.py" line="2371"/> <source>Open File</source> <translation>Datei öffnen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2516"/> + <location filename="QScintilla/Editor.py" line="2524"/> <source>Save File</source> <translation>Datei sichern</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="568"/> + <location filename="QScintilla/Editor.py" line="576"/> <source>Undo</source> <translation>Rückgängig</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="571"/> + <location filename="QScintilla/Editor.py" line="579"/> <source>Redo</source> <translation>Wiederherstellen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="578"/> + <location filename="QScintilla/Editor.py" line="586"/> <source>Cut</source> <translation>Ausschneiden</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="581"/> - <source>Copy</source> - <translation>Kopieren</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="583"/> - <source>Paste</source> - <translation>Einfügen</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="587"/> - <source>Indent</source> - <translation>Einrücken</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="589"/> - <source>Unindent</source> - <translation>Einrücken rückgängig</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="592"/> - <source>Comment</source> - <translation>Kommentar</translation> + <source>Copy</source> + <translation>Kopieren</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="591"/> + <source>Paste</source> + <translation>Einfügen</translation> </message> <message> <location filename="QScintilla/Editor.py" line="595"/> + <source>Indent</source> + <translation>Einrücken</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="597"/> + <source>Unindent</source> + <translation>Einrücken rückgängig</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="600"/> + <source>Comment</source> + <translation>Kommentar</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="603"/> <source>Uncomment</source> <translation>Kommentar entfernen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="667"/> + <location filename="QScintilla/Editor.py" line="675"/> <source>Close</source> <translation>Schließen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="671"/> + <location filename="QScintilla/Editor.py" line="679"/> <source>Save</source> <translation>Speichern</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="673"/> + <location filename="QScintilla/Editor.py" line="681"/> <source>Save As...</source> <translation>Speichern unter...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="606"/> + <location filename="QScintilla/Editor.py" line="614"/> <source>Select all</source> <translation>Alles auswählen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="607"/> + <location filename="QScintilla/Editor.py" line="615"/> <source>Deselect all</source> <translation>Auswahl aufheben</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="604"/> + <location filename="QScintilla/Editor.py" line="612"/> <source>Select to brace</source> <translation>Zur Klammer auswählen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="680"/> + <location filename="QScintilla/Editor.py" line="688"/> <source>Print</source> <translation>Drucken</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2142"/> + <location filename="QScintilla/Editor.py" line="2150"/> <source>Printing...</source> <translation>Drucke...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2159"/> + <location filename="QScintilla/Editor.py" line="2167"/> <source>Printing completed</source> <translation>Drucken beendet</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2161"/> + <location filename="QScintilla/Editor.py" line="2169"/> <source>Error while printing</source> <translation>Fehler beim Drucken</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2164"/> + <location filename="QScintilla/Editor.py" line="2172"/> <source>Printing aborted</source> <translation>Drucken abgebrochen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5131"/> + <location filename="QScintilla/Editor.py" line="5221"/> <source>File changed</source> <translation>Datei geändert</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="721"/> - <source>Check</source> - <translation>Prüfen</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="2315"/> - <source>File Modified</source> - <translation>Datei geändert</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="731"/> - <source>Code metrics...</source> - <translation>Quelltext Metriken...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="733"/> - <source>Code coverage...</source> - <translation>Quelltext Abdeckung...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="741"/> - <source>Profile data...</source> - <translation>Profildaten...</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="729"/> + <source>Check</source> + <translation>Prüfen</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="2323"/> + <source>File Modified</source> + <translation>Datei geändert</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="739"/> + <source>Code metrics...</source> + <translation>Quelltext Metriken...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="741"/> + <source>Code coverage...</source> + <translation>Quelltext Abdeckung...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="749"/> + <source>Profile data...</source> + <translation>Profildaten...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="737"/> <source>Show</source> <translation>Zeige</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="598"/> + <location filename="QScintilla/Editor.py" line="606"/> <source>Stream Comment</source> <translation>Stream Kommentar</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="601"/> + <location filename="QScintilla/Editor.py" line="609"/> <source>Box Comment</source> <translation>Box Kommentar</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1529"/> + <location filename="QScintilla/Editor.py" line="1537"/> <source>Modification of Read Only file</source> <translation>Änderungsversuch für eine schreibgeschützte Datei</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1529"/> + <location filename="QScintilla/Editor.py" line="1537"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Sie versuchen, eine schreibgeschützte Datei zu ändern. Bitte speichern sie sie zuerst in eine andere Datei.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="771"/> + <location filename="QScintilla/Editor.py" line="779"/> <source>Languages</source> <translation>Sprachen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="574"/> + <location filename="QScintilla/Editor.py" line="582"/> <source>Revert to last saved state</source> <translation>Zurück zum letzten gesichert Zustand</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4873"/> + <location filename="QScintilla/Editor.py" line="4963"/> <source>Macro Name</source> <translation>Makro Name</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4873"/> + <location filename="QScintilla/Editor.py" line="4963"/> <source>Select a macro name:</source> <translation>Wähle einen Makro Namen:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4941"/> + <location filename="QScintilla/Editor.py" line="5031"/> <source>Macro files (*.macro)</source> <translation>Makro Dateien (*.macro)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4901"/> + <location filename="QScintilla/Editor.py" line="4991"/> <source>Load macro file</source> <translation>Lade Makro Datei</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4922"/> + <location filename="QScintilla/Editor.py" line="5012"/> <source>Error loading macro</source> <translation>Fehler beim Makro Laden</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4941"/> + <location filename="QScintilla/Editor.py" line="5031"/> <source>Save macro file</source> <translation>Makro Datei schreiben</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4958"/> + <location filename="QScintilla/Editor.py" line="5048"/> <source>Save macro</source> <translation>Makro speichern</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4973"/> + <location filename="QScintilla/Editor.py" line="5063"/> <source>Error saving macro</source> <translation>Fehler beim Makro speichern</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4984"/> + <location filename="QScintilla/Editor.py" line="5074"/> <source>Start Macro Recording</source> <translation>Makroaufzeichnung starten</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5009"/> + <location filename="QScintilla/Editor.py" line="5099"/> <source>Macro Recording</source> <translation>Makroaufzeichnung</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5009"/> + <location filename="QScintilla/Editor.py" line="5099"/> <source>Enter name of the macro:</source> <translation>Gib einen Namen für das Makro ein:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="983"/> + <location filename="QScintilla/Editor.py" line="991"/> <source>Toggle bookmark</source> <translation>Lesezeichen setzen/löschen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="986"/> + <location filename="QScintilla/Editor.py" line="994"/> <source>Next bookmark</source> <translation>Nächstes Lesezeichen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="989"/> + <location filename="QScintilla/Editor.py" line="997"/> <source>Previous bookmark</source> <translation>Vorheriges Lesezeichen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="992"/> + <location filename="QScintilla/Editor.py" line="1000"/> <source>Clear all bookmarks</source> <translation>Alle Lesezeichen löschen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1019"/> + <location filename="QScintilla/Editor.py" line="1027"/> <source>Toggle breakpoint</source> <translation>Haltepunkt setzen/löschen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1055"/> + <location filename="QScintilla/Editor.py" line="1063"/> <source>LMB toggles bookmarks</source> <translation>LMK schaltet Lesezeichen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1060"/> + <location filename="QScintilla/Editor.py" line="1068"/> <source>LMB toggles breakpoints</source> <translation>LMK schaltet Haltepunkte</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1031"/> + <location filename="QScintilla/Editor.py" line="1039"/> <source>Next breakpoint</source> <translation>Nächster Haltepunkt</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1034"/> + <location filename="QScintilla/Editor.py" line="1042"/> <source>Previous breakpoint</source> <translation>Vorheriger Haltepunkt</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1037"/> + <location filename="QScintilla/Editor.py" line="1045"/> <source>Clear all breakpoints</source> <translation>Alle Haltepunkte löschen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1025"/> + <location filename="QScintilla/Editor.py" line="1033"/> <source>Edit breakpoint...</source> <translation>Haltepunkt bearbeiten...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4088"/> + <location filename="QScintilla/Editor.py" line="4178"/> <source>Enable breakpoint</source> <translation>Haltepunkt aktivieren</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4091"/> + <location filename="QScintilla/Editor.py" line="4181"/> <source>Disable breakpoint</source> <translation>Haltepunkt deaktivieren</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4380"/> + <location filename="QScintilla/Editor.py" line="4470"/> <source>Code Coverage</source> <translation>Quelltext Abdeckung</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4380"/> + <location filename="QScintilla/Editor.py" line="4470"/> <source>Please select a coverage file</source> <translation>Bitte wählen sie eine Datei mit Abdeckungsdaten</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4518"/> + <location filename="QScintilla/Editor.py" line="4608"/> <source>Profile Data</source> <translation>Profildaten</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4518"/> + <location filename="QScintilla/Editor.py" line="4608"/> <source>Please select a profile file</source> <translation>Bitte wählen sie eine Datei mit Profildaten</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="645"/> + <location filename="QScintilla/Editor.py" line="653"/> <source>Autocompletion enabled</source> <translation>Autom. Vervollständigung aktiv</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3607"/> + <location filename="QScintilla/Editor.py" line="3697"/> <source>Autocompletion</source> <translation>Autom. Vervollständigung</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3607"/> + <location filename="QScintilla/Editor.py" line="3697"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>Die automatische Vervollständigung ist nicht verfügbar, da keine Quelle gesetzt ist.</translation> </message> <message> + <location filename="QScintilla/Editor.py" line="636"/> + <source>Use Monospaced Font</source> + <translation>Benutze Monospace Font</translation> + </message> + <message> <location filename="QScintilla/Editor.py" line="628"/> - <source>Use Monospaced Font</source> - <translation>Benutze Monospace Font</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="620"/> <source>Shorten empty lines</source> <translation>Leere Zeilen verkürzen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="662"/> + <location filename="QScintilla/Editor.py" line="670"/> <source>New view</source> <translation>Neue Ansicht</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="996"/> + <location filename="QScintilla/Editor.py" line="1004"/> <source>Goto syntax error</source> <translation>Zu Syntaxfehler gehen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1002"/> + <location filename="QScintilla/Editor.py" line="1010"/> <source>Clear syntax error</source> <translation>Syntaxfehler löschen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="633"/> + <location filename="QScintilla/Editor.py" line="641"/> <source>Autosave enabled</source> <translation>Autom. Speicherung aktiv</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5327"/> - <source>Drop Error</source> - <translation>Drop Fehler</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="999"/> - <source>Show syntax error message</source> - <translation>Zeige Syntaxfehlermeldung</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="4648"/> - <source>Syntax Error</source> - <translation>Syntaxfehler</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="4648"/> - <source>No syntax error message available.</source> - <translation>Keine Syntaxfehlermeldung verfügbar.</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="1022"/> - <source>Toggle temporary breakpoint</source> - <translation>Temporären Haltepunkt setzen/löschen</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="735"/> - <source>Show code coverage annotations</source> - <translation>Markiere Zeilen ohne Abdeckung</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="738"/> - <source>Hide code coverage annotations</source> - <translation>Lösche Abdeckungsmarkierungen</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="1041"/> - <source>Next uncovered line</source> - <translation>Nächste nichtabgedeckte Zeile</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="1044"/> - <source>Previous uncovered line</source> - <translation>Vorige nichtabgedeckte Zeile</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="4426"/> - <source>Show Code Coverage Annotations</source> - <translation>Zeilen ohne Abdeckung Markieren</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="4422"/> - <source>All lines have been covered.</source> - <translation>Alle Zeilen sind abgedeckt.</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="4426"/> - <source>There is no coverage file available.</source> - <translation>Es gibt keine Datei mit Abdeckungsinformationen.</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="2315"/> - <source><p>The file <b>{0}</b> has unsaved changes.</p></source> - <translation><p>Die Datei <b>{0}</b> enthält ungesicherte Änderungen.</p></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="4915"/> - <source><p>The macro file <b>{0}</b> could not be read.</p></source> - <translation><p>Die Makro Datei <b>{0}</b> kann nicht gelesen werden.</p></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="4922"/> - <source><p>The macro file <b>{0}</b> is corrupt.</p></source> - <translation><p>Die Makro Datei <b>{0}</b> ist zerstört.</p></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="4973"/> - <source><p>The macro file <b>{0}</b> could not be written.</p></source> - <translation><p>Die Makro Datei <b>{0}</b> kann nicht geschrieben werden.</p></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5327"/> - <source><p><b>{0}</b> is not a file.</p></source> - <translation><p><b>{0}</b> ist keine Datei.</p></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="663"/> - <source>New view (with new split)</source> - <translation>Neue Ansicht (in neuem Abschnitt)</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="285"/> - <source><p>The size of the file <b>{0}</b> is <b>{1} KB</b>. Do you really want to load it?</p></source> - <translation><p>Die Größe der Datei <b>{0}</b> ist <b>{1} KB<7B>. Soll sie wirklich geladen werden?</p></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="751"/> - <source>Diagrams</source> - <translation>Diagramme</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="753"/> - <source>Class Diagram...</source> - <translation>Klassendiagramm...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="755"/> - <source>Package Diagram...</source> - <translation>Package Diagramm...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="757"/> - <source>Imports Diagram...</source> - <translation>Imports-Diagramm...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="760"/> - <source>Application Diagram...</source> - <translation>Applikations-Diagramm...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="774"/> - <source>No Language</source> - <translation>Keine Sprache</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5210"/> - <source>{0} (ro)</source> - <translation>{0} (ro)</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5345"/> - <source>Resources</source> - <translation>Resourcen</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5347"/> - <source>Add file...</source> - <translation>Datei hinzufügen...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5349"/> - <source>Add files...</source> - <translation>Dateien hinzufügen...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5351"/> - <source>Add aliased file...</source> - <translation>Aliased Datei hinzufügen...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5353"/> - <source>Add localized resource...</source> - <translation>Lokalisierte Resource hinzufügen...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5374"/> - <source>Add file resource</source> - <translation>Dateiresource hinzufügen</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5390"/> - <source>Add file resources</source> - <translation>Dateiresourcen hinzufügen</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="5417"/> - <source>Add aliased file resource</source> - <translation>Aliased Dateiresourcen hinzufügen</translation> + <source>Drop Error</source> + <translation>Drop Fehler</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="1007"/> + <source>Show syntax error message</source> + <translation>Zeige Syntaxfehlermeldung</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="4738"/> + <source>Syntax Error</source> + <translation>Syntaxfehler</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="4738"/> + <source>No syntax error message available.</source> + <translation>Keine Syntaxfehlermeldung verfügbar.</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="1030"/> + <source>Toggle temporary breakpoint</source> + <translation>Temporären Haltepunkt setzen/löschen</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="743"/> + <source>Show code coverage annotations</source> + <translation>Markiere Zeilen ohne Abdeckung</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="746"/> + <source>Hide code coverage annotations</source> + <translation>Lösche Abdeckungsmarkierungen</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="1049"/> + <source>Next uncovered line</source> + <translation>Nächste nichtabgedeckte Zeile</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="1052"/> + <source>Previous uncovered line</source> + <translation>Vorige nichtabgedeckte Zeile</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="4516"/> + <source>Show Code Coverage Annotations</source> + <translation>Zeilen ohne Abdeckung Markieren</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="4512"/> + <source>All lines have been covered.</source> + <translation>Alle Zeilen sind abgedeckt.</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="4516"/> + <source>There is no coverage file available.</source> + <translation>Es gibt keine Datei mit Abdeckungsinformationen.</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="2323"/> + <source><p>The file <b>{0}</b> has unsaved changes.</p></source> + <translation><p>Die Datei <b>{0}</b> enthält ungesicherte Änderungen.</p></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5005"/> + <source><p>The macro file <b>{0}</b> could not be read.</p></source> + <translation><p>Die Makro Datei <b>{0}</b> kann nicht gelesen werden.</p></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5012"/> + <source><p>The macro file <b>{0}</b> is corrupt.</p></source> + <translation><p>Die Makro Datei <b>{0}</b> ist zerstört.</p></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5063"/> + <source><p>The macro file <b>{0}</b> could not be written.</p></source> + <translation><p>Die Makro Datei <b>{0}</b> kann nicht geschrieben werden.</p></translation> </message> <message> <location filename="QScintilla/Editor.py" line="5417"/> - <source>Alias for file <b>{0}</b>:</source> - <translation>Alias für Datei <b>{0}</b>:</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5478"/> - <source>Package Diagram</source> - <translation>Package-Diagramm</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5478"/> - <source>Include class attributes?</source> - <translation>Klassenattribute anzeigen?</translation> + <source><p><b>{0}</b> is not a file.</p></source> + <translation><p><b>{0}</b> ist keine Datei.</p></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="671"/> + <source>New view (with new split)</source> + <translation>Neue Ansicht (in neuem Abschnitt)</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="290"/> + <source><p>The size of the file <b>{0}</b> is <b>{1} KB</b>. Do you really want to load it?</p></source> + <translation><p>Die Größe der Datei <b>{0}</b> ist <b>{1} KB<7B>. Soll sie wirklich geladen werden?</p></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="759"/> + <source>Diagrams</source> + <translation>Diagramme</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="761"/> + <source>Class Diagram...</source> + <translation>Klassendiagramm...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="763"/> + <source>Package Diagram...</source> + <translation>Package Diagramm...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="765"/> + <source>Imports Diagram...</source> + <translation>Imports-Diagramm...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="768"/> + <source>Application Diagram...</source> + <translation>Applikations-Diagramm...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="782"/> + <source>No Language</source> + <translation>Keine Sprache</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5300"/> + <source>{0} (ro)</source> + <translation>{0} (ro)</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5435"/> + <source>Resources</source> + <translation>Resourcen</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5437"/> + <source>Add file...</source> + <translation>Datei hinzufügen...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5439"/> + <source>Add files...</source> + <translation>Dateien hinzufügen...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5441"/> + <source>Add aliased file...</source> + <translation>Aliased Datei hinzufügen...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5443"/> + <source>Add localized resource...</source> + <translation>Lokalisierte Resource hinzufügen...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5464"/> + <source>Add file resource</source> + <translation>Dateiresource hinzufügen</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5480"/> + <source>Add file resources</source> + <translation>Dateiresourcen hinzufügen</translation> </message> <message> <location filename="QScintilla/Editor.py" line="5507"/> - <source>Application Diagram</source> - <translation>Applikations-Diagramm</translation> + <source>Add aliased file resource</source> + <translation>Aliased Dateiresourcen hinzufügen</translation> </message> <message> <location filename="QScintilla/Editor.py" line="5507"/> + <source>Alias for file <b>{0}</b>:</source> + <translation>Alias für Datei <b>{0}</b>:</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5568"/> + <source>Package Diagram</source> + <translation>Package-Diagramm</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5568"/> + <source>Include class attributes?</source> + <translation>Klassenattribute anzeigen?</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5597"/> + <source>Application Diagram</source> + <translation>Applikations-Diagramm</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5597"/> <source>Include module names?</source> <translation>Modulnamen anzeigen?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5356"/> + <location filename="QScintilla/Editor.py" line="5446"/> <source>Add resource frame</source> <translation>Resource Rahmen hinzufügen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4984"/> + <location filename="QScintilla/Editor.py" line="5074"/> <source>Macro recording is already active. Start new?</source> <translation>Eine Makroaufzeichnung ist bereits aktiv. Neu starten?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1048"/> + <location filename="QScintilla/Editor.py" line="1056"/> <source>Next task</source> <translation>Nächste Aufgabe</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1051"/> + <location filename="QScintilla/Editor.py" line="1059"/> <source>Previous task</source> <translation>Vorherige Aufgabe</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="695"/> + <location filename="QScintilla/Editor.py" line="703"/> <source>Autocomplete</source> <translation>Vervollständigen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="701"/> + <location filename="QScintilla/Editor.py" line="709"/> <source>from Document</source> <translation>vom Dokument</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="704"/> + <location filename="QScintilla/Editor.py" line="712"/> <source>from APIs</source> <translation>von APIs</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="707"/> + <location filename="QScintilla/Editor.py" line="715"/> <source>from Document and APIs</source> <translation>vom Dokument und von APIs</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="864"/> + <location filename="QScintilla/Editor.py" line="872"/> <source>Export as</source> <translation>Exportieren als</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1093"/> + <location filename="QScintilla/Editor.py" line="1101"/> <source>Export source</source> <translation>Quelltext exportieren</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1087"/> + <location filename="QScintilla/Editor.py" line="1095"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation><p>Für das Exportformat <b>{0}</b> steht kein Exporter zur Verfügung. Abbruch...</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1093"/> + <location filename="QScintilla/Editor.py" line="1101"/> <source>No export format given. Aborting...</source> <translation>Kein Exportformat angegeben. Abbruch...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5585"/> <source>Imports Diagram</source> <translation>Imports Diagramm</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5585"/> <source>Include imports from external modules?</source> <translation>Imports externer Module anzeigen?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="698"/> + <location filename="QScintilla/Editor.py" line="706"/> <source>dynamic</source> <translation>dynamisch</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="711"/> + <location filename="QScintilla/Editor.py" line="719"/> <source>Calltip</source> <translation>Calltip</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="678"/> + <location filename="QScintilla/Editor.py" line="686"/> <source>Print Preview</source> <translation>Seitenansicht</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="337"/> + <location filename="QScintilla/Editor.py" line="342"/> <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> <translation><b>Quelltext Editor Fenster</b><p>Dieses Fenster wird zum Bearbeiten von Quelltexten benutzt. Sie können beliebig viele dieser Fenster öffnen. Der Name der Datei wird im Titel des Fensters dargestellt.</p><p>Um Haltepunkte zu setzen, klicken sie in den Raum zwischen den Zeilennummern und der Faltungsspalte. Über das Kontextmenü des Bereiches links des Editors können Haltepunkte bearbeitet werden.</p><p>Um Lesezeichen zu setzen, drücken sie die Shift-Taste und klicken in den Raum zwischen den Zeilennummern und der Faltungsspalte.</p><p>Diese Aktionen können über das Kontextmenü umgedreht werden.</p><p>Ein Klick auf einen Syntaxfehler-Marker mit gedrückter Strg-Taste zeigt die zugehörige Fehlermeldung an.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="638"/> + <location filename="QScintilla/Editor.py" line="646"/> <source>Typing aids enabled</source> <translation>Eingabehilfen aktiv</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="833"/> + <location filename="QScintilla/Editor.py" line="841"/> <source>End-of-Line Type</source> <translation>Zeilenendemarkierung</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="837"/> + <location filename="QScintilla/Editor.py" line="845"/> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="843"/> + <location filename="QScintilla/Editor.py" line="851"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="849"/> + <location filename="QScintilla/Editor.py" line="857"/> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="811"/> + <location filename="QScintilla/Editor.py" line="819"/> <source>Encodings</source> <translation>Kodierungen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="793"/> + <location filename="QScintilla/Editor.py" line="801"/> <source>Guessed</source> <translation>Ermittelt</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1106"/> + <location filename="QScintilla/Editor.py" line="1114"/> <source>Alternatives</source> <translation>Alternativen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1102"/> + <location filename="QScintilla/Editor.py" line="1110"/> <source>Alternatives ({0})</source> <translation>Alternativen ({0})</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1121"/> + <location filename="QScintilla/Editor.py" line="1129"/> <source>Pygments Lexer</source> <translation>Pygments Lexer</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1121"/> + <location filename="QScintilla/Editor.py" line="1129"/> <source>Select the Pygments lexer to apply.</source> <translation>Wähle den anzuwendenden Pygments Lexer.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5745"/> + <location filename="QScintilla/Editor.py" line="5835"/> <source>Check spelling...</source> <translation>Rechtschreibprüfung...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="613"/> + <location filename="QScintilla/Editor.py" line="621"/> <source>Check spelling of selection...</source> <translation>Rechtschreibprüfung für Auswahl...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5747"/> + <location filename="QScintilla/Editor.py" line="5837"/> <source>Add to dictionary</source> <translation>Zum Wörterbuch hinzufügen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5749"/> + <location filename="QScintilla/Editor.py" line="5839"/> <source>Ignore All</source> <translation>Alle ignorieren</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="617"/> + <location filename="QScintilla/Editor.py" line="625"/> <source>Remove from dictionary</source> <translation>Aus dem Wörterbuch entfernen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2363"/> + <location filename="QScintilla/Editor.py" line="2371"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>Die Datei <b>{0}</b> konnte nicht geöffnet werden.<br />Ursache: {1}</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2464"/> + <location filename="QScintilla/Editor.py" line="2472"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>Die Datei <b>{0}</b> konnte nicht gesichert werden.<br/>Grund: {1}</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5122"/> + <location filename="QScintilla/Editor.py" line="5212"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric5. Reread it?</p></source> <translation><p>Die Datei <b>{0}</b> wurde geändert, während sie in eric5 geöffnet war. Neu einlesen?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1006"/> + <location filename="QScintilla/Editor.py" line="1014"/> <source>Next warning</source> <translation>Nächste Warnung</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1009"/> + <location filename="QScintilla/Editor.py" line="1017"/> <source>Previous warning</source> <translation>Vorherige Warnung</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1012"/> + <location filename="QScintilla/Editor.py" line="1020"/> <source>Show warning message</source> <translation>Zeige Warnung</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1015"/> + <location filename="QScintilla/Editor.py" line="1023"/> <source>Clear warnings</source> <translation>Warnungen löschen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4774"/> + <location filename="QScintilla/Editor.py" line="4864"/> <source>py3flakes Warning</source> <translation>py3flakes Warnung</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4774"/> + <location filename="QScintilla/Editor.py" line="4864"/> <source>No py3flakes warning message available.</source> <translation>Keine Py3flakes Warnung verfügbar.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2516"/> + <location filename="QScintilla/Editor.py" line="2524"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Die Datei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4958"/> + <location filename="QScintilla/Editor.py" line="5048"/> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Die Makro Datei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4817"/> + <location filename="QScintilla/Editor.py" line="4907"/> <source>Warning: {0}</source> <translation>Warnung: {0}</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4823"/> + <location filename="QScintilla/Editor.py" line="4913"/> <source>Error: {0}</source> <translation>Fehler: {0}</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5127"/> + <location filename="QScintilla/Editor.py" line="5217"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation><br><b>Warnung:</b> Vorgenommenen Änderungen gehen beim neu einlesen verloren.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3703"/> + <location filename="QScintilla/Editor.py" line="3793"/> <source>Activating Auto-Completion Provider</source> <translation>Aktivierung eines Providers für automatische Vervollständigungen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3703"/> + <location filename="QScintilla/Editor.py" line="3793"/> <source>Auto-completion provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation>Ein Providers für automatische Vervollständigungen kann nicht angebunden werden, da bereits ein anderer aktiv ist. Bitte überprüfen sie ihre Konfiguration.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3888"/> + <location filename="QScintilla/Editor.py" line="3978"/> <source>Activating Calltip Provider</source> <translation>Aktivierung eines Providers für Calltips</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3888"/> + <location filename="QScintilla/Editor.py" line="3978"/> <source>Calltip provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation>Ein Providers für Calltips kann nicht angebunden werden, da bereits ein anderer aktiv ist. Bitte überprüfen sie ihre Konfiguration.</translation> </message> @@ -44584,7 +44584,7 @@ <translation>Kein Python2 Interpreter konfiguriert.</translation> </message> <message> - <location filename="Utilities/__init__.py" line="1269"/> + <location filename="Utilities/__init__.py" line="1270"/> <source>Python2 interpreter did not finish within 30s.</source> <translation>Python2 Interpreter wurde nicht innerhalb von 30s beendet.</translation> </message> @@ -45295,7 +45295,7 @@ <context> <name>ViewManager</name> <message> - <location filename="ViewManager/ViewManager.py" line="3265"/> + <location filename="ViewManager/ViewManager.py" line="3324"/> <source>File: {0}</source> <translation>Datei: {0}</translation> </message> @@ -45535,11 +45535,6 @@ <translation>Löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="829"/> - <source>Cl&ear</source> - <translation>All&es löschen</translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="836"/> <source>Clear all text</source> <translation>Löscht den gesamten Text</translation> @@ -45680,67 +45675,67 @@ <translation><b>Ersetzen</b><p>Dies sucht nach Text im aktuellen Editor und ersetzt ihn. Es wird ein Dialog eingeblendet, in dem der Suchtext, der Ersetzungstext und verschieden Such- und Ersetzungsoptionen eingegeben werden kann.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2070"/> + <location filename="ViewManager/ViewManager.py" line="2073"/> <source>Goto Line</source> <translation>Gehe zu Zeile</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2063"/> + <location filename="ViewManager/ViewManager.py" line="2066"/> <source>&Goto Line...</source> <translation>Gehe zu &Zeile...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2071"/> + <location filename="ViewManager/ViewManager.py" line="2074"/> <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>Gehe zu Zeile</b><p>Dies springt zur angegebenen Zeile im aktuellen Editor. Es wird ein Dialog eingeblendet, in dem die Zeilennummer eingegeben werden kann.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2239"/> + <location filename="ViewManager/ViewManager.py" line="2297"/> <source>Zoom in on the text</source> <translation>Text vergrößern</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2255"/> + <location filename="ViewManager/ViewManager.py" line="2313"/> <source>Zoom out on the text</source> <translation>Text verkleinern</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>Zoom</source> <translation>Maßstab</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>&Zoom</source> <translation>&Maßstab</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2271"/> + <location filename="ViewManager/ViewManager.py" line="2329"/> <source>Zoom the text</source> <translation>Den Maßstab des Textes ändern</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2273"/> + <location filename="ViewManager/ViewManager.py" line="2331"/> <source><b>Zoom</b><p>Zoom the text. This opens a dialog where the desired size can be entered.</p></source> <translation><b>Maßstab</b><p>dies ändert den Textmaßstab. Es wird ein dialog eingeblendet, in dem der Maßstab eingegeben werden kann.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2285"/> + <location filename="ViewManager/ViewManager.py" line="2343"/> <source>Toggle all folds</source> <translation>Alle Faltungen umschalten</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2281"/> + <location filename="ViewManager/ViewManager.py" line="2339"/> <source>Toggle &all folds</source> <translation>&Alle Faltungen umschalten</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2287"/> + <location filename="ViewManager/ViewManager.py" line="2345"/> <source><b>Toggle all folds</b><p>Toggle all folds of the current editor.</p></source> <translation><b>Alle Faltungen umschalten</b><p>Dies schaltet alle Faltungen des aktuellen Editors um.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2986"/> + <location filename="ViewManager/ViewManager.py" line="3044"/> <source>File Modified</source> <translation>Datei geändert</translation> </message> @@ -45760,17 +45755,17 @@ <translation><b>Zeilenende Marke umwandeln</b><p>Dies wandelt die Zeilenende Marke in den aktuell eingestellten Typ um.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2314"/> + <location filename="ViewManager/ViewManager.py" line="2372"/> <source>Toggle current fold</source> <translation>Aktuelle Faltung umschalten</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2310"/> + <location filename="ViewManager/ViewManager.py" line="2368"/> <source>Toggle &current fold</source> <translation>Aktuelle &Faltung umschalten</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2316"/> + <location filename="ViewManager/ViewManager.py" line="2374"/> <source><b>Toggle current fold</b><p>Toggle the folds of the current line of the current editor.</p></source> <translation><b>Aktuelle Faltung umschalten</b><p>Dies schaltet die Faltung der aktuellen Zeile des aktuellen Editors um.</p></translation> </message> @@ -45820,32 +45815,32 @@ <translation>Aus&wahl aufheben</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Zoom in</source> <translation>Vergrößern</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Zoom &in</source> <translation>Ver&größern</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Zoom out</source> <translation>Verkleinern</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Zoom &out</source> <translation>Ver&kleinern</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2241"/> + <location filename="ViewManager/ViewManager.py" line="2299"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Vergrößern</b><p>Den angezeigten Text vergrößern.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2257"/> + <location filename="ViewManager/ViewManager.py" line="2315"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Verkleinern</b><p>Den angezeigten Text verkleinern.</p></translation> </message> @@ -45865,37 +45860,37 @@ <translation>Text bis zur passenden Klammer auswählen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2086"/> + <location filename="ViewManager/ViewManager.py" line="2089"/> <source>Goto Brace</source> <translation>Gehe zu Klammer</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2079"/> + <location filename="ViewManager/ViewManager.py" line="2082"/> <source>Goto &Brace</source> <translation>Gehe zu &Klammer</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2088"/> + <location filename="ViewManager/ViewManager.py" line="2091"/> <source><b>Goto Brace</b><p>Go to the matching brace in the current editor.</p></source> <translation><b>Gehe zu Klammer</b><p>Gehe zur passenden Klammer im aktuellen Editor.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Search in Files</source> <translation>Suchen in Dateien</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Search in &Files...</source> <translation>Suchen in &Dateien...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2105"/> + <location filename="ViewManager/ViewManager.py" line="2161"/> <source>Search for a text in files</source> <translation>Nach Text im Dateien suchen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2107"/> + <location filename="ViewManager/ViewManager.py" line="2163"/> <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>Suchen in Dateien</b><p>Sucht nach Text in den Dateien eines Verzeichnisbaumes oder des Projektes. Es wird ein Dialog angezeigt, in dem der Suchtext und die Suchoptionen eingegeben werden können und in dem das Suchresultat angezeigt wird.</p></translation> </message> @@ -45945,62 +45940,62 @@ <translation><b>Zurück zum letzten gesichert Zustand</b><p>Dies nimmt alle Änderungen des aktuellen Editors bis zum letzten gesicherten Zustand zurück.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2338"/> + <location filename="ViewManager/ViewManager.py" line="2396"/> <source>Split view</source> <translation>Ansicht aufteilen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2338"/> + <location filename="ViewManager/ViewManager.py" line="2396"/> <source>&Split view</source> <translation>An&sicht aufteilen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2342"/> + <location filename="ViewManager/ViewManager.py" line="2400"/> <source>Add a split to the view</source> <translation>Fügt eine weiter Ansicht hinzu</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2344"/> + <location filename="ViewManager/ViewManager.py" line="2402"/> <source><b>Split view</b><p>Add a split to the view.</p></source> <translation><b>Ansicht aufteilen</b><p>Fügt eine weitere Ansicht hinzu.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2351"/> + <location filename="ViewManager/ViewManager.py" line="2409"/> <source>Arrange horizontally</source> <translation>Horizontal anordnen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2351"/> + <location filename="ViewManager/ViewManager.py" line="2409"/> <source>Arrange &horizontally</source> <translation>&Horizontal anordnen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2356"/> + <location filename="ViewManager/ViewManager.py" line="2414"/> <source>Arrange the splitted views horizontally</source> <translation>Ordnet die geteilten Ansichten horizontal an</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2358"/> + <location filename="ViewManager/ViewManager.py" line="2416"/> <source><b>Arrange horizontally</b><p>Arrange the splitted views horizontally.</p></source> <translation><b>Horizontal anordnen</b><p>Ordnet die geteilten Ansichten horizontal an.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2366"/> + <location filename="ViewManager/ViewManager.py" line="2424"/> <source>Remove split</source> <translation>Geteilte Ansicht löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2366"/> + <location filename="ViewManager/ViewManager.py" line="2424"/> <source>&Remove split</source> <translation>Geteilte Ansicht &löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2371"/> + <location filename="ViewManager/ViewManager.py" line="2429"/> <source>Remove the current split</source> <translation>Löscht die aktuelle Ansicht</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2373"/> + <location filename="ViewManager/ViewManager.py" line="2431"/> <source><b>Remove split</b><p>Remove the current split.</p></source> <translation><b>Geteilte Ansicht löschen</b><p>Löscht die aktuelle Ansicht</p></translation> </message> @@ -46535,167 +46530,167 @@ <translation>Ctrl+Shift+U</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2478"/> + <location filename="ViewManager/ViewManager.py" line="2536"/> <source>Start Macro Recording</source> <translation>Makroaufzeichnung starten</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2473"/> + <location filename="ViewManager/ViewManager.py" line="2531"/> <source>S&tart Macro Recording</source> <translation>Makroaufzeichnung s&tarten</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2480"/> + <location filename="ViewManager/ViewManager.py" line="2538"/> <source><b>Start Macro Recording</b><p>Start recording editor commands into a new macro.</p></source> <translation><b>Makroaufzeichnung starten</b><p>Startet die Aufzeichnung von Editorbefehlen in ein neues Makro.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2492"/> + <location filename="ViewManager/ViewManager.py" line="2550"/> <source>Stop Macro Recording</source> <translation>Makroaufzeichnung stoppen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2487"/> + <location filename="ViewManager/ViewManager.py" line="2545"/> <source>Sto&p Macro Recording</source> <translation>Makroaufzeichnung sto&ppen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2494"/> + <location filename="ViewManager/ViewManager.py" line="2552"/> <source><b>Stop Macro Recording</b><p>Stop recording editor commands into a new macro.</p></source> <translation><b>Makroaufzeichnung stoppen</b><p>Stopt die Aufzeichnung von Editorbefehlen in ein neues Makro.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2504"/> + <location filename="ViewManager/ViewManager.py" line="2562"/> <source>Run Macro</source> <translation>Makro ausführen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2501"/> + <location filename="ViewManager/ViewManager.py" line="2559"/> <source>&Run Macro</source> <translation>Makro &ausführen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2505"/> + <location filename="ViewManager/ViewManager.py" line="2563"/> <source><b>Run Macro</b><p>Run a previously recorded editor macro.</p></source> <translation><b>Makro ausführen</b><p>Führt ein vorher aufgezeichnetes Makro aus.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2516"/> + <location filename="ViewManager/ViewManager.py" line="2574"/> <source>Delete Macro</source> <translation>Makro löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2512"/> + <location filename="ViewManager/ViewManager.py" line="2570"/> <source>&Delete Macro</source> <translation>Makro &löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2518"/> + <location filename="ViewManager/ViewManager.py" line="2576"/> <source><b>Delete Macro</b><p>Delete a previously recorded editor macro.</p></source> <translation><b>Makro löschen</b><p>Löscht ein vorher aufgezeichnetes Makro.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2528"/> + <location filename="ViewManager/ViewManager.py" line="2586"/> <source>Load Macro</source> <translation>Makro laden</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2525"/> + <location filename="ViewManager/ViewManager.py" line="2583"/> <source>&Load Macro</source> <translation>Makro la&den</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2540"/> - <source>Save Macro</source> - <translation>Makro speichern</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2537"/> - <source>&Save Macro</source> - <translation>Makro &speichern</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2530"/> - <source><b>Load Macro</b><p>Load an editor macro from a file.</p></source> - <translation><b>Makro laden</b><p>Lädt ein Makro aus einer Datei.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2542"/> - <source><b>Save Macro</b><p>Save a previously recorded editor macro to a file.</p></source> - <translation><b>Makro speichern</b><p>Speichert ein vorher aufgezeichnetes Makro in eine Datei.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2580"/> - <source>Toggle Bookmark</source> - <translation>Lesezeichen setzen/löschen</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2573"/> - <source>&Toggle Bookmark</source> - <translation>&Lesezeichen setzen/löschen</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2582"/> - <source><b>Toggle Bookmark</b><p>Toggle a bookmark at the current line of the current editor.</p></source> - <translation><b>Lesezeichen setzen/löschen</b><p>Setzt/löscht ein Lesezeichen in der aktuellen Zeile des aktuellen Editors.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2596"/> - <source>Next Bookmark</source> - <translation>Nächstes Lesezeichen</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2589"/> - <source>&Next Bookmark</source> - <translation>&Nächstes Lesezeichen</translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2598"/> + <source>Save Macro</source> + <translation>Makro speichern</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2595"/> + <source>&Save Macro</source> + <translation>Makro &speichern</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2588"/> + <source><b>Load Macro</b><p>Load an editor macro from a file.</p></source> + <translation><b>Makro laden</b><p>Lädt ein Makro aus einer Datei.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2600"/> + <source><b>Save Macro</b><p>Save a previously recorded editor macro to a file.</p></source> + <translation><b>Makro speichern</b><p>Speichert ein vorher aufgezeichnetes Makro in eine Datei.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2638"/> + <source>Toggle Bookmark</source> + <translation>Lesezeichen setzen/löschen</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2631"/> + <source>&Toggle Bookmark</source> + <translation>&Lesezeichen setzen/löschen</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2640"/> + <source><b>Toggle Bookmark</b><p>Toggle a bookmark at the current line of the current editor.</p></source> + <translation><b>Lesezeichen setzen/löschen</b><p>Setzt/löscht ein Lesezeichen in der aktuellen Zeile des aktuellen Editors.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2654"/> + <source>Next Bookmark</source> + <translation>Nächstes Lesezeichen</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2647"/> + <source>&Next Bookmark</source> + <translation>&Nächstes Lesezeichen</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2656"/> <source><b>Next Bookmark</b><p>Go to next bookmark of the current editor.</p></source> <translation><b>Nächstes Lesezeichen</b><p>Gehe zum nächsten Lesezeichen des aktuellen Editors.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2612"/> + <location filename="ViewManager/ViewManager.py" line="2670"/> <source>Previous Bookmark</source> <translation>Vorheriges Lesezeichen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2605"/> + <location filename="ViewManager/ViewManager.py" line="2663"/> <source>&Previous Bookmark</source> <translation>&Vorheriges Lesezeichen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2614"/> + <location filename="ViewManager/ViewManager.py" line="2672"/> <source><b>Previous Bookmark</b><p>Go to previous bookmark of the current editor.</p></source> <translation><b>Vorheriges Lesezeichen</b><p>Gehe zum vorherigen Lesezeichen des aktuellen Editors.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2628"/> + <location filename="ViewManager/ViewManager.py" line="2686"/> <source>Clear Bookmarks</source> <translation>Lesezeichen löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2621"/> + <location filename="ViewManager/ViewManager.py" line="2679"/> <source>&Clear Bookmarks</source> <translation>Lesezeichen l&öschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2630"/> + <location filename="ViewManager/ViewManager.py" line="2688"/> <source><b>Clear Bookmarks</b><p>Clear bookmarks of all editors.</p></source> <translation><b>Lesezeichen löschen</b><p>Lesezeichen aller Editoren löschen.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2787"/> + <location filename="ViewManager/ViewManager.py" line="2845"/> <source>&Bookmarks</source> <translation>&Lesezeichen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2329"/> + <location filename="ViewManager/ViewManager.py" line="2387"/> <source>Remove all highlights</source> <translation>Hervorhebungen löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2331"/> + <location filename="ViewManager/ViewManager.py" line="2389"/> <source><b>Remove all highlights</b><p>Remove the highlights of all editors.</p></source> <translation><b>Hervorhebungen löschen</b><p>Hervorhebungen aller Editoren löschen.</p></translation> </message> @@ -46725,17 +46720,17 @@ <translation>Ge&merkte Dateien</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3610"/> + <location filename="ViewManager/ViewManager.py" line="3669"/> <source>&Clear</source> <translation>&Löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3606"/> + <location filename="ViewManager/ViewManager.py" line="3665"/> <source>&Add</source> <translation>&Hinzufügen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3608"/> + <location filename="ViewManager/ViewManager.py" line="3667"/> <source>&Edit...</source> <translation>&Bearbeiten...</translation> </message> @@ -46895,32 +46890,32 @@ <translation><b>Vervollständigung von APIs</b><p>Vervollständigt das Wort, das den Cursor enthält, von APIs.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2643"/> + <location filename="ViewManager/ViewManager.py" line="2701"/> <source>Goto Syntax Error</source> <translation>Zu Syntaxfehler gehen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2637"/> + <location filename="ViewManager/ViewManager.py" line="2695"/> <source>&Goto Syntax Error</source> <translation>Zu Syntaxfehler &gehen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2645"/> + <location filename="ViewManager/ViewManager.py" line="2703"/> <source><b>Goto Syntax Error</b><p>Go to next syntax error of the current editor.</p></source> <translation><b>Zu Syntaxfehler gehen</b><p>Gehe zum nächsten Syntaxfehler des aktuellen Editors.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2657"/> + <location filename="ViewManager/ViewManager.py" line="2715"/> <source>Clear Syntax Errors</source> <translation>Syntaxfehler löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2652"/> + <location filename="ViewManager/ViewManager.py" line="2710"/> <source>Clear &Syntax Errors</source> <translation>Synta&xfehler löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2659"/> + <location filename="ViewManager/ViewManager.py" line="2717"/> <source><b>Clear Syntax Errors</b><p>Clear syntax errors of all editors.</p></source> <translation><b>Syntaxfehler löschen</b><p>Syntaxfehler aller Editoren löschen.</p></translation> </message> @@ -46945,32 +46940,32 @@ <translation><b>Datei suchen</b><p>Nach einer Datei suchen.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2721"/> + <location filename="ViewManager/ViewManager.py" line="2779"/> <source>Next uncovered line</source> <translation>Nächste nichtabgedeckte Zeile</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2715"/> + <location filename="ViewManager/ViewManager.py" line="2773"/> <source>&Next uncovered line</source> <translation>&Nächste nichtabgedeckte Zeile</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2723"/> + <location filename="ViewManager/ViewManager.py" line="2781"/> <source><b>Next uncovered line</b><p>Go to next line of the current editor marked as not covered.</p></source> <translation><b>Nächste nichtabgedeckte Zeile</b><p>Gehe zur nächsten als nicht abgedeckt markierten Zeile des aktiven Editors.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2737"/> + <location filename="ViewManager/ViewManager.py" line="2795"/> <source>Previous uncovered line</source> <translation>Vorige nichtabgedeckte Zeile</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2730"/> + <location filename="ViewManager/ViewManager.py" line="2788"/> <source>&Previous uncovered line</source> <translation>&Vorige nichtabgedeckte Zeile</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2739"/> + <location filename="ViewManager/ViewManager.py" line="2797"/> <source><b>Previous uncovered line</b><p>Go to previous line of the current editor marked as not covered.</p></source> <translation><b>Vorige nichtabgedeckte Zeile</b><p>Gehe zur vorigen als nicht abgedeckt markierten Zeile des aktiven Editors.</p></translation> </message> @@ -46998,7 +46993,7 @@ <translation>Shift+Backspace</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2986"/> + <location filename="ViewManager/ViewManager.py" line="3044"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>Die Datei <b>{0}</b> enthält ungesicherte Änderungen.</p></translation> </message> @@ -47013,70 +47008,70 @@ <translation><b>Datei öffnen</b><p>Sie werden nach dem Namen einer Datei gefragt, die in einem Editor geöffnet werden soll.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2145"/> + <location filename="ViewManager/ViewManager.py" line="2201"/> <source>Quicksearch</source> <translation>Schnellsuche</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2009"/> + <location filename="ViewManager/ViewManager.py" line="2012"/> <source>Ctrl+Shift+K</source> <comment>Search|Quicksearch</comment> <translation>Ctrl+Shift+K</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2017"/> + <location filename="ViewManager/ViewManager.py" line="2020"/> <source>Perform a quicksearch</source> <translation>Führe eine Schnellsuche durch</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Quicksearch backwards</source> <translation>Schnellsuche rückwärts</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Ctrl+Shift+J</source> <comment>Search|Quicksearch backwards</comment> <translation>Ctrl+Shift+J</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2036"/> + <location filename="ViewManager/ViewManager.py" line="2039"/> <source>Perform a quicksearch backwards</source> <translation>Führe eine Schnellsuche rückwärts durch</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2009"/> + <location filename="ViewManager/ViewManager.py" line="2012"/> <source>&Quicksearch</source> <translation>Schne&llsuche</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Quicksearch &backwards</source> <translation>Schnellsuche &rückwärts</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Quicksearch extend</source> <translation>Schnellsuche erweitern</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Quicksearch e&xtend</source> <translation>Schnellsuche er&weitern</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Ctrl+Shift+H</source> <comment>Search|Quicksearch extend</comment> <translation>Ctrl+Shift+H</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2053"/> + <location filename="ViewManager/ViewManager.py" line="2056"/> <source>Extend the quicksearch to the end of the current word</source> <translation>Erweitere die Schnellsuche bis zum Ende des aktuellen Wortes</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2055"/> + <location filename="ViewManager/ViewManager.py" line="2058"/> <source><b>Quicksearch extend</b><p>This extends the quicksearch text to the end of the word currently found.</p></source> <translation><b>Schnellsuche erweitern</b><p>Dies erweitert den Schnellsuchetext bis zum Ende des aktuell gefundenen Wortes.</p></translation> </message> @@ -47096,42 +47091,42 @@ <translation><b>Überwachte Einrückung</b><p>Dies rückt die aktuelle Zeile oder die Zeilen der aktuellen Auswahl ein, wobei nur sinnvolle Einrückungstiefen erlaubt sind.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>Next split</source> <translation>Nächste Ansichte</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>&Next split</source> <translation>&Nächste Ansicht</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2386"/> + <location filename="ViewManager/ViewManager.py" line="2444"/> <source>Move to the next split</source> <translation>Gehe zur nächsten Ansicht</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2388"/> + <location filename="ViewManager/ViewManager.py" line="2446"/> <source><b>Next split</b><p>Move to the next split.</p></source> <translation><b>Nächste Ansicht</b><p>Gehe zur nächsten Ansicht.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>Previous split</source> <translation>Vorherige Ansicht</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>&Previous split</source> <translation>&Vorherige Ansicht</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2401"/> + <location filename="ViewManager/ViewManager.py" line="2459"/> <source>Move to the previous split</source> <translation>Gehe zur vorherigen Ansicht</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2403"/> + <location filename="ViewManager/ViewManager.py" line="2461"/> <source><b>Previous split</b><p>Move to the previous split.</p></source> <translation><b>Vorherige Ansicht</b><p>Gehe zur vorherigen Ansicht.</p></translation> </message> @@ -47167,17 +47162,17 @@ <translation><b>Vervollständigung vom Dokument und von APIs</b><p>Vervollständigt das Wort, das den Cursor enthält, vom Dokument und von APIs.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2300"/> + <location filename="ViewManager/ViewManager.py" line="2358"/> <source>Toggle all folds (including children)</source> <translation>Alle Faltungen umschalten (inkl. Unterfaltungen)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2295"/> + <location filename="ViewManager/ViewManager.py" line="2353"/> <source>Toggle all &folds (including children)</source> <translation>Alle Faltungen &umschalten (inkl. Unterfaltungen)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2302"/> + <location filename="ViewManager/ViewManager.py" line="2360"/> <source><b>Toggle all folds (including children)</b><p>Toggle all folds of the current editor including all children.</p></source> <translation><b>Alle Faltungen umschalten (inkl. Unterfaltungen)</b><p>Dies schaltet alle Faltungen des aktuellen Editors inklusive Unterfaltungen um.</p></translation> </message> @@ -47363,7 +47358,7 @@ <translation>&Bearbeiten</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="1890"/> + <location filename="ViewManager/ViewManager.py" line="1893"/> <source>Edit</source> <translation>Bearbeiten</translation> </message> @@ -47380,129 +47375,129 @@ <translation>Ctrl+R</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2063"/> + <location filename="ViewManager/ViewManager.py" line="2066"/> <source>Ctrl+G</source> <comment>Search|Goto Line</comment> <translation>Ctrl+G</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2079"/> + <location filename="ViewManager/ViewManager.py" line="2082"/> <source>Ctrl+L</source> <comment>Search|Goto Brace</comment> <translation>Ctrl+L</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Shift+Ctrl+F</source> <comment>Search|Search Files</comment> <translation>Shift+Ctrl+F</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>Ctrl+#</source> <comment>View|Zoom</comment> <translation>Ctrl+#</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>Ctrl+Alt+N</source> <comment>View|Next split</comment> <translation>Ctrl+Alt+N</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>Ctrl+Alt+P</source> <comment>View|Previous split</comment> <translation>Ctrl+Alt+P</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2425"/> + <location filename="ViewManager/ViewManager.py" line="2483"/> <source>&View</source> <translation>&Ansicht</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2452"/> + <location filename="ViewManager/ViewManager.py" line="2510"/> <source>View</source> <translation>Ansicht</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2557"/> + <location filename="ViewManager/ViewManager.py" line="2615"/> <source>&Macros</source> <translation>&Makros</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2573"/> + <location filename="ViewManager/ViewManager.py" line="2631"/> <source>Alt+Ctrl+T</source> <comment>Bookmark|Toggle</comment> <translation>Alt+Ctrl+T</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2589"/> + <location filename="ViewManager/ViewManager.py" line="2647"/> <source>Ctrl+PgDown</source> <comment>Bookmark|Next</comment> <translation>Ctrl+PgDown</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2605"/> + <location filename="ViewManager/ViewManager.py" line="2663"/> <source>Ctrl+PgUp</source> <comment>Bookmark|Previous</comment> <translation>Ctrl+PgUp</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2621"/> + <location filename="ViewManager/ViewManager.py" line="2679"/> <source>Alt+Ctrl+C</source> <comment>Bookmark|Clear</comment> <translation>Alt+Ctrl+C</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2827"/> + <location filename="ViewManager/ViewManager.py" line="2885"/> <source>Bookmarks</source> <translation>Lesezeichen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2950"/> + <location filename="ViewManager/ViewManager.py" line="3008"/> <source>Open files</source> <translation>Dateien öffnen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2753"/> + <location filename="ViewManager/ViewManager.py" line="2811"/> <source>Next Task</source> <translation>Nächste Aufgabe</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2747"/> + <location filename="ViewManager/ViewManager.py" line="2805"/> <source>&Next Task</source> <translation>&Nächste Aufgabe</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2755"/> + <location filename="ViewManager/ViewManager.py" line="2813"/> <source><b>Next Task</b><p>Go to next line of the current editor having a task.</p></source> <translation><b>Nächste Aufgabe</b><p>Gehe zur nächsten Zeile des aktuellen Editors, die eine Aufgabe enthält.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2769"/> + <location filename="ViewManager/ViewManager.py" line="2827"/> <source>Previous Task</source> <translation>Vorherige Aufgabe</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2762"/> + <location filename="ViewManager/ViewManager.py" line="2820"/> <source>&Previous Task</source> <translation>&Vorherige Aufgabe</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2771"/> + <location filename="ViewManager/ViewManager.py" line="2829"/> <source><b>Previous Task</b><p>Go to previous line of the current editor having a task.</p></source> <translation><b>Vorherige Aufgabe</b><p>Gehe zur vorherigen Zeile des aktuellen Editors, die eine Aufgabe enthält.</p></translation> </message> @@ -47564,7 +47559,7 @@ <translation>Exportieren als</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2190"/> + <location filename="ViewManager/ViewManager.py" line="2246"/> <source>Quicksearch Textedit</source> <translation>Texteingabe für Schnellsuche</translation> </message> @@ -47610,17 +47605,17 @@ <translation><b>Rückwärtssuchen</b><p>Nach der vorherigen Textstelle im aktuellen Editor suchen. Der zuvor eingegebene Suchtext und die Suchoptionen werden weiterverwendet.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2019"/> + <location filename="ViewManager/ViewManager.py" line="2022"/> <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>Schnellsuche</b><p>Dies aktiviert die Schnellsuchfunktion der IDE, indem das Schnellsucheingabefeld aktiviert wird. Ist dieses Feld bereits aktiv und enthält Text, so wird das nächste Vorkommen dieses Textes gesucht.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2038"/> + <location filename="ViewManager/ViewManager.py" line="2041"/> <source><b>Quicksearch backwards</b><p>This searches the previous occurrence of the quicksearch text.</p></source> <translation><b>Schnellsuche rückwärts</b><p>Dies sucht das letzte Vorkommen des Schnellsuchtextes.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2168"/> + <location filename="ViewManager/ViewManager.py" line="2224"/> <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>Gib den Suchtext direkt in dieses Feld ein. Die Suche wird unabhängig von der Schreibweise durchgeführt. Die Schnellsuchefunktion wird durch Auslösen der Schnellsuche Aktion (standard Strg+Umschalt+K) aktiviert, falls dieses Eingabefeld nicht den Fokus besitzt. Sonst wird das nächste Vorkommen des eingegebenen Textes gesucht. Die Schnellsuche rückwärts Aktion (standard Strg+Umschalt+J) sucht rückwärts. Aktivierung der 'Schnellsuche erweitern' Aktion (standard Strg+Umschalt+H) erweitert den aktuellen Suchtext bis zum Ende des aktuell gefundenen Wortes. Während das Schnellsucheeingabefeld den Fokus besitzt, kann die Schnellsuche durch Betätigung der Return-Taste beendet werden.</p></translation> </message> @@ -47681,134 +47676,134 @@ <translation>Shift+Enter</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Replace in Files</source> <translation>Ersetzen in Dateien</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Replace in F&iles...</source> <translation>Ersetzen in Da&teien...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Shift+Ctrl+R</source> <comment>Search|Replace in Files</comment> <translation>Shift+Ctrl+R</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2123"/> + <location filename="ViewManager/ViewManager.py" line="2179"/> <source>Search for a text in files and replace it</source> <translation>Nach Text im Dateien suchen und ihn ersetzen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2125"/> + <location filename="ViewManager/ViewManager.py" line="2181"/> <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>Ersetzen in Dateien</b><p>Sucht nach Text in den Dateien eines Verzeichnisbaumes oder des Projektes und ersetzt ihn. Es wird ein Dialog angezeigt, in dem der Suchtext, der Ersetzungstext und die Suchoptionen eingegeben werden können und in dem das Suchresultat angezeigt wird.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>Spell check</source> <translation>Rechtschreibprüfung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>&Spell Check...</source> <translation>&Rechtschreibprüfung...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>Shift+F7</source> <comment>Spelling|Spell Check</comment> <translation>Shift+F7</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2866"/> + <location filename="ViewManager/ViewManager.py" line="2924"/> <source>Perform spell check of current editor</source> <translation>Führe eine Rechtschreibprüfung des aktuellen Editors durch</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2868"/> + <location filename="ViewManager/ViewManager.py" line="2926"/> <source><b>Spell check</b><p>Perform a spell check of the current editor.</p></source> <translation><b>Rechtschreibprüfung<b><p>Führe eine Rechtschreibprüfung des aktuellen Editors durch.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2875"/> + <location filename="ViewManager/ViewManager.py" line="2933"/> <source>Automatic spell checking</source> <translation>Automatische Rechtschreibprüfung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2875"/> + <location filename="ViewManager/ViewManager.py" line="2933"/> <source>&Automatic spell checking</source> <translation>&Automatische Rechtschreibprüfung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2882"/> + <location filename="ViewManager/ViewManager.py" line="2940"/> <source>(De-)Activate automatic spell checking</source> <translation>(De-)Aktiviert die automatische Rechtschreibprüfung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2884"/> + <location filename="ViewManager/ViewManager.py" line="2942"/> <source><b>Automatic spell checking</b><p>Activate or deactivate the automatic spell checking function of all editors.</p></source> <translation><b>Automatische Rechtschreibprüfung</b><p>Aktiviert bzw. deaktiviert die automatische Rechtschreibprüfung aller Editoren.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2924"/> + <location filename="ViewManager/ViewManager.py" line="2982"/> <source>Spelling</source> <translation>Rechtschreibung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3269"/> + <location filename="ViewManager/ViewManager.py" line="3328"/> <source>Line: {0:5}</source> <translation>Zeile: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3274"/> + <location filename="ViewManager/ViewManager.py" line="3333"/> <source>Pos: {0:5}</source> <translation>Pos: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2673"/> + <location filename="ViewManager/ViewManager.py" line="2731"/> <source>Next warning message</source> <translation>Nächste Warnung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2666"/> + <location filename="ViewManager/ViewManager.py" line="2724"/> <source>&Next warning message</source> <translation>&Nächste Warnung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2675"/> + <location filename="ViewManager/ViewManager.py" line="2733"/> <source><b>Next warning message</b><p>Go to next line of the current editor having a py3flakes warning.</p></source> <translation><b>Nächste Warnung</b><p>Gehe zur nächsten Zeile des aktuellen Editors, die eine py3flakes Warning besitzt.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2690"/> + <location filename="ViewManager/ViewManager.py" line="2748"/> <source>Previous warning message</source> <translation>Vorherige Warnung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2683"/> + <location filename="ViewManager/ViewManager.py" line="2741"/> <source>&Previous warning message</source> <translation>&Vorherige Warnung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2692"/> + <location filename="ViewManager/ViewManager.py" line="2750"/> <source><b>Previous warning message</b><p>Go to previous line of the current editor having a py3flakes warning.</p></source> <translation><b>Vorherige Warnung</b><p>Gehe zur vorherigen Zeile des aktuellen Editors, die eine py3flakes Warning besitzt.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2706"/> + <location filename="ViewManager/ViewManager.py" line="2764"/> <source>Clear Warning Messages</source> <translation>Warnungen löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2700"/> + <location filename="ViewManager/ViewManager.py" line="2758"/> <source>Clear &Warning Messages</source> <translation>&Warnungen löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2708"/> + <location filename="ViewManager/ViewManager.py" line="2766"/> <source><b>Clear Warning Messages</b><p>Clear py3flakes warning messages of all editors.</p></source> <translation><b>Warnungen löschen</b><p>Löscht die py3flakes Warnungen aller Editoren.</p></translation> </message> @@ -47828,6 +47823,69 @@ <source><b>Join Lines</b><p>Join the current and the next lines.</p></source> <translation><b>Zeilen verbinden</b><p>Verbindet die aktuelle mit der nächsten Zeile.</p></translation> </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2106"/> + <source>Goto Last Edit Location</source> + <translation>Gehe zur letzten Editierposition</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2098"/> + <source>Goto Last &Edit Location</source> + <translation>Gehe zur letzten &Editierposition</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2098"/> + <source>Ctrl+Shift+G</source> + <comment>Search|Goto Last Edit Location</comment> + <translation>Ctrl+Shift+G</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2108"/> + <source><b>Goto Last Edit Location</b><p>Go to the location of the last edit in the current editor.</p></source> + <translation><b>Gehe zur letzten Editierposition</b><p>Gehe zu der Textposition, an der die letzte Editieraktion stattgefunden hat.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2115"/> + <source>Goto Previous Method or Class</source> + <translation>Gehe zur vorherigen Methode oder Klasse</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2115"/> + <source>Ctrl+Shift+Up</source> + <comment>Search|Goto Previous Method or Class</comment> + <translation>Ctrl+Shift+Up</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2122"/> + <source>Go to the previous method or class definition</source> + <translation>Gehe zur vorherigen Methoden- oder Klassendefinition</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2125"/> + <source><b>Goto Previous Method or Class</b><p>Goes to the line of the previous method or class definition and highlights the name.</p></source> + <translation><b>Gehe zur vorherigen Methode oder Klasse</b><p>Dies springt zur Zeile der vorherigen Methoden- oder Klassendefinition und selektiert den Namen.</p<</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2133"/> + <source>Goto Next Method or Class</source> + <translation>Gehe zur nächsten Methode oder Klasse</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2133"/> + <source>Ctrl+Shift+Down</source> + <comment>Search|Goto Next Method or Class</comment> + <translation>Ctrl+Shift+Down</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2140"/> + <source>Go to the next method or class definition</source> + <translation>Gehe zur nächsten Methoden- oder Klassendefinition</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2143"/> + <source><b>Goto Next Method or Class</b><p>Goes to the line of the next method or class definition and highlights the name.</p></source> + <translation><b>Gehe zur nächsten Methode oder Klasse</b><p>Dies springt zur Zeile der nächsten Methoden- oder Klassendefinition und selektiert den Namen.</p<</translation> + </message> </context> <context> <name>ViewProfileDialog</name>
--- a/i18n/eric5_en.ts Mon Jul 04 08:08:04 2011 +0200 +++ b/i18n/eric5_en.ts Sun Jul 10 16:31:33 2011 +0200 @@ -6710,817 +6710,817 @@ <context> <name>Editor</name> <message> - <location filename="QScintilla/Editor.py" line="2363"/> + <location filename="QScintilla/Editor.py" line="2371"/> <source>Open File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="285"/> + <location filename="QScintilla/Editor.py" line="290"/> <source><p>The size of the file <b>{0}</b> is <b>{1} KB</b>. Do you really want to load it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="337"/> + <location filename="QScintilla/Editor.py" line="342"/> <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="568"/> + <location filename="QScintilla/Editor.py" line="576"/> <source>Undo</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="571"/> + <location filename="QScintilla/Editor.py" line="579"/> <source>Redo</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="574"/> + <location filename="QScintilla/Editor.py" line="582"/> <source>Revert to last saved state</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="578"/> + <location filename="QScintilla/Editor.py" line="586"/> <source>Cut</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="581"/> - <source>Copy</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="583"/> - <source>Paste</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="587"/> - <source>Indent</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="589"/> - <source>Unindent</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="592"/> - <source>Comment</source> + <source>Copy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="591"/> + <source>Paste</source> <translation type="unfinished"></translation> </message> <message> <location filename="QScintilla/Editor.py" line="595"/> + <source>Indent</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="597"/> + <source>Unindent</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="600"/> + <source>Comment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="603"/> <source>Uncomment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="598"/> - <source>Stream Comment</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="601"/> - <source>Box Comment</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="604"/> - <source>Select to brace</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="606"/> + <source>Stream Comment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="609"/> + <source>Box Comment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="612"/> + <source>Select to brace</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="614"/> <source>Select all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="607"/> + <location filename="QScintilla/Editor.py" line="615"/> <source>Deselect all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5745"/> + <location filename="QScintilla/Editor.py" line="5835"/> <source>Check spelling...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="613"/> + <location filename="QScintilla/Editor.py" line="621"/> <source>Check spelling of selection...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="617"/> + <location filename="QScintilla/Editor.py" line="625"/> <source>Remove from dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="620"/> - <source>Shorten empty lines</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="628"/> + <source>Shorten empty lines</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="636"/> <source>Use Monospaced Font</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="633"/> + <location filename="QScintilla/Editor.py" line="641"/> <source>Autosave enabled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="638"/> + <location filename="QScintilla/Editor.py" line="646"/> <source>Typing aids enabled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="645"/> + <location filename="QScintilla/Editor.py" line="653"/> <source>Autocompletion enabled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="662"/> + <location filename="QScintilla/Editor.py" line="670"/> <source>New view</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="663"/> - <source>New view (with new split)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="667"/> - <source>Close</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="671"/> + <source>New view (with new split)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="675"/> + <source>Close</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="679"/> <source>Save</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="673"/> + <location filename="QScintilla/Editor.py" line="681"/> <source>Save As...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="678"/> + <location filename="QScintilla/Editor.py" line="686"/> <source>Print Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="680"/> + <location filename="QScintilla/Editor.py" line="688"/> <source>Print</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="695"/> + <location filename="QScintilla/Editor.py" line="703"/> <source>Autocomplete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="698"/> + <location filename="QScintilla/Editor.py" line="706"/> <source>dynamic</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="701"/> + <location filename="QScintilla/Editor.py" line="709"/> <source>from Document</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="704"/> + <location filename="QScintilla/Editor.py" line="712"/> <source>from APIs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="707"/> + <location filename="QScintilla/Editor.py" line="715"/> <source>from Document and APIs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="711"/> + <location filename="QScintilla/Editor.py" line="719"/> <source>Calltip</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="721"/> - <source>Check</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="729"/> + <source>Check</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="737"/> <source>Show</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="731"/> + <location filename="QScintilla/Editor.py" line="739"/> <source>Code metrics...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="733"/> - <source>Code coverage...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="735"/> - <source>Show code coverage annotations</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="738"/> - <source>Hide code coverage annotations</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="741"/> + <source>Code coverage...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="743"/> + <source>Show code coverage annotations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="746"/> + <source>Hide code coverage annotations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="749"/> <source>Profile data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="751"/> + <location filename="QScintilla/Editor.py" line="759"/> <source>Diagrams</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="753"/> + <location filename="QScintilla/Editor.py" line="761"/> <source>Class Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="755"/> + <location filename="QScintilla/Editor.py" line="763"/> <source>Package Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="757"/> + <location filename="QScintilla/Editor.py" line="765"/> <source>Imports Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="760"/> + <location filename="QScintilla/Editor.py" line="768"/> <source>Application Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="771"/> + <location filename="QScintilla/Editor.py" line="779"/> <source>Languages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="774"/> + <location filename="QScintilla/Editor.py" line="782"/> <source>No Language</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="793"/> + <location filename="QScintilla/Editor.py" line="801"/> <source>Guessed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1106"/> + <location filename="QScintilla/Editor.py" line="1114"/> <source>Alternatives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="811"/> + <location filename="QScintilla/Editor.py" line="819"/> <source>Encodings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="833"/> + <location filename="QScintilla/Editor.py" line="841"/> <source>End-of-Line Type</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="837"/> + <location filename="QScintilla/Editor.py" line="845"/> <source>Unix</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="843"/> + <location filename="QScintilla/Editor.py" line="851"/> <source>Windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="849"/> + <location filename="QScintilla/Editor.py" line="857"/> <source>Macintosh</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="864"/> + <location filename="QScintilla/Editor.py" line="872"/> <source>Export as</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="983"/> + <location filename="QScintilla/Editor.py" line="991"/> <source>Toggle bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="986"/> + <location filename="QScintilla/Editor.py" line="994"/> <source>Next bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="989"/> + <location filename="QScintilla/Editor.py" line="997"/> <source>Previous bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="992"/> + <location filename="QScintilla/Editor.py" line="1000"/> <source>Clear all bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1019"/> + <location filename="QScintilla/Editor.py" line="1027"/> <source>Toggle breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1022"/> + <location filename="QScintilla/Editor.py" line="1030"/> <source>Toggle temporary breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1025"/> + <location filename="QScintilla/Editor.py" line="1033"/> <source>Edit breakpoint...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4088"/> + <location filename="QScintilla/Editor.py" line="4178"/> <source>Enable breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1031"/> + <location filename="QScintilla/Editor.py" line="1039"/> <source>Next breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1034"/> + <location filename="QScintilla/Editor.py" line="1042"/> <source>Previous breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1037"/> + <location filename="QScintilla/Editor.py" line="1045"/> <source>Clear all breakpoints</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="996"/> + <location filename="QScintilla/Editor.py" line="1004"/> <source>Goto syntax error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="999"/> + <location filename="QScintilla/Editor.py" line="1007"/> <source>Show syntax error message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1002"/> + <location filename="QScintilla/Editor.py" line="1010"/> <source>Clear syntax error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1006"/> + <location filename="QScintilla/Editor.py" line="1014"/> <source>Next warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1009"/> + <location filename="QScintilla/Editor.py" line="1017"/> <source>Previous warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1012"/> + <location filename="QScintilla/Editor.py" line="1020"/> <source>Show warning message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1015"/> + <location filename="QScintilla/Editor.py" line="1023"/> <source>Clear warnings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1041"/> + <location filename="QScintilla/Editor.py" line="1049"/> <source>Next uncovered line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1044"/> + <location filename="QScintilla/Editor.py" line="1052"/> <source>Previous uncovered line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1048"/> + <location filename="QScintilla/Editor.py" line="1056"/> <source>Next task</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1051"/> + <location filename="QScintilla/Editor.py" line="1059"/> <source>Previous task</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1055"/> + <location filename="QScintilla/Editor.py" line="1063"/> <source>LMB toggles bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1060"/> + <location filename="QScintilla/Editor.py" line="1068"/> <source>LMB toggles breakpoints</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1093"/> + <location filename="QScintilla/Editor.py" line="1101"/> <source>Export source</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1087"/> + <location filename="QScintilla/Editor.py" line="1095"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1093"/> + <location filename="QScintilla/Editor.py" line="1101"/> <source>No export format given. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1102"/> + <location filename="QScintilla/Editor.py" line="1110"/> <source>Alternatives ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1121"/> + <location filename="QScintilla/Editor.py" line="1129"/> <source>Pygments Lexer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1121"/> + <location filename="QScintilla/Editor.py" line="1129"/> <source>Select the Pygments lexer to apply.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1529"/> + <location filename="QScintilla/Editor.py" line="1537"/> <source>Modification of Read Only file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1529"/> + <location filename="QScintilla/Editor.py" line="1537"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2142"/> + <location filename="QScintilla/Editor.py" line="2150"/> <source>Printing...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2159"/> + <location filename="QScintilla/Editor.py" line="2167"/> <source>Printing completed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2161"/> + <location filename="QScintilla/Editor.py" line="2169"/> <source>Error while printing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2164"/> + <location filename="QScintilla/Editor.py" line="2172"/> <source>Printing aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2315"/> + <location filename="QScintilla/Editor.py" line="2323"/> <source>File Modified</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2315"/> + <location filename="QScintilla/Editor.py" line="2323"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2363"/> + <location filename="QScintilla/Editor.py" line="2371"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2516"/> + <location filename="QScintilla/Editor.py" line="2524"/> <source>Save File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2464"/> + <location filename="QScintilla/Editor.py" line="2472"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2516"/> + <location filename="QScintilla/Editor.py" line="2524"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3607"/> + <location filename="QScintilla/Editor.py" line="3697"/> <source>Autocompletion</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3607"/> + <location filename="QScintilla/Editor.py" line="3697"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4091"/> + <location filename="QScintilla/Editor.py" line="4181"/> <source>Disable breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4380"/> + <location filename="QScintilla/Editor.py" line="4470"/> <source>Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4380"/> + <location filename="QScintilla/Editor.py" line="4470"/> <source>Please select a coverage file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4426"/> + <location filename="QScintilla/Editor.py" line="4516"/> <source>Show Code Coverage Annotations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4422"/> + <location filename="QScintilla/Editor.py" line="4512"/> <source>All lines have been covered.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4426"/> + <location filename="QScintilla/Editor.py" line="4516"/> <source>There is no coverage file available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4518"/> + <location filename="QScintilla/Editor.py" line="4608"/> <source>Profile Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4518"/> + <location filename="QScintilla/Editor.py" line="4608"/> <source>Please select a profile file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4648"/> + <location filename="QScintilla/Editor.py" line="4738"/> <source>Syntax Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4648"/> + <location filename="QScintilla/Editor.py" line="4738"/> <source>No syntax error message available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4774"/> + <location filename="QScintilla/Editor.py" line="4864"/> <source>py3flakes Warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4774"/> + <location filename="QScintilla/Editor.py" line="4864"/> <source>No py3flakes warning message available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4873"/> + <location filename="QScintilla/Editor.py" line="4963"/> <source>Macro Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4873"/> + <location filename="QScintilla/Editor.py" line="4963"/> <source>Select a macro name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4901"/> + <location filename="QScintilla/Editor.py" line="4991"/> <source>Load macro file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4941"/> + <location filename="QScintilla/Editor.py" line="5031"/> <source>Macro files (*.macro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4922"/> + <location filename="QScintilla/Editor.py" line="5012"/> <source>Error loading macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4915"/> + <location filename="QScintilla/Editor.py" line="5005"/> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4922"/> + <location filename="QScintilla/Editor.py" line="5012"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4941"/> + <location filename="QScintilla/Editor.py" line="5031"/> <source>Save macro file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4958"/> + <location filename="QScintilla/Editor.py" line="5048"/> <source>Save macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4958"/> + <location filename="QScintilla/Editor.py" line="5048"/> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4973"/> + <location filename="QScintilla/Editor.py" line="5063"/> <source>Error saving macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4973"/> + <location filename="QScintilla/Editor.py" line="5063"/> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4984"/> + <location filename="QScintilla/Editor.py" line="5074"/> <source>Start Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4984"/> + <location filename="QScintilla/Editor.py" line="5074"/> <source>Macro recording is already active. Start new?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5009"/> + <location filename="QScintilla/Editor.py" line="5099"/> <source>Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5009"/> + <location filename="QScintilla/Editor.py" line="5099"/> <source>Enter name of the macro:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5122"/> + <location filename="QScintilla/Editor.py" line="5212"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric5. Reread it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5131"/> + <location filename="QScintilla/Editor.py" line="5221"/> <source>File changed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5210"/> + <location filename="QScintilla/Editor.py" line="5300"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5327"/> - <source>Drop Error</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5327"/> - <source><p><b>{0}</b> is not a file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5345"/> - <source>Resources</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5347"/> - <source>Add file...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5349"/> - <source>Add files...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5351"/> - <source>Add aliased file...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5353"/> - <source>Add localized resource...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5356"/> - <source>Add resource frame</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5374"/> - <source>Add file resource</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5390"/> - <source>Add file resources</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="5417"/> - <source>Add aliased file resource</source> + <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> <location filename="QScintilla/Editor.py" line="5417"/> - <source>Alias for file <b>{0}</b>:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5478"/> - <source>Package Diagram</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5478"/> - <source>Include class attributes?</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5495"/> - <source>Imports Diagram</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5495"/> - <source>Include imports from external modules?</source> + <source><p><b>{0}</b> is not a file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5435"/> + <source>Resources</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5437"/> + <source>Add file...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5439"/> + <source>Add files...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5441"/> + <source>Add aliased file...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5443"/> + <source>Add localized resource...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5446"/> + <source>Add resource frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5464"/> + <source>Add file resource</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5480"/> + <source>Add file resources</source> <translation type="unfinished"></translation> </message> <message> <location filename="QScintilla/Editor.py" line="5507"/> - <source>Application Diagram</source> + <source>Add aliased file resource</source> <translation type="unfinished"></translation> </message> <message> <location filename="QScintilla/Editor.py" line="5507"/> + <source>Alias for file <b>{0}</b>:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5568"/> + <source>Package Diagram</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5568"/> + <source>Include class attributes?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5585"/> + <source>Imports Diagram</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5585"/> + <source>Include imports from external modules?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5597"/> + <source>Application Diagram</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5597"/> <source>Include module names?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5747"/> + <location filename="QScintilla/Editor.py" line="5837"/> <source>Add to dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5749"/> + <location filename="QScintilla/Editor.py" line="5839"/> <source>Ignore All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4817"/> + <location filename="QScintilla/Editor.py" line="4907"/> <source>Warning: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4823"/> + <location filename="QScintilla/Editor.py" line="4913"/> <source>Error: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5127"/> + <location filename="QScintilla/Editor.py" line="5217"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3703"/> + <location filename="QScintilla/Editor.py" line="3793"/> <source>Activating Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3703"/> + <location filename="QScintilla/Editor.py" line="3793"/> <source>Auto-completion provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3888"/> + <location filename="QScintilla/Editor.py" line="3978"/> <source>Activating Calltip Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3888"/> + <location filename="QScintilla/Editor.py" line="3978"/> <source>Calltip provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> @@ -44195,7 +44195,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Utilities/__init__.py" line="1269"/> + <location filename="Utilities/__init__.py" line="1270"/> <source>Python2 interpreter did not finish within 30s.</source> <translation type="unfinished"></translation> </message> @@ -45346,11 +45346,6 @@ </message> <message> <location filename="ViewManager/ViewManager.py" line="829"/> - <source>Cl&ear</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="829"/> <source>Alt+Shift+C</source> <comment>Edit|Clear</comment> <translation type="unfinished"></translation> @@ -46450,7 +46445,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="1890"/> + <location filename="ViewManager/ViewManager.py" line="1893"/> <source>Edit</source> <translation type="unfinished"></translation> </message> @@ -46580,862 +46575,925 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2145"/> + <location filename="ViewManager/ViewManager.py" line="2201"/> <source>Quicksearch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2009"/> + <location filename="ViewManager/ViewManager.py" line="2012"/> <source>&Quicksearch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2009"/> + <location filename="ViewManager/ViewManager.py" line="2012"/> <source>Ctrl+Shift+K</source> <comment>Search|Quicksearch</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2017"/> + <location filename="ViewManager/ViewManager.py" line="2020"/> <source>Perform a quicksearch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2019"/> + <location filename="ViewManager/ViewManager.py" line="2022"/> <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 type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Quicksearch backwards</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Quicksearch &backwards</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Ctrl+Shift+J</source> <comment>Search|Quicksearch backwards</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2036"/> + <location filename="ViewManager/ViewManager.py" line="2039"/> <source>Perform a quicksearch backwards</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2038"/> + <location filename="ViewManager/ViewManager.py" line="2041"/> <source><b>Quicksearch backwards</b><p>This searches the previous occurrence of the quicksearch text.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Quicksearch extend</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Quicksearch e&xtend</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Ctrl+Shift+H</source> <comment>Search|Quicksearch extend</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2053"/> + <location filename="ViewManager/ViewManager.py" line="2056"/> <source>Extend the quicksearch to the end of the current word</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2055"/> + <location filename="ViewManager/ViewManager.py" line="2058"/> <source><b>Quicksearch extend</b><p>This extends the quicksearch text to the end of the word currently found.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2070"/> + <location filename="ViewManager/ViewManager.py" line="2073"/> <source>Goto Line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2063"/> + <location filename="ViewManager/ViewManager.py" line="2066"/> <source>&Goto Line...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2063"/> + <location filename="ViewManager/ViewManager.py" line="2066"/> <source>Ctrl+G</source> <comment>Search|Goto Line</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2071"/> + <location filename="ViewManager/ViewManager.py" line="2074"/> <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 type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2086"/> + <location filename="ViewManager/ViewManager.py" line="2089"/> <source>Goto Brace</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2079"/> + <location filename="ViewManager/ViewManager.py" line="2082"/> <source>Goto &Brace</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2079"/> + <location filename="ViewManager/ViewManager.py" line="2082"/> <source>Ctrl+L</source> <comment>Search|Goto Brace</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2088"/> + <location filename="ViewManager/ViewManager.py" line="2091"/> <source><b>Goto Brace</b><p>Go to the matching brace in the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Search in Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Search in &Files...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Shift+Ctrl+F</source> <comment>Search|Search Files</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2105"/> + <location filename="ViewManager/ViewManager.py" line="2161"/> <source>Search for a text in files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2107"/> + <location filename="ViewManager/ViewManager.py" line="2163"/> <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 type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Replace in Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Replace in F&iles...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Shift+Ctrl+R</source> <comment>Search|Replace in Files</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2123"/> + <location filename="ViewManager/ViewManager.py" line="2179"/> <source>Search for a text in files and replace it</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2125"/> + <location filename="ViewManager/ViewManager.py" line="2181"/> <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 type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2168"/> + <location filename="ViewManager/ViewManager.py" line="2224"/> <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 type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2190"/> + <location filename="ViewManager/ViewManager.py" line="2246"/> <source>Quicksearch Textedit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Zoom in</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Zoom &in</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2239"/> + <location filename="ViewManager/ViewManager.py" line="2297"/> <source>Zoom in on the text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2241"/> + <location filename="ViewManager/ViewManager.py" line="2299"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Zoom out</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Zoom &out</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2255"/> + <location filename="ViewManager/ViewManager.py" line="2313"/> <source>Zoom out on the text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2257"/> + <location filename="ViewManager/ViewManager.py" line="2315"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>Zoom</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>&Zoom</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>Ctrl+#</source> <comment>View|Zoom</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2271"/> - <source>Zoom the text</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2273"/> - <source><b>Zoom</b><p>Zoom the text. This opens a dialog where the desired size can be entered.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2285"/> - <source>Toggle all folds</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2281"/> - <source>Toggle &all folds</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2287"/> - <source><b>Toggle all folds</b><p>Toggle all folds of the current editor.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2300"/> - <source>Toggle all folds (including children)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2295"/> - <source>Toggle all &folds (including children)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2302"/> - <source><b>Toggle all folds (including children)</b><p>Toggle all folds of the current editor including all children.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2314"/> - <source>Toggle current fold</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2310"/> - <source>Toggle &current fold</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2316"/> - <source><b>Toggle current fold</b><p>Toggle the folds of the current line of the current editor.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2329"/> - <source>Remove all highlights</source> + <source>Zoom the text</source> <translation type="unfinished"></translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="2331"/> - <source><b>Remove all highlights</b><p>Remove the highlights of all editors.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2338"/> - <source>Split view</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2338"/> - <source>&Split view</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2342"/> - <source>Add a split to the view</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2344"/> - <source><b>Split view</b><p>Add a split to the view.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2351"/> - <source>Arrange horizontally</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2351"/> - <source>Arrange &horizontally</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2356"/> - <source>Arrange the splitted views horizontally</source> + <source><b>Zoom</b><p>Zoom the text. This opens a dialog where the desired size can be entered.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2343"/> + <source>Toggle all folds</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2339"/> + <source>Toggle &all folds</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2345"/> + <source><b>Toggle all folds</b><p>Toggle all folds of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="2358"/> + <source>Toggle all folds (including children)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2353"/> + <source>Toggle all &folds (including children)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2360"/> + <source><b>Toggle all folds (including children)</b><p>Toggle all folds of the current editor including all children.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2372"/> + <source>Toggle current fold</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2368"/> + <source>Toggle &current fold</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2374"/> + <source><b>Toggle current fold</b><p>Toggle the folds of the current line of the current editor.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2387"/> + <source>Remove all highlights</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2389"/> + <source><b>Remove all highlights</b><p>Remove the highlights of all editors.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2396"/> + <source>Split view</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2396"/> + <source>&Split view</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2400"/> + <source>Add a split to the view</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2402"/> + <source><b>Split view</b><p>Add a split to the view.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2409"/> + <source>Arrange horizontally</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2409"/> + <source>Arrange &horizontally</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2414"/> + <source>Arrange the splitted views horizontally</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2416"/> <source><b>Arrange horizontally</b><p>Arrange the splitted views horizontally.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2366"/> + <location filename="ViewManager/ViewManager.py" line="2424"/> <source>Remove split</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2366"/> + <location filename="ViewManager/ViewManager.py" line="2424"/> <source>&Remove split</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2371"/> + <location filename="ViewManager/ViewManager.py" line="2429"/> <source>Remove the current split</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2373"/> + <location filename="ViewManager/ViewManager.py" line="2431"/> <source><b>Remove split</b><p>Remove the current split.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>Next split</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>&Next split</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>Ctrl+Alt+N</source> <comment>View|Next split</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2386"/> + <location filename="ViewManager/ViewManager.py" line="2444"/> <source>Move to the next split</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2388"/> + <location filename="ViewManager/ViewManager.py" line="2446"/> <source><b>Next split</b><p>Move to the next split.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>Previous split</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>&Previous split</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>Ctrl+Alt+P</source> <comment>View|Previous split</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2401"/> + <location filename="ViewManager/ViewManager.py" line="2459"/> <source>Move to the previous split</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2403"/> + <location filename="ViewManager/ViewManager.py" line="2461"/> <source><b>Previous split</b><p>Move to the previous split.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2425"/> + <location filename="ViewManager/ViewManager.py" line="2483"/> <source>&View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2452"/> + <location filename="ViewManager/ViewManager.py" line="2510"/> <source>View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2478"/> + <location filename="ViewManager/ViewManager.py" line="2536"/> <source>Start Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2473"/> + <location filename="ViewManager/ViewManager.py" line="2531"/> <source>S&tart Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2480"/> + <location filename="ViewManager/ViewManager.py" line="2538"/> <source><b>Start Macro Recording</b><p>Start recording editor commands into a new macro.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2492"/> + <location filename="ViewManager/ViewManager.py" line="2550"/> <source>Stop Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2487"/> + <location filename="ViewManager/ViewManager.py" line="2545"/> <source>Sto&p Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2494"/> + <location filename="ViewManager/ViewManager.py" line="2552"/> <source><b>Stop Macro Recording</b><p>Stop recording editor commands into a new macro.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2504"/> + <location filename="ViewManager/ViewManager.py" line="2562"/> <source>Run Macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2501"/> + <location filename="ViewManager/ViewManager.py" line="2559"/> <source>&Run Macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2505"/> + <location filename="ViewManager/ViewManager.py" line="2563"/> <source><b>Run Macro</b><p>Run a previously recorded editor macro.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2516"/> + <location filename="ViewManager/ViewManager.py" line="2574"/> <source>Delete Macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2512"/> + <location filename="ViewManager/ViewManager.py" line="2570"/> <source>&Delete Macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2518"/> + <location filename="ViewManager/ViewManager.py" line="2576"/> <source><b>Delete Macro</b><p>Delete a previously recorded editor macro.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2528"/> + <location filename="ViewManager/ViewManager.py" line="2586"/> <source>Load Macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2525"/> + <location filename="ViewManager/ViewManager.py" line="2583"/> <source>&Load Macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2530"/> + <location filename="ViewManager/ViewManager.py" line="2588"/> <source><b>Load Macro</b><p>Load an editor macro from a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2540"/> - <source>Save Macro</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2537"/> - <source>&Save Macro</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2542"/> - <source><b>Save Macro</b><p>Save a previously recorded editor macro to a file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2557"/> - <source>&Macros</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2580"/> - <source>Toggle Bookmark</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2573"/> - <source>&Toggle Bookmark</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2573"/> - <source>Alt+Ctrl+T</source> - <comment>Bookmark|Toggle</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2582"/> - <source><b>Toggle Bookmark</b><p>Toggle a bookmark at the current line of the current editor.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2596"/> - <source>Next Bookmark</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2589"/> - <source>&Next Bookmark</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2589"/> - <source>Ctrl+PgDown</source> - <comment>Bookmark|Next</comment> - <translation type="unfinished"></translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2598"/> + <source>Save Macro</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2595"/> + <source>&Save Macro</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2600"/> + <source><b>Save Macro</b><p>Save a previously recorded editor macro to a file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2615"/> + <source>&Macros</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2638"/> + <source>Toggle Bookmark</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2631"/> + <source>&Toggle Bookmark</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2631"/> + <source>Alt+Ctrl+T</source> + <comment>Bookmark|Toggle</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2640"/> + <source><b>Toggle Bookmark</b><p>Toggle a bookmark at the current line of the current editor.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2654"/> + <source>Next Bookmark</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2647"/> + <source>&Next Bookmark</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2647"/> + <source>Ctrl+PgDown</source> + <comment>Bookmark|Next</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2656"/> <source><b>Next Bookmark</b><p>Go to next bookmark of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2612"/> + <location filename="ViewManager/ViewManager.py" line="2670"/> <source>Previous Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2605"/> + <location filename="ViewManager/ViewManager.py" line="2663"/> <source>&Previous Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2605"/> + <location filename="ViewManager/ViewManager.py" line="2663"/> <source>Ctrl+PgUp</source> <comment>Bookmark|Previous</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2614"/> + <location filename="ViewManager/ViewManager.py" line="2672"/> <source><b>Previous Bookmark</b><p>Go to previous bookmark of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2628"/> + <location filename="ViewManager/ViewManager.py" line="2686"/> <source>Clear Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2621"/> + <location filename="ViewManager/ViewManager.py" line="2679"/> <source>&Clear Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2621"/> + <location filename="ViewManager/ViewManager.py" line="2679"/> <source>Alt+Ctrl+C</source> <comment>Bookmark|Clear</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2630"/> + <location filename="ViewManager/ViewManager.py" line="2688"/> <source><b>Clear Bookmarks</b><p>Clear bookmarks of all editors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2643"/> + <location filename="ViewManager/ViewManager.py" line="2701"/> <source>Goto Syntax Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2637"/> + <location filename="ViewManager/ViewManager.py" line="2695"/> <source>&Goto Syntax Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2645"/> + <location filename="ViewManager/ViewManager.py" line="2703"/> <source><b>Goto Syntax Error</b><p>Go to next syntax error of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2657"/> - <source>Clear Syntax Errors</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2652"/> - <source>Clear &Syntax Errors</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2659"/> - <source><b>Clear Syntax Errors</b><p>Clear syntax errors of all editors.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2673"/> - <source>Next warning message</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2666"/> - <source>&Next warning message</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2675"/> - <source><b>Next warning message</b><p>Go to next line of the current editor having a py3flakes warning.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2690"/> - <source>Previous warning message</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2683"/> - <source>&Previous warning message</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2692"/> - <source><b>Previous warning message</b><p>Go to previous line of the current editor having a py3flakes warning.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2706"/> - <source>Clear Warning Messages</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2700"/> - <source>Clear &Warning Messages</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2708"/> - <source><b>Clear Warning Messages</b><p>Clear py3flakes warning messages of all editors.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2721"/> - <source>Next uncovered line</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2715"/> + <source>Clear Syntax Errors</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2710"/> + <source>Clear &Syntax Errors</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2717"/> + <source><b>Clear Syntax Errors</b><p>Clear syntax errors of all editors.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2731"/> + <source>Next warning message</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2724"/> + <source>&Next warning message</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2733"/> + <source><b>Next warning message</b><p>Go to next line of the current editor having a py3flakes warning.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2748"/> + <source>Previous warning message</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2741"/> + <source>&Previous warning message</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2750"/> + <source><b>Previous warning message</b><p>Go to previous line of the current editor having a py3flakes warning.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2764"/> + <source>Clear Warning Messages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2758"/> + <source>Clear &Warning Messages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2766"/> + <source><b>Clear Warning Messages</b><p>Clear py3flakes warning messages of all editors.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2779"/> + <source>Next uncovered line</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2773"/> <source>&Next uncovered line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2723"/> + <location filename="ViewManager/ViewManager.py" line="2781"/> <source><b>Next uncovered line</b><p>Go to next line of the current editor marked as not covered.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2737"/> + <location filename="ViewManager/ViewManager.py" line="2795"/> <source>Previous uncovered line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2730"/> + <location filename="ViewManager/ViewManager.py" line="2788"/> <source>&Previous uncovered line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2739"/> + <location filename="ViewManager/ViewManager.py" line="2797"/> <source><b>Previous uncovered line</b><p>Go to previous line of the current editor marked as not covered.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2753"/> + <location filename="ViewManager/ViewManager.py" line="2811"/> <source>Next Task</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2747"/> + <location filename="ViewManager/ViewManager.py" line="2805"/> <source>&Next Task</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2755"/> + <location filename="ViewManager/ViewManager.py" line="2813"/> <source><b>Next Task</b><p>Go to next line of the current editor having a task.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2769"/> - <source>Previous Task</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2762"/> - <source>&Previous Task</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2771"/> - <source><b>Previous Task</b><p>Go to previous line of the current editor having a task.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2787"/> - <source>&Bookmarks</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2827"/> + <source>Previous Task</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2820"/> + <source>&Previous Task</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2829"/> + <source><b>Previous Task</b><p>Go to previous line of the current editor having a task.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2845"/> + <source>&Bookmarks</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2885"/> <source>Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>Spell check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>&Spell Check...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>Shift+F7</source> <comment>Spelling|Spell Check</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2866"/> - <source>Perform spell check of current editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2868"/> - <source><b>Spell check</b><p>Perform a spell check of the current editor.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2875"/> - <source>Automatic spell checking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2875"/> - <source>&Automatic spell checking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2882"/> - <source>(De-)Activate automatic spell checking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2884"/> - <source><b>Automatic spell checking</b><p>Activate or deactivate the automatic spell checking function of all editors.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2924"/> + <source>Perform spell check of current editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2926"/> + <source><b>Spell check</b><p>Perform a spell check of the current editor.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2933"/> + <source>Automatic spell checking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2933"/> + <source>&Automatic spell checking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2940"/> + <source>(De-)Activate automatic spell checking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2942"/> + <source><b>Automatic spell checking</b><p>Activate or deactivate the automatic spell checking function of all editors.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2982"/> <source>Spelling</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2950"/> + <location filename="ViewManager/ViewManager.py" line="3008"/> <source>Open files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2986"/> + <location filename="ViewManager/ViewManager.py" line="3044"/> <source>File Modified</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2986"/> + <location filename="ViewManager/ViewManager.py" line="3044"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3265"/> + <location filename="ViewManager/ViewManager.py" line="3324"/> <source>File: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3269"/> + <location filename="ViewManager/ViewManager.py" line="3328"/> <source>Line: {0:5}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3274"/> + <location filename="ViewManager/ViewManager.py" line="3333"/> <source>Pos: {0:5}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3610"/> + <location filename="ViewManager/ViewManager.py" line="3669"/> <source>&Clear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3606"/> + <location filename="ViewManager/ViewManager.py" line="3665"/> <source>&Add</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3608"/> + <location filename="ViewManager/ViewManager.py" line="3667"/> <source>&Edit...</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2106"/> + <source>Goto Last Edit Location</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2098"/> + <source>Goto Last &Edit Location</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2098"/> + <source>Ctrl+Shift+G</source> + <comment>Search|Goto Last Edit Location</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2108"/> + <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="2115"/> + <source>Goto Previous Method or Class</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2115"/> + <source>Ctrl+Shift+Up</source> + <comment>Search|Goto Previous Method or Class</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2122"/> + <source>Go to the previous method or class definition</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2125"/> + <source><b>Goto Previous Method or Class</b><p>Goes to the line of the previous method or class definition and highlights the name.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2133"/> + <source>Goto Next Method or Class</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2133"/> + <source>Ctrl+Shift+Down</source> + <comment>Search|Goto Next Method or Class</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2140"/> + <source>Go to the next method or class definition</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2143"/> + <source><b>Goto Next Method or Class</b><p>Goes to the line of the next method or class definition and highlights the name.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ViewProfileDialog</name>
--- a/i18n/eric5_es.ts Mon Jul 04 08:08:04 2011 +0200 +++ b/i18n/eric5_es.ts Sun Jul 10 16:31:33 2011 +0200 @@ -6809,497 +6809,497 @@ <context> <name>Editor</name> <message> - <location filename="QScintilla/Editor.py" line="2363"/> + <location filename="QScintilla/Editor.py" line="2371"/> <source>Open File</source> <translation>Abrir archivo</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="568"/> + <location filename="QScintilla/Editor.py" line="576"/> <source>Undo</source> <translation>Deshacer</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="571"/> + <location filename="QScintilla/Editor.py" line="579"/> <source>Redo</source> <translation>Rehacer</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="574"/> + <location filename="QScintilla/Editor.py" line="582"/> <source>Revert to last saved state</source> <translation>Volver al último estado guardado</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="578"/> + <location filename="QScintilla/Editor.py" line="586"/> <source>Cut</source> <translation>Cortar</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="581"/> - <source>Copy</source> - <translation>Copiar</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="583"/> - <source>Paste</source> - <translation>Pegar</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="587"/> - <source>Indent</source> - <translation>Indentar</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="589"/> - <source>Unindent</source> - <translation>Desindentar</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="592"/> - <source>Comment</source> - <translation>Pasar a comentario</translation> + <source>Copy</source> + <translation>Copiar</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="591"/> + <source>Paste</source> + <translation>Pegar</translation> </message> <message> <location filename="QScintilla/Editor.py" line="595"/> + <source>Indent</source> + <translation>Indentar</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="597"/> + <source>Unindent</source> + <translation>Desindentar</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="600"/> + <source>Comment</source> + <translation>Pasar a comentario</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="603"/> <source>Uncomment</source> <translation>Sacar de comentario</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="598"/> - <source>Stream Comment</source> - <translation>Bloque de comentario</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="601"/> - <source>Box Comment</source> - <translation>Caja de comentario</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="604"/> - <source>Select to brace</source> - <translation>Seleccionar hasta la llave ( '{' o '}' )</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="606"/> + <source>Stream Comment</source> + <translation>Bloque de comentario</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="609"/> + <source>Box Comment</source> + <translation>Caja de comentario</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="612"/> + <source>Select to brace</source> + <translation>Seleccionar hasta la llave ( '{' o '}' )</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="614"/> <source>Select all</source> <translation>Seleccionar todo</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="607"/> + <location filename="QScintilla/Editor.py" line="615"/> <source>Deselect all</source> <translation>Deseleccionar todo</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="620"/> - <source>Shorten empty lines</source> - <translation>Acortar las líneas vacías</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="628"/> + <source>Shorten empty lines</source> + <translation>Acortar las líneas vacías</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="636"/> <source>Use Monospaced Font</source> <translation>Usar fuente monoespaciada</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="633"/> + <location filename="QScintilla/Editor.py" line="641"/> <source>Autosave enabled</source> <translation>Autoguardar habilitado</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="645"/> + <location filename="QScintilla/Editor.py" line="653"/> <source>Autocompletion enabled</source> <translation>Autocompletar habilitado</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="662"/> + <location filename="QScintilla/Editor.py" line="670"/> <source>New view</source> <translation>Nueva vista</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="663"/> - <source>New view (with new split)</source> - <translation>Nueva vista (con nueva división)</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="667"/> - <source>Close</source> - <translation>Cerrar</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="671"/> + <source>New view (with new split)</source> + <translation>Nueva vista (con nueva división)</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="675"/> + <source>Close</source> + <translation>Cerrar</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="679"/> <source>Save</source> <translation>Guardar</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="673"/> + <location filename="QScintilla/Editor.py" line="681"/> <source>Save As...</source> <translation>Guardar como...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="680"/> + <location filename="QScintilla/Editor.py" line="688"/> <source>Print</source> <translation>Imprimir</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="695"/> + <location filename="QScintilla/Editor.py" line="703"/> <source>Autocomplete</source> <translation>Autocompletar</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="701"/> + <location filename="QScintilla/Editor.py" line="709"/> <source>from Document</source> <translation>desde Documento</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="704"/> + <location filename="QScintilla/Editor.py" line="712"/> <source>from APIs</source> <translation>desde APIs</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="707"/> + <location filename="QScintilla/Editor.py" line="715"/> <source>from Document and APIs</source> <translation>desde Documento y APIs</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="721"/> - <source>Check</source> - <translation>Verificar</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="729"/> + <source>Check</source> + <translation>Verificar</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="737"/> <source>Show</source> <translation>Mostrar</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="731"/> + <location filename="QScintilla/Editor.py" line="739"/> <source>Code metrics...</source> <translation>Métricas de código...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="733"/> - <source>Code coverage...</source> - <translation>Cobertura de código...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="735"/> - <source>Show code coverage annotations</source> - <translation>Mostrar anotaciones de cobertura de codigo</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="738"/> - <source>Hide code coverage annotations</source> - <translation>Ocultar anotaciones de cobertura de codigo</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="741"/> + <source>Code coverage...</source> + <translation>Cobertura de código...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="743"/> + <source>Show code coverage annotations</source> + <translation>Mostrar anotaciones de cobertura de codigo</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="746"/> + <source>Hide code coverage annotations</source> + <translation>Ocultar anotaciones de cobertura de codigo</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="749"/> <source>Profile data...</source> <translation>Datos de profiling...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="751"/> + <location filename="QScintilla/Editor.py" line="759"/> <source>Diagrams</source> <translation>Diagramas</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="753"/> + <location filename="QScintilla/Editor.py" line="761"/> <source>Class Diagram...</source> <translation>Diagrama de clases...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="755"/> + <location filename="QScintilla/Editor.py" line="763"/> <source>Package Diagram...</source> <translation>Diagrama de paquetes...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="757"/> + <location filename="QScintilla/Editor.py" line="765"/> <source>Imports Diagram...</source> <translation>Diagrama de imports...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="760"/> + <location filename="QScintilla/Editor.py" line="768"/> <source>Application Diagram...</source> <translation>Diagrama de aplicación...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="771"/> + <location filename="QScintilla/Editor.py" line="779"/> <source>Languages</source> <translation>Lenguajes</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="774"/> + <location filename="QScintilla/Editor.py" line="782"/> <source>No Language</source> <translation>Ningún Lenguaje</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="864"/> + <location filename="QScintilla/Editor.py" line="872"/> <source>Export as</source> <translation>Exportar como</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="983"/> + <location filename="QScintilla/Editor.py" line="991"/> <source>Toggle bookmark</source> <translation>Alternar marcador</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="986"/> + <location filename="QScintilla/Editor.py" line="994"/> <source>Next bookmark</source> <translation>Nuevo marcador</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="989"/> + <location filename="QScintilla/Editor.py" line="997"/> <source>Previous bookmark</source> <translation>Marcador anterior</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="992"/> + <location filename="QScintilla/Editor.py" line="1000"/> <source>Clear all bookmarks</source> <translation>Borrar todos los marcadores</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="996"/> + <location filename="QScintilla/Editor.py" line="1004"/> <source>Goto syntax error</source> <translation>Ir al error de sintaxis</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="999"/> + <location filename="QScintilla/Editor.py" line="1007"/> <source>Show syntax error message</source> <translation>Ver el mensaje de error de sintaxis</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1002"/> + <location filename="QScintilla/Editor.py" line="1010"/> <source>Clear syntax error</source> <translation>Borrar error de sintaxis</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1019"/> + <location filename="QScintilla/Editor.py" line="1027"/> <source>Toggle breakpoint</source> <translation>Alternar punto de interrupción</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1022"/> + <location filename="QScintilla/Editor.py" line="1030"/> <source>Toggle temporary breakpoint</source> <translation>Alternar punto de interrupción temporal</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1025"/> + <location filename="QScintilla/Editor.py" line="1033"/> <source>Edit breakpoint...</source> <translation>Editar punto de interrupción...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4088"/> + <location filename="QScintilla/Editor.py" line="4178"/> <source>Enable breakpoint</source> <translation>Activar punto de interrupción</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1031"/> + <location filename="QScintilla/Editor.py" line="1039"/> <source>Next breakpoint</source> <translation>Siguiente punto de interrupción</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1034"/> + <location filename="QScintilla/Editor.py" line="1042"/> <source>Previous breakpoint</source> <translation>Punto de interrupción anterior</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1037"/> + <location filename="QScintilla/Editor.py" line="1045"/> <source>Clear all breakpoints</source> <translation>Borrar todos los puntos de interrupción</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1041"/> + <location filename="QScintilla/Editor.py" line="1049"/> <source>Next uncovered line</source> <translation>Siguiente línea sin cobertura</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1044"/> + <location filename="QScintilla/Editor.py" line="1052"/> <source>Previous uncovered line</source> <translation>Anterior línea sin cobertura</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1048"/> + <location filename="QScintilla/Editor.py" line="1056"/> <source>Next task</source> <translation>Nueva tarea</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1051"/> + <location filename="QScintilla/Editor.py" line="1059"/> <source>Previous task</source> <translation>Tarea anterior</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1055"/> + <location filename="QScintilla/Editor.py" line="1063"/> <source>LMB toggles bookmarks</source> <translation>LMB (botón izquierdo del ratón) alterna marcadores</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1060"/> + <location filename="QScintilla/Editor.py" line="1068"/> <source>LMB toggles breakpoints</source> <translation>LMB (botón izquierdo del ratón) alterna puntos de interrupción</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1093"/> + <location filename="QScintilla/Editor.py" line="1101"/> <source>Export source</source> <translation>Exportar fuente</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1093"/> + <location filename="QScintilla/Editor.py" line="1101"/> <source>No export format given. Aborting...</source> <translation>No se ha proporcionado un formato de exportación. Abortando...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1529"/> + <location filename="QScintilla/Editor.py" line="1537"/> <source>Modification of Read Only file</source> <translation>Modificación de un archivo de solo lectura</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1529"/> + <location filename="QScintilla/Editor.py" line="1537"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Usted está intentando modificar un archivo solo lectura. Por favor guarde en otro archivo primero.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2142"/> + <location filename="QScintilla/Editor.py" line="2150"/> <source>Printing...</source> <translation>Imprimiendo...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2159"/> + <location filename="QScintilla/Editor.py" line="2167"/> <source>Printing completed</source> <translation>Impresión completa</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2161"/> + <location filename="QScintilla/Editor.py" line="2169"/> <source>Error while printing</source> <translation>Error al imprimir</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2164"/> + <location filename="QScintilla/Editor.py" line="2172"/> <source>Printing aborted</source> <translation>Impresión cancelada</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2315"/> + <location filename="QScintilla/Editor.py" line="2323"/> <source>File Modified</source> <translation>Archivo modificado</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2516"/> + <location filename="QScintilla/Editor.py" line="2524"/> <source>Save File</source> <translation>Guardar archivo</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3607"/> + <location filename="QScintilla/Editor.py" line="3697"/> <source>Autocompletion</source> <translation>Autocompletar</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3607"/> + <location filename="QScintilla/Editor.py" line="3697"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>Autocompletar no está disponible porque no hay origen de datos para autocompletar.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4091"/> + <location filename="QScintill