Sat, 10 Nov 2012 18:05:51 +0100
Added actions to search for the next/previous occurence of the current word (default shortcuts Ctrl+. and Ctrl+,).
--- a/APIs/Python3/eric5.api Sat Nov 10 16:19:22 2012 +0100 +++ b/APIs/Python3/eric5.api Sat Nov 10 18:05:51 2012 +0100 @@ -6249,6 +6249,7 @@ eric5.QScintilla.Editor.Editor.getBookmarks?4() eric5.QScintilla.Editor.Editor.getCompleter?4() eric5.QScintilla.Editor.Editor.getCurrentWord?4() +eric5.QScintilla.Editor.Editor.getCurrentWordBoundaries?4() eric5.QScintilla.Editor.Editor.getEncoding?4() eric5.QScintilla.Editor.Editor.getFileName?4() eric5.QScintilla.Editor.Editor.getFileType?4() @@ -6333,6 +6334,8 @@ eric5.QScintilla.Editor.Editor.revertToUnmodified?4() eric5.QScintilla.Editor.Editor.saveFile?4(saveas=False, path=None) eric5.QScintilla.Editor.Editor.saveFileAs?4(path=None, toProject=False) +eric5.QScintilla.Editor.Editor.searchCurrentWordBackward?4() +eric5.QScintilla.Editor.Editor.searchCurrentWordForward?4() eric5.QScintilla.Editor.Editor.selectCurrentWord?4() eric5.QScintilla.Editor.Editor.selectWord?4(line, index) eric5.QScintilla.Editor.Editor.sendSharedEdit?4()
--- a/Documentation/Help/source.qhp Sat Nov 10 16:19:22 2012 +0100 +++ b/Documentation/Help/source.qhp Sat Nov 10 18:05:51 2012 +0100 @@ -3905,6 +3905,7 @@ <keyword name="Editor.__resetOnlineSyntaxCheckTimer" id="Editor.__resetOnlineSyntaxCheckTimer" ref="eric5.QScintilla.Editor.html#Editor.__resetOnlineSyntaxCheckTimer" /> <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.__searchCurrentWord" id="Editor.__searchCurrentWord" ref="eric5.QScintilla.Editor.html#Editor.__searchCurrentWord" /> <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" /> @@ -3992,6 +3993,7 @@ <keyword name="Editor.getBookmarks" id="Editor.getBookmarks" ref="eric5.QScintilla.Editor.html#Editor.getBookmarks" /> <keyword name="Editor.getCompleter" id="Editor.getCompleter" ref="eric5.QScintilla.Editor.html#Editor.getCompleter" /> <keyword name="Editor.getCurrentWord" id="Editor.getCurrentWord" ref="eric5.QScintilla.Editor.html#Editor.getCurrentWord" /> + <keyword name="Editor.getCurrentWordBoundaries" id="Editor.getCurrentWordBoundaries" ref="eric5.QScintilla.Editor.html#Editor.getCurrentWordBoundaries" /> <keyword name="Editor.getEncoding" id="Editor.getEncoding" ref="eric5.QScintilla.Editor.html#Editor.getEncoding" /> <keyword name="Editor.getFileName" id="Editor.getFileName" ref="eric5.QScintilla.Editor.html#Editor.getFileName" /> <keyword name="Editor.getFileType" id="Editor.getFileType" ref="eric5.QScintilla.Editor.html#Editor.getFileType" /> @@ -4071,6 +4073,8 @@ <keyword name="Editor.revertToUnmodified" id="Editor.revertToUnmodified" ref="eric5.QScintilla.Editor.html#Editor.revertToUnmodified" /> <keyword name="Editor.saveFile" id="Editor.saveFile" ref="eric5.QScintilla.Editor.html#Editor.saveFile" /> <keyword name="Editor.saveFileAs" id="Editor.saveFileAs" ref="eric5.QScintilla.Editor.html#Editor.saveFileAs" /> + <keyword name="Editor.searchCurrentWordBackward" id="Editor.searchCurrentWordBackward" ref="eric5.QScintilla.Editor.html#Editor.searchCurrentWordBackward" /> + <keyword name="Editor.searchCurrentWordForward" id="Editor.searchCurrentWordForward" ref="eric5.QScintilla.Editor.html#Editor.searchCurrentWordForward" /> <keyword name="Editor.selectCurrentWord" id="Editor.selectCurrentWord" ref="eric5.QScintilla.Editor.html#Editor.selectCurrentWord" /> <keyword name="Editor.selectWord" id="Editor.selectWord" ref="eric5.QScintilla.Editor.html#Editor.selectWord" /> <keyword name="Editor.sendSharedEdit" id="Editor.sendSharedEdit" ref="eric5.QScintilla.Editor.html#Editor.sendSharedEdit" /> @@ -11459,6 +11463,8 @@ <keyword name="ViewManager.__enableSpellingActions" id="ViewManager.__enableSpellingActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__enableSpellingActions" /> <keyword name="ViewManager.__exportMenuTriggered" id="ViewManager.__exportMenuTriggered" ref="eric5.ViewManager.ViewManager.html#ViewManager.__exportMenuTriggered" /> <keyword name="ViewManager.__findFileName" id="ViewManager.__findFileName" ref="eric5.ViewManager.ViewManager.html#ViewManager.__findFileName" /> + <keyword name="ViewManager.__findNextWord" id="ViewManager.__findNextWord" ref="eric5.ViewManager.ViewManager.html#ViewManager.__findNextWord" /> + <keyword name="ViewManager.__findPrevWord" id="ViewManager.__findPrevWord" ref="eric5.ViewManager.ViewManager.html#ViewManager.__findPrevWord" /> <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" />
--- a/Documentation/Source/eric5.QScintilla.Editor.html Sat Nov 10 16:19:22 2012 +0100 +++ b/Documentation/Source/eric5.QScintilla.Editor.html Sat Nov 10 18:05:51 2012 +0100 @@ -447,6 +447,9 @@ <td><a href="#Editor.__saveLastEditPosition">__saveLastEditPosition</a></td> <td>Private slot to record the last edit position.</td> </tr><tr> +<td><a href="#Editor.__searchCurrentWord">__searchCurrentWord</a></td> +<td>Public slot to search the next occurrence of the current word.</td> +</tr><tr> <td><a href="#Editor.__selectAll">__selectAll</a></td> <td>Private slot handling the select all context menu action.</td> </tr><tr> @@ -708,6 +711,9 @@ <td><a href="#Editor.getCurrentWord">getCurrentWord</a></td> <td>Public method to get the word at the current position.</td> </tr><tr> +<td><a href="#Editor.getCurrentWordBoundaries">getCurrentWordBoundaries</a></td> +<td>Public method to get the word boundaries at the current position.</td> +</tr><tr> <td><a href="#Editor.getEncoding">getEncoding</a></td> <td>Public method to return the current encoding.</td> </tr><tr> @@ -945,6 +951,12 @@ <td><a href="#Editor.saveFileAs">saveFileAs</a></td> <td>Public slot to save a file with a new name.</td> </tr><tr> +<td><a href="#Editor.searchCurrentWordBackward">searchCurrentWordBackward</a></td> +<td>Public slot to search the current word backward.</td> +</tr><tr> +<td><a href="#Editor.searchCurrentWordForward">searchCurrentWordForward</a></td> +<td>Public slot to search the current word forward.</td> +</tr><tr> <td><a href="#Editor.selectCurrentWord">selectCurrentWord</a></td> <td>Public method to select the current word.</td> </tr><tr> @@ -1912,7 +1924,17 @@ <b>__saveLastEditPosition</b>(<i></i>) <p> Private slot to record the last edit position. -</p><a NAME="Editor.__selectAll" ID="Editor.__selectAll"></a> +</p><a NAME="Editor.__searchCurrentWord" ID="Editor.__searchCurrentWord"></a> +<h4>Editor.__searchCurrentWord</h4> +<b>__searchCurrentWord</b>(<i>forward=True</i>) +<p> + Public slot to search the next occurrence of the current word. +</p><dl> +<dt><i>forward</i></dt> +<dd> +flag indicating the search direction (boolean) +</dd> +</dl><a NAME="Editor.__selectAll" ID="Editor.__selectAll"></a> <h4>Editor.__selectAll</h4> <b>__selectAll</b>(<i></i>) <p> @@ -2602,6 +2624,17 @@ <dd> the word at that current position (string) </dd> +</dl><a NAME="Editor.getCurrentWordBoundaries" ID="Editor.getCurrentWordBoundaries"></a> +<h4>Editor.getCurrentWordBoundaries</h4> +<b>getCurrentWordBoundaries</b>(<i></i>) +<p> + Public method to get the word boundaries at the current position. +</p><dl> +<dt>Returns:</dt> +<dd> +tuple with start and end indexes of the current word + (integer, integer) +</dd> </dl><a NAME="Editor.getEncoding" ID="Editor.getEncoding"></a> <h4>Editor.getEncoding</h4> <b>getEncoding</b>(<i></i>) @@ -2805,7 +2838,7 @@ </dl><dl> <dt>Returns:</dt> <dd> -tuple with start and end indices of the word at the position +tuple with start and end indexes of the word at the position (integer, integer) </dd> </dl><a NAME="Editor.getWordLeft" ID="Editor.getWordLeft"></a> @@ -3324,7 +3357,17 @@ tuple of two values (boolean, string) giving a success indicator and the name of the saved file </dd> -</dl><a NAME="Editor.selectCurrentWord" ID="Editor.selectCurrentWord"></a> +</dl><a NAME="Editor.searchCurrentWordBackward" ID="Editor.searchCurrentWordBackward"></a> +<h4>Editor.searchCurrentWordBackward</h4> +<b>searchCurrentWordBackward</b>(<i></i>) +<p> + Public slot to search the current word backward. +</p><a NAME="Editor.searchCurrentWordForward" ID="Editor.searchCurrentWordForward"></a> +<h4>Editor.searchCurrentWordForward</h4> +<b>searchCurrentWordForward</b>(<i></i>) +<p> + Public slot to search the current word forward. +</p><a NAME="Editor.selectCurrentWord" ID="Editor.selectCurrentWord"></a> <h4>Editor.selectCurrentWord</h4> <b>selectCurrentWord</b>(<i></i>) <p>
--- a/Documentation/Source/eric5.ViewManager.ViewManager.html Sat Nov 10 16:19:22 2012 +0100 +++ b/Documentation/Source/eric5.ViewManager.ViewManager.html Sat Nov 10 18:05:51 2012 +0100 @@ -338,6 +338,12 @@ <td><a href="#ViewManager.__findFileName">__findFileName</a></td> <td>Private method to handle the search for file action.</td> </tr><tr> +<td><a href="#ViewManager.__findNextWord">__findNextWord</a></td> +<td>Private slot to find the next occurrence of the current word of the current editor.</td> +</tr><tr> +<td><a href="#ViewManager.__findPrevWord">__findPrevWord</a></td> +<td>Private slot to find the previous occurrence of the current word of the current editor.</td> +</tr><tr> <td><a href="#ViewManager.__goto">__goto</a></td> <td>Private method to handle the goto action.</td> </tr><tr> @@ -1195,6 +1201,18 @@ <b>__findFileName</b>(<i></i>) <p> Private method to handle the search for file action. +</p><a NAME="ViewManager.__findNextWord" ID="ViewManager.__findNextWord"></a> +<h4>ViewManager.__findNextWord</h4> +<b>__findNextWord</b>(<i></i>) +<p> + Private slot to find the next occurrence of the current word of the current + editor. +</p><a NAME="ViewManager.__findPrevWord" ID="ViewManager.__findPrevWord"></a> +<h4>ViewManager.__findPrevWord</h4> +<b>__findPrevWord</b>(<i></i>) +<p> + Private slot to find the previous occurrence of the current word of the current + editor. </p><a NAME="ViewManager.__goto" ID="ViewManager.__goto"></a> <h4>ViewManager.__goto</h4> <b>__goto</b>(<i></i>)
--- a/QScintilla/Editor.py Sat Nov 10 16:19:22 2012 +0100 +++ b/QScintilla/Editor.py Sat Nov 10 18:05:51 2012 +0100 @@ -2964,7 +2964,7 @@ @param index position to look at (int) @keyparam useWordChars flag indicating to use the wordCharacters method (boolean) - @return tuple with start and end indices of the word at the position + @return tuple with start and end indexes of the word at the position (integer, integer) """ text = self.text(line) @@ -3042,6 +3042,16 @@ line, index = self.getCursorPosition() return self.getWord(line, index) + def getCurrentWordBoundaries(self): + """ + Public method to get the word boundaries at the current position. + + @return tuple with start and end indexes of the current word + (integer, integer) + """ + line, index = self.getCursorPosition() + return self.getWordBoundaries(line, index) + def selectWord(self, line, index): """ Public method to select the word at a position. @@ -6640,3 +6650,58 @@ self.__dispatchCommand(command) self.__isSyncing = False + + ####################################################################### + ## Special search related methods + ####################################################################### + + def searchCurrentWordForward(self): + """ + Public slot to search the current word forward. + """ + self.__searchCurrentWord(forward=True) + + def searchCurrentWordBackward(self): + """ + Public slot to search the current word backward. + """ + self.__searchCurrentWord(forward=False) + + def __searchCurrentWord(self, forward=True): + """ + Public slot to search the next occurrence of the current word. + + @param forward flag indicating the search direction (boolean) + """ + line, index = self.getCursorPosition() + word = self.getCurrentWord() + wordStart, wordEnd = self.getCurrentWordBoundaries() + wordStartPos = self.positionFromLineIndex(line, wordStart) + wordEndPos = self.positionFromLineIndex(line, wordEnd) + + print(word, wordStartPos, wordEndPos, "<"+self.text()[wordStartPos:wordEndPos]+">") + + regExp = re.compile(r"\b{0}\b".format(word)) + if forward: + startPos = wordEndPos + else: + startPos = wordStartPos + + matches = [m for m in regExp.finditer(self.text())] + if matches: + if forward: + matchesAfter = [m for m in matches if m.start() >= startPos] + if matchesAfter: + match = matchesAfter[0] + else: + # wrap around + match = matches[0] + else: + matchesBefore = [m for m in matches if m.start() < startPos] + if matchesBefore: + match = matchesBefore[-1] + else: + # wrap around + match = matches[-1] + line, index = self.lineIndexFromPosition(match.start()) + self.setSelection(line, index + len(match.group(0)), line, index)
--- a/ViewManager/ViewManager.py Sat Nov 10 16:19:22 2012 +0100 +++ b/ViewManager/ViewManager.py Sat Nov 10 18:05:51 2012 +0100 @@ -2291,6 +2291,8 @@ searchMenu.addAction(self.searchAct) searchMenu.addAction(self.searchNextAct) searchMenu.addAction(self.searchPrevAct) + searchMenu.addAction(self.searchNextWordAct) + searchMenu.addAction(self.searchPrevWordAct) searchMenu.addAction(self.replaceAct) searchMenu.addSeparator() searchMenu.addAction(self.searchClearMarkersAct) @@ -2451,6 +2453,42 @@ self.searchClearMarkersAct.triggered[()].connect(self.__searchClearMarkers) self.searchActions.append(self.searchClearMarkersAct) + self.searchNextWordAct = E5Action(QApplication.translate('ViewManager', + 'Search current word forward'), + UI.PixmapCache.getIcon("findWordNext.png"), + QApplication.translate('ViewManager', 'Search current word forward'), + QKeySequence(QApplication.translate('ViewManager', + "Ctrl+.", "Search|Search current word forward")), + 0, + self.searchActGrp, 'vm_search_word_next') + self.searchNextWordAct.setStatusTip(QApplication.translate('ViewManager', + 'Search next occurrence of the current word')) + self.searchNextWordAct.setWhatsThis(QApplication.translate('ViewManager', + """<b>Search current word forward</b>""" + """<p>Search the next occurrence of the current word of the current""" + """ editor.</p>""" + )) + self.searchNextWordAct.triggered[()].connect(self.__findNextWord) + self.searchActions.append(self.searchNextWordAct) + + self.searchPrevWordAct = E5Action(QApplication.translate('ViewManager', + 'Search current word backward'), + UI.PixmapCache.getIcon("findWordPrev.png"), + QApplication.translate('ViewManager', 'Search current word backward'), + QKeySequence(QApplication.translate('ViewManager', + "Ctrl+,", "Search|Search current word backward")), + 0, + self.searchActGrp, 'vm_search_word_previous') + self.searchPrevWordAct.setStatusTip(QApplication.translate('ViewManager', + 'Search previous occurrence of the current word')) + self.searchPrevWordAct.setWhatsThis(QApplication.translate('ViewManager', + """<b>Search current word backward</b>""" + """<p>Search the previous occurrence of the current word of the current""" + """ editor.</p>""" + )) + self.searchPrevWordAct.triggered[()].connect(self.__findPrevWord) + self.searchActions.append(self.searchPrevWordAct) + self.replaceAct = E5Action(QApplication.translate('ViewManager', 'Replace'), QApplication.translate('ViewManager', '&Replace...'), QKeySequence(QApplication.translate('ViewManager', @@ -4762,6 +4800,20 @@ self.searchDlg.close() self.replaceDlg.show(self.textForFind()) + def __findNextWord(self): + """ + Private slot to find the next occurrence of the current word of the current + editor. + """ + self.activeWindow().searchCurrentWordForward() + + def __findPrevWord(self): + """ + Private slot to find the previous occurrence of the current word of the current + editor. + """ + self.activeWindow().searchCurrentWordBackward() + def __searchClearMarkers(self): """ Private method to clear the search markers of the active window.
--- a/changelog Sat Nov 10 16:19:22 2012 +0100 +++ b/changelog Sat Nov 10 18:05:51 2012 +0100 @@ -7,6 +7,9 @@ Python 2 and Python 3 debuggers - Debug Viewer -- added a viewer for call trace logs +- Editor + -- added actions to search for the next/previous occurence of the current word + (default shortcuts Ctrl+. and Ctrl+,) - Spell Checker -- added a dialog to edit the various spell checking dictionaries - Syntax Checker
--- a/i18n/eric5_cs.ts Sat Nov 10 16:19:22 2012 +0100 +++ b/i18n/eric5_cs.ts Sat Nov 10 18:05:51 2012 +0100 @@ -7979,7 +7979,7 @@ <translation>Editovat breakpoint...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4527"/> + <location filename="QScintilla/Editor.py" line="4537"/> <source>Enable breakpoint</source> <translation>Aktivovat breakpoint</translation> </message> @@ -8069,122 +8069,122 @@ <translation>Soubor je modifikován</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4037"/> + <location filename="QScintilla/Editor.py" line="4047"/> <source>Autocompletion</source> <translation>Autodoplňování</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4037"/> + <location filename="QScintilla/Editor.py" line="4047"/> <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="4530"/> + <location filename="QScintilla/Editor.py" line="4540"/> <source>Disable breakpoint</source> <translation>Deaktivovat breakpoint</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4854"/> + <location filename="QScintilla/Editor.py" line="4864"/> <source>Code Coverage</source> <translation>Pokrytí kódu</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4854"/> + <location filename="QScintilla/Editor.py" line="4864"/> <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="4900"/> + <location filename="QScintilla/Editor.py" line="4910"/> <source>Show Code Coverage Annotations</source> <translation>Zobrazit poznámky pokrytí kódu</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4896"/> + <location filename="QScintilla/Editor.py" line="4906"/> <source>All lines have been covered.</source> <translation>Všechny řádky byly pokryty.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4900"/> + <location filename="QScintilla/Editor.py" line="4910"/> <source>There is no coverage file available.</source> <translation>Soubor s pokrytím není dostupný.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4992"/> + <location filename="QScintilla/Editor.py" line="5002"/> <source>Profile Data</source> <translation>Profilovat data</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4992"/> + <location filename="QScintilla/Editor.py" line="5002"/> <source>Please select a profile file</source> <translation>Prosím, vyberte soubor s profilem</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5122"/> + <location filename="QScintilla/Editor.py" line="5132"/> <source>Syntax Error</source> <translation>Chyba syntaxe</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5122"/> + <location filename="QScintilla/Editor.py" line="5132"/> <source>No syntax error message available.</source> <translation>Hlášení syntaktické chyby není dostupné.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5347"/> + <location filename="QScintilla/Editor.py" line="5357"/> <source>Macro Name</source> <translation>Název makra</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5347"/> + <location filename="QScintilla/Editor.py" line="5357"/> <source>Select a macro name:</source> <translation>Vyberte název makra:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5375"/> + <location filename="QScintilla/Editor.py" line="5385"/> <source>Load macro file</source> <translation>Načíst soubor makra</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5415"/> + <location filename="QScintilla/Editor.py" line="5425"/> <source>Macro files (*.macro)</source> <translation>Macro soubory (*.macro)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5396"/> + <location filename="QScintilla/Editor.py" line="5406"/> <source>Error loading macro</source> <translation>Chyba při načítání makra</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5415"/> + <location filename="QScintilla/Editor.py" line="5425"/> <source>Save macro file</source> <translation>Uložit soubor s makrem</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5432"/> + <location filename="QScintilla/Editor.py" line="5442"/> <source>Save macro</source> <translation>Uložit makro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5447"/> + <location filename="QScintilla/Editor.py" line="5457"/> <source>Error saving macro</source> <translation>Chyba při ukládání makra</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5458"/> + <location filename="QScintilla/Editor.py" line="5468"/> <source>Start Macro Recording</source> <translation>Spustit záznam makra</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5458"/> + <location filename="QScintilla/Editor.py" line="5468"/> <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="5483"/> + <location filename="QScintilla/Editor.py" line="5493"/> <source>Macro Recording</source> <translation>Záznam makra</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5483"/> + <location filename="QScintilla/Editor.py" line="5493"/> <source>Enter name of the macro:</source> <translation>Vložte název makra:</translation> </message> @@ -8194,77 +8194,77 @@ <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="5612"/> + <location filename="QScintilla/Editor.py" line="5622"/> <source>File changed</source> <translation>Soubor změněn</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5872"/> + <location filename="QScintilla/Editor.py" line="5882"/> <source>Drop Error</source> <translation>Zahodit chybu</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5890"/> + <location filename="QScintilla/Editor.py" line="5900"/> <source>Resources</source> <translation>Zdroje</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5892"/> + <location filename="QScintilla/Editor.py" line="5902"/> <source>Add file...</source> <translation>Přidat soubor...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5894"/> + <location filename="QScintilla/Editor.py" line="5904"/> <source>Add files...</source> <translation>Přidat soubory...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5896"/> + <location filename="QScintilla/Editor.py" line="5906"/> <source>Add aliased file...</source> <translation>Přidat zástupce souboru...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5898"/> + <location filename="QScintilla/Editor.py" line="5908"/> <source>Add localized resource...</source> <translation>Přidat lokalizované resource...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5901"/> + <location filename="QScintilla/Editor.py" line="5911"/> <source>Add resource frame</source> <translation>Přidat resource frame</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5919"/> + <location filename="QScintilla/Editor.py" line="5929"/> <source>Add file resource</source> <translation>Přidat soubor resource</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5935"/> + <location filename="QScintilla/Editor.py" line="5945"/> <source>Add file resources</source> <translation>Přidat soubory resource</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5962"/> + <location filename="QScintilla/Editor.py" line="5972"/> <source>Add aliased file resource</source> <translation>Přidat zástupce souboru resource</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6024"/> + <location filename="QScintilla/Editor.py" line="6034"/> <source>Package Diagram</source> <translation>Diagram balíčku</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6024"/> + <location filename="QScintilla/Editor.py" line="6034"/> <source>Include class attributes?</source> <translation>Včetně atributů třídy?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6054"/> + <location filename="QScintilla/Editor.py" line="6064"/> <source>Application Diagram</source> <translation>Diagram aplikace</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6054"/> + <location filename="QScintilla/Editor.py" line="6064"/> <source>Include module names?</source> <translation>Včetně jmen modulů?</translation> </message> @@ -8284,12 +8284,12 @@ <translation>Nebyl zadán forám exportu. Zrušeno....</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6042"/> + <location filename="QScintilla/Editor.py" line="6052"/> <source>Imports Diagram</source> <translation>Importovat diagram</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6042"/> + <location filename="QScintilla/Editor.py" line="6052"/> <source>Include imports from external modules?</source> <translation>Zahrnout importy z externích modulů?</translation> </message> @@ -8364,7 +8364,7 @@ <translation>Použít Pygments lexer.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6326"/> + <location filename="QScintilla/Editor.py" line="6336"/> <source>Check spelling...</source> <translation>Zatrhnout kontrolu...</translation> </message> @@ -8374,12 +8374,12 @@ <translation>Zatrhnout výběr kontroly...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6328"/> + <location filename="QScintilla/Editor.py" line="6338"/> <source>Add to dictionary</source> <translation>Přidat do slovníku</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6330"/> + <location filename="QScintilla/Editor.py" line="6340"/> <source>Ignore All</source> <translation>Ignorovat vše</translation> </message> @@ -8424,12 +8424,12 @@ <translation type="obsolete"><p>Soubor <b>{0}</b> již existuje.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5389"/> + <location filename="QScintilla/Editor.py" line="5399"/> <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="5396"/> + <location filename="QScintilla/Editor.py" line="5406"/> <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> @@ -8439,27 +8439,27 @@ <translation type="obsolete"><p>Soubor s makrem <b>{0}</b> již existuje.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5447"/> + <location filename="QScintilla/Editor.py" line="5457"/> <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="5603"/> + <location filename="QScintilla/Editor.py" line="5613"/> <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="5750"/> + <location filename="QScintilla/Editor.py" line="5760"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5872"/> + <location filename="QScintilla/Editor.py" line="5882"/> <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="5962"/> + <location filename="QScintilla/Editor.py" line="5972"/> <source>Alias for file <b>{0}</b>:</source> <translation>Zástupce pro soubor <b>{0}</b>:</translation> </message> @@ -8484,12 +8484,12 @@ <translation>Vyčistit varování</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5248"/> + <location filename="QScintilla/Editor.py" line="5258"/> <source>py3flakes Warning</source> <translation>py3flakes varování</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5248"/> + <location filename="QScintilla/Editor.py" line="5258"/> <source>No py3flakes warning message available.</source> <translation>Varování py3flakes není dostupné.</translation> </message> @@ -8499,42 +8499,42 @@ <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="5432"/> + <location filename="QScintilla/Editor.py" line="5442"/> <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="5291"/> + <location filename="QScintilla/Editor.py" line="5301"/> <source>Warning: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5297"/> + <location filename="QScintilla/Editor.py" line="5307"/> <source>Error: {0}</source> <translation type="unfinished">Chyby: {0}</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5608"/> + <location filename="QScintilla/Editor.py" line="5618"/> <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="4133"/> + <location filename="QScintilla/Editor.py" line="4143"/> <source>Activating Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4133"/> + <location filename="QScintilla/Editor.py" line="4143"/> <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="4318"/> + <location filename="QScintilla/Editor.py" line="4328"/> <source>Activating Calltip Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4318"/> + <location filename="QScintilla/Editor.py" line="4328"/> <source>Calltip provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> @@ -54467,12 +54467,12 @@ <translation>V&yhledat</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2301"/> + <location filename="ViewManager/ViewManager.py" line="2303"/> <source>&Edit</source> <translation>&Edit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2351"/> + <location filename="ViewManager/ViewManager.py" line="2353"/> <source>Edit</source> <translation></translation> </message> @@ -54563,701 +54563,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="2660"/> + <location filename="ViewManager/ViewManager.py" line="2698"/> <source>Quicksearch</source> <translation>Rychlé hledání</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2471"/> + <location filename="ViewManager/ViewManager.py" line="2509"/> <source>&Quicksearch</source> <translation>Rychlé hl&edání</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2471"/> + <location filename="ViewManager/ViewManager.py" line="2509"/> <source>Ctrl+Shift+K</source> <comment>Search|Quicksearch</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2479"/> - <source>Perform a quicksearch</source> - <translation>Provést rychlé hledání</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2491"/> - <source>Quicksearch backwards</source> - <translation>Rychlé hledání zpět</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2491"/> - <source>Quicksearch &backwards</source> - <translation>Rychlé hledání &zpět</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2491"/> - <source>Ctrl+Shift+J</source> - <comment>Search|Quicksearch backwards</comment> - <translation></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2498"/> - <source>Perform a quicksearch backwards</source> - <translation>Provést rychlé hledání zpět</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2507"/> - <source>Quicksearch extend</source> - <translation>Rychlé hledání rozšířit</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2507"/> - <source>Quicksearch e&xtend</source> - <translation>Rychlé hl&edání rozšířit</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2507"/> - <source>Ctrl+Shift+H</source> - <comment>Search|Quicksearch extend</comment> - <translation></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2515"/> - <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="2517"/> + <source>Perform a quicksearch</source> + <translation>Provést rychlé hledání</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2529"/> + <source>Quicksearch backwards</source> + <translation>Rychlé hledání zpět</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2529"/> + <source>Quicksearch &backwards</source> + <translation>Rychlé hledání &zpět</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2529"/> + <source>Ctrl+Shift+J</source> + <comment>Search|Quicksearch backwards</comment> + <translation></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2536"/> + <source>Perform a quicksearch backwards</source> + <translation>Provést rychlé hledání zpět</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2545"/> + <source>Quicksearch extend</source> + <translation>Rychlé hledání rozšířit</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2545"/> + <source>Quicksearch e&xtend</source> + <translation>Rychlé hl&edání rozšířit</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2545"/> + <source>Ctrl+Shift+H</source> + <comment>Search|Quicksearch extend</comment> + <translation></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2553"/> + <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="2555"/> <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="2532"/> + <location filename="ViewManager/ViewManager.py" line="2570"/> <source>Goto Line</source> <translation>Jít na řádek</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2525"/> + <location filename="ViewManager/ViewManager.py" line="2563"/> <source>&Goto Line...</source> <translation>&Jít na řádek...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2525"/> + <location filename="ViewManager/ViewManager.py" line="2563"/> <source>Ctrl+G</source> <comment>Search|Goto Line</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2533"/> + <location filename="ViewManager/ViewManager.py" line="2571"/> <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="2548"/> + <location filename="ViewManager/ViewManager.py" line="2586"/> <source>Goto Brace</source> <translation>Jít na závorku</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2541"/> + <location filename="ViewManager/ViewManager.py" line="2579"/> <source>Goto &Brace</source> <translation>Jít na závork&u</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2541"/> + <location filename="ViewManager/ViewManager.py" line="2579"/> <source>Ctrl+L</source> <comment>Search|Goto Brace</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2550"/> + <location filename="ViewManager/ViewManager.py" line="2588"/> <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="2612"/> + <location filename="ViewManager/ViewManager.py" line="2650"/> <source>Search in Files</source> <translation>Hledat v souborech</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2612"/> + <location filename="ViewManager/ViewManager.py" line="2650"/> <source>Search in &Files...</source> <translation>&Hledat v souborech...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2612"/> + <location filename="ViewManager/ViewManager.py" line="2650"/> <source>Shift+Ctrl+F</source> <comment>Search|Search Files</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2620"/> + <location filename="ViewManager/ViewManager.py" line="2658"/> <source>Search for a text in files</source> <translation>Hledat text v souborech</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2622"/> + <location filename="ViewManager/ViewManager.py" line="2660"/> <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="2749"/> + <location filename="ViewManager/ViewManager.py" line="2787"/> <source>Zoom in</source> <translation>Přiblížit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2749"/> + <location filename="ViewManager/ViewManager.py" line="2787"/> <source>Zoom &in</source> <translation>Př&iblížit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2749"/> + <location filename="ViewManager/ViewManager.py" line="2787"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2757"/> + <location filename="ViewManager/ViewManager.py" line="2795"/> <source>Zoom in on the text</source> <translation>Zvětšovací lupa</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2759"/> + <location filename="ViewManager/ViewManager.py" line="2797"/> <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="2766"/> + <location filename="ViewManager/ViewManager.py" line="2804"/> <source>Zoom out</source> <translation>Oddálit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2766"/> + <location filename="ViewManager/ViewManager.py" line="2804"/> <source>Zoom &out</source> <translation>&Oddálit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2766"/> + <location filename="ViewManager/ViewManager.py" line="2804"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2774"/> + <location filename="ViewManager/ViewManager.py" line="2812"/> <source>Zoom out on the text</source> <translation>Zmenšovací lupa</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2776"/> + <location filename="ViewManager/ViewManager.py" line="2814"/> <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="2800"/> + <location filename="ViewManager/ViewManager.py" line="2838"/> <source>Zoom</source> <translation>Lupa</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2800"/> + <location filename="ViewManager/ViewManager.py" line="2838"/> <source>&Zoom</source> <translation>&Lupa</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2800"/> - <source>Ctrl+#</source> - <comment>View|Zoom</comment> - <translation></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2807"/> - <source>Zoom the text</source> - <translation>Lupa na text</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2809"/> - <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="2821"/> - <source>Toggle all folds</source> - <translation>Složit/rozložit všechna skládání</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2817"/> - <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="2823"/> - <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="2836"/> - <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="2831"/> - <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="2838"/> - <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="2850"/> - <source>Toggle current fold</source> - <translation>Složit/rozložit aktuální složený blok</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2846"/> - <source>Toggle &current fold</source> - <translation>Složit/rozložit aktuální složený &blok</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2852"/> - <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="2865"/> - <source>Remove all highlights</source> - <translation>Odebrat všechna zvýraznění</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2867"/> - <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="2874"/> - <source>Split view</source> - <translation>Rozdělit pohled</translation> + <source>Ctrl+#</source> + <comment>View|Zoom</comment> + <translation></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2845"/> + <source>Zoom the text</source> + <translation>Lupa na text</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2847"/> + <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="2859"/> + <source>Toggle all folds</source> + <translation>Složit/rozložit všechna skládání</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2855"/> + <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="2861"/> + <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="2874"/> + <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="2869"/> + <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="2876"/> + <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="2888"/> + <source>Toggle current fold</source> + <translation>Složit/rozložit aktuální složený blok</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2884"/> + <source>Toggle &current fold</source> + <translation>Složit/rozložit aktuální složený &blok</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2890"/> + <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="2903"/> + <source>Remove all highlights</source> + <translation>Odebrat všechna zvýraznění</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2905"/> + <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="2912"/> + <source>Split view</source> + <translation>Rozdělit pohled</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2912"/> <source>&Split view</source> <translation>&Rozdělit pohled</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2878"/> - <source>Add a split to the view</source> - <translation>Přidat další rozdělení pohledu</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2880"/> - <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="2887"/> - <source>Arrange horizontally</source> - <translation>Uspořádat horizontálně</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2887"/> - <source>Arrange &horizontally</source> - <translation>Uspořádat &horizontálně</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2892"/> - <source>Arrange the splitted views horizontally</source> - <translation>Uspořádat rozdělené pohledy horizontálně</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2894"/> - <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="2902"/> - <source>Remove split</source> - <translation>Odebrat rozdělený pohled</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2902"/> - <source>&Remove split</source> - <translation>Odebra&t rozdělený pohled</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2907"/> - <source>Remove the current split</source> - <translation>Odebrat aktuální rozdělení pohledu</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2909"/> - <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="2916"/> - <source>Next split</source> - <translation>Další rozdělený pohled</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2916"/> - <source>&Next split</source> - <translation>Další rozděle&ný pohled</translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2916"/> + <source>Add a split to the view</source> + <translation>Přidat další rozdělení pohledu</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2918"/> + <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="2925"/> + <source>Arrange horizontally</source> + <translation>Uspořádat horizontálně</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2925"/> + <source>Arrange &horizontally</source> + <translation>Uspořádat &horizontálně</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2930"/> + <source>Arrange the splitted views horizontally</source> + <translation>Uspořádat rozdělené pohledy horizontálně</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2932"/> + <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="2940"/> + <source>Remove split</source> + <translation>Odebrat rozdělený pohled</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2940"/> + <source>&Remove split</source> + <translation>Odebra&t rozdělený pohled</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2945"/> + <source>Remove the current split</source> + <translation>Odebrat aktuální rozdělení pohledu</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2947"/> + <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="2954"/> + <source>Next split</source> + <translation>Další rozdělený pohled</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2954"/> + <source>&Next split</source> + <translation>Další rozděle&ný pohled</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2954"/> <source>Ctrl+Alt+N</source> <comment>View|Next split</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2922"/> + <location filename="ViewManager/ViewManager.py" line="2960"/> <source>Move to the next split</source> <translation>Posun na další rozdělený pohled</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2924"/> + <location filename="ViewManager/ViewManager.py" line="2962"/> <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="2931"/> + <location filename="ViewManager/ViewManager.py" line="2969"/> <source>Previous split</source> <translation>Předchozí rozdělený pohled</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2931"/> + <location filename="ViewManager/ViewManager.py" line="2969"/> <source>&Previous split</source> <translation>&Předchozí rozdělený pohled</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2931"/> + <location filename="ViewManager/ViewManager.py" line="2969"/> <source>Ctrl+Alt+P</source> <comment>View|Previous split</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2937"/> + <location filename="ViewManager/ViewManager.py" line="2975"/> <source>Move to the previous split</source> <translation>Posun na předchozí rozdělený pohled</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2939"/> - <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="2977"/> + <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="3015"/> <source>&View</source> <translation>Poh&led</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3006"/> + <location filename="ViewManager/ViewManager.py" line="3044"/> <source>View</source> <translation>Pohled</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3034"/> - <source>Start Macro Recording</source> - <translation>Spustit záznam makra</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3029"/> - <source>S&tart Macro Recording</source> - <translation>Spus&tit záznam makra</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3036"/> - <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="3048"/> - <source>Stop Macro Recording</source> - <translation>Zastavit záznam makra</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3043"/> - <source>Sto&p Macro Recording</source> - <translation>Sto&p záznamu makra</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3050"/> - <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="3060"/> - <source>Run Macro</source> - <translation>Spustit makro</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3057"/> - <source>&Run Macro</source> - <translation>Spustit mak&ro</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3061"/> - <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="3072"/> - <source>Delete Macro</source> - <translation>Smazat makro</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3068"/> - <source>&Delete Macro</source> - <translation>Smazat makr&o</translation> + <source>Start Macro Recording</source> + <translation>Spustit záznam makra</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3067"/> + <source>S&tart Macro Recording</source> + <translation>Spus&tit záznam makra</translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="3074"/> - <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="3084"/> - <source>Load Macro</source> - <translation>Načíst makro</translation> + <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="3086"/> + <source>Stop Macro Recording</source> + <translation>Zastavit záznam makra</translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="3081"/> - <source>&Load Macro</source> - <translation>&Načíst makro</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3086"/> - <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="3096"/> - <source>Save Macro</source> - <translation>Uložit makro</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3093"/> - <source>&Save Macro</source> - <translation>&Uložit makro</translation> + <source>Sto&p Macro Recording</source> + <translation>Sto&p záznamu makra</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3088"/> + <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="3098"/> - <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="3113"/> - <source>&Macros</source> - <translation>&Makra</translation> + <source>Run Macro</source> + <translation>Spustit makro</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3095"/> + <source>&Run Macro</source> + <translation>Spustit mak&ro</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3099"/> + <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="3110"/> + <source>Delete Macro</source> + <translation>Smazat makro</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3106"/> + <source>&Delete Macro</source> + <translation>Smazat makr&o</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3112"/> + <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="3122"/> + <source>Load Macro</source> + <translation>Načíst makro</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3119"/> + <source>&Load Macro</source> + <translation>&Načíst makro</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3124"/> + <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="3134"/> + <source>Save Macro</source> + <translation>Uložit makro</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3131"/> + <source>&Save Macro</source> + <translation>&Uložit makro</translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="3136"/> + <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="3151"/> + <source>&Macros</source> + <translation>&Makra</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3174"/> <source>Toggle Bookmark</source> <translation>Přepnout záložku</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3129"/> + <location filename="ViewManager/ViewManager.py" line="3167"/> <source>&Toggle Bookmark</source> <translation>Přepnou&t záložku</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3129"/> + <location filename="ViewManager/ViewManager.py" line="3167"/> <source>Alt+Ctrl+T</source> <comment>Bookmark|Toggle</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3138"/> + <location filename="ViewManager/ViewManager.py" line="3176"/> <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="3152"/> + <location filename="ViewManager/ViewManager.py" line="3190"/> <source>Next Bookmark</source> <translation>Následující záložka</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3145"/> + <location filename="ViewManager/ViewManager.py" line="3183"/> <source>&Next Bookmark</source> <translation>&Následující záložka</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3145"/> + <location filename="ViewManager/ViewManager.py" line="3183"/> <source>Ctrl+PgDown</source> <comment>Bookmark|Next</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3154"/> + <location filename="ViewManager/ViewManager.py" line="3192"/> <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="3168"/> + <location filename="ViewManager/ViewManager.py" line="3206"/> <source>Previous Bookmark</source> <translation>Předchozí záložka</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3161"/> + <location filename="ViewManager/ViewManager.py" line="3199"/> <source>&Previous Bookmark</source> <translation>&Předchozí záložka</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3161"/> - <source>Ctrl+PgUp</source> - <comment>Bookmark|Previous</comment> - <translation></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3170"/> - <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="3184"/> - <source>Clear Bookmarks</source> - <translation>Vyčistit záložky</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3177"/> - <source>&Clear Bookmarks</source> - <translation>Vyčistit (zr&ušit) záložky</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3177"/> - <source>Alt+Ctrl+C</source> - <comment>Bookmark|Clear</comment> - <translation></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3186"/> - <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="3199"/> - <source>Goto Syntax Error</source> - <translation>Jít na Syntaktickou chybu</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3193"/> - <source>&Goto Syntax Error</source> - <translation>&Jít na Syntaktickou chybu</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3201"/> - <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="3213"/> - <source>Clear Syntax Errors</source> - <translation>Vyčistit Syntaktické chyby</translation> + <source>Ctrl+PgUp</source> + <comment>Bookmark|Previous</comment> + <translation></translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="3208"/> - <source>Clear &Syntax Errors</source> - <translation>V&yčistit Syntaktické chyby</translation> + <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="3222"/> + <source>Clear Bookmarks</source> + <translation>Vyčistit záložky</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3215"/> + <source>&Clear Bookmarks</source> + <translation>Vyčistit (zr&ušit) záložky</translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="3215"/> + <source>Alt+Ctrl+C</source> + <comment>Bookmark|Clear</comment> + <translation></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3224"/> + <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="3237"/> + <source>Goto Syntax Error</source> + <translation>Jít na Syntaktickou chybu</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3231"/> + <source>&Goto Syntax Error</source> + <translation>&Jít na Syntaktickou chybu</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3239"/> + <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="3251"/> + <source>Clear Syntax Errors</source> + <translation>Vyčistit Syntaktické chyby</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3246"/> + <source>Clear &Syntax Errors</source> + <translation>V&yčistit Syntaktické chyby</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3253"/> <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="3277"/> + <location filename="ViewManager/ViewManager.py" line="3315"/> <source>Next uncovered line</source> <translation>Následují problémová řádka</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3271"/> - <source>&Next uncovered line</source> - <translation>Nás&ledující problémová řádka</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3279"/> - <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="3293"/> - <source>Previous uncovered line</source> - <translation>Předchozí problémová řádka</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3286"/> - <source>&Previous uncovered line</source> - <translation>Př&edchozí problémová řádka</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3295"/> - <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="3309"/> + <source>&Next uncovered line</source> + <translation>Nás&ledující problémová řádka</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3317"/> + <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="3331"/> + <source>Previous uncovered line</source> + <translation>Předchozí problémová řádka</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3324"/> + <source>&Previous uncovered line</source> + <translation>Př&edchozí problémová řádka</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3333"/> + <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="3347"/> <source>Next Task</source> <translation>Následující úloha</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3303"/> + <location filename="ViewManager/ViewManager.py" line="3341"/> <source>&Next Task</source> <translation>Následující úlo&ha</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3311"/> + <location filename="ViewManager/ViewManager.py" line="3349"/> <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="3325"/> + <location filename="ViewManager/ViewManager.py" line="3363"/> <source>Previous Task</source> <translation>Předchozí úloha</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3318"/> + <location filename="ViewManager/ViewManager.py" line="3356"/> <source>&Previous Task</source> <translation>Předchozí úl&oha</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3327"/> + <location filename="ViewManager/ViewManager.py" line="3365"/> <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="3375"/> + <location filename="ViewManager/ViewManager.py" line="3413"/> <source>&Bookmarks</source> <translation>&Záložky</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3418"/> + <location filename="ViewManager/ViewManager.py" line="3456"/> <source>Bookmarks</source> <translation>Záložky</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3563"/> + <location filename="ViewManager/ViewManager.py" line="3601"/> <source>Open files</source> <translation>Otevřené soubory</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3599"/> + <location filename="ViewManager/ViewManager.py" line="3637"/> <source>File Modified</source> <translation>Soubor změněn</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="4231"/> + <location filename="ViewManager/ViewManager.py" line="4269"/> <source>&Clear</source> <translation>&Vyčistit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="4227"/> + <location filename="ViewManager/ViewManager.py" line="4265"/> <source>&Add</source> <translation>Přid&at</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="4229"/> + <location filename="ViewManager/ViewManager.py" line="4267"/> <source>&Edit...</source> <translation>&Edit...</translation> </message> @@ -55282,7 +55282,7 @@ <translation>Exportovat jako</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2705"/> + <location filename="ViewManager/ViewManager.py" line="2743"/> <source>Quicksearch Textedit</source> <translation>Rychlé hledání texteditoru</translation> </message> @@ -55328,17 +55328,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="2481"/> + <location filename="ViewManager/ViewManager.py" line="2519"/> <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="2500"/> + <location filename="ViewManager/ViewManager.py" line="2538"/> <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="2683"/> + <location filename="ViewManager/ViewManager.py" line="2721"/> <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> @@ -55399,28 +55399,28 @@ <translation>Shift+Enter</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2631"/> + <location filename="ViewManager/ViewManager.py" line="2669"/> <source>Replace in Files</source> <translation>Nahradit v souborech</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2631"/> + <location filename="ViewManager/ViewManager.py" line="2669"/> <source>Replace in F&iles...</source> <translation>Nahrad&it v souborech...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2631"/> + <location filename="ViewManager/ViewManager.py" line="2669"/> <source>Shift+Ctrl+R</source> <comment>Search|Replace in Files</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2638"/> + <location filename="ViewManager/ViewManager.py" line="2676"/> <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="2640"/> + <location filename="ViewManager/ViewManager.py" line="2678"/> <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> @@ -55435,13 +55435,13 @@ <translation type="obsolete">Kontrola pravopi&su...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3451"/> + <location filename="ViewManager/ViewManager.py" line="3489"/> <source>Shift+F7</source> <comment>Spelling|Spell Check</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3460"/> + <location filename="ViewManager/ViewManager.py" line="3498"/> <source>Perform spell check of current editor</source> <translation>Spustit kontrolu pravopisu v aktuálním editoru</translation> </message> @@ -55451,92 +55451,92 @@ <translation type="obsolete"><b>Kontrola pravopisu</b><p>Spustí se kontrola pravopisu v aktuálním editoru.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3469"/> + <location filename="ViewManager/ViewManager.py" line="3507"/> <source>Automatic spell checking</source> <translation>Automatická kontrola pravopisu</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3469"/> + <location filename="ViewManager/ViewManager.py" line="3507"/> <source>&Automatic spell checking</source> <translation>&Automatická kontrola pravopisu</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3476"/> + <location filename="ViewManager/ViewManager.py" line="3514"/> <source>(De-)Activate automatic spell checking</source> <translation>(De-)aktivovat akutomatickou kontrolu</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3478"/> + <location filename="ViewManager/ViewManager.py" line="3516"/> <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="3537"/> + <location filename="ViewManager/ViewManager.py" line="3575"/> <source>Spelling</source> <translation>Pravopis</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3599"/> + <location filename="ViewManager/ViewManager.py" line="3637"/> <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="3883"/> + <location filename="ViewManager/ViewManager.py" line="3921"/> <source>File: {0}</source> <translation>Soubor: {0}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3887"/> + <location filename="ViewManager/ViewManager.py" line="3925"/> <source>Line: {0:5}</source> <translation>Řádek: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3892"/> + <location filename="ViewManager/ViewManager.py" line="3930"/> <source>Pos: {0:5}</source> <translation>Poz: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3229"/> + <location filename="ViewManager/ViewManager.py" line="3267"/> <source>Next warning message</source> <translation>Další varování</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3222"/> + <location filename="ViewManager/ViewManager.py" line="3260"/> <source>&Next warning message</source> <translation>Další varová&ní</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3231"/> + <location filename="ViewManager/ViewManager.py" line="3269"/> <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="3246"/> + <location filename="ViewManager/ViewManager.py" line="3284"/> <source>Previous warning message</source> <translation>Předchozí varování</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3239"/> + <location filename="ViewManager/ViewManager.py" line="3277"/> <source>&Previous warning message</source> <translation>&Předchozí varování</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3248"/> + <location filename="ViewManager/ViewManager.py" line="3286"/> <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="3262"/> + <location filename="ViewManager/ViewManager.py" line="3300"/> <source>Clear Warning Messages</source> <translation>Vyčistit varovná hlášení</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3256"/> + <location filename="ViewManager/ViewManager.py" line="3294"/> <source>Clear &Warning Messages</source> <translation>&Vyčistit varovná hlášení</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3264"/> + <location filename="ViewManager/ViewManager.py" line="3302"/> <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> @@ -55557,80 +55557,80 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2565"/> + <location filename="ViewManager/ViewManager.py" line="2603"/> <source>Goto Last Edit Location</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2557"/> + <location filename="ViewManager/ViewManager.py" line="2595"/> <source>Goto Last &Edit Location</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2557"/> + <location filename="ViewManager/ViewManager.py" line="2595"/> <source>Ctrl+Shift+G</source> <comment>Search|Goto Last Edit Location</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2567"/> + <location filename="ViewManager/ViewManager.py" line="2605"/> <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="2574"/> + <location filename="ViewManager/ViewManager.py" line="2612"/> <source>Goto Previous Method or Class</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2574"/> + <location filename="ViewManager/ViewManager.py" line="2612"/> <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="2581"/> + <location filename="ViewManager/ViewManager.py" line="2619"/> <source>Go to the previous method or class definition</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2584"/> + <location filename="ViewManager/ViewManager.py" line="2622"/> <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="2592"/> + <location filename="ViewManager/ViewManager.py" line="2630"/> <source>Goto Next Method or Class</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2592"/> + <location filename="ViewManager/ViewManager.py" line="2630"/> <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="2599"/> + <location filename="ViewManager/ViewManager.py" line="2637"/> <source>Go to the next method or class definition</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2602"/> + <location filename="ViewManager/ViewManager.py" line="2640"/> <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> <message> - <location filename="ViewManager/ViewManager.py" line="2946"/> + <location filename="ViewManager/ViewManager.py" line="2984"/> <source>Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2951"/> + <location filename="ViewManager/ViewManager.py" line="2989"/> <source>Preview the current file in the web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2953"/> + <location filename="ViewManager/ViewManager.py" line="2991"/> <source><b>Preview</b><p>This opens the web browser with a preview of the current file.</p></source> <translation type="unfinished"></translation> </message> @@ -56001,39 +56001,39 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2783"/> + <location filename="ViewManager/ViewManager.py" line="2821"/> <source>Zoom reset</source> <translation type="unfinished">Resetovat lupu</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2783"/> + <location filename="ViewManager/ViewManager.py" line="2821"/> <source>Zoom &reset</source> <translation type="unfinished">&Resetovat lupu</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2783"/> + <location filename="ViewManager/ViewManager.py" line="2821"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2790"/> + <location filename="ViewManager/ViewManager.py" line="2828"/> <source>Reset the zoom of the text</source> <translation type="unfinished">Resetovat lupu textu</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2792"/> + <location filename="ViewManager/ViewManager.py" line="2830"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation type="unfinished"><b>Reset lupy</b><p>Reset lupy pro text. Nastaví se lupa na hodnotu 100%.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2749"/> + <location filename="ViewManager/ViewManager.py" line="2787"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2766"/> + <location filename="ViewManager/ViewManager.py" line="2804"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> @@ -56044,120 +56044,162 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3340"/> + <location filename="ViewManager/ViewManager.py" line="3378"/> <source>Next Change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3334"/> + <location filename="ViewManager/ViewManager.py" line="3372"/> <source>&Next Change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3342"/> + <location filename="ViewManager/ViewManager.py" line="3380"/> <source><b>Next Change</b><p>Go to next line of the current editor having a change marker.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3356"/> + <location filename="ViewManager/ViewManager.py" line="3394"/> <source>Previous Change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3349"/> + <location filename="ViewManager/ViewManager.py" line="3387"/> <source>&Previous Change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3358"/> + <location filename="ViewManager/ViewManager.py" line="3396"/> <source><b>Previous Change</b><p>Go to previous line of the current editor having a change marker.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3451"/> + <location filename="ViewManager/ViewManager.py" line="3489"/> <source>Check spelling</source> <translation type="unfinished">Kontrola pravopisu</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3451"/> + <location filename="ViewManager/ViewManager.py" line="3489"/> <source>Check &spelling...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3462"/> + <location filename="ViewManager/ViewManager.py" line="3500"/> <source><b>Check spelling</b><p>Perform a spell check of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3504"/> + <location filename="ViewManager/ViewManager.py" line="3542"/> <source>Edit Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3506"/> + <location filename="ViewManager/ViewManager.py" line="3544"/> <source>Project Word List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3509"/> + <location filename="ViewManager/ViewManager.py" line="3547"/> <source>Project Exception List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3513"/> + <location filename="ViewManager/ViewManager.py" line="3551"/> <source>User Word List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3516"/> + <location filename="ViewManager/ViewManager.py" line="3554"/> <source>User Exception List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="5243"/> + <location filename="ViewManager/ViewManager.py" line="5295"/> <source>Edit Project Word List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="5243"/> - <source>No word list defined for the current project.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="5256"/> - <source>Edit Project Exception List</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="5256"/> - <source>No exception list defined for the current project.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="5314"/> - <source>Edit Spelling Dictionary</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="5295"/> + <source>No word list defined for the current project.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="5308"/> + <source>Edit Project Exception List</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="5308"/> + <source>No exception list defined for the current project.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="5366"/> + <source>Edit Spelling Dictionary</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="5347"/> <source>Editing {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="5285"/> + <location filename="ViewManager/ViewManager.py" line="5337"/> <source><p>The spelling dictionary file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="5305"/> + <location filename="ViewManager/ViewManager.py" line="5357"/> <source><p>The spelling dictionary file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="5314"/> + <location filename="ViewManager/ViewManager.py" line="5366"/> <source>The spelling dictionary was saved successfully.</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2456"/> + <source>Search current word forward</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2456"/> + <source>Ctrl+.</source> + <comment>Search|Search current word forward</comment> + <translation type="unfinished">Ctrl+.</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2464"/> + <source>Search next occurrence of the current word</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2466"/> + <source><b>Search current word forward</b><p>Search the next occurrence of the current word of the current editor.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2474"/> + <source>Search current word backward</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2474"/> + <source>Ctrl+,</source> + <comment>Search|Search current word backward</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2482"/> + <source>Search previous occurrence of the current word</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2484"/> + <source><b>Search current word backward</b><p>Search the previous occurrence of the current word of the current editor.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ViewProfileDialog</name>
--- a/i18n/eric5_de.ts Sat Nov 10 16:19:22 2012 +0100 +++ b/i18n/eric5_de.ts Sat Nov 10 18:05:51 2012 +0100 @@ -7542,7 +7542,7 @@ <translation>Drucken abgebrochen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5612"/> + <location filename="QScintilla/Editor.py" line="5622"/> <source>File changed</source> <translation>Datei geändert</translation> </message> @@ -7607,57 +7607,57 @@ <translation>Zurück zum letzten gesichert Zustand</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5347"/> + <location filename="QScintilla/Editor.py" line="5357"/> <source>Macro Name</source> <translation>Makro Name</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5347"/> + <location filename="QScintilla/Editor.py" line="5357"/> <source>Select a macro name:</source> <translation>Wähle einen Makro Namen:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5415"/> + <location filename="QScintilla/Editor.py" line="5425"/> <source>Macro files (*.macro)</source> <translation>Makro Dateien (*.macro)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5375"/> + <location filename="QScintilla/Editor.py" line="5385"/> <source>Load macro file</source> <translation>Lade Makro Datei</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5396"/> + <location filename="QScintilla/Editor.py" line="5406"/> <source>Error loading macro</source> <translation>Fehler beim Makro Laden</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5415"/> + <location filename="QScintilla/Editor.py" line="5425"/> <source>Save macro file</source> <translation>Makro Datei schreiben</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5432"/> + <location filename="QScintilla/Editor.py" line="5442"/> <source>Save macro</source> <translation>Makro speichern</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5447"/> + <location filename="QScintilla/Editor.py" line="5457"/> <source>Error saving macro</source> <translation>Fehler beim Makro speichern</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5458"/> + <location filename="QScintilla/Editor.py" line="5468"/> <source>Start Macro Recording</source> <translation>Makroaufzeichnung starten</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5483"/> + <location filename="QScintilla/Editor.py" line="5493"/> <source>Macro Recording</source> <translation>Makroaufzeichnung</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5483"/> + <location filename="QScintilla/Editor.py" line="5493"/> <source>Enter name of the macro:</source> <translation>Gib einen Namen für das Makro ein:</translation> </message> @@ -7717,32 +7717,32 @@ <translation>Haltepunkt bearbeiten...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4527"/> + <location filename="QScintilla/Editor.py" line="4537"/> <source>Enable breakpoint</source> <translation>Haltepunkt aktivieren</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4530"/> + <location filename="QScintilla/Editor.py" line="4540"/> <source>Disable breakpoint</source> <translation>Haltepunkt deaktivieren</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4854"/> + <location filename="QScintilla/Editor.py" line="4864"/> <source>Code Coverage</source> <translation>Quelltext Abdeckung</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4854"/> + <location filename="QScintilla/Editor.py" line="4864"/> <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="4992"/> + <location filename="QScintilla/Editor.py" line="5002"/> <source>Profile Data</source> <translation>Profildaten</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4992"/> + <location filename="QScintilla/Editor.py" line="5002"/> <source>Please select a profile file</source> <translation>Bitte wählen sie eine Datei mit Profildaten</translation> </message> @@ -7752,12 +7752,12 @@ <translation>Autom. Vervollständigung aktiv</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4037"/> + <location filename="QScintilla/Editor.py" line="4047"/> <source>Autocompletion</source> <translation>Autom. Vervollständigung</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4037"/> + <location filename="QScintilla/Editor.py" line="4047"/> <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> @@ -7792,7 +7792,7 @@ <translation>Autom. Speicherung aktiv</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5872"/> + <location filename="QScintilla/Editor.py" line="5882"/> <source>Drop Error</source> <translation>Drop Fehler</translation> </message> @@ -7802,12 +7802,12 @@ <translation>Zeige Syntaxfehlermeldung</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5122"/> + <location filename="QScintilla/Editor.py" line="5132"/> <source>Syntax Error</source> <translation>Syntaxfehler</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5122"/> + <location filename="QScintilla/Editor.py" line="5132"/> <source>No syntax error message available.</source> <translation>Keine Syntaxfehlermeldung verfügbar.</translation> </message> @@ -7837,17 +7837,17 @@ <translation>Vorige nichtabgedeckte Zeile</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4900"/> + <location filename="QScintilla/Editor.py" line="4910"/> <source>Show Code Coverage Annotations</source> <translation>Zeilen ohne Abdeckung Markieren</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4896"/> + <location filename="QScintilla/Editor.py" line="4906"/> <source>All lines have been covered.</source> <translation>Alle Zeilen sind abgedeckt.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4900"/> + <location filename="QScintilla/Editor.py" line="4910"/> <source>There is no coverage file available.</source> <translation>Es gibt keine Datei mit Abdeckungsinformationen.</translation> </message> @@ -7857,22 +7857,22 @@ <translation><p>Die Datei <b>{0}</b> enthält ungesicherte Änderungen.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5389"/> + <location filename="QScintilla/Editor.py" line="5399"/> <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="5396"/> + <location filename="QScintilla/Editor.py" line="5406"/> <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="5447"/> + <location filename="QScintilla/Editor.py" line="5457"/> <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="5872"/> + <location filename="QScintilla/Editor.py" line="5882"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> ist keine Datei.</p></translation> </message> @@ -7917,82 +7917,82 @@ <translation>Keine Sprache</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5750"/> + <location filename="QScintilla/Editor.py" line="5760"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5890"/> + <location filename="QScintilla/Editor.py" line="5900"/> <source>Resources</source> <translation>Resourcen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5892"/> + <location filename="QScintilla/Editor.py" line="5902"/> <source>Add file...</source> <translation>Datei hinzufügen...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5894"/> + <location filename="QScintilla/Editor.py" line="5904"/> <source>Add files...</source> <translation>Dateien hinzufügen...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5896"/> + <location filename="QScintilla/Editor.py" line="5906"/> <source>Add aliased file...</source> <translation>Aliased Datei hinzufügen...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5898"/> + <location filename="QScintilla/Editor.py" line="5908"/> <source>Add localized resource...</source> <translation>Lokalisierte Resource hinzufügen...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5919"/> + <location filename="QScintilla/Editor.py" line="5929"/> <source>Add file resource</source> <translation>Dateiresource hinzufügen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5935"/> + <location filename="QScintilla/Editor.py" line="5945"/> <source>Add file resources</source> <translation>Dateiresourcen hinzufügen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5962"/> + <location filename="QScintilla/Editor.py" line="5972"/> <source>Add aliased file resource</source> <translation>Aliased Dateiresourcen hinzufügen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5962"/> + <location filename="QScintilla/Editor.py" line="5972"/> <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="6024"/> + <location filename="QScintilla/Editor.py" line="6034"/> <source>Package Diagram</source> <translation>Package-Diagramm</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6024"/> + <location filename="QScintilla/Editor.py" line="6034"/> <source>Include class attributes?</source> <translation>Klassenattribute anzeigen?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6054"/> + <location filename="QScintilla/Editor.py" line="6064"/> <source>Application Diagram</source> <translation>Applikations-Diagramm</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6054"/> + <location filename="QScintilla/Editor.py" line="6064"/> <source>Include module names?</source> <translation>Modulnamen anzeigen?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5901"/> + <location filename="QScintilla/Editor.py" line="5911"/> <source>Add resource frame</source> <translation>Resource Rahmen hinzufügen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5458"/> + <location filename="QScintilla/Editor.py" line="5468"/> <source>Macro recording is already active. Start new?</source> <translation>Eine Makroaufzeichnung ist bereits aktiv. Neu starten?</translation> </message> @@ -8047,12 +8047,12 @@ <translation>Kein Exportformat angegeben. Abbruch...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6042"/> + <location filename="QScintilla/Editor.py" line="6052"/> <source>Imports Diagram</source> <translation>Imports Diagramm</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6042"/> + <location filename="QScintilla/Editor.py" line="6052"/> <source>Include imports from external modules?</source> <translation>Imports externer Module anzeigen?</translation> </message> @@ -8132,7 +8132,7 @@ <translation>Wähle den anzuwendenden Pygments Lexer.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6326"/> + <location filename="QScintilla/Editor.py" line="6336"/> <source>Check spelling...</source> <translation>Rechtschreibprüfung...</translation> </message> @@ -8142,12 +8142,12 @@ <translation>Rechtschreibprüfung für Auswahl...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6328"/> + <location filename="QScintilla/Editor.py" line="6338"/> <source>Add to dictionary</source> <translation>Zum Wörterbuch hinzufügen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6330"/> + <location filename="QScintilla/Editor.py" line="6340"/> <source>Ignore All</source> <translation>Alle ignorieren</translation> </message> @@ -8167,7 +8167,7 @@ <translation><p>Die Datei <b>{0}</b> konnte nicht gesichert werden.<br/>Grund: {1}</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5603"/> + <location filename="QScintilla/Editor.py" line="5613"/> <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> @@ -8192,12 +8192,12 @@ <translation>Warnungen löschen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5248"/> + <location filename="QScintilla/Editor.py" line="5258"/> <source>py3flakes Warning</source> <translation>py3flakes Warnung</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5248"/> + <location filename="QScintilla/Editor.py" line="5258"/> <source>No py3flakes warning message available.</source> <translation>Keine Py3flakes Warnung verfügbar.</translation> </message> @@ -8207,42 +8207,42 @@ <translation><p>Die Datei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5432"/> + <location filename="QScintilla/Editor.py" line="5442"/> <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="5291"/> + <location filename="QScintilla/Editor.py" line="5301"/> <source>Warning: {0}</source> <translation>Warnung: {0}</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5297"/> + <location filename="QScintilla/Editor.py" line="5307"/> <source>Error: {0}</source> <translation>Fehler: {0}</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5608"/> + <location filename="QScintilla/Editor.py" line="5618"/> <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="4133"/> + <location filename="QScintilla/Editor.py" line="4143"/> <source>Activating Auto-Completion Provider</source> <translation>Aktivierung eines Providers für automatische Vervollständigungen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4133"/> + <location filename="QScintilla/Editor.py" line="4143"/> <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="4318"/> + <location filename="QScintilla/Editor.py" line="4328"/> <source>Activating Calltip Provider</source> <translation>Aktivierung eines Providers für Calltips</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4318"/> + <location filename="QScintilla/Editor.py" line="4328"/> <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> @@ -51089,7 +51089,7 @@ <context> <name>ViewManager</name> <message> - <location filename="ViewManager/ViewManager.py" line="3883"/> + <location filename="ViewManager/ViewManager.py" line="3921"/> <source>File: {0}</source> <translation>Datei: {0}</translation> </message> @@ -51469,67 +51469,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="2532"/> + <location filename="ViewManager/ViewManager.py" line="2570"/> <source>Goto Line</source> <translation>Gehe zu Zeile</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2525"/> + <location filename="ViewManager/ViewManager.py" line="2563"/> <source>&Goto Line...</source> <translation>Gehe zu &Zeile...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2533"/> + <location filename="ViewManager/ViewManager.py" line="2571"/> <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="2757"/> + <location filename="ViewManager/ViewManager.py" line="2795"/> <source>Zoom in on the text</source> <translation>Text vergrößern</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2774"/> + <location filename="ViewManager/ViewManager.py" line="2812"/> <source>Zoom out on the text</source> <translation>Text verkleinern</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2800"/> + <location filename="ViewManager/ViewManager.py" line="2838"/> <source>Zoom</source> <translation>Maßstab</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2800"/> + <location filename="ViewManager/ViewManager.py" line="2838"/> <source>&Zoom</source> <translation>&Maßstab</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2807"/> + <location filename="ViewManager/ViewManager.py" line="2845"/> <source>Zoom the text</source> <translation>Den Maßstab des Textes ändern</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2809"/> + <location filename="ViewManager/ViewManager.py" line="2847"/> <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="2821"/> + <location filename="ViewManager/ViewManager.py" line="2859"/> <source>Toggle all folds</source> <translation>Alle Faltungen umschalten</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2817"/> + <location filename="ViewManager/ViewManager.py" line="2855"/> <source>Toggle &all folds</source> <translation>&Alle Faltungen umschalten</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2823"/> + <location filename="ViewManager/ViewManager.py" line="2861"/> <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="3599"/> + <location filename="ViewManager/ViewManager.py" line="3637"/> <source>File Modified</source> <translation>Datei geändert</translation> </message> @@ -51549,17 +51549,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="2850"/> + <location filename="ViewManager/ViewManager.py" line="2888"/> <source>Toggle current fold</source> <translation>Aktuelle Faltung umschalten</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2846"/> + <location filename="ViewManager/ViewManager.py" line="2884"/> <source>Toggle &current fold</source> <translation>Aktuelle &Faltung umschalten</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2852"/> + <location filename="ViewManager/ViewManager.py" line="2890"/> <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> @@ -51604,32 +51604,32 @@ <translation>Aus&wahl aufheben</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2749"/> + <location filename="ViewManager/ViewManager.py" line="2787"/> <source>Zoom in</source> <translation>Vergrößern</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2749"/> + <location filename="ViewManager/ViewManager.py" line="2787"/> <source>Zoom &in</source> <translation>Ver&größern</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2766"/> + <location filename="ViewManager/ViewManager.py" line="2804"/> <source>Zoom out</source> <translation>Verkleinern</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2766"/> + <location filename="ViewManager/ViewManager.py" line="2804"/> <source>Zoom &out</source> <translation>Ver&kleinern</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2759"/> + <location filename="ViewManager/ViewManager.py" line="2797"/> <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="2776"/> + <location filename="ViewManager/ViewManager.py" line="2814"/> <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> @@ -51649,37 +51649,37 @@ <translation>Text bis zur passenden Klammer auswählen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2548"/> + <location filename="ViewManager/ViewManager.py" line="2586"/> <source>Goto Brace</source> <translation>Gehe zu Klammer</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2541"/> + <location filename="ViewManager/ViewManager.py" line="2579"/> <source>Goto &Brace</source> <translation>Gehe zu &Klammer</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2550"/> + <location filename="ViewManager/ViewManager.py" line="2588"/> <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="2612"/> + <location filename="ViewManager/ViewManager.py" line="2650"/> <source>Search in Files</source> <translation>Suchen in Dateien</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2612"/> + <location filename="ViewManager/ViewManager.py" line="2650"/> <source>Search in &Files...</source> <translation>Suchen in &Dateien...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2620"/> + <location filename="ViewManager/ViewManager.py" line="2658"/> <source>Search for a text in files</source> <translation>Nach Text im Dateien suchen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2622"/> + <location filename="ViewManager/ViewManager.py" line="2660"/> <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> @@ -51729,62 +51729,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="2874"/> + <location filename="ViewManager/ViewManager.py" line="2912"/> <source>Split view</source> <translation>Ansicht aufteilen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2874"/> + <location filename="ViewManager/ViewManager.py" line="2912"/> <source>&Split view</source> <translation>An&sicht aufteilen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2878"/> + <location filename="ViewManager/ViewManager.py" line="2916"/> <source>Add a split to the view</source> <translation>Fügt eine weiter Ansicht hinzu</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2880"/> + <location filename="ViewManager/ViewManager.py" line="2918"/> <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="2887"/> + <location filename="ViewManager/ViewManager.py" line="2925"/> <source>Arrange horizontally</source> <translation>Horizontal anordnen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2887"/> + <location filename="ViewManager/ViewManager.py" line="2925"/> <source>Arrange &horizontally</source> <translation>&Horizontal anordnen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2892"/> + <location filename="ViewManager/ViewManager.py" line="2930"/> <source>Arrange the splitted views horizontally</source> <translation>Ordnet die geteilten Ansichten horizontal an</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2894"/> + <location filename="ViewManager/ViewManager.py" line="2932"/> <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="2902"/> + <location filename="ViewManager/ViewManager.py" line="2940"/> <source>Remove split</source> <translation>Geteilte Ansicht löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2902"/> + <location filename="ViewManager/ViewManager.py" line="2940"/> <source>&Remove split</source> <translation>Geteilte Ansicht &löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2907"/> + <location filename="ViewManager/ViewManager.py" line="2945"/> <source>Remove the current split</source> <translation>Löscht die aktuelle Ansicht</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2909"/> + <location filename="ViewManager/ViewManager.py" line="2947"/> <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> @@ -52269,167 +52269,167 @@ <translation>Ctrl+Shift+U</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3034"/> + <location filename="ViewManager/ViewManager.py" line="3072"/> <source>Start Macro Recording</source> <translation>Makroaufzeichnung starten</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3029"/> + <location filename="ViewManager/ViewManager.py" line="3067"/> <source>S&tart Macro Recording</source> <translation>Makroaufzeichnung s&tarten</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3036"/> - <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="3048"/> - <source>Stop Macro Recording</source> - <translation>Makroaufzeichnung stoppen</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3043"/> - <source>Sto&p Macro Recording</source> - <translation>Makroaufzeichnung sto&ppen</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3050"/> - <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="3060"/> - <source>Run Macro</source> - <translation>Makro ausführen</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3057"/> - <source>&Run Macro</source> - <translation>Makro &ausführen</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3061"/> - <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="3072"/> - <source>Delete Macro</source> - <translation>Makro löschen</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3068"/> - <source>&Delete Macro</source> - <translation>Makro &löschen</translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="3074"/> - <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="3084"/> - <source>Load Macro</source> - <translation>Makro laden</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3081"/> - <source>&Load Macro</source> - <translation>Makro la&den</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3096"/> - <source>Save Macro</source> - <translation>Makro speichern</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3093"/> - <source>&Save Macro</source> - <translation>Makro &speichern</translation> + <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="3086"/> - <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> + <source>Stop Macro Recording</source> + <translation>Makroaufzeichnung stoppen</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3081"/> + <source>Sto&p Macro Recording</source> + <translation>Makroaufzeichnung sto&ppen</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3088"/> + <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="3098"/> - <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> + <source>Run Macro</source> + <translation>Makro ausführen</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3095"/> + <source>&Run Macro</source> + <translation>Makro &ausführen</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3099"/> + <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="3110"/> + <source>Delete Macro</source> + <translation>Makro löschen</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3106"/> + <source>&Delete Macro</source> + <translation>Makro &löschen</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3112"/> + <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="3122"/> + <source>Load Macro</source> + <translation>Makro laden</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3119"/> + <source>&Load Macro</source> + <translation>Makro la&den</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3134"/> + <source>Save Macro</source> + <translation>Makro speichern</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3131"/> + <source>&Save Macro</source> + <translation>Makro &speichern</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3124"/> + <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="3136"/> + <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="3174"/> <source>Toggle Bookmark</source> <translation>Lesezeichen setzen/löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3129"/> + <location filename="ViewManager/ViewManager.py" line="3167"/> <source>&Toggle Bookmark</source> <translation>&Lesezeichen setzen/löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3138"/> + <location filename="ViewManager/ViewManager.py" line="3176"/> <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="3152"/> + <location filename="ViewManager/ViewManager.py" line="3190"/> <source>Next Bookmark</source> <translation>Nächstes Lesezeichen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3145"/> + <location filename="ViewManager/ViewManager.py" line="3183"/> <source>&Next Bookmark</source> <translation>&Nächstes Lesezeichen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3154"/> + <location filename="ViewManager/ViewManager.py" line="3192"/> <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="3168"/> + <location filename="ViewManager/ViewManager.py" line="3206"/> <source>Previous Bookmark</source> <translation>Vorheriges Lesezeichen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3161"/> + <location filename="ViewManager/ViewManager.py" line="3199"/> <source>&Previous Bookmark</source> <translation>&Vorheriges Lesezeichen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3170"/> + <location filename="ViewManager/ViewManager.py" line="3208"/> <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="3184"/> + <location filename="ViewManager/ViewManager.py" line="3222"/> <source>Clear Bookmarks</source> <translation>Lesezeichen löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3177"/> + <location filename="ViewManager/ViewManager.py" line="3215"/> <source>&Clear Bookmarks</source> <translation>Lesezeichen l&öschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3186"/> + <location filename="ViewManager/ViewManager.py" line="3224"/> <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="3375"/> + <location filename="ViewManager/ViewManager.py" line="3413"/> <source>&Bookmarks</source> <translation>&Lesezeichen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2865"/> + <location filename="ViewManager/ViewManager.py" line="2903"/> <source>Remove all highlights</source> <translation>Hervorhebungen löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2867"/> + <location filename="ViewManager/ViewManager.py" line="2905"/> <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> @@ -52459,17 +52459,17 @@ <translation>Ge&merkte Dateien</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="4231"/> + <location filename="ViewManager/ViewManager.py" line="4269"/> <source>&Clear</source> <translation>&Löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="4227"/> + <location filename="ViewManager/ViewManager.py" line="4265"/> <source>&Add</source> <translation>&Hinzufügen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="4229"/> + <location filename="ViewManager/ViewManager.py" line="4267"/> <source>&Edit...</source> <translation>&Bearbeiten...</translation> </message> @@ -52584,32 +52584,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="3199"/> + <location filename="ViewManager/ViewManager.py" line="3237"/> <source>Goto Syntax Error</source> <translation>Zu Syntaxfehler gehen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3193"/> + <location filename="ViewManager/ViewManager.py" line="3231"/> <source>&Goto Syntax Error</source> <translation>Zu Syntaxfehler &gehen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3201"/> + <location filename="ViewManager/ViewManager.py" line="3239"/> <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="3213"/> + <location filename="ViewManager/ViewManager.py" line="3251"/> <source>Clear Syntax Errors</source> <translation>Syntaxfehler löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3208"/> + <location filename="ViewManager/ViewManager.py" line="3246"/> <source>Clear &Syntax Errors</source> <translation>Synta&xfehler löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3215"/> + <location filename="ViewManager/ViewManager.py" line="3253"/> <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> @@ -52634,32 +52634,32 @@ <translation><b>Datei suchen</b><p>Nach einer Datei suchen.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3277"/> + <location filename="ViewManager/ViewManager.py" line="3315"/> <source>Next uncovered line</source> <translation>Nächste nichtabgedeckte Zeile</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3271"/> + <location filename="ViewManager/ViewManager.py" line="3309"/> <source>&Next uncovered line</source> <translation>&Nächste nichtabgedeckte Zeile</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3279"/> + <location filename="ViewManager/ViewManager.py" line="3317"/> <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="3293"/> + <location filename="ViewManager/ViewManager.py" line="3331"/> <source>Previous uncovered line</source> <translation>Vorige nichtabgedeckte Zeile</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3286"/> + <location filename="ViewManager/ViewManager.py" line="3324"/> <source>&Previous uncovered line</source> <translation>&Vorige nichtabgedeckte Zeile</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3295"/> + <location filename="ViewManager/ViewManager.py" line="3333"/> <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> @@ -52687,7 +52687,7 @@ <translation>Shift+Backspace</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3599"/> + <location filename="ViewManager/ViewManager.py" line="3637"/> <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> @@ -52702,70 +52702,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="2660"/> + <location filename="ViewManager/ViewManager.py" line="2698"/> <source>Quicksearch</source> <translation>Schnellsuche</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2471"/> + <location filename="ViewManager/ViewManager.py" line="2509"/> <source>Ctrl+Shift+K</source> <comment>Search|Quicksearch</comment> <translation>Ctrl+Shift+K</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2479"/> + <location filename="ViewManager/ViewManager.py" line="2517"/> <source>Perform a quicksearch</source> <translation>Führe eine Schnellsuche durch</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2491"/> + <location filename="ViewManager/ViewManager.py" line="2529"/> <source>Quicksearch backwards</source> <translation>Schnellsuche rückwärts</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2491"/> + <location filename="ViewManager/ViewManager.py" line="2529"/> <source>Ctrl+Shift+J</source> <comment>Search|Quicksearch backwards</comment> <translation>Ctrl+Shift+J</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2498"/> + <location filename="ViewManager/ViewManager.py" line="2536"/> <source>Perform a quicksearch backwards</source> <translation>Führe eine Schnellsuche rückwärts durch</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2471"/> + <location filename="ViewManager/ViewManager.py" line="2509"/> <source>&Quicksearch</source> <translation>Schne&llsuche</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2491"/> + <location filename="ViewManager/ViewManager.py" line="2529"/> <source>Quicksearch &backwards</source> <translation>Schnellsuche &rückwärts</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2507"/> + <location filename="ViewManager/ViewManager.py" line="2545"/> <source>Quicksearch extend</source> <translation>Schnellsuche erweitern</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2507"/> + <location filename="ViewManager/ViewManager.py" line="2545"/> <source>Quicksearch e&xtend</source> <translation>Schnellsuche er&weitern</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2507"/> + <location filename="ViewManager/ViewManager.py" line="2545"/> <source>Ctrl+Shift+H</source> <comment>Search|Quicksearch extend</comment> <translation>Ctrl+Shift+H</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2515"/> + <location filename="ViewManager/ViewManager.py" line="2553"/> <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="2517"/> + <location filename="ViewManager/ViewManager.py" line="2555"/> <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> @@ -52785,42 +52785,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="2916"/> + <location filename="ViewManager/ViewManager.py" line="2954"/> <source>Next split</source> <translation>Nächste Ansichte</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2916"/> + <location filename="ViewManager/ViewManager.py" line="2954"/> <source>&Next split</source> <translation>&Nächste Ansicht</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2922"/> + <location filename="ViewManager/ViewManager.py" line="2960"/> <source>Move to the next split</source> <translation>Gehe zur nächsten Ansicht</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2924"/> + <location filename="ViewManager/ViewManager.py" line="2962"/> <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="2931"/> + <location filename="ViewManager/ViewManager.py" line="2969"/> <source>Previous split</source> <translation>Vorherige Ansicht</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2931"/> + <location filename="ViewManager/ViewManager.py" line="2969"/> <source>&Previous split</source> <translation>&Vorherige Ansicht</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2937"/> + <location filename="ViewManager/ViewManager.py" line="2975"/> <source>Move to the previous split</source> <translation>Gehe zur vorherigen Ansicht</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2939"/> + <location filename="ViewManager/ViewManager.py" line="2977"/> <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> @@ -52851,17 +52851,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="2836"/> + <location filename="ViewManager/ViewManager.py" line="2874"/> <source>Toggle all folds (including children)</source> <translation>Alle Faltungen umschalten (inkl. Unterfaltungen)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2831"/> + <location filename="ViewManager/ViewManager.py" line="2869"/> <source>Toggle all &folds (including children)</source> <translation>Alle Faltungen &umschalten (inkl. Unterfaltungen)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2838"/> + <location filename="ViewManager/ViewManager.py" line="2876"/> <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> @@ -53042,12 +53042,12 @@ <translation>Ctrl+Alt+Space</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2301"/> + <location filename="ViewManager/ViewManager.py" line="2303"/> <source>&Edit</source> <translation>&Bearbeiten</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2351"/> + <location filename="ViewManager/ViewManager.py" line="2353"/> <source>Edit</source> <translation>Bearbeiten</translation> </message> @@ -53064,129 +53064,129 @@ <translation>Ctrl+R</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2525"/> + <location filename="ViewManager/ViewManager.py" line="2563"/> <source>Ctrl+G</source> <comment>Search|Goto Line</comment> <translation>Ctrl+G</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2541"/> + <location filename="ViewManager/ViewManager.py" line="2579"/> <source>Ctrl+L</source> <comment>Search|Goto Brace</comment> <translation>Ctrl+L</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2612"/> + <location filename="ViewManager/ViewManager.py" line="2650"/> <source>Shift+Ctrl+F</source> <comment>Search|Search Files</comment> <translation>Shift+Ctrl+F</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2749"/> + <location filename="ViewManager/ViewManager.py" line="2787"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2766"/> + <location filename="ViewManager/ViewManager.py" line="2804"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2800"/> + <location filename="ViewManager/ViewManager.py" line="2838"/> <source>Ctrl+#</source> <comment>View|Zoom</comment> <translation>Ctrl+#</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2916"/> + <location filename="ViewManager/ViewManager.py" line="2954"/> <source>Ctrl+Alt+N</source> <comment>View|Next split</comment> <translation>Ctrl+Alt+N</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2931"/> + <location filename="ViewManager/ViewManager.py" line="2969"/> <source>Ctrl+Alt+P</source> <comment>View|Previous split</comment> <translation>Ctrl+Alt+P</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2977"/> + <location filename="ViewManager/ViewManager.py" line="3015"/> <source>&View</source> <translation>&Ansicht</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3006"/> + <location filename="ViewManager/ViewManager.py" line="3044"/> <source>View</source> <translation>Ansicht</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3113"/> + <location filename="ViewManager/ViewManager.py" line="3151"/> <source>&Macros</source> <translation>&Makros</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3129"/> + <location filename="ViewManager/ViewManager.py" line="3167"/> <source>Alt+Ctrl+T</source> <comment>Bookmark|Toggle</comment> <translation>Alt+Ctrl+T</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3145"/> + <location filename="ViewManager/ViewManager.py" line="3183"/> <source>Ctrl+PgDown</source> <comment>Bookmark|Next</comment> <translation>Ctrl+PgDown</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3161"/> + <location filename="ViewManager/ViewManager.py" line="3199"/> <source>Ctrl+PgUp</source> <comment>Bookmark|Previous</comment> <translation>Ctrl+PgUp</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3177"/> + <location filename="ViewManager/ViewManager.py" line="3215"/> <source>Alt+Ctrl+C</source> <comment>Bookmark|Clear</comment> <translation>Alt+Ctrl+C</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3418"/> + <location filename="ViewManager/ViewManager.py" line="3456"/> <source>Bookmarks</source> <translation>Lesezeichen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3563"/> + <location filename="ViewManager/ViewManager.py" line="3601"/> <source>Open files</source> <translation>Dateien öffnen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3309"/> + <location filename="ViewManager/ViewManager.py" line="3347"/> <source>Next Task</source> <translation>Nächste Aufgabe</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3303"/> + <location filename="ViewManager/ViewManager.py" line="3341"/> <source>&Next Task</source> <translation>&Nächste Aufgabe</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3311"/> + <location filename="ViewManager/ViewManager.py" line="3349"/> <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="3325"/> + <location filename="ViewManager/ViewManager.py" line="3363"/> <source>Previous Task</source> <translation>Vorherige Aufgabe</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3318"/> + <location filename="ViewManager/ViewManager.py" line="3356"/> <source>&Previous Task</source> <translation>&Vorherige Aufgabe</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3327"/> + <location filename="ViewManager/ViewManager.py" line="3365"/> <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> @@ -53248,7 +53248,7 @@ <translation>Exportieren als</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2705"/> + <location filename="ViewManager/ViewManager.py" line="2743"/> <source>Quicksearch Textedit</source> <translation>Texteingabe für Schnellsuche</translation> </message> @@ -53294,17 +53294,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="2481"/> + <location filename="ViewManager/ViewManager.py" line="2519"/> <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="2500"/> + <location filename="ViewManager/ViewManager.py" line="2538"/> <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="2683"/> + <location filename="ViewManager/ViewManager.py" line="2721"/> <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> @@ -53365,119 +53365,119 @@ <translation>Shift+Enter</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2631"/> + <location filename="ViewManager/ViewManager.py" line="2669"/> <source>Replace in Files</source> <translation>Ersetzen in Dateien</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2631"/> + <location filename="ViewManager/ViewManager.py" line="2669"/> <source>Replace in F&iles...</source> <translation>Ersetzen in Da&teien...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2631"/> + <location filename="ViewManager/ViewManager.py" line="2669"/> <source>Shift+Ctrl+R</source> <comment>Search|Replace in Files</comment> <translation>Shift+Ctrl+R</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2638"/> + <location filename="ViewManager/ViewManager.py" line="2676"/> <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="2640"/> + <location filename="ViewManager/ViewManager.py" line="2678"/> <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="3451"/> + <location filename="ViewManager/ViewManager.py" line="3489"/> <source>Shift+F7</source> <comment>Spelling|Spell Check</comment> <translation>Shift+F7</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3460"/> + <location filename="ViewManager/ViewManager.py" line="3498"/> <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="3469"/> + <location filename="ViewManager/ViewManager.py" line="3507"/> <source>Automatic spell checking</source> <translation>Automatische Rechtschreibprüfung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3469"/> + <location filename="ViewManager/ViewManager.py" line="3507"/> <source>&Automatic spell checking</source> <translation>&Automatische Rechtschreibprüfung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3476"/> + <location filename="ViewManager/ViewManager.py" line="3514"/> <source>(De-)Activate automatic spell checking</source> <translation>(De-)Aktiviert die automatische Rechtschreibprüfung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3478"/> + <location filename="ViewManager/ViewManager.py" line="3516"/> <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="3537"/> + <location filename="ViewManager/ViewManager.py" line="3575"/> <source>Spelling</source> <translation>Rechtschreibung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3887"/> + <location filename="ViewManager/ViewManager.py" line="3925"/> <source>Line: {0:5}</source> <translation>Zeile: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3892"/> + <location filename="ViewManager/ViewManager.py" line="3930"/> <source>Pos: {0:5}</source> <translation>Pos: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3229"/> + <location filename="ViewManager/ViewManager.py" line="3267"/> <source>Next warning message</source> <translation>Nächste Warnung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3222"/> + <location filename="ViewManager/ViewManager.py" line="3260"/> <source>&Next warning message</source> <translation>&Nächste Warnung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3231"/> + <location filename="ViewManager/ViewManager.py" line="3269"/> <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="3246"/> + <location filename="ViewManager/ViewManager.py" line="3284"/> <source>Previous warning message</source> <translation>Vorherige Warnung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3239"/> + <location filename="ViewManager/ViewManager.py" line="3277"/> <source>&Previous warning message</source> <translation>&Vorherige Warnung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3248"/> + <location filename="ViewManager/ViewManager.py" line="3286"/> <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="3262"/> + <location filename="ViewManager/ViewManager.py" line="3300"/> <source>Clear Warning Messages</source> <translation>Warnungen löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3256"/> + <location filename="ViewManager/ViewManager.py" line="3294"/> <source>Clear &Warning Messages</source> <translation>&Warnungen löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3264"/> + <location filename="ViewManager/ViewManager.py" line="3302"/> <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> @@ -53498,80 +53498,80 @@ <translation><b>Zeilen verbinden</b><p>Verbindet die aktuelle mit der nächsten Zeile.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2565"/> + <location filename="ViewManager/ViewManager.py" line="2603"/> <source>Goto Last Edit Location</source> <translation>Gehe zur letzten Editierposition</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2557"/> + <location filename="ViewManager/ViewManager.py" line="2595"/> <source>Goto Last &Edit Location</source> <translation>Gehe zur letzten &Editierposition</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2557"/> + <location filename="ViewManager/ViewManager.py" line="2595"/> <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="2567"/> + <location filename="ViewManager/ViewManager.py" line="2605"/> <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="2574"/> + <location filename="ViewManager/ViewManager.py" line="2612"/> <source>Goto Previous Method or Class</source> <translation>Gehe zur vorherigen Methode oder Klasse</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2574"/> + <location filename="ViewManager/ViewManager.py" line="2612"/> <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="2581"/> + <location filename="ViewManager/ViewManager.py" line="2619"/> <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="2584"/> + <location filename="ViewManager/ViewManager.py" line="2622"/> <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="2592"/> + <location filename="ViewManager/ViewManager.py" line="2630"/> <source>Goto Next Method or Class</source> <translation>Gehe zur nächsten Methode oder Klasse</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2592"/> + <location filename="ViewManager/ViewManager.py" line="2630"/> <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="2599"/> + <location filename="ViewManager/ViewManager.py" line="2637"/> <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="2602"/> + <location filename="ViewManager/ViewManager.py" line="2640"/> <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> <message> - <location filename="ViewManager/ViewManager.py" line="2946"/> + <location filename="ViewManager/ViewManager.py" line="2984"/> <source>Preview</source> <translation>Vorschau</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2951"/> + <location filename="ViewManager/ViewManager.py" line="2989"/> <source>Preview the current file in the web browser</source> <translation>Zeige eine Vorschau der aktuellen Datei im Web-Browser</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2953"/> + <location filename="ViewManager/ViewManager.py" line="2991"/> <source><b>Preview</b><p>This opens the web browser with a preview of the current file.</p></source> <translation><b>Vorschau</b><p>Dies öffnet einen Web-Browser mit einer Vorschau der aktuellen Datei.</p></translation> </message> @@ -53942,39 +53942,39 @@ <translation><b>Kommentar umschalten</b><p>Falls die aktuelle Zeile nicht mit einem Blockkommentar beginnt, so wird die aktuelle Zeile oder Auswahl kommentiert. Ist sie kommentiert, so wird dieser Blockkommentar entkommentiert.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2783"/> + <location filename="ViewManager/ViewManager.py" line="2821"/> <source>Zoom reset</source> <translation>Vergrößerung zurücksetzen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2783"/> + <location filename="ViewManager/ViewManager.py" line="2821"/> <source>Zoom &reset</source> <translation>Vergrößerung &zurücksetzen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2783"/> + <location filename="ViewManager/ViewManager.py" line="2821"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation>Ctrl+0</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2790"/> + <location filename="ViewManager/ViewManager.py" line="2828"/> <source>Reset the zoom of the text</source> <translation>Die Textgröße zurücksetzen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2792"/> + <location filename="ViewManager/ViewManager.py" line="2830"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation><b>Vergrößerung zurücksetzen</b><p>Setzt die Vergrößerung auf den Wert 100% zurück.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2749"/> + <location filename="ViewManager/ViewManager.py" line="2787"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation>Vergrößern</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2766"/> + <location filename="ViewManager/ViewManager.py" line="2804"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation>Verkleinern</translation> @@ -53985,120 +53985,162 @@ <translation>&Alle speichern</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3340"/> + <location filename="ViewManager/ViewManager.py" line="3378"/> <source>Next Change</source> <translation>Nächste Änderung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3334"/> + <location filename="ViewManager/ViewManager.py" line="3372"/> <source>&Next Change</source> <translation>&Nächste Änderung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3342"/> + <location filename="ViewManager/ViewManager.py" line="3380"/> <source><b>Next Change</b><p>Go to next line of the current editor having a change marker.</p></source> <translation><b>Nächste Änderung</b><p>Gehe zur nächsten Zeile des aktuellen Editors, die eine Änderung enthält.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3356"/> + <location filename="ViewManager/ViewManager.py" line="3394"/> <source>Previous Change</source> <translation>Vorherige Änderung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3349"/> + <location filename="ViewManager/ViewManager.py" line="3387"/> <source>&Previous Change</source> <translation>&Vorherige Änderung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3358"/> + <location filename="ViewManager/ViewManager.py" line="3396"/> <source><b>Previous Change</b><p>Go to previous line of the current editor having a change marker.</p></source> <translation><b>Vorherige Änderung</b><p>Gehe zur vorherigen Zeile des aktuellen Editors, die eine Änderung enthält.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3451"/> + <location filename="ViewManager/ViewManager.py" line="3489"/> <source>Check spelling</source> <translation>Rechtschreibprüfung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3451"/> + <location filename="ViewManager/ViewManager.py" line="3489"/> <source>Check &spelling...</source> <translation>&Rechtschreibprüfung...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3462"/> + <location filename="ViewManager/ViewManager.py" line="3500"/> <source><b>Check spelling</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="3504"/> + <location filename="ViewManager/ViewManager.py" line="3542"/> <source>Edit Dictionary</source> <translation>Wörterbuch bearbeiten</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3506"/> + <location filename="ViewManager/ViewManager.py" line="3544"/> <source>Project Word List</source> <translation>Projekt-Wörterliste</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3509"/> + <location filename="ViewManager/ViewManager.py" line="3547"/> <source>Project Exception List</source> <translation>Projekt-Ausnahmenliste</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3513"/> + <location filename="ViewManager/ViewManager.py" line="3551"/> <source>User Word List</source> <translation>Nutzer-Wörterliste</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3516"/> + <location filename="ViewManager/ViewManager.py" line="3554"/> <source>User Exception List</source> <translation>Nutzer-Ausnahmenliste</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="5243"/> + <location filename="ViewManager/ViewManager.py" line="5295"/> <source>Edit Project Word List</source> <translation>Projekt-Wörterliste bearbeiten</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="5243"/> - <source>No word list defined for the current project.</source> - <translation>Für das aktuelle Projekt ist keine Wörterliste festgelegt.</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="5256"/> - <source>Edit Project Exception List</source> - <translation>Projekt-Ausnahmenliste bearbeiten</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="5256"/> - <source>No exception list defined for the current project.</source> - <translation>Für das aktuelle Projekt ist keine Ausnahmenliste festgelegt.</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="5314"/> - <source>Edit Spelling Dictionary</source> - <translation>Wörterbuch bearbeiten</translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="5295"/> + <source>No word list defined for the current project.</source> + <translation>Für das aktuelle Projekt ist keine Wörterliste festgelegt.</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="5308"/> + <source>Edit Project Exception List</source> + <translation>Projekt-Ausnahmenliste bearbeiten</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="5308"/> + <source>No exception list defined for the current project.</source> + <translation>Für das aktuelle Projekt ist keine Ausnahmenliste festgelegt.</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="5366"/> + <source>Edit Spelling Dictionary</source> + <translation>Wörterbuch bearbeiten</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="5347"/> <source>Editing {0}</source> <translation>Bearbeite {0}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="5285"/> + <location filename="ViewManager/ViewManager.py" line="5337"/> <source><p>The spelling dictionary file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Die Wörterbuchdatei <b>{0}</b> konnte nicht gelesen werden.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="5305"/> + <location filename="ViewManager/ViewManager.py" line="5357"/> <source><p>The spelling dictionary file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation><p>Die Wörterbuchdatei <b>{0}</b> konnte nicht geschrieben werden.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="5314"/> + <location filename="ViewManager/ViewManager.py" line="5366"/> <source>The spelling dictionary was saved successfully.</source> <translation>Das Wörterbuch wurde erfolgreich gespeichert.</translation> </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2456"/> + <source>Search current word forward</source> + <translation>Aktuelles Wort vorwärts suchen</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2456"/> + <source>Ctrl+.</source> + <comment>Search|Search current word forward</comment> + <translation>Ctrl+.</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2464"/> + <source>Search next occurrence of the current word</source> + <translation>Das nächste Vorkommen des aktuellen Wortes suchen</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2466"/> + <source><b>Search current word forward</b><p>Search the next occurrence of the current word of the current editor.</p></source> + <translation><b>Aktuelles Wort vorwärts suchen</b><p>Sucht das nächste Vorkommen des aktuellen Wortes des aktuellen Editors.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2474"/> + <source>Search current word backward</source> + <translation>Aktuelles Wort rückwärts suchen</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2474"/> + <source>Ctrl+,</source> + <comment>Search|Search current word backward</comment> + <translation>Ctrl+,</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2482"/> + <source>Search previous occurrence of the current word</source> + <translation>Das vorherige Vorkommen des aktuellen Wortes suchen</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2484"/> + <source><b>Search current word backward</b><p>Search the previous occurrence of the current word of the current editor.</p></source> + <translation><b>Aktuelles Wort rückwärts suchen</b><p>Sucht das vorherige Vorkommen des aktuellen Wortes des aktuellen Editors.</p></translation> + </message> </context> <context> <name>ViewProfileSidebarsDialog</name>
--- a/i18n/eric5_en.ts Sat Nov 10 16:19:22 2012 +0100 +++ b/i18n/eric5_en.ts Sat Nov 10 18:05:51 2012 +0100 @@ -7449,7 +7449,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6326"/> + <location filename="QScintilla/Editor.py" line="6336"/> <source>Check spelling...</source> <translation type="unfinished"></translation> </message> @@ -7699,7 +7699,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4527"/> + <location filename="QScintilla/Editor.py" line="4537"/> <source>Enable breakpoint</source> <translation type="unfinished"></translation> </message> @@ -7874,302 +7874,302 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4037"/> + <location filename="QScintilla/Editor.py" line="4047"/> <source>Autocompletion</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4037"/> + <location filename="QScintilla/Editor.py" line="4047"/> <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="4530"/> + <location filename="QScintilla/Editor.py" line="4540"/> <source>Disable breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4854"/> + <location filename="QScintilla/Editor.py" line="4864"/> <source>Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4854"/> + <location filename="QScintilla/Editor.py" line="4864"/> <source>Please select a coverage file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4900"/> + <location filename="QScintilla/Editor.py" line="4910"/> <source>Show Code Coverage Annotations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4896"/> + <location filename="QScintilla/Editor.py" line="4906"/> <source>All lines have been covered.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4900"/> + <location filename="QScintilla/Editor.py" line="4910"/> <source>There is no coverage file available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4992"/> + <location filename="QScintilla/Editor.py" line="5002"/> <source>Profile Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4992"/> + <location filename="QScintilla/Editor.py" line="5002"/> <source>Please select a profile file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5122"/> + <location filename="QScintilla/Editor.py" line="5132"/> <source>Syntax Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5122"/> + <location filename="QScintilla/Editor.py" line="5132"/> <source>No syntax error message available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5248"/> + <location filename="QScintilla/Editor.py" line="5258"/> <source>py3flakes Warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5248"/> + <location filename="QScintilla/Editor.py" line="5258"/> <source>No py3flakes warning message available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5347"/> + <location filename="QScintilla/Editor.py" line="5357"/> <source>Macro Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5347"/> + <location filename="QScintilla/Editor.py" line="5357"/> <source>Select a macro name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5375"/> + <location filename="QScintilla/Editor.py" line="5385"/> <source>Load macro file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5415"/> + <location filename="QScintilla/Editor.py" line="5425"/> <source>Macro files (*.macro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5396"/> + <location filename="QScintilla/Editor.py" line="5406"/> <source>Error loading macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5389"/> + <location filename="QScintilla/Editor.py" line="5399"/> <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="5396"/> + <location filename="QScintilla/Editor.py" line="5406"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5415"/> + <location filename="QScintilla/Editor.py" line="5425"/> <source>Save macro file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5432"/> + <location filename="QScintilla/Editor.py" line="5442"/> <source>Save macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5432"/> + <location filename="QScintilla/Editor.py" line="5442"/> <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="5447"/> + <location filename="QScintilla/Editor.py" line="5457"/> <source>Error saving macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5447"/> + <location filename="QScintilla/Editor.py" line="5457"/> <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="5458"/> + <location filename="QScintilla/Editor.py" line="5468"/> <source>Start Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5458"/> + <location filename="QScintilla/Editor.py" line="5468"/> <source>Macro recording is already active. Start new?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5483"/> + <location filename="QScintilla/Editor.py" line="5493"/> <source>Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5483"/> + <location filename="QScintilla/Editor.py" line="5493"/> <source>Enter name of the macro:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5603"/> + <location filename="QScintilla/Editor.py" line="5613"/> <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="5612"/> + <location filename="QScintilla/Editor.py" line="5622"/> <source>File changed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5750"/> + <location filename="QScintilla/Editor.py" line="5760"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5872"/> + <location filename="QScintilla/Editor.py" line="5882"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5872"/> + <location filename="QScintilla/Editor.py" line="5882"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5890"/> + <location filename="QScintilla/Editor.py" line="5900"/> <source>Resources</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5892"/> + <location filename="QScintilla/Editor.py" line="5902"/> <source>Add file...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5894"/> + <location filename="QScintilla/Editor.py" line="5904"/> <source>Add files...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5896"/> + <location filename="QScintilla/Editor.py" line="5906"/> <source>Add aliased file...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5898"/> + <location filename="QScintilla/Editor.py" line="5908"/> <source>Add localized resource...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5901"/> + <location filename="QScintilla/Editor.py" line="5911"/> <source>Add resource frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5919"/> + <location filename="QScintilla/Editor.py" line="5929"/> <source>Add file resource</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5935"/> + <location filename="QScintilla/Editor.py" line="5945"/> <source>Add file resources</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5962"/> + <location filename="QScintilla/Editor.py" line="5972"/> <source>Add aliased file resource</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5962"/> + <location filename="QScintilla/Editor.py" line="5972"/> <source>Alias for file <b>{0}</b>:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6024"/> + <location filename="QScintilla/Editor.py" line="6034"/> <source>Package Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6024"/> + <location filename="QScintilla/Editor.py" line="6034"/> <source>Include class attributes?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6042"/> + <location filename="QScintilla/Editor.py" line="6052"/> <source>Imports Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6042"/> + <location filename="QScintilla/Editor.py" line="6052"/> <source>Include imports from external modules?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6054"/> + <location filename="QScintilla/Editor.py" line="6064"/> <source>Application Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6054"/> + <location filename="QScintilla/Editor.py" line="6064"/> <source>Include module names?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6328"/> + <location filename="QScintilla/Editor.py" line="6338"/> <source>Add to dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6330"/> + <location filename="QScintilla/Editor.py" line="6340"/> <source>Ignore All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5291"/> + <location filename="QScintilla/Editor.py" line="5301"/> <source>Warning: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5297"/> + <location filename="QScintilla/Editor.py" line="5307"/> <source>Error: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5608"/> + <location filename="QScintilla/Editor.py" line="5618"/> <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="4133"/> + <location filename="QScintilla/Editor.py" line="4143"/> <source>Activating Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4133"/> + <location filename="QScintilla/Editor.py" line="4143"/> <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="4318"/> + <location filename="QScintilla/Editor.py" line="4328"/> <source>Activating Calltip Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4318"/> + <location filename="QScintilla/Editor.py" line="4328"/> <source>Calltip provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> @@ -52048,12 +52048,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2301"/> + <location filename="ViewManager/ViewManager.py" line="2303"/> <source>&Edit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2351"/> + <location filename="ViewManager/ViewManager.py" line="2353"/> <source>Edit</source> <translation type="unfinished"></translation> </message> @@ -52183,922 +52183,922 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2660"/> + <location filename="ViewManager/ViewManager.py" line="2698"/> <source>Quicksearch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2471"/> + <location filename="ViewManager/ViewManager.py" line="2509"/> <source>&Quicksearch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2471"/> + <location filename="ViewManager/ViewManager.py" line="2509"/> <source>Ctrl+Shift+K</source> <comment>Search|Quicksearch</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2479"/> - <source>Perform a quicksearch</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2481"/> - <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="2491"/> - <source>Quicksearch backwards</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2491"/> - <source>Quicksearch &backwards</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2491"/> - <source>Ctrl+Shift+J</source> - <comment>Search|Quicksearch backwards</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2498"/> - <source>Perform a quicksearch backwards</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2500"/> - <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="2507"/> - <source>Quicksearch extend</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2507"/> - <source>Quicksearch e&xtend</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2507"/> - <source>Ctrl+Shift+H</source> - <comment>Search|Quicksearch extend</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2515"/> - <source>Extend the quicksearch to the end of the current word</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2517"/> + <source>Perform a quicksearch</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2519"/> + <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="2529"/> + <source>Quicksearch backwards</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2529"/> + <source>Quicksearch &backwards</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2529"/> + <source>Ctrl+Shift+J</source> + <comment>Search|Quicksearch backwards</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2536"/> + <source>Perform a quicksearch backwards</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2538"/> + <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="2545"/> + <source>Quicksearch extend</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2545"/> + <source>Quicksearch e&xtend</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2545"/> + <source>Ctrl+Shift+H</source> + <comment>Search|Quicksearch extend</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2553"/> + <source>Extend the quicksearch to the end of the current word</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2555"/> <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="2532"/> + <location filename="ViewManager/ViewManager.py" line="2570"/> <source>Goto Line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2525"/> + <location filename="ViewManager/ViewManager.py" line="2563"/> <source>&Goto Line...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2525"/> + <location filename="ViewManager/ViewManager.py" line="2563"/> <source>Ctrl+G</source> <comment>Search|Goto Line</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2533"/> + <location filename="ViewManager/ViewManager.py" line="2571"/> <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="2548"/> + <location filename="ViewManager/ViewManager.py" line="2586"/> <source>Goto Brace</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2541"/> + <location filename="ViewManager/ViewManager.py" line="2579"/> <source>Goto &Brace</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2541"/> + <location filename="ViewManager/ViewManager.py" line="2579"/> <source>Ctrl+L</source> <comment>Search|Goto Brace</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2550"/> + <location filename="ViewManager/ViewManager.py" line="2588"/> <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="2612"/> + <location filename="ViewManager/ViewManager.py" line="2650"/> <source>Search in Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2612"/> + <location filename="ViewManager/ViewManager.py" line="2650"/> <source>Search in &Files...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2612"/> + <location filename="ViewManager/ViewManager.py" line="2650"/> <source>Shift+Ctrl+F</source> <comment>Search|Search Files</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2620"/> + <location filename="ViewManager/ViewManager.py" line="2658"/> <source>Search for a text in files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2622"/> + <location filename="ViewManager/ViewManager.py" line="2660"/> <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="2631"/> + <location filename="ViewManager/ViewManager.py" line="2669"/> <source>Replace in Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2631"/> + <location filename="ViewManager/ViewManager.py" line="2669"/> <source>Replace in F&iles...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2631"/> + <location filename="ViewManager/ViewManager.py" line="2669"/> <source>Shift+Ctrl+R</source> <comment>Search|Replace in Files</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2638"/> + <location filename="ViewManager/ViewManager.py" line="2676"/> <source>Search for a text in files and replace it</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2640"/> + <location filename="ViewManager/ViewManager.py" line="2678"/> <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="2683"/> + <location filename="ViewManager/ViewManager.py" line="2721"/> <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="2705"/> + <location filename="ViewManager/ViewManager.py" line="2743"/> <source>Quicksearch Textedit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2749"/> + <location filename="ViewManager/ViewManager.py" line="2787"/> <source>Zoom in</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2749"/> + <location filename="ViewManager/ViewManager.py" line="2787"/> <source>Zoom &in</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2749"/> + <location filename="ViewManager/ViewManager.py" line="2787"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2757"/> + <location filename="ViewManager/ViewManager.py" line="2795"/> <source>Zoom in on the text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2759"/> + <location filename="ViewManager/ViewManager.py" line="2797"/> <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="2766"/> + <location filename="ViewManager/ViewManager.py" line="2804"/> <source>Zoom out</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2766"/> + <location filename="ViewManager/ViewManager.py" line="2804"/> <source>Zoom &out</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2766"/> + <location filename="ViewManager/ViewManager.py" line="2804"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2774"/> + <location filename="ViewManager/ViewManager.py" line="2812"/> <source>Zoom out on the text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2776"/> + <location filename="ViewManager/ViewManager.py" line="2814"/> <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="2800"/> - <source>Zoom</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2800"/> - <source>&Zoom</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2800"/> - <source>Ctrl+#</source> - <comment>View|Zoom</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2807"/> - <source>Zoom the text</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2809"/> - <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="2821"/> - <source>Toggle all folds</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2817"/> - <source>Toggle &all folds</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2823"/> - <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="2836"/> - <source>Toggle all folds (including children)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2831"/> - <source>Toggle all &folds (including children)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2838"/> - <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="2850"/> - <source>Toggle current fold</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2846"/> - <source>Toggle &current fold</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2852"/> - <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="2865"/> - <source>Remove all highlights</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2867"/> - <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="2874"/> - <source>Split view</source> + <source>Zoom</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2838"/> + <source>&Zoom</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2838"/> + <source>Ctrl+#</source> + <comment>View|Zoom</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2845"/> + <source>Zoom the text</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2847"/> + <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="2859"/> + <source>Toggle all folds</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2855"/> + <source>Toggle &all folds</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2861"/> + <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="2874"/> + <source>Toggle all folds (including children)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2869"/> + <source>Toggle all &folds (including children)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2876"/> + <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="2888"/> + <source>Toggle current fold</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2884"/> + <source>Toggle &current fold</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2890"/> + <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="2903"/> + <source>Remove all highlights</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2905"/> + <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="2912"/> + <source>Split view</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2912"/> <source>&Split view</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2878"/> - <source>Add a split to the view</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2880"/> - <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="2887"/> - <source>Arrange horizontally</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2887"/> - <source>Arrange &horizontally</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2892"/> - <source>Arrange the splitted views horizontally</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2894"/> - <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="2902"/> - <source>Remove split</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2902"/> - <source>&Remove split</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2907"/> - <source>Remove the current split</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2909"/> - <source><b>Remove split</b><p>Remove the current split.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2916"/> + <source>Add a split to the view</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2918"/> + <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="2925"/> + <source>Arrange horizontally</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2925"/> + <source>Arrange &horizontally</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2930"/> + <source>Arrange the splitted views horizontally</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2932"/> + <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="2940"/> + <source>Remove split</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2940"/> + <source>&Remove split</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2945"/> + <source>Remove the current split</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2947"/> + <source><b>Remove split</b><p>Remove the current split.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2954"/> <source>Next split</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2916"/> + <location filename="ViewManager/ViewManager.py" line="2954"/> <source>&Next split</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2916"/> + <location filename="ViewManager/ViewManager.py" line="2954"/> <source>Ctrl+Alt+N</source> <comment>View|Next split</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2922"/> + <location filename="ViewManager/ViewManager.py" line="2960"/> <source>Move to the next split</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2924"/> + <location filename="ViewManager/ViewManager.py" line="2962"/> <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="2931"/> + <location filename="ViewManager/ViewManager.py" line="2969"/> <source>Previous split</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2931"/> + <location filename="ViewManager/ViewManager.py" line="2969"/> <source>&Previous split</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2931"/> + <location filename="ViewManager/ViewManager.py" line="2969"/> <source>Ctrl+Alt+P</source> <comment>View|Previous split</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2937"/> + <location filename="ViewManager/ViewManager.py" line="2975"/> <source>Move to the previous split</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2939"/> - <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="2977"/> + <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="3015"/> <source>&View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3006"/> + <location filename="ViewManager/ViewManager.py" line="3044"/> <source>View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3034"/> - <source>Start Macro Recording</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3029"/> - <source>S&tart Macro Recording</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3036"/> - <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="3048"/> - <source>Stop Macro Recording</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3043"/> - <source>Sto&p Macro Recording</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3050"/> - <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="3060"/> - <source>Run Macro</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3057"/> - <source>&Run Macro</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3061"/> - <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="3072"/> - <source>Delete Macro</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3068"/> - <source>&Delete Macro</source> + <source>Start Macro Recording</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3067"/> + <source>S&tart Macro Recording</source> <translation type="unfinished"></translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="3074"/> - <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="3084"/> - <source>Load Macro</source> + <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="3086"/> + <source>Stop Macro Recording</source> <translation type="unfinished"></translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="3081"/> - <source>&Load Macro</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3086"/> - <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="3096"/> - <source>Save Macro</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3093"/> - <source>&Save Macro</source> + <source>Sto&p Macro Recording</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3088"/> + <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="3098"/> - <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="3113"/> - <source>&Macros</source> + <source>Run Macro</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3095"/> + <source>&Run Macro</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3099"/> + <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="3110"/> + <source>Delete Macro</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3106"/> + <source>&Delete Macro</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3112"/> + <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="3122"/> + <source>Load Macro</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3119"/> + <source>&Load Macro</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3124"/> + <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="3134"/> + <source>Save Macro</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3131"/> + <source>&Save Macro</source> <translation type="unfinished"></translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="3136"/> + <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="3151"/> + <source>&Macros</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3174"/> <source>Toggle Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3129"/> + <location filename="ViewManager/ViewManager.py" line="3167"/> <source>&Toggle Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3129"/> + <location filename="ViewManager/ViewManager.py" line="3167"/> <source>Alt+Ctrl+T</source> <comment>Bookmark|Toggle</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3138"/> + <location filename="ViewManager/ViewManager.py" line="3176"/> <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="3152"/> + <location filename="ViewManager/ViewManager.py" line="3190"/> <source>Next Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3145"/> + <location filename="ViewManager/ViewManager.py" line="3183"/> <source>&Next Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3145"/> + <location filename="ViewManager/ViewManager.py" line="3183"/> <source>Ctrl+PgDown</source> <comment>Bookmark|Next</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3154"/> + <location filename="ViewManager/ViewManager.py" line="3192"/> <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="3168"/> + <location filename="ViewManager/ViewManager.py" line="3206"/> <source>Previous Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3161"/> - <source>&Previous Bookmark</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3161"/> - <source>Ctrl+PgUp</source> - <comment>Bookmark|Previous</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3170"/> - <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="3184"/> - <source>Clear Bookmarks</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3177"/> - <source>&Clear Bookmarks</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3177"/> - <source>Alt+Ctrl+C</source> - <comment>Bookmark|Clear</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3186"/> - <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="3199"/> - <source>Goto Syntax Error</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3193"/> - <source>&Goto Syntax Error</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3201"/> - <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="3213"/> - <source>Clear Syntax Errors</source> + <source>&Previous Bookmark</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3199"/> + <source>Ctrl+PgUp</source> + <comment>Bookmark|Previous</comment> <translation type="unfinished"></translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="3208"/> - <source>Clear &Syntax Errors</source> + <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="3222"/> + <source>Clear Bookmarks</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3215"/> + <source>&Clear Bookmarks</source> <translation type="unfinished"></translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="3215"/> - <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="3229"/> - <source>Next warning message</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3222"/> - <source>&Next warning message</source> + <source>Alt+Ctrl+C</source> + <comment>Bookmark|Clear</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3224"/> + <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="3237"/> + <source>Goto Syntax Error</source> <translation type="unfinished"></translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="3231"/> - <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="3246"/> - <source>Previous warning message</source> + <source>&Goto Syntax Error</source> <translation type="unfinished"></translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="3239"/> - <source>&Previous warning message</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3248"/> - <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="3262"/> - <source>Clear Warning Messages</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3256"/> - <source>Clear &Warning Messages</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3264"/> - <source><b>Clear Warning Messages</b><p>Clear py3flakes warning messages of all editors.</p></source> + <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="3251"/> + <source>Clear Syntax Errors</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3246"/> + <source>Clear &Syntax Errors</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3253"/> + <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="3267"/> + <source>Next warning message</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3260"/> + <source>&Next warning message</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3269"/> + <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="3284"/> + <source>Previous warning message</source> <translation type="unfinished"></translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="3277"/> - <source>Next uncovered line</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3271"/> - <source>&Next uncovered line</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3279"/> - <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="3293"/> - <source>Previous uncovered line</source> + <source>&Previous warning message</source> <translation type="unfinished"></translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="3286"/> - <source>&Previous uncovered line</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3295"/> - <source><b>Previous uncovered line</b><p>Go to previous line of the current editor marked as not covered.</p></source> + <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="3300"/> + <source>Clear Warning Messages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3294"/> + <source>Clear &Warning Messages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3302"/> + <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="3315"/> + <source>Next uncovered line</source> <translation type="unfinished"></translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="3309"/> + <source>&Next uncovered line</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3317"/> + <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="3331"/> + <source>Previous uncovered line</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3324"/> + <source>&Previous uncovered line</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3333"/> + <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="3347"/> <source>Next Task</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3303"/> + <location filename="ViewManager/ViewManager.py" line="3341"/> <source>&Next Task</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3311"/> + <location filename="ViewManager/ViewManager.py" line="3349"/> <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="3325"/> + <location filename="ViewManager/ViewManager.py" line="3363"/> <source>Previous Task</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3318"/> + <location filename="ViewManager/ViewManager.py" line="3356"/> <source>&Previous Task</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3327"/> + <location filename="ViewManager/ViewManager.py" line="3365"/> <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="3375"/> + <location filename="ViewManager/ViewManager.py" line="3413"/> <source>&Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3418"/> + <location filename="ViewManager/ViewManager.py" line="3456"/> <source>Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3451"/> + <location filename="ViewManager/ViewManager.py" line="3489"/> <source>Shift+F7</source> <comment>Spelling|Spell Check</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3460"/> + <location filename="ViewManager/ViewManager.py" line="3498"/> <source>Perform spell check of current editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3469"/> + <location filename="ViewManager/ViewManager.py" line="3507"/> <source>Automatic spell checking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3469"/> + <location filename="ViewManager/ViewManager.py" line="3507"/> <source>&Automatic spell checking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3476"/> + <location filename="ViewManager/ViewManager.py" line="3514"/> <source>(De-)Activate automatic spell checking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3478"/> + <location filename="ViewManager/ViewManager.py" line="3516"/> <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="3537"/> + <location filename="ViewManager/ViewManager.py" line="3575"/> <source>Spelling</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3563"/> + <location filename="ViewManager/ViewManager.py" line="3601"/> <source>Open files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3599"/> + <location filename="ViewManager/ViewManager.py" line="3637"/> <source>File Modified</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3599"/> + <location filename="ViewManager/ViewManager.py" line="3637"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3883"/> + <location filename="ViewManager/ViewManager.py" line="3921"/> <source>File: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3887"/> + <location filename="ViewManager/ViewManager.py" line="3925"/> <source>Line: {0:5}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3892"/> + <location filename="ViewManager/ViewManager.py" line="3930"/> <source>Pos: {0:5}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="4231"/> + <location filename="ViewManager/ViewManager.py" line="4269"/> <source>&Clear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="4227"/> + <location filename="ViewManager/ViewManager.py" line="4265"/> <source>&Add</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="4229"/> + <location filename="ViewManager/ViewManager.py" line="4267"/> <source>&Edit...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2565"/> + <location filename="ViewManager/ViewManager.py" line="2603"/> <source>Goto Last Edit Location</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2557"/> + <location filename="ViewManager/ViewManager.py" line="2595"/> <source>Goto Last &Edit Location</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2557"/> + <location filename="ViewManager/ViewManager.py" line="2595"/> <source>Ctrl+Shift+G</source> <comment>Search|Goto Last Edit Location</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2567"/> + <location filename="ViewManager/ViewManager.py" line="2605"/> <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="2574"/> + <location filename="ViewManager/ViewManager.py" line="2612"/> <source>Goto Previous Method or Class</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2574"/> + <location filename="ViewManager/ViewManager.py" line="2612"/> <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="2581"/> + <location filename="ViewManager/ViewManager.py" line="2619"/> <source>Go to the previous method or class definition</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2584"/> + <location filename="ViewManager/ViewManager.py" line="2622"/> <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="2592"/> + <location filename="ViewManager/ViewManager.py" line="2630"/> <source>Goto Next Method or Class</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2592"/> + <location filename="ViewManager/ViewManager.py" line="2630"/> <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="2599"/> + <location filename="ViewManager/ViewManager.py" line="2637"/> <source>Go to the next method or class definition</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2602"/> + <location filename="ViewManager/ViewManager.py" line="2640"/> <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> <message> - <location filename="ViewManager/ViewManager.py" line="2946"/> + <location filename="ViewManager/ViewManager.py" line="2984"/> <source>Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2951"/> + <location filename="ViewManager/ViewManager.py" line="2989"/> <source>Preview the current file in the web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2953"/> + <location filename="ViewManager/ViewManager.py" line="2991"/> <source><b>Preview</b><p>This opens the web browser with a preview of the current file.</p></source> <translation type="unfinished"></translation> </message> @@ -53469,39 +53469,39 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2783"/> + <location filename="ViewManager/ViewManager.py" line="2821"/> <source>Zoom reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2783"/> + <location filename="ViewManager/ViewManager.py" line="2821"/> <source>Zoom &reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2783"/> + <location filename="ViewManager/ViewManager.py" line="2821"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2790"/> + <location filename="ViewManager/ViewManager.py" line="2828"/> <source>Reset the zoom of the text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2792"/> + <location filename="ViewManager/ViewManager.py" line="2830"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2749"/> + <location filename="ViewManager/ViewManager.py" line="2787"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2766"/> + <location filename="ViewManager/ViewManager.py" line="2804"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> @@ -53512,120 +53512,162 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3340"/> + <location filename="ViewManager/ViewManager.py" line="3378"/> <source>Next Change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3334"/> + <location filename="ViewManager/ViewManager.py" line="3372"/> <source>&Next Change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3342"/> + <location filename="ViewManager/ViewManager.py" line="3380"/> <source><b>Next Change</b><p>Go to next line of the current editor having a change marker.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3356"/> + <location filename="ViewManager/ViewManager.py" line="3394"/> <source>Previous Change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3349"/> + <location filename="ViewManager/ViewManager.py" line="3387"/> <source>&Previous Change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3358"/> + <location filename="ViewManager/ViewManager.py" line="3396"/> <source><b>Previous Change</b><p>Go to previous line of the current editor having a change marker.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3451"/> + <location filename="ViewManager/ViewManager.py" line="3489"/> <source>Check spelling</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3451"/> + <location filename="ViewManager/ViewManager.py" line="3489"/> <source>Check &spelling...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3462"/> + <location filename="ViewManager/ViewManager.py" line="3500"/> <source><b>Check spelling</b><p>Perform a spell check of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3504"/> + <location filename="ViewManager/ViewManager.py" line="3542"/> <source>Edit Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3506"/> + <location filename="ViewManager/ViewManager.py" line="3544"/> <source>Project Word List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3509"/> + <location filename="ViewManager/ViewManager.py" line="3547"/> <source>Project Exception List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3513"/> + <location filename="ViewManager/ViewManager.py" line="3551"/> <source>User Word List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3516"/> + <location filename="ViewManager/ViewManager.py" line="3554"/> <source>User Exception List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="5243"/> + <location filename="ViewManager/ViewManager.py" line="5295"/> <source>Edit Project Word List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="5243"/> - <source>No word list defined for the current project.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="5256"/> - <source>Edit Project Exception List</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="5256"/> - <source>No exception list defined for the current project.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="5314"/> - <source>Edit Spelling Dictionary</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="5295"/> + <source>No word list defined for the current project.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="5308"/> + <source>Edit Project Exception List</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="5308"/> + <source>No exception list defined for the current project.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="5366"/> + <source>Edit Spelling Dictionary</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="5347"/> <source>Editing {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="5285"/> + <location filename="ViewManager/ViewManager.py" line="5337"/> <source><p>The spelling dictionary file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="5305"/> + <location filename="ViewManager/ViewManager.py" line="5357"/> <source><p>The spelling dictionary file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="5314"/> + <location filename="ViewManager/ViewManager.py" line="5366"/> <source>The spelling dictionary was saved successfully.</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2456"/> + <source>Search current word forward</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2456"/> + <source>Ctrl+.</source> + <comment>Search|Search current word forward</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2464"/> + <source>Search next occurrence of the current word</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2466"/> + <source><b>Search current word forward</b><p>Search the next occurrence of the current word of the current editor.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2474"/> + <source>Search current word backward</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2474"/> + <source>Ctrl+,</source> + <comment>Search|Search current word backward</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2482"/> + <source>Search previous occurrence of the current word</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2484"/> + <source><b>Search current word backward</b><p>Search the previous occurrence of the current word of the current editor.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ViewProfileSidebarsDialog</name>
--- a/i18n/eric5_es.ts Sat Nov 10 16:19:22 2012 +0100 +++ b/i18n/eric5_es.ts Sat Nov 10 18:05:51 2012 +0100 @@ -7790,7 +7790,7 @@ <translation>Editar punto de interrupción...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4527"/> + <location filename="QScintilla/Editor.py" line="4537"/> <source>Enable breakpoint</source> <translation>Activar punto de interrupción</translation> </message> @@ -7890,207 +7890,207 @@ <translation>Guardar archivo</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4037"/> + <location filename="QScintilla/Editor.py" line="4047"/> <source>Autocompletion</source> <translation>Autocompletar</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4037"/> + <location filename="QScintilla/Editor.py" line="4047"/> <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="4530"/> + <location filename="QScintilla/Editor.py" line="4540"/> <source>Disable breakpoint</source> <translation>Deshabilitar punto de interrupción</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4854"/> + <location filename="QScintilla/Editor.py" line="4864"/> <source>Code Coverage</source> <translation>Cobertura de codigo</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4854"/> + <location filename="QScintilla/Editor.py" line="4864"/> <source>Please select a coverage file</source> <translation>Por favor seleccione un archivo de cobertura</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4900"/> + <location filename="QScintilla/Editor.py" line="4910"/> <source>Show Code Coverage Annotations</source> <translation>Mostrar Anotaciones de Cobertura de Código</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4896"/> + <location filename="QScintilla/Editor.py" line="4906"/> <source>All lines have been covered.</source> <translation>Todas las líneas han sido cubiertas.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4900"/> + <location filename="QScintilla/Editor.py" line="4910"/> <source>There is no coverage file available.</source> <translation>No hay archivo de cobertura disponible.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4992"/> + <location filename="QScintilla/Editor.py" line="5002"/> <source>Profile Data</source> <translation>Datos de profiling</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4992"/> + <location filename="QScintilla/Editor.py" line="5002"/> <source>Please select a profile file</source> <translation>Por favor seleccione un archivo de profiling</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5122"/> + <location filename="QScintilla/Editor.py" line="5132"/> <source>Syntax Error</source> <translation>Error de sintaxis</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5122"/> + <location filename="QScintilla/Editor.py" line="5132"/> <source>No syntax error message available.</source> <translation>No hay mensajes de error de sintaxis disponibles.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5347"/> + <location filename="QScintilla/Editor.py" line="5357"/> <source>Macro Name</source> <translation>Nombre de macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5347"/> + <location filename="QScintilla/Editor.py" line="5357"/> <source>Select a macro name:</source> <translation>Seleccione un nombre de macro:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5375"/> + <location filename="QScintilla/Editor.py" line="5385"/> <source>Load macro file</source> <translation>Cargar archivo de macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5415"/> + <location filename="QScintilla/Editor.py" line="5425"/> <source>Macro files (*.macro)</source> <translation>Archivos de Macro (*.macro)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5396"/> + <location filename="QScintilla/Editor.py" line="5406"/> <source>Error loading macro</source> <translation>Error al cargar macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5415"/> + <location filename="QScintilla/Editor.py" line="5425"/> <source>Save macro file</source> <translation>Guardar archivo de macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5432"/> + <location filename="QScintilla/Editor.py" line="5442"/> <source>Save macro</source> <translation>Guardar macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5447"/> + <location filename="QScintilla/Editor.py" line="5457"/> <source>Error saving macro</source> <translation>Error al guardar macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5458"/> + <location filename="QScintilla/Editor.py" line="5468"/> <source>Start Macro Recording</source> <translation>Comenzar grabación de macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5458"/> + <location filename="QScintilla/Editor.py" line="5468"/> <source>Macro recording is already active. Start new?</source> <translation>Grabación de macro ya está activada. ¿Comenzar una nueva?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5483"/> + <location filename="QScintilla/Editor.py" line="5493"/> <source>Macro Recording</source> <translation>Grabando macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5483"/> + <location filename="QScintilla/Editor.py" line="5493"/> <source>Enter name of the macro:</source> <translation>Introduzca el nombre de la macro:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5612"/> + <location filename="QScintilla/Editor.py" line="5622"/> <source>File changed</source> <translation>Archivo modificado</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5872"/> + <location filename="QScintilla/Editor.py" line="5882"/> <source>Drop Error</source> <translation>Error al soltar</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5890"/> + <location filename="QScintilla/Editor.py" line="5900"/> <source>Resources</source> <translation>Recursos</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5892"/> + <location filename="QScintilla/Editor.py" line="5902"/> <source>Add file...</source> <translation>Añadir archivo...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5894"/> + <location filename="QScintilla/Editor.py" line="5904"/> <source>Add files...</source> <translation>Añadir archivos...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5896"/> + <location filename="QScintilla/Editor.py" line="5906"/> <source>Add aliased file...</source> <translation>Añadir archivo con un alias...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5898"/> + <location filename="QScintilla/Editor.py" line="5908"/> <source>Add localized resource...</source> <translation>Añadir recursos localizados...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5901"/> + <location filename="QScintilla/Editor.py" line="5911"/> <source>Add resource frame</source> <translation>Añadir ventana de recursos</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5919"/> + <location filename="QScintilla/Editor.py" line="5929"/> <source>Add file resource</source> <translation>Añadir archivo de recursos</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5935"/> + <location filename="QScintilla/Editor.py" line="5945"/> <source>Add file resources</source> <translation>Añadir archivo de recursos</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5962"/> + <location filename="QScintilla/Editor.py" line="5972"/> <source>Add aliased file resource</source> <translation>Añadir archivo de recursos con un alias</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6024"/> + <location filename="QScintilla/Editor.py" line="6034"/> <source>Package Diagram</source> <translation>Digrama de paquetes</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6024"/> + <location filename="QScintilla/Editor.py" line="6034"/> <source>Include class attributes?</source> <translation>¿Incluir atributos de clase?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6042"/> + <location filename="QScintilla/Editor.py" line="6052"/> <source>Imports Diagram</source> <translation>Diagrama de imports</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6042"/> + <location filename="QScintilla/Editor.py" line="6052"/> <source>Include imports from external modules?</source> <translation>¿Incluir los imports de módulos externos?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6054"/> + <location filename="QScintilla/Editor.py" line="6064"/> <source>Application Diagram</source> <translation>Diagrama de aplicación</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6054"/> + <location filename="QScintilla/Editor.py" line="6064"/> <source>Include module names?</source> <translation>¿Incluir nombres de módulos?</translation> </message> @@ -8165,7 +8165,7 @@ <translation>Seleccionar el Analizador Léxico de Pygments.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6326"/> + <location filename="QScintilla/Editor.py" line="6336"/> <source>Check spelling...</source> <translation>Corrección ortográfica...</translation> </message> @@ -8175,12 +8175,12 @@ <translation>Corrección ortográfica de la selección...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6328"/> + <location filename="QScintilla/Editor.py" line="6338"/> <source>Add to dictionary</source> <translation>Añadir al diccionario</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="6330"/> + <location filename="QScintilla/Editor.py" line="6340"/> <source>Ignore All</source> <translation>Ignorar Todo</translation> </message> @@ -8220,37 +8220,37 @@ <translation><p>El archivo <b>{0}</b> no puede ser guardado.<br>Causa: {1}</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5389"/> + <location filename="QScintilla/Editor.py" line="5399"/> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de macro <b>{0}</b> no se puede leer.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5396"/> + <location filename="QScintilla/Editor.py" line="5406"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation><p>El archivo de macro <b>{0}</b> está dañado</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5447"/> + <location filename="QScintilla/Editor.py" line="5457"/> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de macro <b>{0}</b> no se puede escribir.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5603"/> + <location filename="QScintilla/Editor.py" line="5613"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric5. Reread it?</p></source> <translation><p>El archivo <b>{0}</b> ha cambiado mientras estaba abierto en eric5. ¿Desea volver a cargarlo?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5750"/> + <location filename="QScintilla/Editor.py" line="5760"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5872"/> + <location filename="QScintilla/Editor.py" line="5882"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> no es un archivo.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5962"/> + <location filename="QScintilla/Editor.py" line="5972"/> <source>Alias for file <b>{0}</b>:</source> <translation>Alias para el archivo <b>{0}</b>:</translation> </message> @@ -8275,12 +8275,12 @@ <translation>Limpiar advertencias</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5248"/> + <location filename="QScintilla/Editor.py" line="5258"/> <source>py3flakes Warning</source> <translation>Advertencia de py3flakes</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5248"/> + <location filename="QScintilla/Editor.py" line="5258"/> <source>No py3flakes warning message available.</source> <translation>No hay un mensaje de advertencia de py3flakes disponible.</translation> </message> @@ -8290,42 +8290,42 @@ <translation><p>El archivo <b>{0}</b> ya existe. ¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5432"/> + <location filename="QScintilla/Editor.py" line="5442"/> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>El archivo de macro <b>{0}</b> ya existe. ¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5291"/> + <location filename="QScintilla/Editor.py" line="5301"/> <source>Warning: {0}</source> <translation>Advertencia: {0}</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5297"/> + <location filename="QScintilla/Editor.py" line="5307"/> <source>Error: {0}</source> <translation>Error: {0}</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5608"/> + <location filename="QScintilla/Editor.py" line="5618"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation><br><b>Advertencia:</b> Perderá los cambios si lo reabre.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4133"/> + <location filename="QScintilla/Editor.py" line="4143"/> <source>Activating Auto-Completion Provider</source> <translation>Activando el Proveedor de Autocompletado</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4133"/> + <location filename="QScintilla/Editor.py" line="4143"/> <source>Auto-completion provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation>El proveedor de autocompletado no puede ser conectado porque ya hay uno activo. Por favor revise la configuración.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4318"/> + <location filename="QScintilla/Editor.py" line="4328"/> <source>Activating Calltip Provider</source> <translation>Activando Proveedor de Calltip</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4318"/> + <location filename="QScintilla/Editor.py" line="4328"/> <source>Calltip provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation>El proveedor de calltip no puede ser conectado porque ya hay uno activo. Por favor revise la configuración.</translation> </message> @@ -53071,12 +53071,12 @@ <translation>&Buscar</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2301"/> + <location filename="ViewManager/ViewManager.py" line="2303"/> <source>&Edit</source> <translation>&Editar</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2351"/> + <location filename="ViewManager/ViewManager.py" line="2353"/> <source>Edit</source> <translation>Editar</translation> </message> @@ -53165,702 +53165,702 @@ <translation><b>Reemplazar</b><p>Buscar un texto en el editor actual y reemplazarlo. Se muestra un diálogo para introducir el texto de búsqueda, el texto de reemplazo y las opciones para buscar y reemplazar.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2660"/> + <location filename="ViewManager/ViewManager.py" line="2698"/> <source>Quicksearch</source> <translation>Búsqueda rápida</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2471"/> + <location filename="ViewManager/ViewManager.py" line="2509"/> <source>&Quicksearch</source> <translation>Búsqueda &rápida</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2471"/> + <location filename="ViewManager/ViewManager.py" line="2509"/> <source>Ctrl+Shift+K</source> <comment>Search|Quicksearch</comment> <translation>Ctrl+Shift+K</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2479"/> - <source>Perform a quicksearch</source> - <translation>Llevar a cabo búsqueda rápida</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2491"/> - <source>Quicksearch backwards</source> - <translation>Búsqueda rápida hacia atras</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2491"/> - <source>Quicksearch &backwards</source> - <translation>Búsqueda rápida hacia &atras</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2491"/> - <source>Ctrl+Shift+J</source> - <comment>Search|Quicksearch backwards</comment> - <translation>Ctrl+Shift+J</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2498"/> - <source>Perform a quicksearch backwards</source> - <translation>Llevar a cabo búsqueda rápida hacia atrás</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2507"/> - <source>Quicksearch extend</source> - <translation>Extender Búsqueda Rápida</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2507"/> - <source>Quicksearch e&xtend</source> - <translation>E&xtender Búsqueda Rápida</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2507"/> - <source>Ctrl+Shift+H</source> - <comment>Search|Quicksearch extend</comment> - <translation>Ctrl+Shift+H</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2515"/> - <source>Extend the quicksearch to the end of the current word</source> - <translation>Extender la búsqueda rápida al final de la palabra actual</translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2517"/> + <source>Perform a quicksearch</source> + <translation>Llevar a cabo búsqueda rápida</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2529"/> + <source>Quicksearch backwards</source> + <translation>Búsqueda rápida hacia atras</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2529"/> + <source>Quicksearch &backwards</source> + <translation>Búsqueda rápida hacia &atras</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2529"/> + <source>Ctrl+Shift+J</source> + <comment>Search|Quicksearch backwards</comment> + <translation>Ctrl+Shift+J</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2536"/> + <source>Perform a quicksearch backwards</source> + <translation>Llevar a cabo búsqueda rápida hacia atrás</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2545"/> + <source>Quicksearch extend</source> + <translation>Extender Búsqueda Rápida</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2545"/> + <source>Quicksearch e&xtend</source> + <translation>E&xtender Búsqueda Rápida</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2545"/> + <source>Ctrl+Shift+H</source> + <comment>Search|Quicksearch extend</comment> + <translation>Ctrl+Shift+H</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2553"/> + <source>Extend the quicksearch to the end of the current word</source> + <translation>Extender la búsqueda rápida al final de la palabra actual</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2555"/> <source><b>Quicksearch extend</b><p>This extends the quicksearch text to the end of the word currently found.</p></source> <translation><b>Extender búsqueda rápida</b><p>Extiende la búsqueda rápida al final de la palabra actual.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2532"/> + <location filename="ViewManager/ViewManager.py" line="2570"/> <source>Goto Line</source> <translation>Ir a línea</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2525"/> + <location filename="ViewManager/ViewManager.py" line="2563"/> <source>&Goto Line...</source> <translation>&Ir a Linea...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2525"/> + <location filename="ViewManager/ViewManager.py" line="2563"/> <source>Ctrl+G</source> <comment>Search|Goto Line</comment> <translation>Ctrl+G</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2533"/> + <location filename="ViewManager/ViewManager.py" line="2571"/> <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>Ir la la línea</b><p>Ir a una línea específica del texto en el editor actual. Se muestra un diálogo para introducir el número de línea.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2548"/> + <location filename="ViewManager/ViewManager.py" line="2586"/> <source>Goto Brace</source> <translation>Ir a paréntesis</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2541"/> + <location filename="ViewManager/ViewManager.py" line="2579"/> <source>Goto &Brace</source> <translation>Ir al Parén&tesis</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2541"/> + <location filename="ViewManager/ViewManager.py" line="2579"/> <source>Ctrl+L</source> <comment>Search|Goto Brace</comment> <translation>Ctrl+L</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2550"/> + <location filename="ViewManager/ViewManager.py" line="2588"/> <source><b>Goto Brace</b><p>Go to the matching brace in the current editor.</p></source> <translation><b>Ir a llave ('{' o '}')</b><p>Ir a la llave correspondiente en el editor actual.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2612"/> + <location filename="ViewManager/ViewManager.py" line="2650"/> <source>Search in Files</source> <translation>Buscar en archivos</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2612"/> + <location filename="ViewManager/ViewManager.py" line="2650"/> <source>Search in &Files...</source> <translation>Buscar en arc&hivos...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2612"/> + <location filename="ViewManager/ViewManager.py" line="2650"/> <source>Shift+Ctrl+F</source> <comment>Search|Search Files</comment> <translation>Shift+Ctrl+F</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2620"/> + <location filename="ViewManager/ViewManager.py" line="2658"/> <source>Search for a text in files</source> <translation>Buscar texto en archivos</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2622"/> + <location filename="ViewManager/ViewManager.py" line="2660"/> <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>Buscar en Archivos</b><p>Buscar un texto en los archivos de un árbol de directorios o en el proyecto. Se muestra un diálogo para introducir el texto de búsqueda y opciones para búsqueda y visualización del resultado.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2749"/> + <location filename="ViewManager/ViewManager.py" line="2787"/> <source>Zoom in</source> <translation>Aumentar zoom</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2749"/> + <location filename="ViewManager/ViewManager.py" line="2787"/> <source>Zoom &in</source> <translation>A&umentar Zoom</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2749"/> + <location filename="ViewManager/ViewManager.py" line="2787"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2757"/> + <location filename="ViewManager/ViewManager.py" line="2795"/> <source>Zoom in on the text</source> <translation>Zoom sobre el texto</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2759"/> + <location filename="ViewManager/ViewManager.py" line="2797"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Aumentar zoom</b><p>Aumentar zoom sobre el texto. Hace que el texto sea de mayor tamaño.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2766"/> + <location filename="ViewManager/ViewManager.py" line="2804"/> <source>Zoom out</source> <translation>Disminuir Zoom</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2766"/> + <location filename="ViewManager/ViewManager.py" line="2804"/> <source>Zoom &out</source> <translation>Dismi&nuir Zoom</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2766"/> + <location filename="ViewManager/ViewManager.py" line="2804"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2774"/> + <location filename="ViewManager/ViewManager.py" line="2812"/> <source>Zoom out on the text</source> <translation>Disminuir zoom en el texto</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2776"/> + <location filename="ViewManager/ViewManager.py" line="2814"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Disminuir zoom</b><p>Disminuir zoom sobre el texto. Hace que el texto sea de menor tamaño.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2800"/> + <location filename="ViewManager/ViewManager.py" line="2838"/> <source>Zoom</source> <translation>Zoom</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2800"/> + <location filename="ViewManager/ViewManager.py" line="2838"/> <source>&Zoom</source> <translation>&Zoom</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2800"/> - <source>Ctrl+#</source> - <comment>View|Zoom</comment> - <translation>Ctrl+#</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2807"/> - <source>Zoom the text</source> - <translation>Zoom sobre el texto</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2809"/> - <source><b>Zoom</b><p>Zoom the text. This opens a dialog where the desired size can be entered.</p></source> - <translation><b>Zoom</b><p>Zoom sobre el texto. Abre un diálogo donde se puede introducir el tamaño deseado.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2821"/> - <source>Toggle all folds</source> - <translation>Recoger/Desplegar los anidamientos</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2817"/> - <source>Toggle &all folds</source> - <translation>Recoger/Desplegar los &anidamientos</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2823"/> - <source><b>Toggle all folds</b><p>Toggle all folds of the current editor.</p></source> - <translation><b>Recoger/desplegar todos los anidamientos</b><p>Recoge/despliega todos los anidamientos en el editor actual.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2836"/> - <source>Toggle all folds (including children)</source> - <translation>Recoger/Desplegar todos los anidamientos (inc. hijos)</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2831"/> - <source>Toggle all &folds (including children)</source> - <translation>Recoger/Desplegar todos los a&nidamientos (inc. hijos)</translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2838"/> - <source><b>Toggle all folds (including children)</b><p>Toggle all folds of the current editor including all children.</p></source> - <translation><b>Recoger/desplegar todos los anidamientos (incluyendo hijos)</b><p>Recoge/despliega todos los anidamientos en el editor actual, incluyendo todos los hijos.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2850"/> - <source>Toggle current fold</source> - <translation>Recoger/Desplegar el anidamiento actual</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2846"/> - <source>Toggle &current fold</source> - <translation>Recoger/Desplega&r el anidamiento actual</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2852"/> - <source><b>Toggle current fold</b><p>Toggle the folds of the current line of the current editor.</p></source> - <translation><b>Recoger/desplegar anidamiento actual</b><p>Recoge/despliega el anidamiento de la línea actual en el editor actual.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2865"/> - <source>Remove all highlights</source> - <translation>Quitar todos los resaltes</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2867"/> - <source><b>Remove all highlights</b><p>Remove the highlights of all editors.</p></source> - <translation><b>Eliminar todos los resaltes de texto</b><p>Elimina todos los resaltes de texto en todos los editories.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2874"/> - <source>Split view</source> - <translation>Dividir vista</translation> + <source>Ctrl+#</source> + <comment>View|Zoom</comment> + <translation>Ctrl+#</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2845"/> + <source>Zoom the text</source> + <translation>Zoom sobre el texto</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2847"/> + <source><b>Zoom</b><p>Zoom the text. This opens a dialog where the desired size can be entered.</p></source> + <translation><b>Zoom</b><p>Zoom sobre el texto. Abre un diálogo donde se puede introducir el tamaño deseado.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2859"/> + <source>Toggle all folds</source> + <translation>Recoger/Desplegar los anidamientos</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2855"/> + <source>Toggle &all folds</source> + <translation>Recoger/Desplegar los &anidamientos</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2861"/> + <source><b>Toggle all folds</b><p>Toggle all folds of the current editor.</p></source> + <translation><b>Recoger/desplegar todos los anidamientos</b><p>Recoge/despliega todos los anidamientos en el editor actual.</p></translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="2874"/> + <source>Toggle all folds (including children)</source> + <translation>Recoger/Desplegar todos los anidamientos (inc. hijos)</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2869"/> + <source>Toggle all &folds (including children)</source> + <translation>Recoger/Desplegar todos los a&nidamientos (inc. hijos)</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2876"/> + <source><b>Toggle all folds (including children)</b><p>Toggle all folds of the current editor including all children.</p></source> + <translation><b>Recoger/desplegar todos los anidamientos (incluyendo hijos)</b><p>Recoge/despliega todos los anidamientos en el editor actual, incluyendo todos los hijos.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2888"/> + <source>Toggle current fold</source> + <translation>Recoger/Desplegar el anidamiento actual</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2884"/> + <source>Toggle &current fold</source> + <translation>Recoger/Desplega&r el anidamiento actual</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2890"/> + <source><b>Toggle current fold</b><p>Toggle the folds of the current line of the current editor.</p></source> + <translation><b>Recoger/desplegar anidamiento actual</b><p>Recoge/despliega el anidamiento de la línea actual en el editor actual.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2903"/> + <source>Remove all highlights</source> + <translation>Quitar todos los resaltes</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2905"/> + <source><b>Remove all highlights</b><p>Remove the highlights of all editors.</p></source> + <translation><b>Eliminar todos los resaltes de texto</b><p>Elimina todos los resaltes de texto en todos los editories.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2912"/> + <source>Split view</source> + <translation>Dividir vista</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2912"/> <source>&Split view</source> <translation>&Dividir vista</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2878"/> - <source>Add a split to the view</source> - <translation>Agregar una división a la vista</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2880"/> - <source><b>Split view</b><p>Add a split to the view.</p></source> - <translation><b>Dividir vista</b><p>Añade una nueva división a la vista.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2887"/> - <source>Arrange horizontally</source> - <translation>Organizar horizontalmente</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2887"/> - <source>Arrange &horizontally</source> - <translation>Or&ganizar horizontalmente</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2892"/> - <source>Arrange the splitted views horizontally</source> - <translation>Organizar las vistas divididas horizontalmente</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2894"/> - <source><b>Arrange horizontally</b><p>Arrange the splitted views horizontally.</p></source> - <translation><b>Organizar horizontalmente</b><p>Organiza las vistas divididas horizontalmente.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2902"/> - <source>Remove split</source> - <translation>Quitar división</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2902"/> - <source>&Remove split</source> - <translation>&Quitar división</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2907"/> - <source>Remove the current split</source> - <translation>Eliminar división actual</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2909"/> - <source><b>Remove split</b><p>Remove the current split.</p></source> - <translation><b>Eliminar división</b><p>Elimina la división actual.</p></translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2916"/> + <source>Add a split to the view</source> + <translation>Agregar una división a la vista</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2918"/> + <source><b>Split view</b><p>Add a split to the view.</p></source> + <translation><b>Dividir vista</b><p>Añade una nueva división a la vista.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2925"/> + <source>Arrange horizontally</source> + <translation>Organizar horizontalmente</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2925"/> + <source>Arrange &horizontally</source> + <translation>Or&ganizar horizontalmente</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2930"/> + <source>Arrange the splitted views horizontally</source> + <translation>Organizar las vistas divididas horizontalmente</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2932"/> + <source><b>Arrange horizontally</b><p>Arrange the splitted views horizontally.</p></source> + <translation><b>Organizar horizontalmente</b><p>Organiza las vistas divididas horizontalmente.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2940"/> + <source>Remove split</source> + <translation>Quitar división</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2940"/> + <source>&Remove split</source> + <translation>&Quitar división</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2945"/> + <source>Remove the current split</source> + <translation>Eliminar división actual</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2947"/> + <source><b>Remove split</b><p>Remove the current split.</p></source> + <translation><b>Eliminar división</b><p>Elimina la división actual.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2954"/> <source>Next split</source> <translation>Próxima división</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2916"/> + <location filename="ViewManager/ViewManager.py" line="2954"/> <source>&Next split</source> <translation>Pró&xima división</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2916"/> + <location filename="ViewManager/ViewManager.py" line="2954"/> <source>Ctrl+Alt+N</source> <comment>View|Next split</comment> <translation>Ctrl+Alt+N</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2922"/> + <location filename="ViewManager/ViewManager.py" line="2960"/> <source>Move to the next split</source> <translation>Mover a la siguiente división</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2924"/> + <location filename="ViewManager/ViewManager.py" line="2962"/> <source><b>Next split</b><p>Move to the next split.</p></source> <translation><b>Siguiente división</b><p>Mover a la siguiente división.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2931"/> + <location filename="ViewManager/ViewManager.py" line="2969"/> <source>Previous split</source> <translation>División anterior</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2931"/> + <location filename="ViewManager/ViewManager.py" line="2969"/> <source>&Previous split</source> <translation>Divi&sión anterior</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2931"/> + <location filename="ViewManager/ViewManager.py" line="2969"/> <source>Ctrl+Alt+P</source> <comment>View|Previous split</comment> <translation>Ctrl+Alt+P</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2937"/> + <location filename="ViewManager/ViewManager.py" line="2975"/> <source>Move to the previous split</source> <translation>Mover a la división anterior</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2939"/> - <source><b>Previous split</b><p>Move to the previous split.</p></source> - <translation><b>División anterior</b><p>Mover a la división anterior.</p></translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2977"/> + <source><b>Previous split</b><p>Move to the previous split.</p></source> + <translation><b>División anterior</b><p>Mover a la división anterior.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3015"/> <source>&View</source> <translation>&Ver</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3006"/> + <location filename="ViewManager/ViewManager.py" line="3044"/> <source>View</source> <translation>Ver</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3034"/> - <source>Start Macro Recording</source> - <translation>Comenzar grabación de macro</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3029"/> - <source>S&tart Macro Recording</source> - <translation>Comenzar &grabación de macro</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3036"/> - <source><b>Start Macro Recording</b><p>Start recording editor commands into a new macro.</p></source> - <translation><b>Comenzar Grabación de Macro</b><p>Comenzar grabación de comandos de editor como una nueva macro.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3048"/> - <source>Stop Macro Recording</source> - <translation>Detener Grabación de Macro</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3043"/> - <source>Sto&p Macro Recording</source> - <translation>Detene&r grabación de macro</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3050"/> - <source><b>Stop Macro Recording</b><p>Stop recording editor commands into a new macro.</p></source> - <translation><b>Detener Grabación de Macro</b><p>Detener grabación de comandos de editor a una nueva macro.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3060"/> - <source>Run Macro</source> - <translation>Ejecutar macro</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3057"/> - <source>&Run Macro</source> - <translation>Ejecuta&r macro</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3061"/> - <source><b>Run Macro</b><p>Run a previously recorded editor macro.</p></source> - <translation><b>Ejecutar Macro</b><p>Ejecutar una macro de editor grabada anteriormente.</p></translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="3072"/> - <source>Delete Macro</source> - <translation>Borrar macro</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3068"/> - <source>&Delete Macro</source> - <translation>&Borrar macro</translation> + <source>Start Macro Recording</source> + <translation>Comenzar grabación de macro</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3067"/> + <source>S&tart Macro Recording</source> + <translation>Comenzar &grabación de macro</translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="3074"/> - <source><b>Delete Macro</b><p>Delete a previously recorded editor macro.</p></source> - <translation><b>Eliminar Macro</b><p>Eliminar una macro de editor grabada anteriormente.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3084"/> - <source>Load Macro</source> - <translation>Cargar macro</translation> + <source><b>Start Macro Recording</b><p>Start recording editor commands into a new macro.</p></source> + <translation><b>Comenzar Grabación de Macro</b><p>Comenzar grabación de comandos de editor como una nueva macro.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3086"/> + <source>Stop Macro Recording</source> + <translation>Detener Grabación de Macro</translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="3081"/> - <source>&Load Macro</source> - <translation>&Cargar macro</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3086"/> - <source><b>Load Macro</b><p>Load an editor macro from a file.</p></source> - <translation><b>Cargar Macro</b><p>Cargar desde archivo una macro de editor grabada anteriormente.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3096"/> - <source>Save Macro</source> - <translation>Guardar macro</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3093"/> - <source>&Save Macro</source> - <translation>&Guardar macro</translation> + <source>Sto&p Macro Recording</source> + <translation>Detene&r grabación de macro</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3088"/> + <source><b>Stop Macro Recording</b><p>Stop recording editor commands into a new macro.</p></source> + <translation><b>Detener Grabación de Macro</b><p>Detener grabación de comandos de editor a una nueva macro.</p></translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="3098"/> - <source><b>Save Macro</b><p>Save a previously recorded editor macro to a file.</p></source> - <translation><b>Guardar Macro</b><p>Guarda en un archivo una macro de editor.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3113"/> - <source>&Macros</source> - <translation>&Macros</translation> + <source>Run Macro</source> + <translation>Ejecutar macro</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3095"/> + <source>&Run Macro</source> + <translation>Ejecuta&r macro</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3099"/> + <source><b>Run Macro</b><p>Run a previously recorded editor macro.</p></source> + <translation><b>Ejecutar Macro</b><p>Ejecutar una macro de editor grabada anteriormente.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3110"/> + <source>Delete Macro</source> + <translation>Borrar macro</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3106"/> + <source>&Delete Macro</source> + <translation>&Borrar macro</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3112"/> + <source><b>Delete Macro</b><p>Delete a previously recorded editor macro.</p></source> + <translation><b>Eliminar Macro</b><p>Eliminar una macro de editor grabada anteriormente.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3122"/> + <source>Load Macro</source> + <translation>Cargar macro</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3119"/> + <source>&Load Macro</source> + <translation>&Cargar macro</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3124"/> + <source><b>Load Macro</b><p>Load an editor macro from a file.</p></source> + <translation><b>Cargar Macro</b><p>Cargar desde archivo una macro de editor grabada anteriormente.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3134"/> + <source>Save Macro</source> + <translation>Guardar macro</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3131"/> + <source>&Save Macro</source> + <translation>&Guardar macro</translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="3136"/> + <source><b>Save Macro</b><p>Save a previously recorded editor macro to a file.</p></source> + <translation><b>Guardar Macro</b><p>Guarda en un archivo una macro de editor.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3151"/> + <source>&Macros</source> + <translation>&Macros</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3174"/> <source>Toggle Bookmark</source> <translation>Alternar Marcador</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3129"/> + <location filename="ViewManager/ViewManager.py" line="3167"/> <source>&Toggle Bookmark</source> <translation>Al&ternar marcador</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3129"/> + <location filename="ViewManager/ViewManager.py" line="3167"/> <source>Alt+Ctrl+T</source> <comment>Bookmark|Toggle</comment> <translation>Alt+Ctrl+T</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3138"/> + <location filename="ViewManager/ViewManager.py" line="3176"/> <source><b>Toggle Bookmark</b><p>Toggle a bookmark at the current line of the current editor.</p></source> <translation><b>Alternar Marcador</b><p>Alterna un marcador en la línea actual del editor actual.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3152"/> + <location filename="ViewManager/ViewManager.py" line="3190"/> <source>Next Bookmark</source> <translation>Siguiente marcador</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3145"/> + <location filename="ViewManager/ViewManager.py" line="3183"/> <source>&Next Bookmark</source> <translation>Siguie&nte marcador</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3145"/> + <location filename="ViewManager/ViewManager.py" line="3183"/> <source>Ctrl+PgDown</source> <comment>Bookmark|Next</comment> <translation>Ctrl+PgDown</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3154"/> + <location filename="ViewManager/ViewManager.py" line="3192"/> <source><b>Next Bookmark</b><p>Go to next bookmark of the current editor.</p></source> <translation><b>Siguiente Marcador</b><p>Avanzar al siguiente marcador del editor actual.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3168"/> + <location filename="ViewManager/ViewManager.py" line="3206"/> <source>Previous Bookmark</source> <translation>Marcador anterior</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3161"/> + <location filename="ViewManager/ViewManager.py" line="3199"/> <source>&Previous Bookmark</source> <translation>Marcador an&terior</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3161"/> + <location filename="ViewManager/ViewManager.py" line="3199"/> <source>Ctrl+PgUp</source> <comment>Bookmark|Previous</comment> <translation>Ctrl+PgUp</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3170"/> + <location filename="ViewManager/ViewManager.py" line="3208"/> <source><b>Previous Bookmark</b><p>Go to previous bookmark of the current editor.</p></source> <translation><b>Anterior Marcador</b><p>Retroceder al anterior marcador del editor actual.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3184"/> + <location filename="ViewManager/ViewManager.py" line="3222"/> <source>Clear Bookmarks</source> <translation>Borrar todos los marcadores</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3177"/> + <location filename="ViewManager/ViewManager.py" line="3215"/> <source>&Clear Bookmarks</source> <translation>Borrar todos los mar&cadores</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3177"/> - <source>Alt+Ctrl+C</source> - <comment>Bookmark|Clear</comment> - <translation>Alt+Ctrl+C</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3186"/> - <source><b>Clear Bookmarks</b><p>Clear bookmarks of all editors.</p></source> - <translation><b>Borrar todos los marcadores</b><p>Borra todos los marcadores de todos los editores.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3199"/> - <source>Goto Syntax Error</source> - <translation>Ir al error de sintaxis</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3193"/> - <source>&Goto Syntax Error</source> - <translation>&Ir al error de sintaxis</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3201"/> - <source><b>Goto Syntax Error</b><p>Go to next syntax error of the current editor.</p></source> - <translation><b>Ir al Error de Sintaxis</b><p>Ir al siguiente error de sintaxis del editor actual.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3213"/> - <source>Clear Syntax Errors</source> - <translation>Borrar Errores de Sintaxis</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3208"/> - <source>Clear &Syntax Errors</source> - <translation>Borrar Errores de &Sintaxis</translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="3215"/> + <source>Alt+Ctrl+C</source> + <comment>Bookmark|Clear</comment> + <translation>Alt+Ctrl+C</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3224"/> + <source><b>Clear Bookmarks</b><p>Clear bookmarks of all editors.</p></source> + <translation><b>Borrar todos los marcadores</b><p>Borra todos los marcadores de todos los editores.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3237"/> + <source>Goto Syntax Error</source> + <translation>Ir al error de sintaxis</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3231"/> + <source>&Goto Syntax Error</source> + <translation>&Ir al error de sintaxis</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3239"/> + <source><b>Goto Syntax Error</b><p>Go to next syntax error of the current editor.</p></source> + <translation><b>Ir al Error de Sintaxis</b><p>Ir al siguiente error de sintaxis del editor actual.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3251"/> + <source>Clear Syntax Errors</source> + <translation>Borrar Errores de Sintaxis</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3246"/> + <source>Clear &Syntax Errors</source> + <translation>Borrar Errores de &Sintaxis</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3253"/> <source><b>Clear Syntax Errors</b><p>Clear syntax errors of all editors.</p></source> <translation><b>Borrar Errores de Sintaxis</b><p>Borra los errores de sintaxis de todos los editores.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3277"/> + <location filename="ViewManager/ViewManager.py" line="3315"/> <source>Next uncovered line</source> <translation>Siguiente línea sin cobertura</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3271"/> - <source>&Next uncovered line</source> - <translation>Siguie&nte línea sin cobertura</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3279"/> - <source><b>Next uncovered line</b><p>Go to next line of the current editor marked as not covered.</p></source> - <translation><b>Siguiente línea sin cobertura</b><p>Ir a la siguiente línea del editor actual marcada como sin cobertura.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3293"/> - <source>Previous uncovered line</source> - <translation>Anterior línea sin cobertura</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3286"/> - <source>&Previous uncovered line</source> - <translation>Anteri&or línea sin cobertura</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="3295"/> - <source><b>Previous uncovered line</b><p>Go to previous line of the current editor marked as not covered.</p></source> - <translation><b>Anterior línea sin cobertura</b><p>Ir a la anterior línea del editor actual marcada como sin cobertura.</p></translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="3309"/> + <source>&Next uncovered line</source> + <translation>Siguie&nte línea sin cobertura</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3317"/> + <source><b>Next uncovered line</b><p>Go to next line of the current editor marked as not covered.</p></source> + <translation><b>Siguiente línea sin cobertura</b><p>Ir a la siguiente línea del editor actual marcada como sin cobertura.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3331"/> + <source>Previous uncovered line</source> + <translation>Anterior línea sin cobertura</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3324"/> + <source>&Previous uncovered line</source> + <translation>Anteri&or línea sin cobertura</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3333"/> + <source><b>Previous uncovered line</b><p>Go to previous line of the current editor marked as not covered.</p></source> + <translation><b>Anterior línea sin cobertura</b><p>Ir a la anterior línea del editor actual marcada como sin cobertura.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="3347"/> <source>Next Task</source> <translation>Siguiente Tarea</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3303"/> + <location filename="ViewManager/ViewManager.py" line="3341"/> <source>&Next Task</source> <translation>Siguie&nte Tarea</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3311"/> + <location filename="ViewManager/ViewManager.py" line="3349"/> <source><b>Next Task</b><p>Go to next line of the current editor having a task.</p></source> <translation><b>Siguiente Tarea</b><p>Ir a la siguiente línea en el editor actual que tiene una tarea.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3325"/> + <location filename="ViewManager/ViewManager.py" line="3363"/> <source>Previous Task</source> <translation>Tarea anterior</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3318"/> + <location filename="ViewManager/ViewManager.py" line="3356"/> <source>&Previous Task</source> <translation>Tarea anteri&or</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3327"/> + <location filename="ViewManager/ViewManager.py" line="3365"/> <source><b>Previous Task</b><p>Go to previous line of the current editor having a task.</p></source> <translation><b>Tarea Anterior</b><p>Ir a la línea anterior en el editor actual que tiene una tarea.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3375"/> + <location filename="ViewManager/ViewManager.py" line="3413"/> <source>&Bookmarks</source> <translation>&Marcadores</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3418"/> + <location filename="ViewManager/ViewManager.py" line="3456"/> <source>Bookmarks</source> <translation>Marcadores</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3563"/> + <location filename="ViewManager/ViewManager.py" line="3601"/> <source>Open files</source> <translation>Abrir Archivos</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3599"/> + <location filename="ViewManager/ViewManager.py" line="3637"/> <source>File Modified</source> <translation>Archivo Modificado</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="4231"/> + <location filename="ViewManager/ViewManager.py" line="4269"/> <source>&Clear</source> <translation>&Limpiar</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="4227"/> + <location filename="ViewManager/ViewManager.py" line="4265"/> <source>&Add</source> <translation>&Agregar</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="4229"/> + <location filename="ViewManager/ViewManager.py" line="4267"/> <source>&Edit...</source> <translation>&Editar...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2705"/> + <location filename="ViewManager/ViewManager.py" line="2743"/> <source>Quicksearch Textedit</source> <translation>Editor de texto de Búsqueda Rápida</translation> </message> @@ -53906,17 +53906,17 @@ <translation><b>Buscar anterior</b><p>Buscar la anterior ocurrencia de un texto en el editor actual. Se reutilizan el texto de búsqueda introducido anteriormente y sus opciones.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2481"/> + <location filename="ViewManager/ViewManager.py" line="2519"/> <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>Búsqueda Rápida</b><p>Activa la función de busqueda rápida de la IDE, dando el foco al campo de entrada de búsqueda rápida. Si este campo ya está activo y contiene texto, busca la siguiente ocurerncia de este texto.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2500"/> + <location filename="ViewManager/ViewManager.py" line="2538"/> <source><b>Quicksearch backwards</b><p>This searches the previous occurrence of the quicksearch text.</p></source> <translation><b>Búsqueda rápida hacia atras</b><p>Busca la ocurrencia anterior del texto de búsqueda rapida.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2683"/> + <location filename="ViewManager/ViewManager.py" line="2721"/> <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>Introduzca el texto de búsqueda directamente en este campo. La búsqueda se llevará a cabo sin tener en cuenta mayúsculas/minúsculas. La búsqueda rápida se activa a partir de la acción de siguiente búsqueda rapida (tecla por defecto Ctrl+Shift+K), si este campo de entrada no tiene el foco de input. En cualquier otro caso, busca la siguiente ocurrencia del texto introducido. La acción de búsqueda rápida hacia atrás (tecla por defecto Ctrl+Shift+J) busca hacia atrás. Activando la opción 'extender búsqueda rápida' (tecla por defecto Ctrl+Shift+H) extiende la busqueda de texto actual hasta el final de la palabra actual. La búsqueda rápida se puede finalizar pulsando la tecla de retorno mientras la entrada de búsqueda rápida tiene el foco de input.</p></translation> </message> @@ -53977,28 +53977,28 @@ <translation>Shift+Entrar</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2631"/> + <location filename="ViewManager/ViewManager.py" line="2669"/> <source>Replace in Files</source> <translation>Reemplazar en Archivos</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2631"/> + <location filename="ViewManager/ViewManager.py" line="2669"/> <source>Replace in F&iles...</source> <translation>Reemplazar en Arch&ivos...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2631"/> + <location filename="ViewManager/ViewManager.py" line="2669"/> <source>Shift+Ctrl+R</source> <comment>Search|Replace in Files</comment> <translation>Shift+Ctrl+R</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2638"/> + <location filename="ViewManager/ViewManager.py" line="2676"/> <source>Search for a text in files and replace it</source> <translation>Buscar un texto en archivos y reemplazarlo</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2640"/> + <location filename="ViewManager/ViewManager.py" line="2678"/> <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>Reemplazar en Archivos</b><p>Buscar un texto en los archivos de un árbol de directorios o en el proyecto y reemplazarlo. Se muestra un diálogo para introducir el texto de búsqueda, el texto de reemplazo y opciones para búsqueda y visualización del resultado.</p></translation> </message> @@ -54013,13 +54013,13 @@ <translation type="obsolete">Co&rrección ortográfica...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3451"/> + <location filename="ViewManager/ViewManager.py" line="3489"/> <source>Shift+F7</source> <comment>Spelling|Spell Check</comment> <translation>Shift+F7</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3460"/> + <location filename="ViewManager/ViewManager.py" line="3498"/> <source>Perform spell check of current editor</source> <translation>Lleva a cabo la corrección ortográfica del editor actual</translation> </message> @@ -54029,92 +54029,92 @@ <translation type="obsolete"><b>Corrección ortográfica</b><p>Lleva a cabo la corrección ortográfica del editor actual.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3469"/> + <location filename="ViewManager/ViewManager.py" line="3507"/> <source>Automatic spell checking</source> <translation>Corrección ortográfica automática</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3469"/> + <location filename="ViewManager/ViewManager.py" line="3507"/> <source>&Automatic spell checking</source> <translation>Corrección ortográfica &automática</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3476"/> + <location filename="ViewManager/ViewManager.py" line="3514"/> <source>(De-)Activate automatic spell checking</source> <translation>(Des-)Activar la corrección ortográfica automática</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3478"/> + <location filename="ViewManager/ViewManager.py" line="3516"/> <source><b>Automatic spell checking</b><p>Activate or deactivate the automatic spell checking function of all editors.</p></source> <translation><b>Corrección ortografica automática</b><p>Activar o desactivar la corrección ortográfica automática en todos los editores.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3537"/> + <location filename="ViewManager/ViewManager.py" line="3575"/> <source>Spelling</source> <translation>Corrección ortográfica</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3599"/> + <location filename="ViewManager/ViewManager.py" line="3637"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>El archivo <b>{0}</b> tiene cambios sin guardar.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3883"/> + <location filename="ViewManager/ViewManager.py" line="3921"/> <source>File: {0}</source> <translation>Archivo: {0}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3887"/> + <location filename="ViewManager/ViewManager.py" line="3925"/> <source>Line: {0:5}</source> <translation>Línea: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3892"/> + <location filename="ViewManager/ViewManager.py" line="3930"/> <source>Pos: {0:5}</source> <translation>Pos: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3229"/> + <location filename="ViewManager/ViewManager.py" line="3267"/> <source>Next warning message</source> <translation>Siguiente mensaje de advertencia</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3222"/> + <location filename="ViewManager/ViewManager.py" line="3260"/> <source>&Next warning message</source> <translation>Siguie&nte mensaje de advertencia</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3231"/> + <location filename="ViewManager/ViewManager.py" line="3269"/> <source><b>Next warning message</b><p>Go to next line of the current editor having a py3flakes warning.</p></source> <translation><b>Siguiente mensaje de advertencia</b><p>Ir a la siguiente línea en el editor actual que contiene una advertencia de py3flakes.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3246"/> + <location filename="ViewManager/ViewManager.py" line="3284"/> <source>Previous warning message</source> <translation>Mensaje de advertencia anterior</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3239"/> + <location filename="ViewManager/ViewManager.py" line="3277"/> <source>&Previous warning message</source> <translation>&Mensaje de advertencia anterior</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3248"/> + <location filename="ViewManager/ViewManager.py" line="3286"/> <source><b>Previous warning message</b><p>Go to previous line of the current editor having a py3flakes warning.</p></source> <translation><b>Mensaje de advertencia anterior</b><p>Ir a la línea anterior en el editor actual que contiene una advertencia de py3flakes.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3262"/> + <location filename="ViewManager/ViewManager.py" line="3300"/> <source>Clear Warning Messages</source> <translation>Limpiar Mensajes de Advertencia</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3256"/> + <location filename="ViewManager/ViewManager.py" line="3294"/> <source>Clear &Warning Messages</source> <translation>&Limpiar Mensajes de Advertencia</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3264"/> + <location filename="ViewManager/ViewManager.py" line="3302"/> <source><b>Clear Warning Messages</b><p>Clear py3flakes warning messages of all editors.</p></source> <translation><b>Limpiar Mensajes de Advertencia</b><p>Limpiar mensajes de advertencia de py3flakes en todos los editores.</p></translation> </message> @@ -54135,80 +54135,80 @@ <translation><b>Unir Lineas</b><p>Unir las líneas actual y siguiente.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2565"/> + <location filename="ViewManager/ViewManager.py" line="2603"/> <source>Goto Last Edit Location</source> <translation>Ir a la Última Posición de Edición</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2557"/> + <location filename="ViewManager/ViewManager.py" line="2595"/> <source>Goto Last &Edit Location</source> <translation>Ir a la Última Posición de &Edición</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2557"/> + <location filename="ViewManager/ViewManager.py" line="2595"/> <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="2567"/> + <location filename="ViewManager/ViewManager.py" line="2605"/> <source><b>Goto Last Edit Location</b><p>Go to the location of the last edit in the current editor.</p></source> <translation><b>Ir a la Última Posición de Edición</b><p>Ir a la posición de la última edición en el editor actual.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2574"/> + <location filename="ViewManager/ViewManager.py" line="2612"/> <source>Goto Previous Method or Class</source> <translation>Ir al Anterior Método o Clase</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2574"/> + <location filename="ViewManager/ViewManager.py" line="2612"/> <source>Ctrl+Shift+Up</source> <comment>Search|Goto Previous Method or Class</comment> <translation>Ctrl+Shift+Up</translation> </messa