Sat, 19 May 2018 16:38:28 +0200
Editor: added a context menu for the "fold" margin and improved the handling of folded lines when using "go to" functions.
--- a/APIs/Python3/eric6.api Fri May 18 19:41:02 2018 +0200 +++ b/APIs/Python3/eric6.api Sat May 19 16:38:28 2018 +0200 @@ -8265,6 +8265,7 @@ eric6.QScintilla.Editor.Editor.close?4(alsoDelete=False) eric6.QScintilla.Editor.Editor.closeIt?4() eric6.QScintilla.Editor.Editor.codeCoverageShowAnnotations?4(silent=False) +eric6.QScintilla.Editor.Editor.collapseFoldWithChildren?4(line=-1) eric6.QScintilla.Editor.Editor.commentLine?4() eric6.QScintilla.Editor.Editor.commentLineOrSelection?4() eric6.QScintilla.Editor.Editor.commentSelection?4() @@ -8284,10 +8285,11 @@ eric6.QScintilla.Editor.Editor.editorRenamed?7 eric6.QScintilla.Editor.Editor.editorSaved?7 eric6.QScintilla.Editor.Editor.encodingChanged?7 -eric6.QScintilla.Editor.Editor.ensureVisible?4(line) -eric6.QScintilla.Editor.Editor.ensureVisibleTop?4(line) +eric6.QScintilla.Editor.Editor.ensureVisible?4(line, expand=False) +eric6.QScintilla.Editor.Editor.ensureVisibleTop?4(line, expand=False) eric6.QScintilla.Editor.Editor.eolChanged?7 eric6.QScintilla.Editor.Editor.event?4(evt) +eric6.QScintilla.Editor.Editor.expandFoldWithChildren?4(line=-1) eric6.QScintilla.Editor.Editor.exportFile?4(exporterFormat) eric6.QScintilla.Editor.Editor.extractTasks?4() eric6.QScintilla.Editor.Editor.fileRenamed?4(fn) @@ -8331,7 +8333,7 @@ eric6.QScintilla.Editor.Editor.getWordLeft?4(line, index) eric6.QScintilla.Editor.Editor.getWordRight?4(line, index) eric6.QScintilla.Editor.Editor.gotoLastEditPosition?4() -eric6.QScintilla.Editor.Editor.gotoLine?4(line, pos=1, firstVisible=False) +eric6.QScintilla.Editor.Editor.gotoLine?4(line, pos=1, firstVisible=False, expand=False) eric6.QScintilla.Editor.Editor.gotoMethodClass?4(goUp=False) eric6.QScintilla.Editor.Editor.gotoSyntaxError?4() eric6.QScintilla.Editor.Editor.handleMonospacedEnable?4() @@ -8436,6 +8438,7 @@ eric6.QScintilla.Editor.Editor.taskMarkersUpdated?7 eric6.QScintilla.Editor.Editor.toggleBookmark?4(line) eric6.QScintilla.Editor.Editor.toggleCommentBlock?4() +eric6.QScintilla.Editor.Editor.toggleCurrentFold?4() eric6.QScintilla.Editor.Editor.toggleSyntaxError?4(line, index, error, msg="", show=False) eric6.QScintilla.Editor.Editor.toggleWarning?4(line, col, warning, msg="", warningType=WarningCode) eric6.QScintilla.Editor.Editor.uncommentLine?4()
--- a/Documentation/Help/source.qhp Fri May 18 19:41:02 2018 +0200 +++ b/Documentation/Help/source.qhp Sat May 19 16:38:28 2018 +0200 @@ -5174,6 +5174,8 @@ <keyword name="Editor.__codeCoverageHideAnnotations" id="Editor.__codeCoverageHideAnnotations" ref="eric6.QScintilla.Editor.html#Editor.__codeCoverageHideAnnotations" /> <keyword name="Editor.__completionListSelected" id="Editor.__completionListSelected" ref="eric6.QScintilla.Editor.html#Editor.__completionListSelected" /> <keyword name="Editor.__contextClose" id="Editor.__contextClose" ref="eric6.QScintilla.Editor.html#Editor.__contextClose" /> + <keyword name="Editor.__contextMenuCollapseFoldWithChildren" id="Editor.__contextMenuCollapseFoldWithChildren" ref="eric6.QScintilla.Editor.html#Editor.__contextMenuCollapseFoldWithChildren" /> + <keyword name="Editor.__contextMenuExpandFoldWithChildren" id="Editor.__contextMenuExpandFoldWithChildren" ref="eric6.QScintilla.Editor.html#Editor.__contextMenuExpandFoldWithChildren" /> <keyword name="Editor.__contextMenuSpellingTriggered" id="Editor.__contextMenuSpellingTriggered" ref="eric6.QScintilla.Editor.html#Editor.__contextMenuSpellingTriggered" /> <keyword name="Editor.__contextOpenRejections" id="Editor.__contextOpenRejections" ref="eric6.QScintilla.Editor.html#Editor.__contextOpenRejections" /> <keyword name="Editor.__contextSave" id="Editor.__contextSave" ref="eric6.QScintilla.Editor.html#Editor.__contextSave" /> @@ -5337,6 +5339,7 @@ <keyword name="Editor.close" id="Editor.close" ref="eric6.QScintilla.Editor.html#Editor.close" /> <keyword name="Editor.closeIt" id="Editor.closeIt" ref="eric6.QScintilla.Editor.html#Editor.closeIt" /> <keyword name="Editor.codeCoverageShowAnnotations" id="Editor.codeCoverageShowAnnotations" ref="eric6.QScintilla.Editor.html#Editor.codeCoverageShowAnnotations" /> + <keyword name="Editor.collapseFoldWithChildren" id="Editor.collapseFoldWithChildren" ref="eric6.QScintilla.Editor.html#Editor.collapseFoldWithChildren" /> <keyword name="Editor.commentLine" id="Editor.commentLine" ref="eric6.QScintilla.Editor.html#Editor.commentLine" /> <keyword name="Editor.commentLineOrSelection" id="Editor.commentLineOrSelection" ref="eric6.QScintilla.Editor.html#Editor.commentLineOrSelection" /> <keyword name="Editor.commentSelection" id="Editor.commentSelection" ref="eric6.QScintilla.Editor.html#Editor.commentSelection" /> @@ -5352,6 +5355,7 @@ <keyword name="Editor.ensureVisible" id="Editor.ensureVisible" ref="eric6.QScintilla.Editor.html#Editor.ensureVisible" /> <keyword name="Editor.ensureVisibleTop" id="Editor.ensureVisibleTop" ref="eric6.QScintilla.Editor.html#Editor.ensureVisibleTop" /> <keyword name="Editor.event" id="Editor.event" ref="eric6.QScintilla.Editor.html#Editor.event" /> + <keyword name="Editor.expandFoldWithChildren" id="Editor.expandFoldWithChildren" ref="eric6.QScintilla.Editor.html#Editor.expandFoldWithChildren" /> <keyword name="Editor.exportFile" id="Editor.exportFile" ref="eric6.QScintilla.Editor.html#Editor.exportFile" /> <keyword name="Editor.extractTasks" id="Editor.extractTasks" ref="eric6.QScintilla.Editor.html#Editor.extractTasks" /> <keyword name="Editor.fileRenamed" id="Editor.fileRenamed" ref="eric6.QScintilla.Editor.html#Editor.fileRenamed" /> @@ -5491,6 +5495,7 @@ <keyword name="Editor.streamCommentSelection" id="Editor.streamCommentSelection" ref="eric6.QScintilla.Editor.html#Editor.streamCommentSelection" /> <keyword name="Editor.toggleBookmark" id="Editor.toggleBookmark" ref="eric6.QScintilla.Editor.html#Editor.toggleBookmark" /> <keyword name="Editor.toggleCommentBlock" id="Editor.toggleCommentBlock" ref="eric6.QScintilla.Editor.html#Editor.toggleCommentBlock" /> + <keyword name="Editor.toggleCurrentFold" id="Editor.toggleCurrentFold" ref="eric6.QScintilla.Editor.html#Editor.toggleCurrentFold" /> <keyword name="Editor.toggleSyntaxError" id="Editor.toggleSyntaxError" ref="eric6.QScintilla.Editor.html#Editor.toggleSyntaxError" /> <keyword name="Editor.toggleWarning" id="Editor.toggleWarning" ref="eric6.QScintilla.Editor.html#Editor.toggleWarning" /> <keyword name="Editor.uncommentLine" id="Editor.uncommentLine" ref="eric6.QScintilla.Editor.html#Editor.uncommentLine" />
--- a/Documentation/Source/eric6.QScintilla.Editor.html Fri May 18 19:41:02 2018 +0200 +++ b/Documentation/Source/eric6.QScintilla.Editor.html Sat May 19 16:38:28 2018 +0200 @@ -249,6 +249,12 @@ <td><a href="#Editor.__contextClose">__contextClose</a></td> <td>Private slot handling the close context menu entry.</td> </tr><tr> +<td><a href="#Editor.__contextMenuCollapseFoldWithChildren">__contextMenuCollapseFoldWithChildren</a></td> +<td>Private slot to handle the context menu collapse with children action.</td> +</tr><tr> +<td><a href="#Editor.__contextMenuExpandFoldWithChildren">__contextMenuExpandFoldWithChildren</a></td> +<td>Private slot to handle the context menu expand with children action.</td> +</tr><tr> <td><a href="#Editor.__contextMenuSpellingTriggered">__contextMenuSpellingTriggered</a></td> <td>Private slot to handle the selection of a suggestion of the spelling context menu.</td> </tr><tr> @@ -738,6 +744,9 @@ <td><a href="#Editor.codeCoverageShowAnnotations">codeCoverageShowAnnotations</a></td> <td>Public method to handle the show code coverage annotations context menu action.</td> </tr><tr> +<td><a href="#Editor.collapseFoldWithChildren">collapseFoldWithChildren</a></td> +<td>Public slot to collapse the current fold including its children.</td> +</tr><tr> <td><a href="#Editor.commentLine">commentLine</a></td> <td>Public slot to comment the current line.</td> </tr><tr> @@ -783,6 +792,9 @@ <td><a href="#Editor.event">event</a></td> <td>Public method handling events.</td> </tr><tr> +<td><a href="#Editor.expandFoldWithChildren">expandFoldWithChildren</a></td> +<td>Public slot to expand the current fold including its children.</td> +</tr><tr> <td><a href="#Editor.exportFile">exportFile</a></td> <td>Public method to export the file.</td> </tr><tr> @@ -1200,6 +1212,9 @@ <td><a href="#Editor.toggleCommentBlock">toggleCommentBlock</a></td> <td>Public slot to toggle the comment of a block.</td> </tr><tr> +<td><a href="#Editor.toggleCurrentFold">toggleCurrentFold</a></td> +<td>Public slot to toggle the fold containing the current line.</td> +</tr><tr> <td><a href="#Editor.toggleSyntaxError">toggleSyntaxError</a></td> <td>Public method to toggle a syntax error indicator.</td> </tr><tr> @@ -1579,6 +1594,16 @@ <b>__contextClose</b>(<i></i>) <p> Private slot handling the close context menu entry. +</p><a NAME="Editor.__contextMenuCollapseFoldWithChildren" ID="Editor.__contextMenuCollapseFoldWithChildren"></a> +<h4>Editor.__contextMenuCollapseFoldWithChildren</h4> +<b>__contextMenuCollapseFoldWithChildren</b>(<i></i>) +<p> + Private slot to handle the context menu collapse with children action. +</p><a NAME="Editor.__contextMenuExpandFoldWithChildren" ID="Editor.__contextMenuExpandFoldWithChildren"></a> +<h4>Editor.__contextMenuExpandFoldWithChildren</h4> +<b>__contextMenuExpandFoldWithChildren</b>(<i></i>) +<p> + Private slot to handle the context menu expand with children action. </p><a NAME="Editor.__contextMenuSpellingTriggered" ID="Editor.__contextMenuSpellingTriggered"></a> <h4>Editor.__contextMenuSpellingTriggered</h4> <b>__contextMenuSpellingTriggered</b>(<i>action</i>) @@ -2626,7 +2651,7 @@ menu. </p><a NAME="Editor.__showContextMenuMargin" ID="Editor.__showContextMenuMargin"></a> <h4>Editor.__showContextMenuMargin</h4> -<b>__showContextMenuMargin</b>(<i>menu</i>) +<b>__showContextMenuMargin</b>(<i>menu, unifiedMenu</i>) <p> Private slot handling the aboutToShow signal of the margins context menu. @@ -2634,6 +2659,9 @@ <dt><i>menu</i> (QMenu)</dt> <dd> reference to the menu to be shown +</dd><dt><i>unifiedMenu</i> (bool)</dt> +<dd> +flag indicating the unified margins menu </dd> </dl><a NAME="Editor.__showContextMenuResources" ID="Editor.__showContextMenuResources"></a> <h4>Editor.__showContextMenuResources</h4> @@ -3024,6 +3052,16 @@ <dd> flag indicating to not show any dialog (boolean) </dd> +</dl><a NAME="Editor.collapseFoldWithChildren" ID="Editor.collapseFoldWithChildren"></a> +<h4>Editor.collapseFoldWithChildren</h4> +<b>collapseFoldWithChildren</b>(<i>line=-1</i>) +<p> + Public slot to collapse the current fold including its children. +</p><dl> +<dt><i>line</i> (int)</dt> +<dd> +number of line to be expanded +</dd> </dl><a NAME="Editor.commentLine" ID="Editor.commentLine"></a> <h4>Editor.commentLine</h4> <b>commentLine</b>(<i></i>) @@ -3136,24 +3174,30 @@ </dd> </dl><a NAME="Editor.ensureVisible" ID="Editor.ensureVisible"></a> <h4>Editor.ensureVisible</h4> -<b>ensureVisible</b>(<i>line</i>) +<b>ensureVisible</b>(<i>line, expand=False</i>) <p> Public slot to ensure, that the specified line is visible. </p><dl> -<dt><i>line</i></dt> +<dt><i>line</i> (int)</dt> <dd> line number to make visible +</dd><dt><i>expand=</i> (bool)</dt> +<dd> +flag indicating to expand all folds </dd> </dl><a NAME="Editor.ensureVisibleTop" ID="Editor.ensureVisibleTop"></a> <h4>Editor.ensureVisibleTop</h4> -<b>ensureVisibleTop</b>(<i>line</i>) +<b>ensureVisibleTop</b>(<i>line, expand=False</i>) <p> Public slot to ensure, that the specified line is visible at the top of the editor. </p><dl> -<dt><i>line</i></dt> +<dt><i>line</i> (int)</dt> <dd> line number to make visible +</dd><dt><i>expand=</i> (bool)</dt> +<dd> +flag indicating to expand all folds </dd> </dl><a NAME="Editor.event" ID="Editor.event"></a> <h4>Editor.event</h4> @@ -3170,6 +3214,16 @@ <dd> flag indicating, if the event was handled (boolean) </dd> +</dl><a NAME="Editor.expandFoldWithChildren" ID="Editor.expandFoldWithChildren"></a> +<h4>Editor.expandFoldWithChildren</h4> +<b>expandFoldWithChildren</b>(<i>line=-1</i>) +<p> + Public slot to expand the current fold including its children. +</p><dl> +<dt><i>line</i> (int)</dt> +<dd> +number of line to be expanded +</dd> </dl><a NAME="Editor.exportFile" ID="Editor.exportFile"></a> <h4>Editor.exportFile</h4> <b>exportFile</b>(<i>exporterFormat</i>) @@ -3738,20 +3792,23 @@ Public method to move the cursor to the last edit position. </p><a NAME="Editor.gotoLine" ID="Editor.gotoLine"></a> <h4>Editor.gotoLine</h4> -<b>gotoLine</b>(<i>line, pos=1, firstVisible=False</i>) +<b>gotoLine</b>(<i>line, pos=1, firstVisible=False, expand=False</i>) <p> Public slot to jump to the beginning of a line. </p><dl> -<dt><i>line</i></dt> -<dd> -line number to go to (integer) -</dd><dt><i>pos=</i></dt> -<dd> -position in line to go to (integer) -</dd><dt><i>firstVisible=</i></dt> +<dt><i>line</i> (int)</dt> +<dd> +line number to go to +</dd><dt><i>pos=</i> (int)</dt> +<dd> +position in line to go to +</dd><dt><i>firstVisible=</i> (bool)</dt> <dd> flag indicating to make the line the first - visible line (boolean) + visible line +</dd><dt><i>expand=</i> (bool)</dt> +<dd> +flag indicating to expand all folds </dd> </dl><a NAME="Editor.gotoMethodClass" ID="Editor.gotoMethodClass"></a> <h4>Editor.gotoMethodClass</h4> @@ -4565,6 +4622,11 @@ If the line of the cursor or the selection is not commented, it will be commented. If it is commented, the comment block will be removed. The later works independent of the current selection. +</p><a NAME="Editor.toggleCurrentFold" ID="Editor.toggleCurrentFold"></a> +<h4>Editor.toggleCurrentFold</h4> +<b>toggleCurrentFold</b>(<i></i>) +<p> + Public slot to toggle the fold containing the current line. </p><a NAME="Editor.toggleSyntaxError" ID="Editor.toggleSyntaxError"></a> <h4>Editor.toggleSyntaxError</h4> <b>toggleSyntaxError</b>(<i>line, index, error, msg="", show=False</i>)
--- a/QScintilla/Editor.py Fri May 18 19:41:02 2018 +0200 +++ b/QScintilla/Editor.py Sat May 19 16:38:28 2018 +0200 @@ -1172,7 +1172,7 @@ self.tr('Clear all bookmarks'), self.clearBookmarks) self.bmMarginMenu.aboutToShow.connect( - lambda: self.__showContextMenuMargin(self.bmMarginMenu)) + lambda: self.__showContextMenuMargin(self.bmMarginMenu, False)) # breakpoint margin self.bpMarginMenu = QMenu() @@ -1197,7 +1197,40 @@ self.tr('Clear all breakpoints'), self.__menuClearBreakpoints) self.bpMarginMenu.aboutToShow.connect( - lambda: self.__showContextMenuMargin(self.bpMarginMenu)) + lambda: self.__showContextMenuMargin(self.bpMarginMenu, False)) + + # fold margin + self.foldMarginMenu = QMenu() + + self.marginMenuActs["ToggleAllFolds"] = \ + self.foldMarginMenu.addAction( + self.tr("Toggle all folds"), + self.foldAll) + self.marginMenuActs["ToggleAllFoldsAndChildren"] = \ + self.foldMarginMenu.addAction( + self.tr("Toggle all folds (including children)"), + lambda: self.foldAll(True)) + self.marginMenuActs["ToggleCurrentFold"] = \ + self.foldMarginMenu.addAction( + self.tr("Toggle current fold"), + self.toggleCurrentFold) + self.foldMarginMenu.addSeparator() + self.marginMenuActs["ExpandChildren"] = \ + self.foldMarginMenu.addAction( + self.tr("Expand (including children)"), + self.__contextMenuExpandFoldWithChildren) + self.marginMenuActs["CollapseChildren"] = \ + self.foldMarginMenu.addAction( + self.tr("Collapse (including children)"), + self.__contextMenuCollapseFoldWithChildren) + self.foldMarginMenu.addSeparator() + self.marginMenuActs["ClearAllFolds"] = \ + self.foldMarginMenu.addAction( + self.tr("Clear all folds"), + self.clearFolds) + + self.foldMarginMenu.aboutToShow.connect( + lambda: self.__showContextMenuMargin(self.foldMarginMenu, False)) # indicator margin self.indicMarginMenu = QMenu() @@ -1251,7 +1284,7 @@ self.tr('Clear changes'), self.__reinitOnlineChangeTrace) self.indicMarginMenu.aboutToShow.connect( - lambda: self.__showContextMenuMargin(self.indicMarginMenu)) + lambda: self.__showContextMenuMargin(self.indicMarginMenu, False)) def __initContextMenuUnifiedMargins(self): """ @@ -1332,7 +1365,7 @@ self.marginMenuActs["LMBbreakpoints"].setChecked(True) self.marginMenu.aboutToShow.connect( - lambda: self.__showContextMenuMargin(self.marginMenu)) + lambda: self.__showContextMenuMargin(self.marginMenu, True)) def __exportMenuTriggered(self, act): """ @@ -3313,22 +3346,36 @@ ## Utility methods below ########################################################################### - def ensureVisible(self, line): + def ensureVisible(self, line, expand=False): """ Public slot to ensure, that the specified line is visible. @param line line number to make visible + @type int + @keyparam expand flag indicating to expand all folds + @type bool """ self.ensureLineVisible(line - 1) - - def ensureVisibleTop(self, line): + if expand: + self.SendScintilla(QsciScintilla.SCI_FOLDCHILDREN, line - 1, + QsciScintilla.SC_FOLDACTION_EXPAND) + + def ensureVisibleTop(self, line, expand=False): """ Public slot to ensure, that the specified line is visible at the top of the editor. @param line line number to make visible - """ + @type int + @keyparam expand flag indicating to expand all folds + @type bool + """ + self.ensureVisible(line) self.setFirstVisibleLine(line - 1) + self.ensureCursorVisible() + if expand: + self.SendScintilla(QsciScintilla.SCI_FOLDCHILDREN, line - 1, + QsciScintilla.SC_FOLDACTION_EXPAND) def __marginClicked(self, margin, line, modifiers): """ @@ -4021,20 +4068,25 @@ else: self.__indentLine(True) - def gotoLine(self, line, pos=1, firstVisible=False): + def gotoLine(self, line, pos=1, firstVisible=False, expand=False): """ Public slot to jump to the beginning of a line. - @param line line number to go to (integer) - @keyparam pos position in line to go to (integer) + @param line line number to go to + @type int + @keyparam pos position in line to go to + @type int @keyparam firstVisible flag indicating to make the line the first - visible line (boolean) + visible line + @type bool + @keyparam expand flag indicating to expand all folds + @type bool """ self.setCursorPosition(line - 1, pos - 1) if firstVisible: - self.ensureVisibleTop(line) - else: - self.ensureVisible(line) + self.ensureVisibleTop(line, expand) + else: + self.ensureVisible(line, expand) def __textChanged(self): """ @@ -5215,6 +5267,8 @@ self.bpMarginMenu.popup(evt.globalPos()) elif self.__marginNumber(evt.x()) == self.__indicMargin: self.indicMarginMenu.popup(evt.globalPos()) + elif self.__marginNumber(evt.x()) == self.__foldMargin: + self.foldMarginMenu.popup(evt.globalPos()) def __showContextMenu(self): """ @@ -5376,104 +5430,109 @@ self.showMenu.emit("Graphics", self.graphicsMenu, self) - def __showContextMenuMargin(self, menu): + def __showContextMenuMargin(self, menu, unifiedMenu): """ Private slot handling the aboutToShow signal of the margins context menu. @param menu reference to the menu to be shown @type QMenu - """ - if self.fileName and self.isPyFile(): - self.marginMenuActs["Breakpoint"].setEnabled(True) - self.marginMenuActs["TempBreakpoint"].setEnabled(True) - if self.markersAtLine(self.line) & self.breakpointMask: - self.marginMenuActs["EditBreakpoint"].setEnabled(True) - self.marginMenuActs["EnableBreakpoint"].setEnabled(True) + @param unifiedMenu flag indicating the unified margins menu + @type bool + """ + if unifiedMenu or menu is self.bpMarginMenu: + if self.fileName and self.isPyFile(): + self.marginMenuActs["Breakpoint"].setEnabled(True) + self.marginMenuActs["TempBreakpoint"].setEnabled(True) + if self.markersAtLine(self.line) & self.breakpointMask: + self.marginMenuActs["EditBreakpoint"].setEnabled(True) + self.marginMenuActs["EnableBreakpoint"].setEnabled(True) + else: + self.marginMenuActs["EditBreakpoint"].setEnabled(False) + self.marginMenuActs["EnableBreakpoint"].setEnabled(False) + if self.markersAtLine(self.line) & (1 << self.dbreakpoint): + self.marginMenuActs["EnableBreakpoint"].setText( + self.tr('Enable breakpoint')) + else: + self.marginMenuActs["EnableBreakpoint"].setText( + self.tr('Disable breakpoint')) + if self.breaks: + self.marginMenuActs["NextBreakpoint"].setEnabled(True) + self.marginMenuActs["PreviousBreakpoint"].setEnabled(True) + self.marginMenuActs["ClearBreakpoint"].setEnabled(True) + else: + self.marginMenuActs["NextBreakpoint"].setEnabled(False) + self.marginMenuActs["PreviousBreakpoint"].setEnabled(False) + self.marginMenuActs["ClearBreakpoint"].setEnabled(False) else: + self.marginMenuActs["Breakpoint"].setEnabled(False) + self.marginMenuActs["TempBreakpoint"].setEnabled(False) self.marginMenuActs["EditBreakpoint"].setEnabled(False) self.marginMenuActs["EnableBreakpoint"].setEnabled(False) - if self.markersAtLine(self.line) & (1 << self.dbreakpoint): - self.marginMenuActs["EnableBreakpoint"].setText( - self.tr('Enable breakpoint')) - else: - self.marginMenuActs["EnableBreakpoint"].setText( - self.tr('Disable breakpoint')) - if self.breaks: - self.marginMenuActs["NextBreakpoint"].setEnabled(True) - self.marginMenuActs["PreviousBreakpoint"].setEnabled(True) - self.marginMenuActs["ClearBreakpoint"].setEnabled(True) - else: self.marginMenuActs["NextBreakpoint"].setEnabled(False) self.marginMenuActs["PreviousBreakpoint"].setEnabled(False) self.marginMenuActs["ClearBreakpoint"].setEnabled(False) - else: - self.marginMenuActs["Breakpoint"].setEnabled(False) - self.marginMenuActs["TempBreakpoint"].setEnabled(False) - self.marginMenuActs["EditBreakpoint"].setEnabled(False) - self.marginMenuActs["EnableBreakpoint"].setEnabled(False) - self.marginMenuActs["NextBreakpoint"].setEnabled(False) - self.marginMenuActs["PreviousBreakpoint"].setEnabled(False) - self.marginMenuActs["ClearBreakpoint"].setEnabled(False) + + if unifiedMenu or menu is self.bmMarginMenu: + if self.bookmarks: + self.marginMenuActs["NextBookmark"].setEnabled(True) + self.marginMenuActs["PreviousBookmark"].setEnabled(True) + self.marginMenuActs["ClearBookmark"].setEnabled(True) + else: + self.marginMenuActs["NextBookmark"].setEnabled(False) + self.marginMenuActs["PreviousBookmark"].setEnabled(False) + self.marginMenuActs["ClearBookmark"].setEnabled(False) - if self.bookmarks: - self.marginMenuActs["NextBookmark"].setEnabled(True) - self.marginMenuActs["PreviousBookmark"].setEnabled(True) - self.marginMenuActs["ClearBookmark"].setEnabled(True) - else: - self.marginMenuActs["NextBookmark"].setEnabled(False) - self.marginMenuActs["PreviousBookmark"].setEnabled(False) - self.marginMenuActs["ClearBookmark"].setEnabled(False) - - if len(self.syntaxerrors): - self.marginMenuActs["GotoSyntaxError"].setEnabled(True) - self.marginMenuActs["ClearSyntaxError"].setEnabled(True) - if self.markersAtLine(self.line) & (1 << self.syntaxerror): - self.marginMenuActs["ShowSyntaxError"].setEnabled(True) + if unifiedMenu or menu is self.indicMarginMenu: + if len(self.syntaxerrors): + self.marginMenuActs["GotoSyntaxError"].setEnabled(True) + self.marginMenuActs["ClearSyntaxError"].setEnabled(True) + if self.markersAtLine(self.line) & (1 << self.syntaxerror): + self.marginMenuActs["ShowSyntaxError"].setEnabled(True) + else: + self.marginMenuActs["ShowSyntaxError"].setEnabled(False) else: + self.marginMenuActs["GotoSyntaxError"].setEnabled(False) + self.marginMenuActs["ClearSyntaxError"].setEnabled(False) self.marginMenuActs["ShowSyntaxError"].setEnabled(False) - else: - self.marginMenuActs["GotoSyntaxError"].setEnabled(False) - self.marginMenuActs["ClearSyntaxError"].setEnabled(False) - self.marginMenuActs["ShowSyntaxError"].setEnabled(False) - - if len(self.warnings): - self.marginMenuActs["NextWarningMarker"].setEnabled(True) - self.marginMenuActs["PreviousWarningMarker"].setEnabled(True) - self.marginMenuActs["ClearWarnings"].setEnabled(True) - if self.markersAtLine(self.line) & (1 << self.warning): - self.marginMenuActs["ShowWarning"].setEnabled(True) + + if len(self.warnings): + self.marginMenuActs["NextWarningMarker"].setEnabled(True) + self.marginMenuActs["PreviousWarningMarker"].setEnabled(True) + self.marginMenuActs["ClearWarnings"].setEnabled(True) + if self.markersAtLine(self.line) & (1 << self.warning): + self.marginMenuActs["ShowWarning"].setEnabled(True) + else: + self.marginMenuActs["ShowWarning"].setEnabled(False) else: + self.marginMenuActs["NextWarningMarker"].setEnabled(False) + self.marginMenuActs["PreviousWarningMarker"].setEnabled(False) + self.marginMenuActs["ClearWarnings"].setEnabled(False) self.marginMenuActs["ShowWarning"].setEnabled(False) - else: - self.marginMenuActs["NextWarningMarker"].setEnabled(False) - self.marginMenuActs["PreviousWarningMarker"].setEnabled(False) - self.marginMenuActs["ClearWarnings"].setEnabled(False) - self.marginMenuActs["ShowWarning"].setEnabled(False) - - if self.notcoveredMarkers: - self.marginMenuActs["NextCoverageMarker"].setEnabled(True) - self.marginMenuActs["PreviousCoverageMarker"].setEnabled(True) - else: - self.marginMenuActs["NextCoverageMarker"].setEnabled(False) - self.marginMenuActs["PreviousCoverageMarker"].setEnabled(False) - - if self.__hasTaskMarkers: - self.marginMenuActs["PreviousTaskMarker"].setEnabled(True) - self.marginMenuActs["NextTaskMarker"].setEnabled(True) - else: - self.marginMenuActs["PreviousTaskMarker"].setEnabled(False) - self.marginMenuActs["NextTaskMarker"].setEnabled(False) - - if self.__hasChangeMarkers: - self.marginMenuActs["PreviousChangeMarker"].setEnabled(True) - self.marginMenuActs["NextChangeMarker"].setEnabled(True) - self.marginMenuActs["ClearChangeMarkers"].setEnabled(True) + + if self.notcoveredMarkers: + self.marginMenuActs["NextCoverageMarker"].setEnabled(True) + self.marginMenuActs["PreviousCoverageMarker"].setEnabled(True) + else: + self.marginMenuActs["NextCoverageMarker"].setEnabled(False) + self.marginMenuActs["PreviousCoverageMarker"].setEnabled(False) - else: - self.marginMenuActs["PreviousChangeMarker"].setEnabled(False) - self.marginMenuActs["NextChangeMarker"].setEnabled(False) - self.marginMenuActs["ClearChangeMarkers"].setEnabled(False) + if self.__hasTaskMarkers: + self.marginMenuActs["PreviousTaskMarker"].setEnabled(True) + self.marginMenuActs["NextTaskMarker"].setEnabled(True) + else: + self.marginMenuActs["PreviousTaskMarker"].setEnabled(False) + self.marginMenuActs["NextTaskMarker"].setEnabled(False) + + if self.__hasChangeMarkers: + self.marginMenuActs["PreviousChangeMarker"].setEnabled(True) + self.marginMenuActs["NextChangeMarker"].setEnabled(True) + self.marginMenuActs["ClearChangeMarkers"].setEnabled(True) + + else: + self.marginMenuActs["PreviousChangeMarker"].setEnabled(False) + self.marginMenuActs["NextChangeMarker"].setEnabled(False) + self.marginMenuActs["ClearChangeMarkers"].setEnabled(False) self.showMenu.emit("Margin", menu, self) @@ -6437,6 +6496,55 @@ self.__setAnnotation(line) ################################################################# + ## Fold handling methods + ################################################################# + + def toggleCurrentFold(self): + """ + Public slot to toggle the fold containing the current line. + """ + line, index = self.getCursorPosition() + self.foldLine(line) + + def expandFoldWithChildren(self, line=-1): + """ + Public slot to expand the current fold including its children. + + @param line number of line to be expanded + @type int + """ + if line == -1: + line, index = self.getCursorPosition() + + self.SendScintilla(QsciScintilla.SCI_FOLDCHILDREN, line, + QsciScintilla.SC_FOLDACTION_EXPAND) + + def collapseFoldWithChildren(self, line=-1): + """ + Public slot to collapse the current fold including its children. + + @param line number of line to be expanded + @type int + """ + if line == -1: + line, index = self.getCursorPosition() + + self.SendScintilla(QsciScintilla.SCI_FOLDCHILDREN, line, + QsciScintilla.SC_FOLDACTION_CONTRACT) + + def __contextMenuExpandFoldWithChildren(self): + """ + Private slot to handle the context menu expand with children action. + """ + self.expandFoldWithChildren(self.line) + + def __contextMenuCollapseFoldWithChildren(self): + """ + Private slot to handle the context menu collapse with children action. + """ + self.collapseFoldWithChildren(self.line) + + ################################################################# ## Macro handling methods #################################################################
--- a/QScintilla/EditorAssembly.py Fri May 18 19:41:02 2018 +0200 +++ b/QScintilla/EditorAssembly.py Sat May 19 16:38:28 2018 +0200 @@ -198,7 +198,8 @@ if lineno is not None and moveCursor: txt = self.__editor.text(lineno - 1).rstrip() pos = len(txt.replace(txt.strip(), "")) - self.__editor.gotoLine(lineno, pos if pos == 0 else pos + 1, True) + self.__editor.gotoLine(lineno, pos if pos == 0 else pos + 1, + firstVisible=True, expand=True) self.__editor.setFocus() def __resetParseTimer(self):
--- a/ViewManager/ViewManager.py Fri May 18 19:41:02 2018 +0200 +++ b/ViewManager/ViewManager.py Sat May 19 16:38:28 2018 +0200 @@ -5901,7 +5901,7 @@ curLine = aw.getCursorPosition()[0] + 1 dlg = GotoDialog(lines, curLine, self.ui, None, True) if dlg.exec_() == QDialog.Accepted: - aw.gotoLine(dlg.getLinenumber()) + aw.gotoLine(dlg.getLinenumber(), expand=True) def __gotoBrace(self): """ @@ -6075,8 +6075,7 @@ """ aw = self.activeWindow() if aw: - line, index = aw.getCursorPosition() - aw.foldLine(line) + aw.toggleCurrentFold() def __newDocumentView(self): """
--- a/changelog Fri May 18 19:41:02 2018 +0200 +++ b/changelog Sat May 19 16:38:28 2018 +0200 @@ -5,6 +5,8 @@ - Editor -- added a configuration option (Editor->Style page) to show the marker map on the left or right of the editor + -- added a context menu for the "fold" margin + -- improved handling of folded lines when using "go to" functions - pip Interface -- added an action to install a locally available package/wheel - Web Browser (NG)
--- a/i18n/eric6_cs.ts Fri May 18 19:41:02 2018 +0200 +++ b/i18n/eric6_cs.ts Sat May 19 16:38:28 2018 +0200 @@ -10340,7 +10340,7 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="3004"/> + <location filename="../QScintilla/Editor.py" line="3037"/> <source>Open File</source> <translation>Otevřít soubor</translation> </message> @@ -10550,337 +10550,337 @@ <translation>Žádný jazyk</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1268"/> + <location filename="../QScintilla/Editor.py" line="1301"/> <source>Toggle bookmark</source> <translation>Přepnout záložku</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1270"/> + <location filename="../QScintilla/Editor.py" line="1303"/> <source>Next bookmark</source> <translation>Následující záložka</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1272"/> + <location filename="../QScintilla/Editor.py" line="1305"/> <source>Previous bookmark</source> <translation>Předchozí záložka</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1274"/> + <location filename="../QScintilla/Editor.py" line="1307"/> <source>Clear all bookmarks</source> <translation>Zrušit všechny záložky</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1277"/> + <location filename="../QScintilla/Editor.py" line="1310"/> <source>Goto syntax error</source> <translation>Jít na chybu syntaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1279"/> + <location filename="../QScintilla/Editor.py" line="1312"/> <source>Show syntax error message</source> <translation>Zobrazit hlášení syntaktické chyby</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1281"/> - <source>Clear syntax error</source> - <translation>Zrušit chybu syntaxe</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1294"/> - <source>Toggle breakpoint</source> - <translation>Přepnout breakpoint</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1296"/> - <source>Toggle temporary breakpoint</source> - <translation>Přepnout dočasný breakpoint</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1299"/> - <source>Edit breakpoint...</source> - <translation>Editovat breakpoint...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5419"/> - <source>Enable breakpoint</source> - <translation>Aktivovat breakpoint</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1304"/> - <source>Next breakpoint</source> - <translation>Následující breakpoint</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1306"/> - <source>Previous breakpoint</source> - <translation>Předchozí breakpoint</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1308"/> - <source>Clear all breakpoints</source> - <translation>Zrušit všechny breakpointy</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1311"/> - <source>Next uncovered line</source> - <translation>Následující odkrytá řádka</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1314"/> + <source>Clear syntax error</source> + <translation>Zrušit chybu syntaxe</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1327"/> + <source>Toggle breakpoint</source> + <translation>Přepnout breakpoint</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1329"/> + <source>Toggle temporary breakpoint</source> + <translation>Přepnout dočasný breakpoint</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1332"/> + <source>Edit breakpoint...</source> + <translation>Editovat breakpoint...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5476"/> + <source>Enable breakpoint</source> + <translation>Aktivovat breakpoint</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1337"/> + <source>Next breakpoint</source> + <translation>Následující breakpoint</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1339"/> + <source>Previous breakpoint</source> + <translation>Předchozí breakpoint</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1341"/> + <source>Clear all breakpoints</source> + <translation>Zrušit všechny breakpointy</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1344"/> + <source>Next uncovered line</source> + <translation>Následující odkrytá řádka</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1347"/> <source>Previous uncovered line</source> <translation>Předchozí odkrytá řádka</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1317"/> + <location filename="../QScintilla/Editor.py" line="1350"/> <source>Next task</source> <translation>Následující úloha</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1319"/> + <location filename="../QScintilla/Editor.py" line="1352"/> <source>Previous task</source> <translation>Předchozí úloha</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1331"/> + <location filename="../QScintilla/Editor.py" line="1364"/> <source>LMB toggles bookmarks</source> <translation>LMB přepínač záložek</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1335"/> + <location filename="../QScintilla/Editor.py" line="1368"/> <source>LMB toggles breakpoints</source> <translation>LMB přepínač breakpointů</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1879"/> + <location filename="../QScintilla/Editor.py" line="1912"/> <source>Modification of Read Only file</source> <translation>Modifikace souboru otevřeného jen pro čtení</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1879"/> + <location filename="../QScintilla/Editor.py" line="1912"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Pokoušíte se změnit soubor, který je otevřen jen pro čtení. Prosím, uložte jej nejdříve do jiného souboru.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2564"/> + <location filename="../QScintilla/Editor.py" line="2597"/> <source>Printing...</source> <translation>Tisk...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2581"/> + <location filename="../QScintilla/Editor.py" line="2614"/> <source>Printing completed</source> <translation>Tisk je hotov</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2583"/> + <location filename="../QScintilla/Editor.py" line="2616"/> <source>Error while printing</source> <translation>Chyba během tisku</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2586"/> + <location filename="../QScintilla/Editor.py" line="2619"/> <source>Printing aborted</source> <translation>Tisk byl zrušen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3177"/> + <location filename="../QScintilla/Editor.py" line="3210"/> <source>Save File</source> <translation>Uložit soubor</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2944"/> + <location filename="../QScintilla/Editor.py" line="2977"/> <source>File Modified</source> <translation>Soubor je modifikován</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4612"/> + <location filename="../QScintilla/Editor.py" line="4664"/> <source>Autocompletion</source> <translation>Autodoplňování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4612"/> + <location filename="../QScintilla/Editor.py" line="4664"/> <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="5422"/> + <location filename="../QScintilla/Editor.py" line="5479"/> <source>Disable breakpoint</source> <translation>Deaktivovat breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5799"/> + <location filename="../QScintilla/Editor.py" line="5858"/> <source>Code Coverage</source> <translation>Pokrytí kódu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5799"/> + <location filename="../QScintilla/Editor.py" line="5858"/> <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="5862"/> + <location filename="../QScintilla/Editor.py" line="5921"/> <source>Show Code Coverage Annotations</source> <translation>Zobrazit poznámky pokrytí kódu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5855"/> + <location filename="../QScintilla/Editor.py" line="5914"/> <source>All lines have been covered.</source> <translation>Všechny řádky byly pokryty.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5862"/> + <location filename="../QScintilla/Editor.py" line="5921"/> <source>There is no coverage file available.</source> <translation>Soubor s pokrytím není dostupný.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5977"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>Profile Data</source> <translation>Profilovat data</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5977"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>Please select a profile file</source> <translation>Prosím, vyberte soubor s profilem</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6137"/> + <location filename="../QScintilla/Editor.py" line="6196"/> <source>Syntax Error</source> <translation>Chyba syntaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6137"/> + <location filename="../QScintilla/Editor.py" line="6196"/> <source>No syntax error message available.</source> <translation>Hlášení syntaktické chyby není dostupné.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6476"/> + <location filename="../QScintilla/Editor.py" line="6584"/> <source>Macro Name</source> <translation>Název makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6476"/> + <location filename="../QScintilla/Editor.py" line="6584"/> <source>Select a macro name:</source> <translation>Vyberte název makra:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6504"/> + <location filename="../QScintilla/Editor.py" line="6612"/> <source>Load macro file</source> <translation>Načíst soubor makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6547"/> + <location filename="../QScintilla/Editor.py" line="6655"/> <source>Macro files (*.macro)</source> <translation>Macro soubory (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6527"/> + <location filename="../QScintilla/Editor.py" line="6635"/> <source>Error loading macro</source> <translation>Chyba při načítání makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6547"/> + <location filename="../QScintilla/Editor.py" line="6655"/> <source>Save macro file</source> <translation>Uložit soubor s makrem</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6564"/> + <location filename="../QScintilla/Editor.py" line="6672"/> <source>Save macro</source> <translation>Uložit makro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6580"/> + <location filename="../QScintilla/Editor.py" line="6688"/> <source>Error saving macro</source> <translation>Chyba při ukládání makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6593"/> + <location filename="../QScintilla/Editor.py" line="6701"/> <source>Start Macro Recording</source> <translation>Spustit záznam makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6593"/> + <location filename="../QScintilla/Editor.py" line="6701"/> <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="6619"/> + <location filename="../QScintilla/Editor.py" line="6727"/> <source>Macro Recording</source> <translation>Záznam makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6619"/> + <location filename="../QScintilla/Editor.py" line="6727"/> <source>Enter name of the macro:</source> <translation>Vložte název makra:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6757"/> + <location filename="../QScintilla/Editor.py" line="6865"/> <source>File changed</source> <translation>Soubor změněn</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7061"/> + <location filename="../QScintilla/Editor.py" line="7169"/> <source>Drop Error</source> <translation>Zahodit chybu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7082"/> + <location filename="../QScintilla/Editor.py" line="7190"/> <source>Resources</source> <translation>Zdroje</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7084"/> + <location filename="../QScintilla/Editor.py" line="7192"/> <source>Add file...</source> <translation>Přidat soubor...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7086"/> + <location filename="../QScintilla/Editor.py" line="7194"/> <source>Add files...</source> <translation>Přidat soubory...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7088"/> + <location filename="../QScintilla/Editor.py" line="7196"/> <source>Add aliased file...</source> <translation>Přidat zástupce souboru...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7091"/> + <location filename="../QScintilla/Editor.py" line="7199"/> <source>Add localized resource...</source> <translation>Přidat lokalizované resource...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7095"/> + <location filename="../QScintilla/Editor.py" line="7203"/> <source>Add resource frame</source> <translation>Přidat resource frame</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7114"/> - <source>Add file resource</source> - <translation>Přidat soubor resource</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7130"/> - <source>Add file resources</source> - <translation>Přidat soubory resource</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7158"/> - <source>Add aliased file resource</source> - <translation>Přidat zástupce souboru resource</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7222"/> + <source>Add file resource</source> + <translation>Přidat soubor resource</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7238"/> + <source>Add file resources</source> + <translation>Přidat soubory resource</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7266"/> + <source>Add aliased file resource</source> + <translation>Přidat zástupce souboru resource</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7330"/> <source>Package Diagram</source> <translation>Diagram balíčku</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7222"/> + <location filename="../QScintilla/Editor.py" line="7330"/> <source>Include class attributes?</source> <translation>Včetně atributů třídy?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7256"/> + <location filename="../QScintilla/Editor.py" line="7364"/> <source>Application Diagram</source> <translation>Diagram aplikace</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7256"/> + <location filename="../QScintilla/Editor.py" line="7364"/> <source>Include module names?</source> <translation>Včetně jmen modulů?</translation> </message> @@ -10890,22 +10890,22 @@ <translation>Exportovat jako</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1372"/> + <location filename="../QScintilla/Editor.py" line="1405"/> <source>Export source</source> <translation>Export zdroj</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1372"/> + <location filename="../QScintilla/Editor.py" line="1405"/> <source>No export format given. Aborting...</source> <translation>Nebyl zadán forám exportu. Zrušeno....</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7242"/> + <location filename="../QScintilla/Editor.py" line="7350"/> <source>Imports Diagram</source> <translation>Importovat diagram</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7242"/> + <location filename="../QScintilla/Editor.py" line="7350"/> <source>Include imports from external modules?</source> <translation>Zahrnout importy z externích modulů?</translation> </message> @@ -10965,22 +10965,22 @@ <translation>Odhadem</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1387"/> + <location filename="../QScintilla/Editor.py" line="1420"/> <source>Alternatives</source> <translation>Alternativy</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1403"/> + <location filename="../QScintilla/Editor.py" line="1436"/> <source>Pygments Lexer</source> <translation></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1403"/> + <location filename="../QScintilla/Editor.py" line="1436"/> <source>Select the Pygments lexer to apply.</source> <translation>Použít Pygments lexer.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7538"/> + <location filename="../QScintilla/Editor.py" line="7646"/> <source>Check spelling...</source> <translation>Zatrhnout kontrolu...</translation> </message> @@ -10990,12 +10990,12 @@ <translation>Zatrhnout výběr kontroly...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7541"/> + <location filename="../QScintilla/Editor.py" line="7649"/> <source>Add to dictionary</source> <translation>Přidat do slovníku</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7543"/> + <location filename="../QScintilla/Editor.py" line="7651"/> <source>Ignore All</source> <translation>Ignorovat vše</translation> </message> @@ -11010,102 +11010,102 @@ <translation><p>Velikost souboru <b>{0}</b> je <b>{1} KB</b>. Opravdu jej chcete načíst?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1364"/> + <location filename="../QScintilla/Editor.py" line="1397"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation><p>Pro formát exportu <b>{0}</b> není exportér dostupný. Zrušeno.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1383"/> + <location filename="../QScintilla/Editor.py" line="1416"/> <source>Alternatives ({0})</source> <translation>Alternativy ({0})</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2944"/> + <location filename="../QScintilla/Editor.py" line="2977"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>Soubor <b>{0}</b> obsahuje neuložené změny.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3004"/> + <location filename="../QScintilla/Editor.py" line="3037"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>Soubor <b>{0}</b> nemůže být přejmenován.<br />Důvod: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3118"/> + <location filename="../QScintilla/Editor.py" line="3151"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>Soubor <b>{0}</b> nemůže být přejmenován.<br />Důvod: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6518"/> + <location filename="../QScintilla/Editor.py" line="6626"/> <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="6527"/> + <location filename="../QScintilla/Editor.py" line="6635"/> <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> <message> - <location filename="../QScintilla/Editor.py" line="6580"/> + <location filename="../QScintilla/Editor.py" line="6688"/> <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="6921"/> + <location filename="../QScintilla/Editor.py" line="7029"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7061"/> + <location filename="../QScintilla/Editor.py" line="7169"/> <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="7158"/> + <location filename="../QScintilla/Editor.py" line="7266"/> <source>Alias for file <b>{0}</b>:</source> <translation>Zástupce pro soubor <b>{0}</b>:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1284"/> + <location filename="../QScintilla/Editor.py" line="1317"/> <source>Next warning</source> <translation>Následující varování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1287"/> + <location filename="../QScintilla/Editor.py" line="1320"/> <source>Previous warning</source> <translation>Předchozí varování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1289"/> + <location filename="../QScintilla/Editor.py" line="1322"/> <source>Show warning message</source> <translation>Zobrazit varování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1291"/> + <location filename="../QScintilla/Editor.py" line="1324"/> <source>Clear warnings</source> <translation>Vyčistit varování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3177"/> + <location filename="../QScintilla/Editor.py" line="3210"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6564"/> + <location filename="../QScintilla/Editor.py" line="6672"/> <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="6415"/> + <location filename="../QScintilla/Editor.py" line="6474"/> <source>Warning: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6422"/> + <location filename="../QScintilla/Editor.py" line="6481"/> <source>Error: {0}</source> <translation type="unfinished">Chyby: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6753"/> + <location filename="../QScintilla/Editor.py" line="6861"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation type="unfinished"></translation> </message> @@ -11120,37 +11120,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1322"/> + <location filename="../QScintilla/Editor.py" line="1355"/> <source>Next change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1325"/> + <location filename="../QScintilla/Editor.py" line="1358"/> <source>Previous change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7955"/> + <location filename="../QScintilla/Editor.py" line="8063"/> <source>Sort Lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7955"/> + <location filename="../QScintilla/Editor.py" line="8063"/> <source>The selection contains illegal data for a numerical sort.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6351"/> + <location filename="../QScintilla/Editor.py" line="6410"/> <source>Warning</source> <translation type="unfinished">Varování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6351"/> + <location filename="../QScintilla/Editor.py" line="6410"/> <source>No warning messages available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6412"/> + <location filename="../QScintilla/Editor.py" line="6471"/> <source>Style: {0}</source> <translation type="unfinished"></translation> </message> @@ -11175,7 +11175,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6747"/> + <location filename="../QScintilla/Editor.py" line="6855"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> <translation type="unfinished"><p>Soubor <b>{0}</b> byl změněn po té co již byl načten do eric5. Znovu načíst?</p> {0}?} {6.?}</translation> </message> @@ -11190,32 +11190,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4737"/> + <location filename="../QScintilla/Editor.py" line="4789"/> <source>Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4737"/> + <location filename="../QScintilla/Editor.py" line="4789"/> <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4999"/> + <location filename="../QScintilla/Editor.py" line="5051"/> <source>Call-Tips Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4999"/> + <location filename="../QScintilla/Editor.py" line="5051"/> <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8042"/> + <location filename="../QScintilla/Editor.py" line="8150"/> <source>Register Mouse Click Handler</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8042"/> + <location filename="../QScintilla/Editor.py" line="8150"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished"></translation> </message> @@ -11235,7 +11235,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1328"/> + <location filename="../QScintilla/Editor.py" line="1361"/> <source>Clear changes</source> <translation type="unfinished"></translation> </message> @@ -11245,15 +11245,45 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8163"/> + <location filename="../QScintilla/Editor.py" line="8271"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8163"/> + <location filename="../QScintilla/Editor.py" line="8271"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../QScintilla/Editor.py" line="1212"/> + <source>Toggle all folds</source> + <translation type="unfinished">Složit/rozložit všechna skládání</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1216"/> + <source>Toggle all folds (including children)</source> + <translation type="unfinished">Složit/rozložit všechna skládání (i s podsložkami)</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1220"/> + <source>Toggle current fold</source> + <translation type="unfinished">Složit/rozložit aktuální složený blok</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1225"/> + <source>Expand (including children)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1229"/> + <source>Collapse (including children)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1234"/> + <source>Clear all folds</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EditorAPIsPage</name> @@ -81399,27 +81429,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6531"/> + <location filename="../ViewManager/ViewManager.py" line="6530"/> <source>Edit Spelling Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6506"/> + <location filename="../ViewManager/ViewManager.py" line="6505"/> <source>Editing {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6491"/> + <location filename="../ViewManager/ViewManager.py" line="6490"/> <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="6518"/> + <location filename="../ViewManager/ViewManager.py" line="6517"/> <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="6531"/> + <location filename="../ViewManager/ViewManager.py" line="6530"/> <source>The spelling dictionary was saved successfully.</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_de.ts Fri May 18 19:41:02 2018 +0200 +++ b/i18n/eric6_de.ts Sat May 19 16:38:28 2018 +0200 @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS><TS version="2.0" language="de" sourcelanguage=""> +<!DOCTYPE TS> +<TS version="2.1" language="de"> <context> <name>AboutDialog</name> <message> @@ -1972,8 +1973,8 @@ </message> <message> <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="170"/> - <source>Open in New Tab<byte value="x9"/>Ctrl+LMB</source> - <translation>In neuem Register öffnen<byte value="x9"/>Strg+LMK</translation> + <source>Open in New Tab Ctrl+LMB</source> + <translation>In neuem Register öffnen Strg+LMK</translation> </message> <message> <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="174"/> @@ -2051,8 +2052,8 @@ </message> <message> <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="91"/> - <source>Open in New Tab<byte value="x9"/>Ctrl+LMB</source> - <translation>In neuem Register öffnen<byte value="x9"/>Strg+LMK</translation> + <source>Open in New Tab Ctrl+LMB</source> + <translation>In neuem Register öffnen Strg+LMK</translation> </message> <message> <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="95"/> @@ -9942,12 +9943,12 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="3004"/> + <location filename="../QScintilla/Editor.py" line="3037"/> <source>Open File</source> <translation>Datei öffnen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3177"/> + <location filename="../QScintilla/Editor.py" line="3210"/> <source>Save File</source> <translation>Datei sichern</translation> </message> @@ -10032,27 +10033,27 @@ <translation>Drucken</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2564"/> + <location filename="../QScintilla/Editor.py" line="2597"/> <source>Printing...</source> <translation>Drucke...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2581"/> + <location filename="../QScintilla/Editor.py" line="2614"/> <source>Printing completed</source> <translation>Drucken beendet</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2583"/> + <location filename="../QScintilla/Editor.py" line="2616"/> <source>Error while printing</source> <translation>Fehler beim Drucken</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2586"/> + <location filename="../QScintilla/Editor.py" line="2619"/> <source>Printing aborted</source> <translation>Drucken abgebrochen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6757"/> + <location filename="../QScintilla/Editor.py" line="6865"/> <source>File changed</source> <translation>Datei geändert</translation> </message> @@ -10062,7 +10063,7 @@ <translation>Prüfen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2944"/> + <location filename="../QScintilla/Editor.py" line="2977"/> <source>File Modified</source> <translation>Datei geändert</translation> </message> @@ -10097,12 +10098,12 @@ <translation>Box Kommentar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1879"/> + <location filename="../QScintilla/Editor.py" line="1912"/> <source>Modification of Read Only file</source> <translation>Änderungsversuch für eine schreibgeschützte Datei</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1879"/> + <location filename="../QScintilla/Editor.py" line="1912"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Sie versuchen, eine schreibgeschützte Datei zu ändern. Bitte speichern Sie sie zuerst in eine andere Datei.</translation> </message> @@ -10117,152 +10118,152 @@ <translation>Zurück zum letzten gesichert Zustand</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6476"/> + <location filename="../QScintilla/Editor.py" line="6584"/> <source>Macro Name</source> <translation>Makro Name</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6476"/> + <location filename="../QScintilla/Editor.py" line="6584"/> <source>Select a macro name:</source> <translation>Wähle einen Makro Namen:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6547"/> + <location filename="../QScintilla/Editor.py" line="6655"/> <source>Macro files (*.macro)</source> <translation>Makrodateien (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6504"/> + <location filename="../QScintilla/Editor.py" line="6612"/> <source>Load macro file</source> <translation>Lade Makrodatei</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6527"/> + <location filename="../QScintilla/Editor.py" line="6635"/> <source>Error loading macro</source> <translation>Fehler beim Makro Laden</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6547"/> + <location filename="../QScintilla/Editor.py" line="6655"/> <source>Save macro file</source> <translation>Makrodatei schreiben</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6564"/> + <location filename="../QScintilla/Editor.py" line="6672"/> <source>Save macro</source> <translation>Makro speichern</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6580"/> + <location filename="../QScintilla/Editor.py" line="6688"/> <source>Error saving macro</source> <translation>Fehler beim Makro speichern</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6593"/> + <location filename="../QScintilla/Editor.py" line="6701"/> <source>Start Macro Recording</source> <translation>Makroaufzeichnung starten</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6619"/> + <location filename="../QScintilla/Editor.py" line="6727"/> <source>Macro Recording</source> <translation>Makroaufzeichnung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6619"/> + <location filename="../QScintilla/Editor.py" line="6727"/> <source>Enter name of the macro:</source> <translation>Gib einen Namen für das Makro ein:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1268"/> + <location filename="../QScintilla/Editor.py" line="1301"/> <source>Toggle bookmark</source> <translation>Lesezeichen setzen/löschen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1270"/> + <location filename="../QScintilla/Editor.py" line="1303"/> <source>Next bookmark</source> <translation>Nächstes Lesezeichen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1272"/> + <location filename="../QScintilla/Editor.py" line="1305"/> <source>Previous bookmark</source> <translation>Vorheriges Lesezeichen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1274"/> + <location filename="../QScintilla/Editor.py" line="1307"/> <source>Clear all bookmarks</source> <translation>Alle Lesezeichen löschen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1294"/> + <location filename="../QScintilla/Editor.py" line="1327"/> <source>Toggle breakpoint</source> <translation>Haltepunkt setzen/löschen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1331"/> + <location filename="../QScintilla/Editor.py" line="1364"/> <source>LMB toggles bookmarks</source> <translation>LMK schaltet Lesezeichen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1335"/> + <location filename="../QScintilla/Editor.py" line="1368"/> <source>LMB toggles breakpoints</source> <translation>LMK schaltet Haltepunkte</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1304"/> + <location filename="../QScintilla/Editor.py" line="1337"/> <source>Next breakpoint</source> <translation>Nächster Haltepunkt</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1306"/> + <location filename="../QScintilla/Editor.py" line="1339"/> <source>Previous breakpoint</source> <translation>Vorheriger Haltepunkt</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1308"/> + <location filename="../QScintilla/Editor.py" line="1341"/> <source>Clear all breakpoints</source> <translation>Alle Haltepunkte löschen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1299"/> + <location filename="../QScintilla/Editor.py" line="1332"/> <source>Edit breakpoint...</source> <translation>Haltepunkt bearbeiten...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5419"/> + <location filename="../QScintilla/Editor.py" line="5476"/> <source>Enable breakpoint</source> <translation>Haltepunkt aktivieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5422"/> + <location filename="../QScintilla/Editor.py" line="5479"/> <source>Disable breakpoint</source> <translation>Haltepunkt deaktivieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5799"/> + <location filename="../QScintilla/Editor.py" line="5858"/> <source>Code Coverage</source> <translation>Quelltext Abdeckung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5799"/> + <location filename="../QScintilla/Editor.py" line="5858"/> <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="5977"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>Profile Data</source> <translation>Profildaten</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5977"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>Please select a profile file</source> <translation>Bitte wählen Sie eine Datei mit Profildaten</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4612"/> + <location filename="../QScintilla/Editor.py" line="4664"/> <source>Autocompletion</source> <translation>Automatische Vervollständigung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4612"/> + <location filename="../QScintilla/Editor.py" line="4664"/> <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> @@ -10277,12 +10278,12 @@ <translation>Leere Zeilen verkürzen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1277"/> + <location filename="../QScintilla/Editor.py" line="1310"/> <source>Goto syntax error</source> <translation>Zu Syntaxfehler gehen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1281"/> + <location filename="../QScintilla/Editor.py" line="1314"/> <source>Clear syntax error</source> <translation>Syntaxfehler löschen</translation> </message> @@ -10292,27 +10293,27 @@ <translation>Autom. Speicherung aktiv</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7061"/> + <location filename="../QScintilla/Editor.py" line="7169"/> <source>Drop Error</source> <translation>Drop Fehler</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1279"/> + <location filename="../QScintilla/Editor.py" line="1312"/> <source>Show syntax error message</source> <translation>Zeige Syntaxfehlermeldung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6137"/> + <location filename="../QScintilla/Editor.py" line="6196"/> <source>Syntax Error</source> <translation>Syntaxfehler</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6137"/> + <location filename="../QScintilla/Editor.py" line="6196"/> <source>No syntax error message available.</source> <translation>Keine Syntaxfehlermeldung verfügbar.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1296"/> + <location filename="../QScintilla/Editor.py" line="1329"/> <source>Toggle temporary breakpoint</source> <translation>Temporären Haltepunkt setzen/löschen</translation> </message> @@ -10327,52 +10328,52 @@ <translation>Lösche Abdeckungsmarkierungen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1311"/> + <location filename="../QScintilla/Editor.py" line="1344"/> <source>Next uncovered line</source> <translation>Nächste nichtabgedeckte Zeile</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1314"/> + <location filename="../QScintilla/Editor.py" line="1347"/> <source>Previous uncovered line</source> <translation>Vorige nichtabgedeckte Zeile</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5862"/> + <location filename="../QScintilla/Editor.py" line="5921"/> <source>Show Code Coverage Annotations</source> <translation>Zeilen ohne Abdeckung Markieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5855"/> + <location filename="../QScintilla/Editor.py" line="5914"/> <source>All lines have been covered.</source> <translation>Alle Zeilen sind abgedeckt.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5862"/> + <location filename="../QScintilla/Editor.py" line="5921"/> <source>There is no coverage file available.</source> <translation>Es gibt keine Datei mit Abdeckungsinformationen.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2944"/> + <location filename="../QScintilla/Editor.py" line="2977"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>Die Datei <b>{0}</b> enthält ungesicherte Änderungen.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6518"/> + <location filename="../QScintilla/Editor.py" line="6626"/> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation><p>Die Makrodatei <b>{0}</b> kann nicht gelesen werden.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6527"/> + <location filename="../QScintilla/Editor.py" line="6635"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation><p>Die Makrodatei <b>{0}</b> ist zerstört.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6580"/> + <location filename="../QScintilla/Editor.py" line="6688"/> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation><p>Die Makrodatei <b>{0}</b> kann nicht geschrieben werden.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7061"/> + <location filename="../QScintilla/Editor.py" line="7169"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> ist keine Datei.</p></translation> </message> @@ -10412,92 +10413,92 @@ <translation>Keine Sprache</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6921"/> + <location filename="../QScintilla/Editor.py" line="7029"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7082"/> + <location filename="../QScintilla/Editor.py" line="7190"/> <source>Resources</source> <translation>Ressourcen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7084"/> + <location filename="../QScintilla/Editor.py" line="7192"/> <source>Add file...</source> <translation>Datei hinzufügen...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7086"/> + <location filename="../QScintilla/Editor.py" line="7194"/> <source>Add files...</source> <translation>Dateien hinzufügen...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7088"/> + <location filename="../QScintilla/Editor.py" line="7196"/> <source>Add aliased file...</source> <translation>Aliased-Datei hinzufügen...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7091"/> + <location filename="../QScintilla/Editor.py" line="7199"/> <source>Add localized resource...</source> <translation>Lokalisierte Ressource hinzufügen...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7114"/> - <source>Add file resource</source> - <translation>Dateiressource hinzufügen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7130"/> - <source>Add file resources</source> - <translation>Dateiressourcen hinzufügen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7158"/> - <source>Add aliased file resource</source> - <translation>Aliased-Dateiressourcen hinzufügen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7158"/> - <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="7222"/> + <source>Add file resource</source> + <translation>Dateiressource hinzufügen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7238"/> + <source>Add file resources</source> + <translation>Dateiressourcen hinzufügen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7266"/> + <source>Add aliased file resource</source> + <translation>Aliased-Dateiressourcen hinzufügen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7266"/> + <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="7330"/> <source>Package Diagram</source> <translation>Package-Diagramm</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7222"/> + <location filename="../QScintilla/Editor.py" line="7330"/> <source>Include class attributes?</source> <translation>Klassenattribute anzeigen?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7256"/> + <location filename="../QScintilla/Editor.py" line="7364"/> <source>Application Diagram</source> <translation>Applikations-Diagramm</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7256"/> + <location filename="../QScintilla/Editor.py" line="7364"/> <source>Include module names?</source> <translation>Modulnamen anzeigen?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7095"/> + <location filename="../QScintilla/Editor.py" line="7203"/> <source>Add resource frame</source> <translation>Ressourcenrahmen hinzufügen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6593"/> + <location filename="../QScintilla/Editor.py" line="6701"/> <source>Macro recording is already active. Start new?</source> <translation>Eine Makroaufzeichnung ist bereits aktiv. Neu starten?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1317"/> + <location filename="../QScintilla/Editor.py" line="1350"/> <source>Next task</source> <translation>Nächste Aufgabe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1319"/> + <location filename="../QScintilla/Editor.py" line="1352"/> <source>Previous task</source> <translation>Vorherige Aufgabe</translation> </message> @@ -10522,27 +10523,27 @@ <translation>Exportieren als</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1372"/> + <location filename="../QScintilla/Editor.py" line="1405"/> <source>Export source</source> <translation>Quelltext exportieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1364"/> + <location filename="../QScintilla/Editor.py" line="1397"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation><p>Für das Exportformat <b>{0}</b> steht kein Exporter zur Verfügung. Abbruch...</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1372"/> + <location filename="../QScintilla/Editor.py" line="1405"/> <source>No export format given. Aborting...</source> <translation>Kein Exportformat angegeben. Abbruch...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7242"/> + <location filename="../QScintilla/Editor.py" line="7350"/> <source>Imports Diagram</source> <translation>Imports Diagramm</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7242"/> + <location filename="../QScintilla/Editor.py" line="7350"/> <source>Include imports from external modules?</source> <translation>Imports externer Module anzeigen?</translation> </message> @@ -10597,27 +10598,27 @@ <translation>Ermittelt</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1387"/> + <location filename="../QScintilla/Editor.py" line="1420"/> <source>Alternatives</source> <translation>Alternativen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1383"/> + <location filename="../QScintilla/Editor.py" line="1416"/> <source>Alternatives ({0})</source> <translation>Alternativen ({0})</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1403"/> + <location filename="../QScintilla/Editor.py" line="1436"/> <source>Pygments Lexer</source> <translation>Pygments Lexer</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1403"/> + <location filename="../QScintilla/Editor.py" line="1436"/> <source>Select the Pygments lexer to apply.</source> <translation>Wähle den anzuwendenden Pygments Lexer.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7538"/> + <location filename="../QScintilla/Editor.py" line="7646"/> <source>Check spelling...</source> <translation>Rechtschreibprüfung...</translation> </message> @@ -10627,12 +10628,12 @@ <translation>Rechtschreibprüfung für Auswahl...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7541"/> + <location filename="../QScintilla/Editor.py" line="7649"/> <source>Add to dictionary</source> <translation>Zum Wörterbuch hinzufügen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7543"/> + <location filename="../QScintilla/Editor.py" line="7651"/> <source>Ignore All</source> <translation>Alle ignorieren</translation> </message> @@ -10642,57 +10643,57 @@ <translation>Aus dem Wörterbuch entfernen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3004"/> + <location filename="../QScintilla/Editor.py" line="3037"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>Die Datei <b>{0}</b> konnte nicht geöffnet werden.<br />Ursache: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3118"/> + <location filename="../QScintilla/Editor.py" line="3151"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>Die Datei <b>{0}</b> konnte nicht gesichert werden.<br/>Grund: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1284"/> + <location filename="../QScintilla/Editor.py" line="1317"/> <source>Next warning</source> <translation>Nächste Warnung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1287"/> + <location filename="../QScintilla/Editor.py" line="1320"/> <source>Previous warning</source> <translation>Vorherige Warnung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1289"/> + <location filename="../QScintilla/Editor.py" line="1322"/> <source>Show warning message</source> <translation>Zeige Warnung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1291"/> + <location filename="../QScintilla/Editor.py" line="1324"/> <source>Clear warnings</source> <translation>Warnungen löschen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3177"/> + <location filename="../QScintilla/Editor.py" line="3210"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Die Datei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6564"/> + <location filename="../QScintilla/Editor.py" line="6672"/> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Die Makrodatei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6415"/> + <location filename="../QScintilla/Editor.py" line="6474"/> <source>Warning: {0}</source> <translation>Warnung: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6422"/> + <location filename="../QScintilla/Editor.py" line="6481"/> <source>Error: {0}</source> <translation>Fehler: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6753"/> + <location filename="../QScintilla/Editor.py" line="6861"/> <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> @@ -10707,37 +10708,37 @@ <translation>Diagramm laden...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1322"/> + <location filename="../QScintilla/Editor.py" line="1355"/> <source>Next change</source> <translation>Nächste Änderung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1325"/> + <location filename="../QScintilla/Editor.py" line="1358"/> <source>Previous change</source> <translation>Vorherige Änderung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7955"/> + <location filename="../QScintilla/Editor.py" line="8063"/> <source>Sort Lines</source> <translation>Zeilen sortieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7955"/> + <location filename="../QScintilla/Editor.py" line="8063"/> <source>The selection contains illegal data for a numerical sort.</source> <translation>Die Auswahl enthält für eine numerische Sortierung ungültige Daten.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6351"/> + <location filename="../QScintilla/Editor.py" line="6410"/> <source>Warning</source> <translation>Warnung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6351"/> + <location filename="../QScintilla/Editor.py" line="6410"/> <source>No warning messages available.</source> <translation>Keine Warnmeldungen verfügbar.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6412"/> + <location filename="../QScintilla/Editor.py" line="6471"/> <source>Style: {0}</source> <translation>Stil: {0}</translation> </message> @@ -10762,7 +10763,7 @@ <translation>Öffnen mit Kodierung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6747"/> + <location filename="../QScintilla/Editor.py" line="6855"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> <translation><p>Die Datei <b>{0}</b> wurde geändert, während sie in eric6 geöffnet war. Neu einlesen?</p></translation> </message> @@ -10777,32 +10778,32 @@ <translation>Vervollständigen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4737"/> + <location filename="../QScintilla/Editor.py" line="4789"/> <source>Auto-Completion Provider</source> <translation>Provider für automatische Vervollständigungen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4737"/> + <location filename="../QScintilla/Editor.py" line="4789"/> <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> <translation>Der Provider für automatische Vervollständigungen namens '{0}' ist bereits registriert. Die Wiederholung wird ignoriert.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4999"/> + <location filename="../QScintilla/Editor.py" line="5051"/> <source>Call-Tips Provider</source> <translation>Calltipps-Provider</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4999"/> + <location filename="../QScintilla/Editor.py" line="5051"/> <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> <translation>Der Calltipps-Provider namens '{0}' ist bereits registriert. Die Wiederholung wird ignoriert.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8042"/> + <location filename="../QScintilla/Editor.py" line="8150"/> <source>Register Mouse Click Handler</source> <translation>Maus Klick Handler registrieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8042"/> + <location filename="../QScintilla/Editor.py" line="8150"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation>Ein Maus Klick Handler für "{0}" wurde bereits durch "{1}" registriert. Die Anfrage durch "{2}" wird abgebrochen...</translation> </message> @@ -10822,7 +10823,7 @@ <translation>Code Info</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1328"/> + <location filename="../QScintilla/Editor.py" line="1361"/> <source>Clear changes</source> <translation>Änderungsmarker löschen</translation> </message> @@ -10832,15 +10833,45 @@ <translation>Auswahl in Konsole ausführen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8163"/> + <location filename="../QScintilla/Editor.py" line="8271"/> <source>EditorConfig Properties</source> <translation>EditorConfig Eigenschaften</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8163"/> + <location filename="../QScintilla/Editor.py" line="8271"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation><p>Die EditorConfig Eigenschaften für die Datei <b>{0}</b> konnten nicht geladen werden.</p></translation> </message> + <message> + <location filename="../QScintilla/Editor.py" line="1212"/> + <source>Toggle all folds</source> + <translation>Alle Faltungen umschalten</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1216"/> + <source>Toggle all folds (including children)</source> + <translation>Alle Faltungen umschalten (inkl. Unterfaltungen)</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1220"/> + <source>Toggle current fold</source> + <translation>Aktuelle Faltung umschalten</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1225"/> + <source>Expand (including children)</source> + <translation>Ausklappen (inkl. Unterfaltungen)</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1229"/> + <source>Collapse (including children)</source> + <translation>Einklappen (inkl. Unterfaltungen)</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1234"/> + <source>Clear all folds</source> + <translation>Alle Faltungen aufklappen</translation> + </message> </context> <context> <name>EditorAPIsPage</name> @@ -24897,8 +24928,8 @@ </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1220"/> - <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> - <translation>Link in neuem Fenster öffnen<byte value="x9"/>Strg+LMK</translation> + <source>Open Link in New Tab Ctrl+LMB</source> + <translation>Link in neuem Fenster öffnen Strg+LMK</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1311"/> @@ -79972,27 +80003,27 @@ <translation>Nutzer-Ausnahmenliste</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6531"/> + <location filename="../ViewManager/ViewManager.py" line="6530"/> <source>Edit Spelling Dictionary</source> <translation>Wörterbuch bearbeiten</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6506"/> + <location filename="../ViewManager/ViewManager.py" line="6505"/> <source>Editing {0}</source> <translation>Bearbeite {0}</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6491"/> + <location filename="../ViewManager/ViewManager.py" line="6490"/> <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="6518"/> + <location filename="../ViewManager/ViewManager.py" line="6517"/> <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="6531"/> + <location filename="../ViewManager/ViewManager.py" line="6530"/> <source>The spelling dictionary was saved successfully.</source> <translation>Das Wörterbuch wurde erfolgreich gespeichert.</translation> </message> @@ -82722,8 +82753,8 @@ </message> <message> <location filename="../WebBrowser/WebBrowserView.py" line="636"/> - <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> - <translation>Link in neuem Fenster öffnen<byte value="x9"/>Strg+LMK</translation> + <source>Open Link in New Tab Ctrl+LMB</source> + <translation>Link in neuem Fenster öffnen Strg+LMK</translation> </message> <message> <location filename="../WebBrowser/WebBrowserView.py" line="642"/>
--- a/i18n/eric6_empty.ts Fri May 18 19:41:02 2018 +0200 +++ b/i18n/eric6_empty.ts Sat May 19 16:38:28 2018 +0200 @@ -9830,7 +9830,7 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="3004"/> + <location filename="../QScintilla/Editor.py" line="3037"/> <source>Open File</source> <translation type="unfinished"></translation> </message> @@ -9920,7 +9920,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7538"/> + <location filename="../QScintilla/Editor.py" line="7646"/> <source>Check spelling...</source> <translation type="unfinished"></translation> </message> @@ -10115,7 +10115,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1387"/> + <location filename="../QScintilla/Editor.py" line="1420"/> <source>Alternatives</source> <translation type="unfinished"></translation> </message> @@ -10155,547 +10155,547 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1268"/> + <location filename="../QScintilla/Editor.py" line="1301"/> <source>Toggle bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1270"/> + <location filename="../QScintilla/Editor.py" line="1303"/> <source>Next bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1272"/> + <location filename="../QScintilla/Editor.py" line="1305"/> <source>Previous bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1274"/> + <location filename="../QScintilla/Editor.py" line="1307"/> <source>Clear all bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1294"/> + <location filename="../QScintilla/Editor.py" line="1327"/> <source>Toggle breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1296"/> + <location filename="../QScintilla/Editor.py" line="1329"/> <source>Toggle temporary breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1299"/> + <location filename="../QScintilla/Editor.py" line="1332"/> <source>Edit breakpoint...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5419"/> + <location filename="../QScintilla/Editor.py" line="5476"/> <source>Enable breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1304"/> + <location filename="../QScintilla/Editor.py" line="1337"/> <source>Next breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1306"/> + <location filename="../QScintilla/Editor.py" line="1339"/> <source>Previous breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1308"/> + <location filename="../QScintilla/Editor.py" line="1341"/> <source>Clear all breakpoints</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1277"/> + <location filename="../QScintilla/Editor.py" line="1310"/> <source>Goto syntax error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1279"/> + <location filename="../QScintilla/Editor.py" line="1312"/> <source>Show syntax error message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1281"/> - <source>Clear syntax error</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1284"/> - <source>Next warning</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1287"/> - <source>Previous warning</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1289"/> - <source>Show warning message</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1291"/> - <source>Clear warnings</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1311"/> - <source>Next uncovered line</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1314"/> - <source>Previous uncovered line</source> + <source>Clear syntax error</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1317"/> - <source>Next task</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1319"/> - <source>Previous task</source> + <source>Next warning</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1320"/> + <source>Previous warning</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1322"/> + <source>Show warning message</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1324"/> + <source>Clear warnings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1344"/> + <source>Next uncovered line</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1347"/> + <source>Previous uncovered line</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1350"/> + <source>Next task</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1352"/> + <source>Previous task</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1355"/> <source>Next change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1325"/> + <location filename="../QScintilla/Editor.py" line="1358"/> <source>Previous change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1331"/> - <source>LMB toggles bookmarks</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1335"/> - <source>LMB toggles breakpoints</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1372"/> - <source>Export source</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1364"/> + <source>LMB toggles bookmarks</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1368"/> + <source>LMB toggles breakpoints</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1405"/> + <source>Export source</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1397"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1372"/> + <location filename="../QScintilla/Editor.py" line="1405"/> <source>No export format given. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1383"/> + <location filename="../QScintilla/Editor.py" line="1416"/> <source>Alternatives ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1403"/> + <location filename="../QScintilla/Editor.py" line="1436"/> <source>Pygments Lexer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1403"/> + <location filename="../QScintilla/Editor.py" line="1436"/> <source>Select the Pygments lexer to apply.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1879"/> + <location filename="../QScintilla/Editor.py" line="1912"/> <source>Modification of Read Only file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1879"/> + <location filename="../QScintilla/Editor.py" line="1912"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2564"/> + <location filename="../QScintilla/Editor.py" line="2597"/> <source>Printing...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2581"/> + <location filename="../QScintilla/Editor.py" line="2614"/> <source>Printing completed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2583"/> + <location filename="../QScintilla/Editor.py" line="2616"/> <source>Error while printing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2586"/> + <location filename="../QScintilla/Editor.py" line="2619"/> <source>Printing aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2944"/> + <location filename="../QScintilla/Editor.py" line="2977"/> <source>File Modified</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2944"/> + <location filename="../QScintilla/Editor.py" line="2977"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3004"/> + <location filename="../QScintilla/Editor.py" line="3037"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3177"/> + <location filename="../QScintilla/Editor.py" line="3210"/> <source>Save File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3118"/> + <location filename="../QScintilla/Editor.py" line="3151"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3177"/> + <location filename="../QScintilla/Editor.py" line="3210"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4612"/> + <location filename="../QScintilla/Editor.py" line="4664"/> <source>Autocompletion</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4612"/> + <location filename="../QScintilla/Editor.py" line="4664"/> <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="4737"/> + <location filename="../QScintilla/Editor.py" line="4789"/> <source>Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4737"/> + <location filename="../QScintilla/Editor.py" line="4789"/> <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4999"/> + <location filename="../QScintilla/Editor.py" line="5051"/> <source>Call-Tips Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4999"/> + <location filename="../QScintilla/Editor.py" line="5051"/> <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5422"/> + <location filename="../QScintilla/Editor.py" line="5479"/> <source>Disable breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5799"/> + <location filename="../QScintilla/Editor.py" line="5858"/> <source>Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5799"/> + <location filename="../QScintilla/Editor.py" line="5858"/> <source>Please select a coverage file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5862"/> + <location filename="../QScintilla/Editor.py" line="5921"/> <source>Show Code Coverage Annotations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5855"/> + <location filename="../QScintilla/Editor.py" line="5914"/> <source>All lines have been covered.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5862"/> + <location filename="../QScintilla/Editor.py" line="5921"/> <source>There is no coverage file available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5977"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>Profile Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5977"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>Please select a profile file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6137"/> + <location filename="../QScintilla/Editor.py" line="6196"/> <source>Syntax Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6137"/> + <location filename="../QScintilla/Editor.py" line="6196"/> <source>No syntax error message available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6351"/> + <location filename="../QScintilla/Editor.py" line="6410"/> <source>Warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6351"/> + <location filename="../QScintilla/Editor.py" line="6410"/> <source>No warning messages available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6412"/> + <location filename="../QScintilla/Editor.py" line="6471"/> <source>Style: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6415"/> + <location filename="../QScintilla/Editor.py" line="6474"/> <source>Warning: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6422"/> + <location filename="../QScintilla/Editor.py" line="6481"/> <source>Error: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6476"/> + <location filename="../QScintilla/Editor.py" line="6584"/> <source>Macro Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6476"/> + <location filename="../QScintilla/Editor.py" line="6584"/> <source>Select a macro name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6504"/> + <location filename="../QScintilla/Editor.py" line="6612"/> <source>Load macro file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6547"/> + <location filename="../QScintilla/Editor.py" line="6655"/> <source>Macro files (*.macro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6527"/> + <location filename="../QScintilla/Editor.py" line="6635"/> <source>Error loading macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6518"/> + <location filename="../QScintilla/Editor.py" line="6626"/> <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="6527"/> + <location filename="../QScintilla/Editor.py" line="6635"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6547"/> + <location filename="../QScintilla/Editor.py" line="6655"/> <source>Save macro file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6564"/> + <location filename="../QScintilla/Editor.py" line="6672"/> <source>Save macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6564"/> + <location filename="../QScintilla/Editor.py" line="6672"/> <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="6580"/> + <location filename="../QScintilla/Editor.py" line="6688"/> <source>Error saving macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6580"/> + <location filename="../QScintilla/Editor.py" line="6688"/> <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="6593"/> + <location filename="../QScintilla/Editor.py" line="6701"/> <source>Start Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6593"/> + <location filename="../QScintilla/Editor.py" line="6701"/> <source>Macro recording is already active. Start new?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6619"/> + <location filename="../QScintilla/Editor.py" line="6727"/> <source>Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6619"/> + <location filename="../QScintilla/Editor.py" line="6727"/> <source>Enter name of the macro:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6747"/> + <location filename="../QScintilla/Editor.py" line="6855"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6753"/> + <location filename="../QScintilla/Editor.py" line="6861"/> <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="6757"/> + <location filename="../QScintilla/Editor.py" line="6865"/> <source>File changed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6921"/> + <location filename="../QScintilla/Editor.py" line="7029"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7061"/> + <location filename="../QScintilla/Editor.py" line="7169"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7061"/> + <location filename="../QScintilla/Editor.py" line="7169"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7082"/> + <location filename="../QScintilla/Editor.py" line="7190"/> <source>Resources</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7084"/> + <location filename="../QScintilla/Editor.py" line="7192"/> <source>Add file...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7086"/> + <location filename="../QScintilla/Editor.py" line="7194"/> <source>Add files...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7088"/> + <location filename="../QScintilla/Editor.py" line="7196"/> <source>Add aliased file...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7091"/> + <location filename="../QScintilla/Editor.py" line="7199"/> <source>Add localized resource...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7095"/> + <location filename="../QScintilla/Editor.py" line="7203"/> <source>Add resource frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7114"/> - <source>Add file resource</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7130"/> - <source>Add file resources</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7158"/> - <source>Add aliased file resource</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7158"/> - <source>Alias for file <b>{0}</b>:</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7222"/> + <source>Add file resource</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7238"/> + <source>Add file resources</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7266"/> + <source>Add aliased file resource</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7266"/> + <source>Alias for file <b>{0}</b>:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7330"/> <source>Package Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7222"/> + <location filename="../QScintilla/Editor.py" line="7330"/> <source>Include class attributes?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7242"/> + <location filename="../QScintilla/Editor.py" line="7350"/> <source>Imports Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7242"/> + <location filename="../QScintilla/Editor.py" line="7350"/> <source>Include imports from external modules?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7256"/> + <location filename="../QScintilla/Editor.py" line="7364"/> <source>Application Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7256"/> + <location filename="../QScintilla/Editor.py" line="7364"/> <source>Include module names?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7541"/> + <location filename="../QScintilla/Editor.py" line="7649"/> <source>Add to dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7543"/> + <location filename="../QScintilla/Editor.py" line="7651"/> <source>Ignore All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7955"/> + <location filename="../QScintilla/Editor.py" line="8063"/> <source>Sort Lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7955"/> + <location filename="../QScintilla/Editor.py" line="8063"/> <source>The selection contains illegal data for a numerical sort.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8042"/> + <location filename="../QScintilla/Editor.py" line="8150"/> <source>Register Mouse Click Handler</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8042"/> + <location filename="../QScintilla/Editor.py" line="8150"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished"></translation> </message> @@ -10710,7 +10710,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1328"/> + <location filename="../QScintilla/Editor.py" line="1361"/> <source>Clear changes</source> <translation type="unfinished"></translation> </message> @@ -10720,15 +10720,45 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8163"/> + <location filename="../QScintilla/Editor.py" line="8271"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8163"/> + <location filename="../QScintilla/Editor.py" line="8271"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../QScintilla/Editor.py" line="1212"/> + <source>Toggle all folds</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1216"/> + <source>Toggle all folds (including children)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1220"/> + <source>Toggle current fold</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1225"/> + <source>Expand (including children)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1229"/> + <source>Collapse (including children)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1234"/> + <source>Clear all folds</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EditorAPIsPage</name> @@ -79624,27 +79654,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6531"/> + <location filename="../ViewManager/ViewManager.py" line="6530"/> <source>Edit Spelling Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6491"/> + <location filename="../ViewManager/ViewManager.py" line="6490"/> <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="6506"/> + <location filename="../ViewManager/ViewManager.py" line="6505"/> <source>Editing {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6518"/> + <location filename="../ViewManager/ViewManager.py" line="6517"/> <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="6531"/> + <location filename="../ViewManager/ViewManager.py" line="6530"/> <source>The spelling dictionary was saved successfully.</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_en.ts Fri May 18 19:41:02 2018 +0200 +++ b/i18n/eric6_en.ts Sat May 19 16:38:28 2018 +0200 @@ -9847,7 +9847,7 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="3004"/> + <location filename="../QScintilla/Editor.py" line="3037"/> <source>Open File</source> <translation type="unfinished"></translation> </message> @@ -9937,7 +9937,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7538"/> + <location filename="../QScintilla/Editor.py" line="7646"/> <source>Check spelling...</source> <translation type="unfinished"></translation> </message> @@ -10092,7 +10092,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1387"/> + <location filename="../QScintilla/Editor.py" line="1420"/> <source>Alternatives</source> <translation type="unfinished"></translation> </message> @@ -10127,477 +10127,477 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1268"/> + <location filename="../QScintilla/Editor.py" line="1301"/> <source>Toggle bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1270"/> + <location filename="../QScintilla/Editor.py" line="1303"/> <source>Next bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1272"/> + <location filename="../QScintilla/Editor.py" line="1305"/> <source>Previous bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1274"/> + <location filename="../QScintilla/Editor.py" line="1307"/> <source>Clear all bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1294"/> + <location filename="../QScintilla/Editor.py" line="1327"/> <source>Toggle breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1296"/> + <location filename="../QScintilla/Editor.py" line="1329"/> <source>Toggle temporary breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1299"/> + <location filename="../QScintilla/Editor.py" line="1332"/> <source>Edit breakpoint...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5419"/> + <location filename="../QScintilla/Editor.py" line="5476"/> <source>Enable breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1304"/> + <location filename="../QScintilla/Editor.py" line="1337"/> <source>Next breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1306"/> + <location filename="../QScintilla/Editor.py" line="1339"/> <source>Previous breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1308"/> + <location filename="../QScintilla/Editor.py" line="1341"/> <source>Clear all breakpoints</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1277"/> + <location filename="../QScintilla/Editor.py" line="1310"/> <source>Goto syntax error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1279"/> + <location filename="../QScintilla/Editor.py" line="1312"/> <source>Show syntax error message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1281"/> - <source>Clear syntax error</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1284"/> - <source>Next warning</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1287"/> - <source>Previous warning</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1289"/> - <source>Show warning message</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1291"/> - <source>Clear warnings</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1311"/> - <source>Next uncovered line</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1314"/> - <source>Previous uncovered line</source> + <source>Clear syntax error</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1317"/> + <source>Next warning</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1320"/> + <source>Previous warning</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1322"/> + <source>Show warning message</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1324"/> + <source>Clear warnings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1344"/> + <source>Next uncovered line</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1347"/> + <source>Previous uncovered line</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1350"/> <source>Next task</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1319"/> + <location filename="../QScintilla/Editor.py" line="1352"/> <source>Previous task</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1331"/> - <source>LMB toggles bookmarks</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1335"/> - <source>LMB toggles breakpoints</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1372"/> - <source>Export source</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1364"/> + <source>LMB toggles bookmarks</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1368"/> + <source>LMB toggles breakpoints</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1405"/> + <source>Export source</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1397"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1372"/> + <location filename="../QScintilla/Editor.py" line="1405"/> <source>No export format given. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1383"/> + <location filename="../QScintilla/Editor.py" line="1416"/> <source>Alternatives ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1403"/> + <location filename="../QScintilla/Editor.py" line="1436"/> <source>Pygments Lexer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1403"/> + <location filename="../QScintilla/Editor.py" line="1436"/> <source>Select the Pygments lexer to apply.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1879"/> + <location filename="../QScintilla/Editor.py" line="1912"/> <source>Modification of Read Only file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1879"/> + <location filename="../QScintilla/Editor.py" line="1912"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2564"/> + <location filename="../QScintilla/Editor.py" line="2597"/> <source>Printing...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2581"/> + <location filename="../QScintilla/Editor.py" line="2614"/> <source>Printing completed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2583"/> + <location filename="../QScintilla/Editor.py" line="2616"/> <source>Error while printing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2586"/> + <location filename="../QScintilla/Editor.py" line="2619"/> <source>Printing aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2944"/> + <location filename="../QScintilla/Editor.py" line="2977"/> <source>File Modified</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2944"/> + <location filename="../QScintilla/Editor.py" line="2977"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3004"/> + <location filename="../QScintilla/Editor.py" line="3037"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3177"/> + <location filename="../QScintilla/Editor.py" line="3210"/> <source>Save File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3118"/> + <location filename="../QScintilla/Editor.py" line="3151"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3177"/> + <location filename="../QScintilla/Editor.py" line="3210"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4612"/> + <location filename="../QScintilla/Editor.py" line="4664"/> <source>Autocompletion</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4612"/> + <location filename="../QScintilla/Editor.py" line="4664"/> <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="5422"/> + <location filename="../QScintilla/Editor.py" line="5479"/> <source>Disable breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5799"/> + <location filename="../QScintilla/Editor.py" line="5858"/> <source>Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5799"/> + <location filename="../QScintilla/Editor.py" line="5858"/> <source>Please select a coverage file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5862"/> + <location filename="../QScintilla/Editor.py" line="5921"/> <source>Show Code Coverage Annotations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5855"/> + <location filename="../QScintilla/Editor.py" line="5914"/> <source>All lines have been covered.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5862"/> + <location filename="../QScintilla/Editor.py" line="5921"/> <source>There is no coverage file available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5977"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>Profile Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5977"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>Please select a profile file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6137"/> + <location filename="../QScintilla/Editor.py" line="6196"/> <source>Syntax Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6137"/> + <location filename="../QScintilla/Editor.py" line="6196"/> <source>No syntax error message available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6476"/> + <location filename="../QScintilla/Editor.py" line="6584"/> <source>Macro Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6476"/> + <location filename="../QScintilla/Editor.py" line="6584"/> <source>Select a macro name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6504"/> + <location filename="../QScintilla/Editor.py" line="6612"/> <source>Load macro file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6547"/> + <location filename="../QScintilla/Editor.py" line="6655"/> <source>Macro files (*.macro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6527"/> + <location filename="../QScintilla/Editor.py" line="6635"/> <source>Error loading macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6518"/> + <location filename="../QScintilla/Editor.py" line="6626"/> <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="6527"/> + <location filename="../QScintilla/Editor.py" line="6635"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6547"/> + <location filename="../QScintilla/Editor.py" line="6655"/> <source>Save macro file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6564"/> + <location filename="../QScintilla/Editor.py" line="6672"/> <source>Save macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6564"/> + <location filename="../QScintilla/Editor.py" line="6672"/> <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="6580"/> + <location filename="../QScintilla/Editor.py" line="6688"/> <source>Error saving macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6580"/> + <location filename="../QScintilla/Editor.py" line="6688"/> <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="6593"/> + <location filename="../QScintilla/Editor.py" line="6701"/> <source>Start Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6593"/> + <location filename="../QScintilla/Editor.py" line="6701"/> <source>Macro recording is already active. Start new?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6619"/> + <location filename="../QScintilla/Editor.py" line="6727"/> <source>Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6619"/> + <location filename="../QScintilla/Editor.py" line="6727"/> <source>Enter name of the macro:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6757"/> + <location filename="../QScintilla/Editor.py" line="6865"/> <source>File changed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6921"/> + <location filename="../QScintilla/Editor.py" line="7029"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7061"/> + <location filename="../QScintilla/Editor.py" line="7169"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7061"/> + <location filename="../QScintilla/Editor.py" line="7169"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7082"/> + <location filename="../QScintilla/Editor.py" line="7190"/> <source>Resources</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7084"/> + <location filename="../QScintilla/Editor.py" line="7192"/> <source>Add file...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7086"/> + <location filename="../QScintilla/Editor.py" line="7194"/> <source>Add files...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7088"/> + <location filename="../QScintilla/Editor.py" line="7196"/> <source>Add aliased file...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7091"/> + <location filename="../QScintilla/Editor.py" line="7199"/> <source>Add localized resource...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7095"/> + <location filename="../QScintilla/Editor.py" line="7203"/> <source>Add resource frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7114"/> - <source>Add file resource</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7130"/> - <source>Add file resources</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7158"/> - <source>Add aliased file resource</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7158"/> - <source>Alias for file <b>{0}</b>:</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7222"/> + <source>Add file resource</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7238"/> + <source>Add file resources</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7266"/> + <source>Add aliased file resource</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7266"/> + <source>Alias for file <b>{0}</b>:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7330"/> <source>Package Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7222"/> + <location filename="../QScintilla/Editor.py" line="7330"/> <source>Include class attributes?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7242"/> + <location filename="../QScintilla/Editor.py" line="7350"/> <source>Imports Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7242"/> + <location filename="../QScintilla/Editor.py" line="7350"/> <source>Include imports from external modules?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7256"/> + <location filename="../QScintilla/Editor.py" line="7364"/> <source>Application Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7256"/> + <location filename="../QScintilla/Editor.py" line="7364"/> <source>Include module names?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7541"/> + <location filename="../QScintilla/Editor.py" line="7649"/> <source>Add to dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7543"/> + <location filename="../QScintilla/Editor.py" line="7651"/> <source>Ignore All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6415"/> + <location filename="../QScintilla/Editor.py" line="6474"/> <source>Warning: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6422"/> + <location filename="../QScintilla/Editor.py" line="6481"/> <source>Error: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6753"/> + <location filename="../QScintilla/Editor.py" line="6861"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation type="unfinished"></translation> </message> @@ -10612,37 +10612,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1322"/> + <location filename="../QScintilla/Editor.py" line="1355"/> <source>Next change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1325"/> + <location filename="../QScintilla/Editor.py" line="1358"/> <source>Previous change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7955"/> + <location filename="../QScintilla/Editor.py" line="8063"/> <source>Sort Lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7955"/> + <location filename="../QScintilla/Editor.py" line="8063"/> <source>The selection contains illegal data for a numerical sort.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6351"/> + <location filename="../QScintilla/Editor.py" line="6410"/> <source>Warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6351"/> + <location filename="../QScintilla/Editor.py" line="6410"/> <source>No warning messages available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6412"/> + <location filename="../QScintilla/Editor.py" line="6471"/> <source>Style: {0}</source> <translation type="unfinished"></translation> </message> @@ -10667,7 +10667,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6747"/> + <location filename="../QScintilla/Editor.py" line="6855"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> <translation type="unfinished"></translation> </message> @@ -10682,32 +10682,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4737"/> + <location filename="../QScintilla/Editor.py" line="4789"/> <source>Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4737"/> + <location filename="../QScintilla/Editor.py" line="4789"/> <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4999"/> + <location filename="../QScintilla/Editor.py" line="5051"/> <source>Call-Tips Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4999"/> + <location filename="../QScintilla/Editor.py" line="5051"/> <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8042"/> + <location filename="../QScintilla/Editor.py" line="8150"/> <source>Register Mouse Click Handler</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8042"/> + <location filename="../QScintilla/Editor.py" line="8150"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished"></translation> </message> @@ -10727,7 +10727,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1328"/> + <location filename="../QScintilla/Editor.py" line="1361"/> <source>Clear changes</source> <translation type="unfinished"></translation> </message> @@ -10737,15 +10737,45 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8163"/> + <location filename="../QScintilla/Editor.py" line="8271"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8163"/> + <location filename="../QScintilla/Editor.py" line="8271"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../QScintilla/Editor.py" line="1212"/> + <source>Toggle all folds</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1216"/> + <source>Toggle all folds (including children)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1220"/> + <source>Toggle current fold</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1225"/> + <source>Expand (including children)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1229"/> + <source>Collapse (including children)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1234"/> + <source>Clear all folds</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EditorAPIsPage</name> @@ -79378,27 +79408,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6531"/> + <location filename="../ViewManager/ViewManager.py" line="6530"/> <source>Edit Spelling Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6506"/> + <location filename="../ViewManager/ViewManager.py" line="6505"/> <source>Editing {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6491"/> + <location filename="../ViewManager/ViewManager.py" line="6490"/> <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="6518"/> + <location filename="../ViewManager/ViewManager.py" line="6517"/> <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="6531"/> + <location filename="../ViewManager/ViewManager.py" line="6530"/> <source>The spelling dictionary was saved successfully.</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_es.ts Fri May 18 19:41:02 2018 +0200 +++ b/i18n/eric6_es.ts Sat May 19 16:38:28 2018 +0200 @@ -9936,7 +9936,7 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="3004"/> + <location filename="../QScintilla/Editor.py" line="3037"/> <source>Open File</source> <translation>Abrir archivo</translation> </message> @@ -10141,357 +10141,357 @@ <translation>Exportar como</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1268"/> + <location filename="../QScintilla/Editor.py" line="1301"/> <source>Toggle bookmark</source> <translation>Alternar marcador</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1270"/> + <location filename="../QScintilla/Editor.py" line="1303"/> <source>Next bookmark</source> <translation>Nuevo marcador</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1272"/> + <location filename="../QScintilla/Editor.py" line="1305"/> <source>Previous bookmark</source> <translation>Marcador anterior</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1274"/> + <location filename="../QScintilla/Editor.py" line="1307"/> <source>Clear all bookmarks</source> <translation>Borrar todos los marcadores</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1277"/> + <location filename="../QScintilla/Editor.py" line="1310"/> <source>Goto syntax error</source> <translation>Ir al error de sintaxis</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1279"/> + <location filename="../QScintilla/Editor.py" line="1312"/> <source>Show syntax error message</source> <translation>Ver el mensaje de error de sintaxis</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1281"/> - <source>Clear syntax error</source> - <translation>Borrar error de sintaxis</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1294"/> - <source>Toggle breakpoint</source> - <translation>Alternar punto de interrupción</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1296"/> - <source>Toggle temporary breakpoint</source> - <translation>Alternar punto de interrupción temporal</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1299"/> - <source>Edit breakpoint...</source> - <translation>Editar punto de interrupción...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5419"/> - <source>Enable breakpoint</source> - <translation>Activar punto de interrupción</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1304"/> - <source>Next breakpoint</source> - <translation>Siguiente punto de interrupción</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1306"/> - <source>Previous breakpoint</source> - <translation>Punto de interrupción anterior</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1308"/> - <source>Clear all breakpoints</source> - <translation>Borrar todos los puntos de interrupción</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1311"/> - <source>Next uncovered line</source> - <translation>Siguiente línea sin cobertura</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1314"/> + <source>Clear syntax error</source> + <translation>Borrar error de sintaxis</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1327"/> + <source>Toggle breakpoint</source> + <translation>Alternar punto de interrupción</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1329"/> + <source>Toggle temporary breakpoint</source> + <translation>Alternar punto de interrupción temporal</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1332"/> + <source>Edit breakpoint...</source> + <translation>Editar punto de interrupción...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5476"/> + <source>Enable breakpoint</source> + <translation>Activar punto de interrupción</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1337"/> + <source>Next breakpoint</source> + <translation>Siguiente punto de interrupción</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1339"/> + <source>Previous breakpoint</source> + <translation>Punto de interrupción anterior</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1341"/> + <source>Clear all breakpoints</source> + <translation>Borrar todos los puntos de interrupción</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1344"/> + <source>Next uncovered line</source> + <translation>Siguiente línea sin cobertura</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1347"/> <source>Previous uncovered line</source> <translation>Anterior línea sin cobertura</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1317"/> + <location filename="../QScintilla/Editor.py" line="1350"/> <source>Next task</source> <translation>Nueva tarea</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1319"/> + <location filename="../QScintilla/Editor.py" line="1352"/> <source>Previous task</source> <translation>Tarea anterior</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1331"/> + <location filename="../QScintilla/Editor.py" line="1364"/> <source>LMB toggles bookmarks</source> <translation>LMB (botón izquierdo del ratón) alterna marcadores</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1335"/> + <location filename="../QScintilla/Editor.py" line="1368"/> <source>LMB toggles breakpoints</source> <translation>LMB (botón izquierdo del ratón) alterna puntos de interrupción</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1372"/> + <location filename="../QScintilla/Editor.py" line="1405"/> <source>Export source</source> <translation>Exportar fuente</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1372"/> + <location filename="../QScintilla/Editor.py" line="1405"/> <source>No export format given. Aborting...</source> <translation>No se ha proporcionado un formato de exportación. Abortando...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1879"/> + <location filename="../QScintilla/Editor.py" line="1912"/> <source>Modification of Read Only file</source> <translation>Modificación de un archivo de solo lectura</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1879"/> + <location filename="../QScintilla/Editor.py" line="1912"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Usted está intentando modificar un archivo solo lectura. Por favor guarde en otro archivo primero.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2564"/> + <location filename="../QScintilla/Editor.py" line="2597"/> <source>Printing...</source> <translation>Imprimiendo...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2581"/> + <location filename="../QScintilla/Editor.py" line="2614"/> <source>Printing completed</source> <translation>Impresión completa</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2583"/> + <location filename="../QScintilla/Editor.py" line="2616"/> <source>Error while printing</source> <translation>Error al imprimir</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2586"/> + <location filename="../QScintilla/Editor.py" line="2619"/> <source>Printing aborted</source> <translation>Impresión cancelada</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2944"/> + <location filename="../QScintilla/Editor.py" line="2977"/> <source>File Modified</source> <translation>Archivo modificado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3177"/> + <location filename="../QScintilla/Editor.py" line="3210"/> <source>Save File</source> <translation>Guardar archivo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4612"/> + <location filename="../QScintilla/Editor.py" line="4664"/> <source>Autocompletion</source> <translation>Autocompletar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4612"/> + <location filename="../QScintilla/Editor.py" line="4664"/> <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="5422"/> + <location filename="../QScintilla/Editor.py" line="5479"/> <source>Disable breakpoint</source> <translation>Deshabilitar punto de interrupción</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5799"/> + <location filename="../QScintilla/Editor.py" line="5858"/> <source>Code Coverage</source> <translation>Cobertura de codigo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5799"/> + <location filename="../QScintilla/Editor.py" line="5858"/> <source>Please select a coverage file</source> <translation>Por favor seleccione un archivo de cobertura</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5862"/> + <location filename="../QScintilla/Editor.py" line="5921"/> <source>Show Code Coverage Annotations</source> <translation>Mostrar Anotaciones de Cobertura de Código</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5855"/> + <location filename="../QScintilla/Editor.py" line="5914"/> <source>All lines have been covered.</source> <translation>Todas las líneas han sido cubiertas.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5862"/> + <location filename="../QScintilla/Editor.py" line="5921"/> <source>There is no coverage file available.</source> <translation>No hay archivo de cobertura disponible.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5977"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>Profile Data</source> <translation>Datos de profiling</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5977"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>Please select a profile file</source> <translation>Por favor seleccione un archivo de profiling</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6137"/> + <location filename="../QScintilla/Editor.py" line="6196"/> <source>Syntax Error</source> <translation>Error de sintaxis</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6137"/> + <location filename="../QScintilla/Editor.py" line="6196"/> <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="6476"/> + <location filename="../QScintilla/Editor.py" line="6584"/> <source>Macro Name</source> <translation>Nombre de macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6476"/> + <location filename="../QScintilla/Editor.py" line="6584"/> <source>Select a macro name:</source> <translation>Seleccione un nombre de macro:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6504"/> + <location filename="../QScintilla/Editor.py" line="6612"/> <source>Load macro file</source> <translation>Cargar archivo de macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6547"/> + <location filename="../QScintilla/Editor.py" line="6655"/> <source>Macro files (*.macro)</source> <translation>Archivos de Macro (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6527"/> + <location filename="../QScintilla/Editor.py" line="6635"/> <source>Error loading macro</source> <translation>Error al cargar macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6547"/> + <location filename="../QScintilla/Editor.py" line="6655"/> <source>Save macro file</source> <translation>Guardar archivo de macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6564"/> + <location filename="../QScintilla/Editor.py" line="6672"/> <source>Save macro</source> <translation>Guardar macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6580"/> + <location filename="../QScintilla/Editor.py" line="6688"/> <source>Error saving macro</source> <translation>Error al guardar macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6593"/> + <location filename="../QScintilla/Editor.py" line="6701"/> <source>Start Macro Recording</source> <translation>Comenzar grabación de macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6593"/> + <location filename="../QScintilla/Editor.py" line="6701"/> <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="6619"/> + <location filename="../QScintilla/Editor.py" line="6727"/> <source>Macro Recording</source> <translation>Grabando macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6619"/> + <location filename="../QScintilla/Editor.py" line="6727"/> <source>Enter name of the macro:</source> <translation>Introduzca el nombre de la macro:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6757"/> + <location filename="../QScintilla/Editor.py" line="6865"/> <source>File changed</source> <translation>Archivo modificado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7061"/> + <location filename="../QScintilla/Editor.py" line="7169"/> <source>Drop Error</source> <translation>Error al soltar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7082"/> + <location filename="../QScintilla/Editor.py" line="7190"/> <source>Resources</source> <translation>Recursos</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7084"/> + <location filename="../QScintilla/Editor.py" line="7192"/> <source>Add file...</source> <translation>Añadir archivo...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7086"/> + <location filename="../QScintilla/Editor.py" line="7194"/> <source>Add files...</source> <translation>Añadir archivos...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7088"/> + <location filename="../QScintilla/Editor.py" line="7196"/> <source>Add aliased file...</source> <translation>Añadir archivo con un alias...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7091"/> + <location filename="../QScintilla/Editor.py" line="7199"/> <source>Add localized resource...</source> <translation>Añadir recursos localizados...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7095"/> + <location filename="../QScintilla/Editor.py" line="7203"/> <source>Add resource frame</source> <translation>Añadir ventana de recursos</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7114"/> - <source>Add file resource</source> - <translation>Añadir archivo de recursos</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7130"/> - <source>Add file resources</source> - <translation>Añadir archivo de recursos</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7158"/> - <source>Add aliased file resource</source> - <translation>Añadir archivo de recursos con un alias</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7222"/> + <source>Add file resource</source> + <translation>Añadir archivo de recursos</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7238"/> + <source>Add file resources</source> + <translation>Añadir archivo de recursos</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7266"/> + <source>Add aliased file resource</source> + <translation>Añadir archivo de recursos con un alias</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7330"/> <source>Package Diagram</source> <translation>Digrama de paquetes</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7222"/> + <location filename="../QScintilla/Editor.py" line="7330"/> <source>Include class attributes?</source> <translation>¿Incluir atributos de clase?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7242"/> + <location filename="../QScintilla/Editor.py" line="7350"/> <source>Imports Diagram</source> <translation>Diagrama de imports</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7242"/> + <location filename="../QScintilla/Editor.py" line="7350"/> <source>Include imports from external modules?</source> <translation>¿Incluir los imports de módulos externos?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7256"/> + <location filename="../QScintilla/Editor.py" line="7364"/> <source>Application Diagram</source> <translation>Diagrama de aplicación</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7256"/> + <location filename="../QScintilla/Editor.py" line="7364"/> <source>Include module names?</source> <translation>¿Incluir nombres de módulos?</translation> </message> @@ -10546,22 +10546,22 @@ <translation>Suposición</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1387"/> + <location filename="../QScintilla/Editor.py" line="1420"/> <source>Alternatives</source> <translation>Alternativas</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1403"/> + <location filename="../QScintilla/Editor.py" line="1436"/> <source>Pygments Lexer</source> <translation>Analizador Léxico de Pygments</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1403"/> + <location filename="../QScintilla/Editor.py" line="1436"/> <source>Select the Pygments lexer to apply.</source> <translation>Seleccionar el Analizador Léxico de Pygments.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7538"/> + <location filename="../QScintilla/Editor.py" line="7646"/> <source>Check spelling...</source> <translation>Corrección ortográfica...</translation> </message> @@ -10571,12 +10571,12 @@ <translation>Corrección ortográfica de la selección...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7541"/> + <location filename="../QScintilla/Editor.py" line="7649"/> <source>Add to dictionary</source> <translation>Añadir al diccionario</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7543"/> + <location filename="../QScintilla/Editor.py" line="7651"/> <source>Ignore All</source> <translation>Ignorar Todo</translation> </message> @@ -10591,102 +10591,102 @@ <translation><p>El tamaño del archivo <b>{0}</b> es <b>{1} KB</b>. ¿Desea cargarlo de todos modos?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1364"/> + <location filename="../QScintilla/Editor.py" line="1397"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation><p>No hay un exportador disponible para el formato de exportación <b>{0}</b>. Abortando...</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1383"/> + <location filename="../QScintilla/Editor.py" line="1416"/> <source>Alternatives ({0})</source> <translation>Alternativas ({0})</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2944"/> + <location filename="../QScintilla/Editor.py" line="2977"/> <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="../QScintilla/Editor.py" line="3004"/> + <location filename="../QScintilla/Editor.py" line="3037"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>El archivo<b>{0}</b> no puede ser abierto.<br />Causa: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3118"/> + <location filename="../QScintilla/Editor.py" line="3151"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>El archivo <b>{0}</b> no puede ser guardado.<br>Causa: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6518"/> + <location filename="../QScintilla/Editor.py" line="6626"/> <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="6527"/> + <location filename="../QScintilla/Editor.py" line="6635"/> <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="6580"/> + <location filename="../QScintilla/Editor.py" line="6688"/> <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="6921"/> + <location filename="../QScintilla/Editor.py" line="7029"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7061"/> + <location filename="../QScintilla/Editor.py" line="7169"/> <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="7158"/> + <location filename="../QScintilla/Editor.py" line="7266"/> <source>Alias for file <b>{0}</b>:</source> <translation>Alias para el archivo <b>{0}</b>:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1284"/> + <location filename="../QScintilla/Editor.py" line="1317"/> <source>Next warning</source> <translation>Siguiente advertencia</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1287"/> + <location filename="../QScintilla/Editor.py" line="1320"/> <source>Previous warning</source> <translation>Anterior advertencia</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1289"/> + <location filename="../QScintilla/Editor.py" line="1322"/> <source>Show warning message</source> <translation>Mostrar mensaje de advertencia</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1291"/> + <location filename="../QScintilla/Editor.py" line="1324"/> <source>Clear warnings</source> <translation>Limpiar advertencias</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3177"/> + <location filename="../QScintilla/Editor.py" line="3210"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>El archivo <b>{0}</b> ya existe. ¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6564"/> + <location filename="../QScintilla/Editor.py" line="6672"/> <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="6415"/> + <location filename="../QScintilla/Editor.py" line="6474"/> <source>Warning: {0}</source> <translation>Advertencia: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6422"/> + <location filename="../QScintilla/Editor.py" line="6481"/> <source>Error: {0}</source> <translation>Error: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6753"/> + <location filename="../QScintilla/Editor.py" line="6861"/> <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> @@ -10701,37 +10701,37 @@ <translation>Cargar Diagrama...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1322"/> + <location filename="../QScintilla/Editor.py" line="1355"/> <source>Next change</source> <translation>Siguiente cambio</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1325"/> + <location filename="../QScintilla/Editor.py" line="1358"/> <source>Previous change</source> <translation>Cambio anterior</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7955"/> + <location filename="../QScintilla/Editor.py" line="8063"/> <source>Sort Lines</source> <translation>Ordenar Líneas</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7955"/> + <location filename="../QScintilla/Editor.py" line="8063"/> <source>The selection contains illegal data for a numerical sort.</source> <translation>La selección contiene datos ilegales para una ordenación numérica.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6351"/> + <location filename="../QScintilla/Editor.py" line="6410"/> <source>Warning</source> <translation>Advertencia</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6351"/> + <location filename="../QScintilla/Editor.py" line="6410"/> <source>No warning messages available.</source> <translation>No hay mensajes de advertencia disponibles.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6412"/> + <location filename="../QScintilla/Editor.py" line="6471"/> <source>Style: {0}</source> <translation>Estilo: {0}</translation> </message> @@ -10756,7 +10756,7 @@ <translation>Reabrir Con Codificación</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6747"/> + <location filename="../QScintilla/Editor.py" line="6855"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> <translation><p>El archivo <b>{0}</b> ha cambiado mientras estaba abierto en eric6. ¿Desea volver a cargarlo?</p></translation> </message> @@ -10771,32 +10771,32 @@ <translation>Completo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4737"/> + <location filename="../QScintilla/Editor.py" line="4789"/> <source>Auto-Completion Provider</source> <translation>Proveedor de Autocompletado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4737"/> + <location filename="../QScintilla/Editor.py" line="4789"/> <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> <translation>El proveedor de lista de completado'{0}' ya está registrado. Se ignora la solicitud duplicada.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4999"/> + <location filename="../QScintilla/Editor.py" line="5051"/> <source>Call-Tips Provider</source> <translation>Proveedor de Call-Tips</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4999"/> + <location filename="../QScintilla/Editor.py" line="5051"/> <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> <translation>El proveedor de call-tips'{0}' ya está registrado. Se ignora la solicitud duplicada.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8042"/> + <location filename="../QScintilla/Editor.py" line="8150"/> <source>Register Mouse Click Handler</source> <translation>Registrar Manejador de Clicks de Ratón</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8042"/> + <location filename="../QScintilla/Editor.py" line="8150"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation>Un manejador de clicks de ratón para "{0}" ya está registrado por "{1}". Abortando solicitud por "{2}"...</translation> </message> @@ -10816,7 +10816,7 @@ <translation>Info del Código</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1328"/> + <location filename="../QScintilla/Editor.py" line="1361"/> <source>Clear changes</source> <translation>Limpiar cambios</translation> </message> @@ -10826,15 +10826,45 @@ <translation>Ejecutar Selección en Consola</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8163"/> + <location filename="../QScintilla/Editor.py" line="8271"/> <source>EditorConfig Properties</source> <translation>Propiedades de EditorConfig</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8163"/> + <location filename="../QScintilla/Editor.py" line="8271"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation><p>Las propiedades de EditorConfig para el archivo <b>{0}</b> no se ha podido cargar.</p></translation> </message> + <message> + <location filename="../QScintilla/Editor.py" line="1212"/> + <source>Toggle all folds</source> + <translation type="unfinished">Recoger/Desplegar los anidamientos</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1216"/> + <source>Toggle all folds (including children)</source> + <translation type="unfinished">Recoger/Desplegar todos los anidamientos (inc. hijos)</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1220"/> + <source>Toggle current fold</source> + <translation type="unfinished">Recoger/Desplegar el anidamiento actual</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1225"/> + <source>Expand (including children)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1229"/> + <source>Collapse (including children)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1234"/> + <source>Clear all folds</source> + <translation type="unfinished">Limpiar todos los anidamientos</translation> + </message> </context> <context> <name>EditorAPIsPage</name> @@ -79999,27 +80029,27 @@ <translation>Lista de Excepciones del Usuario</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6531"/> + <location filename="../ViewManager/ViewManager.py" line="6530"/> <source>Edit Spelling Dictionary</source> <translation>Editar Diccionario Ortográfico</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6506"/> + <location filename="../ViewManager/ViewManager.py" line="6505"/> <source>Editing {0}</source> <translation>Editando {0}</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6491"/> + <location filename="../ViewManager/ViewManager.py" line="6490"/> <source><p>The spelling dictionary file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>El archivo de diccionario ortográfico <b>{0}</b> no se puede leer.</p><p>Razón: {1}</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6518"/> + <location filename="../ViewManager/ViewManager.py" line="6517"/> <source><p>The spelling dictionary file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation><p>El archivo de diccionario ortográfico <b>{0}</b> no se puede escribir.</p><p>Razón: {1}</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6531"/> + <location filename="../ViewManager/ViewManager.py" line="6530"/> <source>The spelling dictionary was saved successfully.</source> <translation>El diccionario ortográfico se ha guardado con éxito.</translation> </message>
--- a/i18n/eric6_fr.ts Fri May 18 19:41:02 2018 +0200 +++ b/i18n/eric6_fr.ts Sat May 19 16:38:28 2018 +0200 @@ -10423,202 +10423,202 @@ <translation>Profiler les données...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1268"/> + <location filename="../QScintilla/Editor.py" line="1301"/> <source>Toggle bookmark</source> <translation>Placer/supprimer un signet</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1270"/> + <location filename="../QScintilla/Editor.py" line="1303"/> <source>Next bookmark</source> <translation>Signet suivant</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1272"/> + <location filename="../QScintilla/Editor.py" line="1305"/> <source>Previous bookmark</source> <translation>Signet précédent</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1274"/> + <location filename="../QScintilla/Editor.py" line="1307"/> <source>Clear all bookmarks</source> <translation>Effacer tous les signets</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1294"/> + <location filename="../QScintilla/Editor.py" line="1327"/> <source>Toggle breakpoint</source> <translation>Placer/supprimer un point d'arrêt</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1299"/> + <location filename="../QScintilla/Editor.py" line="1332"/> <source>Edit breakpoint...</source> <translation>Éditer le point d'arrêt...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5419"/> + <location filename="../QScintilla/Editor.py" line="5476"/> <source>Enable breakpoint</source> <translation>Activer le point d'arrêt</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1304"/> + <location filename="../QScintilla/Editor.py" line="1337"/> <source>Next breakpoint</source> <translation>Point d'arrêt suivant</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1306"/> + <location filename="../QScintilla/Editor.py" line="1339"/> <source>Previous breakpoint</source> <translation>Point d'arrêt précédent</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1308"/> + <location filename="../QScintilla/Editor.py" line="1341"/> <source>Clear all breakpoints</source> <translation>Effacer tous les points d'arrêts</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1331"/> + <location filename="../QScintilla/Editor.py" line="1364"/> <source>LMB toggles bookmarks</source> <translation>Le click principal place des signets</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1335"/> + <location filename="../QScintilla/Editor.py" line="1368"/> <source>LMB toggles breakpoints</source> <translation>Le click principal place les points d'arrêts</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1879"/> + <location filename="../QScintilla/Editor.py" line="1912"/> <source>Modification of Read Only file</source> <translation>Modification de la lecture seule</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1879"/> + <location filename="../QScintilla/Editor.py" line="1912"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Le fichier est en lecture seule. Sauvez d'abord votre fichier sous un autre nom.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2564"/> + <location filename="../QScintilla/Editor.py" line="2597"/> <source>Printing...</source> <translation>Impression....</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2581"/> + <location filename="../QScintilla/Editor.py" line="2614"/> <source>Printing completed</source> <translation>Impression terminée</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2583"/> + <location filename="../QScintilla/Editor.py" line="2616"/> <source>Error while printing</source> <translation>Erreur durant l'impression</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2586"/> + <location filename="../QScintilla/Editor.py" line="2619"/> <source>Printing aborted</source> <translation>Impression abandonnée</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3004"/> + <location filename="../QScintilla/Editor.py" line="3037"/> <source>Open File</source> <translation>Ouvrir Fichier</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3177"/> + <location filename="../QScintilla/Editor.py" line="3210"/> <source>Save File</source> <translation>Enregistrer Fichier</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2944"/> + <location filename="../QScintilla/Editor.py" line="2977"/> <source>File Modified</source> <translation>Fichier Modifié</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4612"/> + <location filename="../QScintilla/Editor.py" line="4664"/> <source>Autocompletion</source> <translation>Autocompletion</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4612"/> + <location filename="../QScintilla/Editor.py" line="4664"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>L'autocompletion n'est pas disponible car aucune source d'autocomplétion n'est définie.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5422"/> + <location filename="../QScintilla/Editor.py" line="5479"/> <source>Disable breakpoint</source> <translation>Désactiver le point d'arrêt</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5799"/> + <location filename="../QScintilla/Editor.py" line="5858"/> <source>Code Coverage</source> <translation>Code Coverage</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5799"/> + <location filename="../QScintilla/Editor.py" line="5858"/> <source>Please select a coverage file</source> <translation>Sélectionner un fichier coverage</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5977"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>Profile Data</source> <translation>Profiler de données</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5977"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>Please select a profile file</source> <translation>Sélectionner un fichier profile</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6476"/> + <location filename="../QScintilla/Editor.py" line="6584"/> <source>Macro Name</source> <translation>Nom de la macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6476"/> + <location filename="../QScintilla/Editor.py" line="6584"/> <source>Select a macro name:</source> <translation>Sélectionner un nom de macro:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6547"/> + <location filename="../QScintilla/Editor.py" line="6655"/> <source>Macro files (*.macro)</source> <translation>Fichier Macro (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6504"/> + <location filename="../QScintilla/Editor.py" line="6612"/> <source>Load macro file</source> <translation>Charger un fichier macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6527"/> + <location filename="../QScintilla/Editor.py" line="6635"/> <source>Error loading macro</source> <translation>Erreur lors du chargement de la macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6547"/> + <location filename="../QScintilla/Editor.py" line="6655"/> <source>Save macro file</source> <translation>Enregistrer le fichier macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6564"/> + <location filename="../QScintilla/Editor.py" line="6672"/> <source>Save macro</source> <translation>Enregistrer la macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6580"/> + <location filename="../QScintilla/Editor.py" line="6688"/> <source>Error saving macro</source> <translation>Erreur lors de l'enregistrement de la macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6593"/> + <location filename="../QScintilla/Editor.py" line="6701"/> <source>Start Macro Recording</source> <translation>Démarrer l'enregistrement de la macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6619"/> + <location filename="../QScintilla/Editor.py" line="6727"/> <source>Macro Recording</source> <translation>Enregistrement de macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6619"/> + <location filename="../QScintilla/Editor.py" line="6727"/> <source>Enter name of the macro:</source> <translation>Entrer le nom de la macro:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6757"/> + <location filename="../QScintilla/Editor.py" line="6865"/> <source>File changed</source> <translation>Fichier modifié</translation> </message> @@ -10628,37 +10628,37 @@ <translation>Sauvegarde automatique activée</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1277"/> + <location filename="../QScintilla/Editor.py" line="1310"/> <source>Goto syntax error</source> <translation>Aller à l'erreur de syntaxe suivante</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1281"/> + <location filename="../QScintilla/Editor.py" line="1314"/> <source>Clear syntax error</source> <translation>Supprimer les flags d'erreurs de syntaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7061"/> + <location filename="../QScintilla/Editor.py" line="7169"/> <source>Drop Error</source> <translation>Erreur de suppression</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1279"/> + <location filename="../QScintilla/Editor.py" line="1312"/> <source>Show syntax error message</source> <translation>Afficher le message d'erreur de syntaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6137"/> + <location filename="../QScintilla/Editor.py" line="6196"/> <source>Syntax Error</source> <translation>Erreur de syntaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6137"/> + <location filename="../QScintilla/Editor.py" line="6196"/> <source>No syntax error message available.</source> <translation>Aucun message d'erreur de syntaxe..</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1296"/> + <location filename="../QScintilla/Editor.py" line="1329"/> <source>Toggle temporary breakpoint</source> <translation>Placer/Supprimer un point d'arret temporaire</translation> </message> @@ -10673,27 +10673,27 @@ <translation>Masquer les annotations de code coverage</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1311"/> + <location filename="../QScintilla/Editor.py" line="1344"/> <source>Next uncovered line</source> <translation>Ligne non executée suivante</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1314"/> + <location filename="../QScintilla/Editor.py" line="1347"/> <source>Previous uncovered line</source> <translation>Ligne non executée précédente</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5862"/> + <location filename="../QScintilla/Editor.py" line="5921"/> <source>Show Code Coverage Annotations</source> <translation>Afficher les annotations de Code Coverage</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5855"/> + <location filename="../QScintilla/Editor.py" line="5914"/> <source>All lines have been covered.</source> <translation>Toutes les lignes ont été executées.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5862"/> + <location filename="../QScintilla/Editor.py" line="5921"/> <source>There is no coverage file available.</source> <translation>Impossible de trouver le fichier de coverage.</translation> </message> @@ -10728,72 +10728,72 @@ <translation>Pas de langage</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7082"/> + <location filename="../QScintilla/Editor.py" line="7190"/> <source>Resources</source> <translation>Ressources</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7084"/> + <location filename="../QScintilla/Editor.py" line="7192"/> <source>Add file...</source> <translation>Ajouter un fichier...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7086"/> + <location filename="../QScintilla/Editor.py" line="7194"/> <source>Add files...</source> <translation>Ajouter des fichiers...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7088"/> + <location filename="../QScintilla/Editor.py" line="7196"/> <source>Add aliased file...</source> <translation>Ajouter un fichier alias...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7091"/> + <location filename="../QScintilla/Editor.py" line="7199"/> <source>Add localized resource...</source> <translation>Ajouter une ressource localisée...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7114"/> - <source>Add file resource</source> - <translation>Ajoute un fichier ressource</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7130"/> - <source>Add file resources</source> - <translation>Ajoute des fichiers ressources</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7158"/> - <source>Add aliased file resource</source> - <translation>Ajoute un alias de fichier ressource</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7222"/> + <source>Add file resource</source> + <translation>Ajoute un fichier ressource</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7238"/> + <source>Add file resources</source> + <translation>Ajoute des fichiers ressources</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7266"/> + <source>Add aliased file resource</source> + <translation>Ajoute un alias de fichier ressource</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7330"/> <source>Package Diagram</source> <translation>Diagramme de package</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7222"/> + <location filename="../QScintilla/Editor.py" line="7330"/> <source>Include class attributes?</source> <translation>Inclure les attributs de classes ?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7256"/> + <location filename="../QScintilla/Editor.py" line="7364"/> <source>Application Diagram</source> <translation>Diagramme de l'application</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7256"/> + <location filename="../QScintilla/Editor.py" line="7364"/> <source>Include module names?</source> <translation>Inclure les noms de modules ?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7095"/> + <location filename="../QScintilla/Editor.py" line="7203"/> <source>Add resource frame</source> <translation>Ajouter un cadre ressource</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6593"/> + <location filename="../QScintilla/Editor.py" line="6701"/> <source>Macro recording is already active. Start new?</source> <translation>L'enregistrement de macro est déjà actif. En démarrer une nouvelle ?</translation> </message> @@ -10818,12 +10818,12 @@ <translation type="unfinished">à partir du document et des fichiers API</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1317"/> + <location filename="../QScintilla/Editor.py" line="1350"/> <source>Next task</source> <translation>Tâche suivante</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1319"/> + <location filename="../QScintilla/Editor.py" line="1352"/> <source>Previous task</source> <translation>Tâche précédente</translation> </message> @@ -10833,22 +10833,22 @@ <translation>Exporter en tant que</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1372"/> + <location filename="../QScintilla/Editor.py" line="1405"/> <source>Export source</source> <translation>Exportation de source</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1372"/> + <location filename="../QScintilla/Editor.py" line="1405"/> <source>No export format given. Aborting...</source> <translation>Aucun format d'exportation indiqué. Abandon...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7242"/> + <location filename="../QScintilla/Editor.py" line="7350"/> <source>Imports Diagram</source> <translation>Diagramme des modules</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7242"/> + <location filename="../QScintilla/Editor.py" line="7350"/> <source>Include imports from external modules?</source> <translation>Inclure l'importation de modules externes?</translation> </message> @@ -10908,22 +10908,22 @@ <translation>Suggestion</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1387"/> + <location filename="../QScintilla/Editor.py" line="1420"/> <source>Alternatives</source> <translation>Alternatives</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1403"/> + <location filename="../QScintilla/Editor.py" line="1436"/> <source>Pygments Lexer</source> <translation>Analyseur Pygments</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1403"/> + <location filename="../QScintilla/Editor.py" line="1436"/> <source>Select the Pygments lexer to apply.</source> <translation>Sélectionne l'analyseur Pygments à appliquer.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7538"/> + <location filename="../QScintilla/Editor.py" line="7646"/> <source>Check spelling...</source> <translation>Correction orthographique...</translation> </message> @@ -10933,12 +10933,12 @@ <translation>Correction orthographique de la sélection...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7541"/> + <location filename="../QScintilla/Editor.py" line="7649"/> <source>Add to dictionary</source> <translation>Ajouter au dictionnaire</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7543"/> + <location filename="../QScintilla/Editor.py" line="7651"/> <source>Ignore All</source> <translation>Tout ignorer</translation> </message> @@ -10953,102 +10953,102 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1364"/> + <location filename="../QScintilla/Editor.py" line="1397"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1383"/> + <location filename="../QScintilla/Editor.py" line="1416"/> <source>Alternatives ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2944"/> + <location filename="../QScintilla/Editor.py" line="2977"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation type="unfinished"><p>Le fichier <b>{0}</b> a des modifications non enregistrées. </p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3004"/> + <location filename="../QScintilla/Editor.py" line="3037"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3118"/> + <location filename="../QScintilla/Editor.py" line="3151"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6518"/> + <location filename="../QScintilla/Editor.py" line="6626"/> <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="6527"/> + <location filename="../QScintilla/Editor.py" line="6635"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6580"/> + <location filename="../QScintilla/Editor.py" line="6688"/> <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="6921"/> + <location filename="../QScintilla/Editor.py" line="7029"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7061"/> + <location filename="../QScintilla/Editor.py" line="7169"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7158"/> + <location filename="../QScintilla/Editor.py" line="7266"/> <source>Alias for file <b>{0}</b>:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1284"/> + <location filename="../QScintilla/Editor.py" line="1317"/> <source>Next warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1287"/> + <location filename="../QScintilla/Editor.py" line="1320"/> <source>Previous warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1289"/> + <location filename="../QScintilla/Editor.py" line="1322"/> <source>Show warning message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1291"/> + <location filename="../QScintilla/Editor.py" line="1324"/> <source>Clear warnings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3177"/> + <location filename="../QScintilla/Editor.py" line="3210"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"><p>Le fichier <b>{0}</b>existe déjà. Écraser ?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6564"/> + <location filename="../QScintilla/Editor.py" line="6672"/> <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="6415"/> + <location filename="../QScintilla/Editor.py" line="6474"/> <source>Warning: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6422"/> + <location filename="../QScintilla/Editor.py" line="6481"/> <source>Error: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6753"/> + <location filename="../QScintilla/Editor.py" line="6861"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation type="unfinished"></translation> </message> @@ -11063,37 +11063,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1322"/> + <location filename="../QScintilla/Editor.py" line="1355"/> <source>Next change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1325"/> + <location filename="../QScintilla/Editor.py" line="1358"/> <source>Previous change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7955"/> + <location filename="../QScintilla/Editor.py" line="8063"/> <source>Sort Lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7955"/> + <location filename="../QScintilla/Editor.py" line="8063"/> <source>The selection contains illegal data for a numerical sort.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6351"/> + <location filename="../QScintilla/Editor.py" line="6410"/> <source>Warning</source> <translation type="unfinished">Warning</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6351"/> + <location filename="../QScintilla/Editor.py" line="6410"/> <source>No warning messages available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6412"/> + <location filename="../QScintilla/Editor.py" line="6471"/> <source>Style: {0}</source> <translation type="unfinished"></translation> </message> @@ -11118,7 +11118,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6747"/> + <location filename="../QScintilla/Editor.py" line="6855"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> <translation type="unfinished"></translation> </message> @@ -11133,32 +11133,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4737"/> + <location filename="../QScintilla/Editor.py" line="4789"/> <source>Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4737"/> + <location filename="../QScintilla/Editor.py" line="4789"/> <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4999"/> + <location filename="../QScintilla/Editor.py" line="5051"/> <source>Call-Tips Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4999"/> + <location filename="../QScintilla/Editor.py" line="5051"/> <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8042"/> + <location filename="../QScintilla/Editor.py" line="8150"/> <source>Register Mouse Click Handler</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8042"/> + <location filename="../QScintilla/Editor.py" line="8150"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished"></translation> </message> @@ -11178,7 +11178,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1328"/> + <location filename="../QScintilla/Editor.py" line="1361"/> <source>Clear changes</source> <translation type="unfinished"></translation> </message> @@ -11188,15 +11188,45 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8163"/> + <location filename="../QScintilla/Editor.py" line="8271"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8163"/> + <location filename="../QScintilla/Editor.py" line="8271"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../QScintilla/Editor.py" line="1212"/> + <source>Toggle all folds</source> + <translation type="unfinished">Contracte/Déploie tout le code</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1216"/> + <source>Toggle all folds (including children)</source> + <translation type="unfinished">Contracte/Déploie tout le code (sous-niveaux inclus)</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1220"/> + <source>Toggle current fold</source> + <translation type="unfinished">Contracte/Déploie le paragraphe courant</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1225"/> + <source>Expand (including children)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1229"/> + <source>Collapse (including children)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1234"/> + <source>Clear all folds</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EditorAPIsPage</name> @@ -81245,27 +81275,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6531"/> + <location filename="../ViewManager/ViewManager.py" line="6530"/> <source>Edit Spelling Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6491"/> + <location filename="../ViewManager/ViewManager.py" line="6490"/> <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="6506"/> + <location filename="../ViewManager/ViewManager.py" line="6505"/> <source>Editing {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6518"/> + <location filename="../ViewManager/ViewManager.py" line="6517"/> <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="6531"/> + <location filename="../ViewManager/ViewManager.py" line="6530"/> <source>The spelling dictionary was saved successfully.</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_it.ts Fri May 18 19:41:02 2018 +0200 +++ b/i18n/eric6_it.ts Sat May 19 16:38:28 2018 +0200 @@ -10094,202 +10094,202 @@ <translation>Profilazione dati...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1268"/> + <location filename="../QScintilla/Editor.py" line="1301"/> <source>Toggle bookmark</source> <translation>Inverti bookmark</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1270"/> + <location filename="../QScintilla/Editor.py" line="1303"/> <source>Next bookmark</source> <translation>Prossimo segnalibro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1272"/> + <location filename="../QScintilla/Editor.py" line="1305"/> <source>Previous bookmark</source> <translation>Segnalibro precedente</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1274"/> + <location filename="../QScintilla/Editor.py" line="1307"/> <source>Clear all bookmarks</source> <translation>Pulisci di tutti di segnalibri</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1294"/> + <location filename="../QScintilla/Editor.py" line="1327"/> <source>Toggle breakpoint</source> <translation>Abilita/Disabilita breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1299"/> + <location filename="../QScintilla/Editor.py" line="1332"/> <source>Edit breakpoint...</source> <translation>Modifica Breakpoint...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5419"/> + <location filename="../QScintilla/Editor.py" line="5476"/> <source>Enable breakpoint</source> <translation>Abilita breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1304"/> + <location filename="../QScintilla/Editor.py" line="1337"/> <source>Next breakpoint</source> <translation>Prossimo breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1306"/> + <location filename="../QScintilla/Editor.py" line="1339"/> <source>Previous breakpoint</source> <translation>Breakpoint precedente</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1308"/> + <location filename="../QScintilla/Editor.py" line="1341"/> <source>Clear all breakpoints</source> <translation>Elimina tutti i breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1331"/> + <location filename="../QScintilla/Editor.py" line="1364"/> <source>LMB toggles bookmarks</source> <translation>Inverti bookmark LMB</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1335"/> + <location filename="../QScintilla/Editor.py" line="1368"/> <source>LMB toggles breakpoints</source> <translation>Toggle Breakpoint LMB</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1879"/> + <location filename="../QScintilla/Editor.py" line="1912"/> <source>Modification of Read Only file</source> <translation>Modifica di un file di sola lettura</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1879"/> + <location filename="../QScintilla/Editor.py" line="1912"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Stai tentando di modificare un file in sola lettura. Per favore prima salva come un file diverso.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2564"/> + <location filename="../QScintilla/Editor.py" line="2597"/> <source>Printing...</source> <translation>In stampa...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2581"/> + <location filename="../QScintilla/Editor.py" line="2614"/> <source>Printing completed</source> <translation>Stampa completata</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2583"/> + <location filename="../QScintilla/Editor.py" line="2616"/> <source>Error while printing</source> <translation>Errore durante la stampa</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2586"/> + <location filename="../QScintilla/Editor.py" line="2619"/> <source>Printing aborted</source> <translation>Stampa annullata</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3004"/> + <location filename="../QScintilla/Editor.py" line="3037"/> <source>Open File</source> <translation>Apri File</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3177"/> + <location filename="../QScintilla/Editor.py" line="3210"/> <source>Save File</source> <translation>Salva file</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2944"/> + <location filename="../QScintilla/Editor.py" line="2977"/> <source>File Modified</source> <translation>File modificato</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4612"/> + <location filename="../QScintilla/Editor.py" line="4664"/> <source>Autocompletion</source> <translation>Autocompletamento</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4612"/> + <location filename="../QScintilla/Editor.py" line="4664"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>L'autocomplentamento non è disponibile perchè non ci sono fonti impostate.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5422"/> + <location filename="../QScintilla/Editor.py" line="5479"/> <source>Disable breakpoint</source> <translation>Disabilita breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5799"/> + <location filename="../QScintilla/Editor.py" line="5858"/> <source>Code Coverage</source> <translation>Analisi codice</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5799"/> + <location filename="../QScintilla/Editor.py" line="5858"/> <source>Please select a coverage file</source> <translation>Per favore seleziona un file per l'analisi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5977"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>Profile Data</source> <translation>Profilazione dati</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5977"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>Please select a profile file</source> <translation>Per favore seleziona un file per la profilazione</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6476"/> + <location filename="../QScintilla/Editor.py" line="6584"/> <source>Macro Name</source> <translation>Nome Macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6476"/> + <location filename="../QScintilla/Editor.py" line="6584"/> <source>Select a macro name:</source> <translation>Seleziona un nome per la macro:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6547"/> + <location filename="../QScintilla/Editor.py" line="6655"/> <source>Macro files (*.macro)</source> <translation>File Macro (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6504"/> + <location filename="../QScintilla/Editor.py" line="6612"/> <source>Load macro file</source> <translation>Carica un file di macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6527"/> + <location filename="../QScintilla/Editor.py" line="6635"/> <source>Error loading macro</source> <translation>Errore nel caricamento della macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6547"/> + <location filename="../QScintilla/Editor.py" line="6655"/> <source>Save macro file</source> <translation>Salva un file di macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6564"/> + <location filename="../QScintilla/Editor.py" line="6672"/> <source>Save macro</source> <translation>Salva macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6580"/> + <location filename="../QScintilla/Editor.py" line="6688"/> <source>Error saving macro</source> <translation>Errore nel salvataggio della macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6593"/> + <location filename="../QScintilla/Editor.py" line="6701"/> <source>Start Macro Recording</source> <translation>Avvia registrazione della macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6619"/> + <location filename="../QScintilla/Editor.py" line="6727"/> <source>Macro Recording</source> <translation>Registrazione Macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6619"/> + <location filename="../QScintilla/Editor.py" line="6727"/> <source>Enter name of the macro:</source> <translation>Inserisci un nome per la macro:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6757"/> + <location filename="../QScintilla/Editor.py" line="6865"/> <source>File changed</source> <translation>File modificato</translation> </message> @@ -10299,37 +10299,37 @@ <translation>Salvataggio automatico abilitato</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1277"/> + <location filename="../QScintilla/Editor.py" line="1310"/> <source>Goto syntax error</source> <translation>Vai all'errore di sintassi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1281"/> + <location filename="../QScintilla/Editor.py" line="1314"/> <source>Clear syntax error</source> <translation>Elimina errori di sintassi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7061"/> + <location filename="../QScintilla/Editor.py" line="7169"/> <source>Drop Error</source> <translation>Errore Drop</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1279"/> + <location filename="../QScintilla/Editor.py" line="1312"/> <source>Show syntax error message</source> <translation>Mostra i messaggi degli errori di sintassi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6137"/> + <location filename="../QScintilla/Editor.py" line="6196"/> <source>Syntax Error</source> <translation>Errore di sintassi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6137"/> + <location filename="../QScintilla/Editor.py" line="6196"/> <source>No syntax error message available.</source> <translation>Nessun messaggio degli errori di sintassi disponibile.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1296"/> + <location filename="../QScintilla/Editor.py" line="1329"/> <source>Toggle temporary breakpoint</source> <translation>Abilita/Disabilita breakpoint temporaneo</translation> </message> @@ -10344,27 +10344,27 @@ <translation>Nascondi le annotazioni dell'analisi del codice</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1311"/> + <location filename="../QScintilla/Editor.py" line="1344"/> <source>Next uncovered line</source> <translation>Prossimo file non analizzato</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1314"/> + <location filename="../QScintilla/Editor.py" line="1347"/> <source>Previous uncovered line</source> <translation>File non analizzato precedente</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5862"/> + <location filename="../QScintilla/Editor.py" line="5921"/> <source>Show Code Coverage Annotations</source> <translation>Mostra le annotazioni dell'analisi del codice</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5855"/> + <location filename="../QScintilla/Editor.py" line="5914"/> <source>All lines have been covered.</source> <translation>Tutte le linee sono state analizzate.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5862"/> + <location filename="../QScintilla/Editor.py" line="5921"/> <source>There is no coverage file available.</source> <translation>Non ci sono file di analisi disponibili.</translation> </message> @@ -10399,72 +10399,72 @@ <translation>Nessun linguaggio</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7082"/> + <location filename="../QScintilla/Editor.py" line="7190"/> <source>Resources</source> <translation>Risorse</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7084"/> + <location filename="../QScintilla/Editor.py" line="7192"/> <source>Add file...</source> <translation>Aggiungi file...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7086"/> + <location filename="../QScintilla/Editor.py" line="7194"/> <source>Add files...</source> <translation>Aggiungi files...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7088"/> + <location filename="../QScintilla/Editor.py" line="7196"/> <source>Add aliased file...</source> <translation>Aggiungi file sinonimo...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7091"/> + <location filename="../QScintilla/Editor.py" line="7199"/> <source>Add localized resource...</source> <translation>Aggiungi una risorsa localizzata...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7114"/> - <source>Add file resource</source> - <translation>Aggiungi un file risorse</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7130"/> - <source>Add file resources</source> - <translation>Aggiundi dei file risorse</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7158"/> - <source>Add aliased file resource</source> - <translation>Aggiungi file sinonimo delle risorse</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7222"/> + <source>Add file resource</source> + <translation>Aggiungi un file risorse</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7238"/> + <source>Add file resources</source> + <translation>Aggiundi dei file risorse</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7266"/> + <source>Add aliased file resource</source> + <translation>Aggiungi file sinonimo delle risorse</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7330"/> <source>Package Diagram</source> <translation>Diagrammi del package</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7222"/> + <location filename="../QScintilla/Editor.py" line="7330"/> <source>Include class attributes?</source> <translation>Includi gli attributi della classe ?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7256"/> + <location filename="../QScintilla/Editor.py" line="7364"/> <source>Application Diagram</source> <translation>Diagrammi dell'applicazione</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7256"/> + <location filename="../QScintilla/Editor.py" line="7364"/> <source>Include module names?</source> <translation>Includi i nomi dei moduli ?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7095"/> + <location filename="../QScintilla/Editor.py" line="7203"/> <source>Add resource frame</source> <translation>Aggiungi riquadro delle risorse</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6593"/> + <location filename="../QScintilla/Editor.py" line="6701"/> <source>Macro recording is already active. Start new?</source> <translation>Registrazione macro già attiva. Avvia nuovamente ?</translation> </message> @@ -10484,12 +10484,12 @@ <translation type="unfinished">dal Documento e dalle APIs</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1317"/> + <location filename="../QScintilla/Editor.py" line="1350"/> <source>Next task</source> <translation>Prossimo task</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1319"/> + <location filename="../QScintilla/Editor.py" line="1352"/> <source>Previous task</source> <translation>Task precedente</translation> </message> @@ -10499,22 +10499,22 @@ <translation>Esporta come</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1372"/> + <location filename="../QScintilla/Editor.py" line="1405"/> <source>Export source</source> <translation>Esporta sorgenti</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1372"/> + <location filename="../QScintilla/Editor.py" line="1405"/> <source>No export format given. Aborting...</source> <translation>Nessun formato di export impostato. Annullamento...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7242"/> + <location filename="../QScintilla/Editor.py" line="7350"/> <source>Imports Diagram</source> <translation>Importa diagrammi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7242"/> + <location filename="../QScintilla/Editor.py" line="7350"/> <source>Include imports from external modules?</source> <translation>Includi gli import dai moduli esterni ?</translation> </message> @@ -10569,22 +10569,22 @@ <translation>Indovinato</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1387"/> + <location filename="../QScintilla/Editor.py" line="1420"/> <source>Alternatives</source> <translation>Alternative</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1403"/> + <location filename="../QScintilla/Editor.py" line="1436"/> <source>Pygments Lexer</source> <translation>Analizzatore lessicale Pygments</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1403"/> + <location filename="../QScintilla/Editor.py" line="1436"/> <source>Select the Pygments lexer to apply.</source> <translation>Selezione l'analizzatore lessicale di Pygments da applicare.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7538"/> + <location filename="../QScintilla/Editor.py" line="7646"/> <source>Check spelling...</source> <translation>Controllo sillabazione...</translation> </message> @@ -10594,12 +10594,12 @@ <translation>Controllo sillabazione della selezione...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7541"/> + <location filename="../QScintilla/Editor.py" line="7649"/> <source>Add to dictionary</source> <translation>Aggiungi al dizionario</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7543"/> + <location filename="../QScintilla/Editor.py" line="7651"/> <source>Ignore All</source> <translation>Ignora tutto</translation> </message> @@ -10614,102 +10614,102 @@ <translation><p>La dimensione del file <b>{0}</b> è <b>{1} KB</b>. Sei sicuro di volerlo caricare ?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1364"/> + <location filename="../QScintilla/Editor.py" line="1397"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation><p>Nessun esportatore disponibile per il formato di export<b>{0}</b>. Termino...</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1383"/> + <location filename="../QScintilla/Editor.py" line="1416"/> <source>Alternatives ({0})</source> <translation>Alternative ({0})</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2944"/> + <location filename="../QScintilla/Editor.py" line="2977"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>Il file <b>{0}</b> contiene modifiche non salvate.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3004"/> + <location filename="../QScintilla/Editor.py" line="3037"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>Il file <b>{0}</b> non può essere aperto.<br />Motivo: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3118"/> + <location filename="../QScintilla/Editor.py" line="3151"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>Il file <b>{0}</b> non può essere salvato.<br />Motivo: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6518"/> + <location filename="../QScintilla/Editor.py" line="6626"/> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation><p>Il file macro <b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6527"/> + <location filename="../QScintilla/Editor.py" line="6635"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation><p>Il file macro <b>{0}</b> è danneggiato.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6580"/> + <location filename="../QScintilla/Editor.py" line="6688"/> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation><p>Il file macro <b>{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6921"/> + <location filename="../QScintilla/Editor.py" line="7029"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7061"/> + <location filename="../QScintilla/Editor.py" line="7169"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> non è un file.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7158"/> + <location filename="../QScintilla/Editor.py" line="7266"/> <source>Alias for file <b>{0}</b>:</source> <translation>Alias per il file <b>{0}</b>:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1284"/> + <location filename="../QScintilla/Editor.py" line="1317"/> <source>Next warning</source> <translation>Warning successivo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1287"/> + <location filename="../QScintilla/Editor.py" line="1320"/> <source>Previous warning</source> <translation>Warning precedente</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1289"/> + <location filename="../QScintilla/Editor.py" line="1322"/> <source>Show warning message</source> <translation>Mostra Warning</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1291"/> + <location filename="../QScintilla/Editor.py" line="1324"/> <source>Clear warnings</source> <translation>Pulisci warning</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3177"/> + <location filename="../QScintilla/Editor.py" line="3210"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Il file <b>{0}</b> esiste già. Sovrascriverlo ?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6564"/> + <location filename="../QScintilla/Editor.py" line="6672"/> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Il file delle macro <b>{0}</b> esiste già.Sovrascriverlo ?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6415"/> + <location filename="../QScintilla/Editor.py" line="6474"/> <source>Warning: {0}</source> <translation>Attenzione: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6422"/> + <location filename="../QScintilla/Editor.py" line="6481"/> <source>Error: {0}</source> <translation>Errore: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6753"/> + <location filename="../QScintilla/Editor.py" line="6861"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation><br><b>Attenzione:</b> con la riapertura le modifiche andranno perse.</translation> </message> @@ -10724,37 +10724,37 @@ <translation>Carica Diagramma...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1322"/> + <location filename="../QScintilla/Editor.py" line="1355"/> <source>Next change</source> <translation>Modifica successiva</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1325"/> + <location filename="../QScintilla/Editor.py" line="1358"/> <source>Previous change</source> <translation>Modifica precedente</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7955"/> + <location filename="../QScintilla/Editor.py" line="8063"/> <source>Sort Lines</source> <translation>Righe ordinate</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7955"/> + <location filename="../QScintilla/Editor.py" line="8063"/> <source>The selection contains illegal data for a numerical sort.</source> <translation>La selezione contiene dati non validi per un ordinamento numerico.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6351"/> + <location filename="../QScintilla/Editor.py" line="6410"/> <source>Warning</source> <translation>Attenzione</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6351"/> + <location filename="../QScintilla/Editor.py" line="6410"/> <source>No warning messages available.</source> <translation>Nessun messaggio di attenzione disponibile.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6412"/> + <location filename="../QScintilla/Editor.py" line="6471"/> <source>Style: {0}</source> <translation>Stile: {0}</translation> </message> @@ -10779,7 +10779,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6747"/> + <location filename="../QScintilla/Editor.py" line="6855"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> <translation type="unfinished"><p>Il file <b>{0}</b> è stato modificato mentre era aperto in eric6. Rileggerlo ?</p></translation> </message> @@ -10794,32 +10794,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4737"/> + <location filename="../QScintilla/Editor.py" line="4789"/> <source>Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4737"/> + <location filename="../QScintilla/Editor.py" line="4789"/> <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4999"/> + <location filename="../QScintilla/Editor.py" line="5051"/> <source>Call-Tips Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4999"/> + <location filename="../QScintilla/Editor.py" line="5051"/> <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8042"/> + <location filename="../QScintilla/Editor.py" line="8150"/> <source>Register Mouse Click Handler</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8042"/> + <location filename="../QScintilla/Editor.py" line="8150"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished"></translation> </message> @@ -10839,7 +10839,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1328"/> + <location filename="../QScintilla/Editor.py" line="1361"/> <source>Clear changes</source> <translation type="unfinished"></translation> </message> @@ -10849,15 +10849,45 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8163"/> + <location filename="../QScintilla/Editor.py" line="8271"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8163"/> + <location filename="../QScintilla/Editor.py" line="8271"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../QScintilla/Editor.py" line="1212"/> + <source>Toggle all folds</source> + <translation type="unfinished">Abilita/Disabilita tutti i raggruppamenti</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1216"/> + <source>Toggle all folds (including children)</source> + <translation type="unfinished">Abilita/Disabilita tutti i raggruppamenti (inclusi i figli)</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1220"/> + <source>Toggle current fold</source> + <translation type="unfinished">Abilita/Disabilita il raggruppamento corrente</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1225"/> + <source>Expand (including children)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1229"/> + <source>Collapse (including children)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1234"/> + <source>Clear all folds</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EditorAPIsPage</name> @@ -79941,27 +79971,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6531"/> + <location filename="../ViewManager/ViewManager.py" line="6530"/> <source>Edit Spelling Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6506"/> + <location filename="../ViewManager/ViewManager.py" line="6505"/> <source>Editing {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6491"/> + <location filename="../ViewManager/ViewManager.py" line="6490"/> <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="6518"/> + <location filename="../ViewManager/ViewManager.py" line="6517"/> <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="6531"/> + <location filename="../ViewManager/ViewManager.py" line="6530"/> <source>The spelling dictionary was saved successfully.</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_pt.ts Fri May 18 19:41:02 2018 +0200 +++ b/i18n/eric6_pt.ts Sat May 19 16:38:28 2018 +0200 @@ -10464,7 +10464,7 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="3004"/> + <location filename="../QScintilla/Editor.py" line="3037"/> <source>Open File</source> <translation>Abrir Ficheiro</translation> </message> @@ -10554,7 +10554,7 @@ <translation>Desselecionar tudo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7538"/> + <location filename="../QScintilla/Editor.py" line="7646"/> <source>Check spelling...</source> <translation>Verificação ortográfica...</translation> </message> @@ -10724,7 +10724,7 @@ <translation>Adivinhado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1387"/> + <location filename="../QScintilla/Editor.py" line="1420"/> <source>Alternatives</source> <translation>Alternativas</translation> </message> @@ -10759,477 +10759,477 @@ <translation>Exportar como</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1268"/> + <location filename="../QScintilla/Editor.py" line="1301"/> <source>Toggle bookmark</source> <translation>Alternar marcadores</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1270"/> + <location filename="../QScintilla/Editor.py" line="1303"/> <source>Next bookmark</source> <translation>Marcador seguinte</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1272"/> + <location filename="../QScintilla/Editor.py" line="1305"/> <source>Previous bookmark</source> <translation>Marcador anterior</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1274"/> + <location filename="../QScintilla/Editor.py" line="1307"/> <source>Clear all bookmarks</source> <translation>Limpar os marcadores todos</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1294"/> + <location filename="../QScintilla/Editor.py" line="1327"/> <source>Toggle breakpoint</source> <translation>Alternar pontos de interrupção</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1296"/> + <location filename="../QScintilla/Editor.py" line="1329"/> <source>Toggle temporary breakpoint</source> <translation>Alternar pontos de interrupção temporais</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1299"/> + <location filename="../QScintilla/Editor.py" line="1332"/> <source>Edit breakpoint...</source> <translation>Editar ponto de interrupção...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5419"/> + <location filename="../QScintilla/Editor.py" line="5476"/> <source>Enable breakpoint</source> <translation>Habilitar pontos de interrupção</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1304"/> + <location filename="../QScintilla/Editor.py" line="1337"/> <source>Next breakpoint</source> <translation>Ponto de interrupção seguinte</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1306"/> + <location filename="../QScintilla/Editor.py" line="1339"/> <source>Previous breakpoint</source> <translation>Ponto de interrupção anterior</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1308"/> + <location filename="../QScintilla/Editor.py" line="1341"/> <source>Clear all breakpoints</source> <translation>Apagar todos os pontos de interrupção</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1277"/> + <location filename="../QScintilla/Editor.py" line="1310"/> <source>Goto syntax error</source> <translation>Ir ao erro de sintaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1279"/> + <location filename="../QScintilla/Editor.py" line="1312"/> <source>Show syntax error message</source> <translation>Mostrar a mensagem de erro de sintaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1281"/> - <source>Clear syntax error</source> - <translation>Limpar o erro de sintaxe</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1284"/> - <source>Next warning</source> - <translation>Aviso seguinte</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1287"/> - <source>Previous warning</source> - <translation>Aviso anterior</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1289"/> - <source>Show warning message</source> - <translation>Mostrar mensagem de aviso</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1291"/> - <source>Clear warnings</source> - <translation>Limpar avisos</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1311"/> - <source>Next uncovered line</source> - <translation>Linha seguinte sem cobrir</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1314"/> - <source>Previous uncovered line</source> - <translation>Linha anterior sem cobrir</translation> + <source>Clear syntax error</source> + <translation>Limpar o erro de sintaxe</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1317"/> + <source>Next warning</source> + <translation>Aviso seguinte</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1320"/> + <source>Previous warning</source> + <translation>Aviso anterior</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1322"/> + <source>Show warning message</source> + <translation>Mostrar mensagem de aviso</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1324"/> + <source>Clear warnings</source> + <translation>Limpar avisos</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1344"/> + <source>Next uncovered line</source> + <translation>Linha seguinte sem cobrir</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1347"/> + <source>Previous uncovered line</source> + <translation>Linha anterior sem cobrir</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1350"/> <source>Next task</source> <translation>Tarefa seguinte</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1319"/> + <location filename="../QScintilla/Editor.py" line="1352"/> <source>Previous task</source> <translation>Tarefa anterior</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1331"/> - <source>LMB toggles bookmarks</source> - <translation>Botão Esq. do Rato alterna marcadores</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1335"/> - <source>LMB toggles breakpoints</source> - <translation>Botão Esq. do Rato alterna pontos de interrupção</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1372"/> - <source>Export source</source> - <translation>Exportar fonte</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1364"/> + <source>LMB toggles bookmarks</source> + <translation>Botão Esq. do Rato alterna marcadores</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1368"/> + <source>LMB toggles breakpoints</source> + <translation>Botão Esq. do Rato alterna pontos de interrupção</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1405"/> + <source>Export source</source> + <translation>Exportar fonte</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1397"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation><p>Não está disponível um exportador para formato <b>{0}</b>. A cancelar...</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1372"/> + <location filename="../QScintilla/Editor.py" line="1405"/> <source>No export format given. Aborting...</source> <translation>Não foi dado o formato para exportar. A cancelar...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1383"/> + <location filename="../QScintilla/Editor.py" line="1416"/> <source>Alternatives ({0})</source> <translation>Alternativas ({0})</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1403"/> + <location filename="../QScintilla/Editor.py" line="1436"/> <source>Pygments Lexer</source> <translation>Analizador Léxico Pygments</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1403"/> + <location filename="../QScintilla/Editor.py" line="1436"/> <source>Select the Pygments lexer to apply.</source> <translation>Selecionar o analizador léxico Pygments a aplicar.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1879"/> + <location filename="../QScintilla/Editor.py" line="1912"/> <source>Modification of Read Only file</source> <translation>Modificação do ficheiro de Apenas Leitura</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1879"/> + <location filename="../QScintilla/Editor.py" line="1912"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Tenta alterar um ficheiro de Apenas Leitura. Por favor guarde-o primeiro num ficheiro diferente. </translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2564"/> + <location filename="../QScintilla/Editor.py" line="2597"/> <source>Printing...</source> <translation>A imprimir...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2581"/> + <location filename="../QScintilla/Editor.py" line="2614"/> <source>Printing completed</source> <translation>Impressão completa</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2583"/> + <location filename="../QScintilla/Editor.py" line="2616"/> <source>Error while printing</source> <translation>Erro durante a impressão</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2586"/> + <location filename="../QScintilla/Editor.py" line="2619"/> <source>Printing aborted</source> <translation>Impressão cancelada</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2944"/> + <location filename="../QScintilla/Editor.py" line="2977"/> <source>File Modified</source> <translation>Ficheiro Modificado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2944"/> + <location filename="../QScintilla/Editor.py" line="2977"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>O ficheiro <b>{0}</b> tem alterações por gravar.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3004"/> + <location filename="../QScintilla/Editor.py" line="3037"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>Não se pôde abrir o ficheiro <b>{0}</b>.</p><p> Motivo: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3177"/> + <location filename="../QScintilla/Editor.py" line="3210"/> <source>Save File</source> <translation>Gravar Ficheiro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3118"/> + <location filename="../QScintilla/Editor.py" line="3151"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>O ficheiro <b>{0}</b> não se pôde gravar. <br/>Motivo: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3177"/> + <location filename="../QScintilla/Editor.py" line="3210"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>O ficheiro <b>{0}</b> já existe. Sobreescrever?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4612"/> + <location filename="../QScintilla/Editor.py" line="4664"/> <source>Autocompletion</source> <translation>Autocompletar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4612"/> + <location filename="../QScintilla/Editor.py" line="4664"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>Autocompletar não está disponivel porque a fonte de autocompletar não está definida.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5422"/> + <location filename="../QScintilla/Editor.py" line="5479"/> <source>Disable breakpoint</source> <translation>Inabilitar ponto de interrupção</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5799"/> + <location filename="../QScintilla/Editor.py" line="5858"/> <source>Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5799"/> + <location filename="../QScintilla/Editor.py" line="5858"/> <source>Please select a coverage file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5862"/> + <location filename="../QScintilla/Editor.py" line="5921"/> <source>Show Code Coverage Annotations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5855"/> + <location filename="../QScintilla/Editor.py" line="5914"/> <source>All lines have been covered.</source> <translation>Foram cobertas as linhas todas.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5862"/> + <location filename="../QScintilla/Editor.py" line="5921"/> <source>There is no coverage file available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5977"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>Profile Data</source> <translation>Dados de Perfil</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5977"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>Please select a profile file</source> <translation>Escolha um ficheiro de perfil por favor</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6137"/> + <location filename="../QScintilla/Editor.py" line="6196"/> <source>Syntax Error</source> <translation>Erro de Sintaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6137"/> + <location filename="../QScintilla/Editor.py" line="6196"/> <source>No syntax error message available.</source> <translation>Não está disponível a mensagem de erro de sintaxe.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6476"/> + <location filename="../QScintilla/Editor.py" line="6584"/> <source>Macro Name</source> <translation>Nome de Macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6476"/> + <location filename="../QScintilla/Editor.py" line="6584"/> <source>Select a macro name:</source> <translation>Selecionar um nome de macro:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6504"/> + <location filename="../QScintilla/Editor.py" line="6612"/> <source>Load macro file</source> <translation>Carregar ficheiro macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6547"/> + <location filename="../QScintilla/Editor.py" line="6655"/> <source>Macro files (*.macro)</source> <translation>Ficheiros Macro (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6527"/> + <location filename="../QScintilla/Editor.py" line="6635"/> <source>Error loading macro</source> <translation>Erro ao carregar macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6518"/> + <location filename="../QScintilla/Editor.py" line="6626"/> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation><p>O ficheiro macro <b>{0}</b> não se pode ler.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6527"/> + <location filename="../QScintilla/Editor.py" line="6635"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation><p>O ficheiro macro <b>{0}</b> está corrompido.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6547"/> + <location filename="../QScintilla/Editor.py" line="6655"/> <source>Save macro file</source> <translation>Gravar ficheiro macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6564"/> + <location filename="../QScintilla/Editor.py" line="6672"/> <source>Save macro</source> <translation>Gravar macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6564"/> + <location filename="../QScintilla/Editor.py" line="6672"/> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>O ficheiro macro <b>{0}</b> já existe. Sobreescrever-lo?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6580"/> + <location filename="../QScintilla/Editor.py" line="6688"/> <source>Error saving macro</source> <translation>Erro ao gravar macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6580"/> + <location filename="../QScintilla/Editor.py" line="6688"/> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation><p>O ficheiro macro <b>{0}</b> não pode ser escrito.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6593"/> + <location filename="../QScintilla/Editor.py" line="6701"/> <source>Start Macro Recording</source> <translation>Iniciar Registo de Macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6593"/> + <location filename="../QScintilla/Editor.py" line="6701"/> <source>Macro recording is already active. Start new?</source> <translation>A gravação de macro já está ativada. Começar nova?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6619"/> + <location filename="../QScintilla/Editor.py" line="6727"/> <source>Macro Recording</source> <translation>Gravação de Macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6619"/> + <location filename="../QScintilla/Editor.py" line="6727"/> <source>Enter name of the macro:</source> <translation>Introduza o nome de macro:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6757"/> + <location filename="../QScintilla/Editor.py" line="6865"/> <source>File changed</source> <translation>Ficheiro alterado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6921"/> + <location filename="../QScintilla/Editor.py" line="7029"/> <source>{0} (ro)</source> <translation></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7061"/> + <location filename="../QScintilla/Editor.py" line="7169"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7061"/> + <location filename="../QScintilla/Editor.py" line="7169"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> não é um ficheiro.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7082"/> + <location filename="../QScintilla/Editor.py" line="7190"/> <source>Resources</source> <translation>Recursos</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7084"/> + <location filename="../QScintilla/Editor.py" line="7192"/> <source>Add file...</source> <translation>Adicionar Ficheiro...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7086"/> + <location filename="../QScintilla/Editor.py" line="7194"/> <source>Add files...</source> <translation>Adicionar Ficheiros...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7088"/> + <location filename="../QScintilla/Editor.py" line="7196"/> <source>Add aliased file...</source> <translation>Adicionar ficheiro com pseudónimo...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7091"/> + <location filename="../QScintilla/Editor.py" line="7199"/> <source>Add localized resource...</source> <translation>Adicionar recursos localizado...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7095"/> + <location filename="../QScintilla/Editor.py" line="7203"/> <source>Add resource frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7114"/> - <source>Add file resource</source> - <translation>Adicionar recurso de ficheiro</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7130"/> - <source>Add file resources</source> - <translation>Adicionar recursos de ficheiro</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7158"/> - <source>Add aliased file resource</source> - <translation>Adicionar recurso de ficheiro com pseudónimo</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7158"/> - <source>Alias for file <b>{0}</b>:</source> - <translation>Pseudónimo para o ficheiro <b>{0}</b>:</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7222"/> + <source>Add file resource</source> + <translation>Adicionar recurso de ficheiro</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7238"/> + <source>Add file resources</source> + <translation>Adicionar recursos de ficheiro</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7266"/> + <source>Add aliased file resource</source> + <translation>Adicionar recurso de ficheiro com pseudónimo</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7266"/> + <source>Alias for file <b>{0}</b>:</source> + <translation>Pseudónimo para o ficheiro <b>{0}</b>:</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7330"/> <source>Package Diagram</source> <translation>Diagrama do Pacote</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7222"/> + <location filename="../QScintilla/Editor.py" line="7330"/> <source>Include class attributes?</source> <translation>Incluir atributos de classes?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7242"/> + <location filename="../QScintilla/Editor.py" line="7350"/> <source>Imports Diagram</source> <translation>Diagrama de Imports</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7242"/> + <location filename="../QScintilla/Editor.py" line="7350"/> <source>Include imports from external modules?</source> <translation>Incluir imports de módulos externos?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7256"/> + <location filename="../QScintilla/Editor.py" line="7364"/> <source>Application Diagram</source> <translation>Diagrama da Aplicação</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7256"/> + <location filename="../QScintilla/Editor.py" line="7364"/> <source>Include module names?</source> <translation>Incluir nome dos módulos?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7541"/> + <location filename="../QScintilla/Editor.py" line="7649"/> <source>Add to dictionary</source> <translation>Adicionar dicionário</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7543"/> + <location filename="../QScintilla/Editor.py" line="7651"/> <source>Ignore All</source> <translation>Ignorar Tudo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6415"/> + <location filename="../QScintilla/Editor.py" line="6474"/> <source>Warning: {0}</source> <translation>Aviso: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6422"/> + <location filename="../QScintilla/Editor.py" line="6481"/> <source>Error: {0}</source> <translation>Erro: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6753"/> + <location filename="../QScintilla/Editor.py" line="6861"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation><br><b>Aviso:</b> Perderá todas as alterações uma vez que o volte a abrir.</translation> </message> @@ -11244,7 +11244,7 @@ <translation type="obsolete">Não se pode conetar o fornecedor de autocompletar porque já há outro ativo. Por favor verifique a sua configuração.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4999"/> + <location filename="../QScintilla/Editor.py" line="5051"/> <source>Call-Tips Provider</source> <translation type="unfinished"></translation> </message> @@ -11264,37 +11264,37 @@ <translation>Carregar Diagrama...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1322"/> + <location filename="../QScintilla/Editor.py" line="1355"/> <source>Next change</source> <translation>Alteração seguinte</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1325"/> + <location filename="../QScintilla/Editor.py" line="1358"/> <source>Previous change</source> <translation>Alteração anterior</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7955"/> + <location filename="../QScintilla/Editor.py" line="8063"/> <source>Sort Lines</source> <translation>Ordenar Linhas</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7955"/> + <location filename="../QScintilla/Editor.py" line="8063"/> <source>The selection contains illegal data for a numerical sort.</source> <translation>A seleção contém dados ilegais para uma ordenação numérica.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6351"/> + <location filename="../QScintilla/Editor.py" line="6410"/> <source>Warning</source> <translation>Aviso</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6351"/> + <location filename="../QScintilla/Editor.py" line="6410"/> <source>No warning messages available.</source> <translation>Não estão disponíveis mensagens de aviso.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6412"/> + <location filename="../QScintilla/Editor.py" line="6471"/> <source>Style: {0}</source> <translation>Estilo: {0}</translation> </message> @@ -11319,7 +11319,7 @@ <translation>Reabrir Com Codificação</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6747"/> + <location filename="../QScintilla/Editor.py" line="6855"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> <translation><p>O ficheiro <b>{0}</b> foi alterado enquanto estava aberto em eric6. Recarregar?</p></translation> </message> @@ -11334,27 +11334,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4737"/> + <location filename="../QScintilla/Editor.py" line="4789"/> <source>Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4737"/> + <location filename="../QScintilla/Editor.py" line="4789"/> <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4999"/> + <location filename="../QScintilla/Editor.py" line="5051"/> <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8042"/> + <location filename="../QScintilla/Editor.py" line="8150"/> <source>Register Mouse Click Handler</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8042"/> + <location filename="../QScintilla/Editor.py" line="8150"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished"></translation> </message> @@ -11374,7 +11374,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1328"/> + <location filename="../QScintilla/Editor.py" line="1361"/> <source>Clear changes</source> <translation type="unfinished"></translation> </message> @@ -11384,15 +11384,45 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8163"/> + <location filename="../QScintilla/Editor.py" line="8271"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8163"/> + <location filename="../QScintilla/Editor.py" line="8271"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../QScintilla/Editor.py" line="1212"/> + <source>Toggle all folds</source> + <translation type="unfinished">Alternar as dobras todas</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1216"/> + <source>Toggle all folds (including children)</source> + <translation type="unfinished">Alternar as dobras todas (incluindo filhos)</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1220"/> + <source>Toggle current fold</source> + <translation type="unfinished">Alternar a dobra atual</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1225"/> + <source>Expand (including children)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1229"/> + <source>Collapse (including children)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1234"/> + <source>Clear all folds</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EditorAPIsPage</name> @@ -81560,27 +81590,27 @@ <translation>Lista de Exceções do Usuário</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6531"/> + <location filename="../ViewManager/ViewManager.py" line="6530"/> <source>Edit Spelling Dictionary</source> <translation>Editar Dicionário Ortográfico</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6506"/> + <location filename="../ViewManager/ViewManager.py" line="6505"/> <source>Editing {0}</source> <translation>A editar {0}</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6491"/> + <location filename="../ViewManager/ViewManager.py" line="6490"/> <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="6518"/> + <location filename="../ViewManager/ViewManager.py" line="6517"/> <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="6531"/> + <location filename="../ViewManager/ViewManager.py" line="6530"/> <source>The spelling dictionary was saved successfully.</source> <translation>O dicionário ortográfico foi guradado com êxito.</translation> </message>
--- a/i18n/eric6_ru.ts Fri May 18 19:41:02 2018 +0200 +++ b/i18n/eric6_ru.ts Sat May 19 16:38:28 2018 +0200 @@ -9974,7 +9974,7 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="3004"/> + <location filename="../QScintilla/Editor.py" line="3037"/> <source>Open File</source> <translation>Открыть файл</translation> </message> @@ -10064,7 +10064,7 @@ <translation>Снять выделение</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7538"/> + <location filename="../QScintilla/Editor.py" line="7646"/> <source>Check spelling...</source> <translation>Проверка орфографии...</translation> </message> @@ -10219,7 +10219,7 @@ <translation>Предполагаемый язык</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1387"/> + <location filename="../QScintilla/Editor.py" line="1420"/> <source>Alternatives</source> <translation>Альтернативная подсветка</translation> </message> @@ -10254,477 +10254,477 @@ <translation>Экспортировать как</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1268"/> + <location filename="../QScintilla/Editor.py" line="1301"/> <source>Toggle bookmark</source> <translation>Создать/Удалить закладку</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1270"/> + <location filename="../QScintilla/Editor.py" line="1303"/> <source>Next bookmark</source> <translation>Следующая закладка</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1272"/> + <location filename="../QScintilla/Editor.py" line="1305"/> <source>Previous bookmark</source> <translation>Предыдущая закладка</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1274"/> + <location filename="../QScintilla/Editor.py" line="1307"/> <source>Clear all bookmarks</source> <translation>Очистить все закладки</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1294"/> + <location filename="../QScintilla/Editor.py" line="1327"/> <source>Toggle breakpoint</source> <translation>Поставить/убрать точку останова</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1296"/> + <location filename="../QScintilla/Editor.py" line="1329"/> <source>Toggle temporary breakpoint</source> <translation>Поставить/убрать временную точку останова</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1299"/> + <location filename="../QScintilla/Editor.py" line="1332"/> <source>Edit breakpoint...</source> <translation>Редактировать точку останова...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5419"/> + <location filename="../QScintilla/Editor.py" line="5476"/> <source>Enable breakpoint</source> <translation>Разрешить точку останова</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1304"/> + <location filename="../QScintilla/Editor.py" line="1337"/> <source>Next breakpoint</source> <translation>Следующая точка останова</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1306"/> + <location filename="../QScintilla/Editor.py" line="1339"/> <source>Previous breakpoint</source> <translation>Предыдущая точка останова</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1308"/> + <location filename="../QScintilla/Editor.py" line="1341"/> <source>Clear all breakpoints</source> <translation>Убрать все точки останова</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1277"/> + <location filename="../QScintilla/Editor.py" line="1310"/> <source>Goto syntax error</source> <translation>Перейти к синтаксической ошибке</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1279"/> + <location filename="../QScintilla/Editor.py" line="1312"/> <source>Show syntax error message</source> <translation>Показать сообщение о синтаксической ошибке</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1281"/> - <source>Clear syntax error</source> - <translation>Очистить синтаксическую ошибку</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1284"/> - <source>Next warning</source> - <translation>Следующее предупреждение</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1287"/> - <source>Previous warning</source> - <translation>Предыдущее предупреждение</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1289"/> - <source>Show warning message</source> - <translation>Показать предупреждение</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1291"/> - <source>Clear warnings</source> - <translation>Очистить предупреждения</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1311"/> - <source>Next uncovered line</source> - <translation>Следующая неохваченная строка</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1314"/> - <source>Previous uncovered line</source> - <translation>Предыдущая неохваченная строка</translation> + <source>Clear syntax error</source> + <translation>Очистить синтаксическую ошибку</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1317"/> + <source>Next warning</source> + <translation>Следующее предупреждение</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1320"/> + <source>Previous warning</source> + <translation>Предыдущее предупреждение</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1322"/> + <source>Show warning message</source> + <translation>Показать предупреждение</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1324"/> + <source>Clear warnings</source> + <translation>Очистить предупреждения</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1344"/> + <source>Next uncovered line</source> + <translation>Следующая неохваченная строка</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1347"/> + <source>Previous uncovered line</source> + <translation>Предыдущая неохваченная строка</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1350"/> <source>Next task</source> <translation>Следующая задача</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1319"/> + <location filename="../QScintilla/Editor.py" line="1352"/> <source>Previous task</source> <translation>Предыдущая задача</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1331"/> - <source>LMB toggles bookmarks</source> - <translation>Левая клавиша мыши позволяет Создать/Удалить закладку</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1335"/> - <source>LMB toggles breakpoints</source> - <translation>Левая клавиша мыши позволяет Создать/Удалить точку останова</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1372"/> - <source>Export source</source> - <translation>Экспортировать исходник</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1364"/> + <source>LMB toggles bookmarks</source> + <translation>Левая клавиша мыши позволяет Создать/Удалить закладку</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1368"/> + <source>LMB toggles breakpoints</source> + <translation>Левая клавиша мыши позволяет Создать/Удалить точку останова</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1405"/> + <source>Export source</source> + <translation>Экспортировать исходник</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1397"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation><p>Не найден экспортёр для формата <b>{0}</b>. Отмена...</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1372"/> + <location filename="../QScintilla/Editor.py" line="1405"/> <source>No export format given. Aborting...</source> <translation>Не задан формат экспорта. Прерывание...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1383"/> + <location filename="../QScintilla/Editor.py" line="1416"/> <source>Alternatives ({0})</source> <translation>Альтернативы ({0})</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1403"/> + <location filename="../QScintilla/Editor.py" line="1436"/> <source>Pygments Lexer</source> <translation>Лексер подсветки</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1403"/> + <location filename="../QScintilla/Editor.py" line="1436"/> <source>Select the Pygments lexer to apply.</source> <translation>Задайте лексер подсветки синтаксиса.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1879"/> + <location filename="../QScintilla/Editor.py" line="1912"/> <source>Modification of Read Only file</source> <translation>Редактирование файла, открытого только на чтение</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1879"/> + <location filename="../QScintilla/Editor.py" line="1912"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Попытка редактирования файла, открытого только на чтение. Пожалуйста, сначала сохраните изменения в другой файл.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2564"/> + <location filename="../QScintilla/Editor.py" line="2597"/> <source>Printing...</source> <translation>Печать...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2581"/> + <location filename="../QScintilla/Editor.py" line="2614"/> <source>Printing completed</source> <translation>Печать завершена</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2583"/> + <location filename="../QScintilla/Editor.py" line="2616"/> <source>Error while printing</source> <translation>Ошибка печати</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2586"/> + <location filename="../QScintilla/Editor.py" line="2619"/> <source>Printing aborted</source> <translation>Печать прервана</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2944"/> + <location filename="../QScintilla/Editor.py" line="2977"/> <source>File Modified</source> <translation>Файл изменён</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2944"/> + <location filename="../QScintilla/Editor.py" line="2977"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>В файле <b>{0}</b> есть несохранённые изменения.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3004"/> + <location filename="../QScintilla/Editor.py" line="3037"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>Невозможно прочитать файл <b>{0}</b>.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3177"/> + <location filename="../QScintilla/Editor.py" line="3210"/> <source>Save File</source> <translation>Сохранить файл</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3118"/> + <location filename="../QScintilla/Editor.py" line="3151"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>Невозможно сохранить файл <b>{0}</b>:<br>Причина: {1}.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3177"/> + <location filename="../QScintilla/Editor.py" line="3210"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Файл <b>{0}</b> уже существует. Переписать?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4612"/> + <location filename="../QScintilla/Editor.py" line="4664"/> <source>Autocompletion</source> <translation>Автодополнение</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4612"/> + <location filename="../QScintilla/Editor.py" line="4664"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>Автодополнение недоступно, так как не задан источник автодополнения.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5422"/> + <location filename="../QScintilla/Editor.py" line="5479"/> <source>Disable breakpoint</source> <translation>Запретить точку останова</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5799"/> + <location filename="../QScintilla/Editor.py" line="5858"/> <source>Code Coverage</source> <translation>Охват кода</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5799"/> + <location filename="../QScintilla/Editor.py" line="5858"/> <source>Please select a coverage file</source> <translation>Пожалуйста, выберите файл для информации охвата</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5862"/> + <location filename="../QScintilla/Editor.py" line="5921"/> <source>Show Code Coverage Annotations</source> <translation>Показать аннотации по охвату</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5855"/> + <location filename="../QScintilla/Editor.py" line="5914"/> <source>All lines have been covered.</source> <translation>Все строки были охвачены.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5862"/> + <location filename="../QScintilla/Editor.py" line="5921"/> <source>There is no coverage file available.</source> <translation>Нет файла с информацией по охвату.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5977"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>Profile Data</source> <translation>Данные профайлера</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5977"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>Please select a profile file</source> <translation>Пожалуйста, выберите файл профиля</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6137"/> + <location filename="../QScintilla/Editor.py" line="6196"/> <source>Syntax Error</source> <translation>Синтаксическая ошибка</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6137"/> + <location filename="../QScintilla/Editor.py" line="6196"/> <source>No syntax error message available.</source> <translation>Нет сообщения о синтаксической ошибке.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6476"/> + <location filename="../QScintilla/Editor.py" line="6584"/> <source>Macro Name</source> <translation>Имя макроса</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6476"/> + <location filename="../QScintilla/Editor.py" line="6584"/> <source>Select a macro name:</source> <translation>Задайте имя макроса:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6504"/> + <location filename="../QScintilla/Editor.py" line="6612"/> <source>Load macro file</source> <translation>Загрузить макрос</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6547"/> + <location filename="../QScintilla/Editor.py" line="6655"/> <source>Macro files (*.macro)</source> <translation>Макросы (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6527"/> + <location filename="../QScintilla/Editor.py" line="6635"/> <source>Error loading macro</source> <translation>Ошибка при загрузке макроса</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6518"/> + <location filename="../QScintilla/Editor.py" line="6626"/> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл с макросами: <b>{0}</b></p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6527"/> + <location filename="../QScintilla/Editor.py" line="6635"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation><p>Файл с макросами <b>{0}</b> повреждён</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6547"/> + <location filename="../QScintilla/Editor.py" line="6655"/> <source>Save macro file</source> <translation>Сохранить файл с макросами</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6564"/> + <location filename="../QScintilla/Editor.py" line="6672"/> <source>Save macro</source> <translation>Сохранить макрос</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6564"/> + <location filename="../QScintilla/Editor.py" line="6672"/> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Макро <b>{0}</b> уже существует. Переписать?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6580"/> + <location filename="../QScintilla/Editor.py" line="6688"/> <source>Error saving macro</source> <translation>Ошибка при сохранении макроса</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6580"/> + <location filename="../QScintilla/Editor.py" line="6688"/> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation><p>Невозможно сохранить файл с макросами: <b>{0}</b></p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6593"/> + <location filename="../QScintilla/Editor.py" line="6701"/> <source>Start Macro Recording</source> <translation>Начать запись макроса</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6593"/> + <location filename="../QScintilla/Editor.py" line="6701"/> <source>Macro recording is already active. Start new?</source> <translation>Запись макроса уже идёт. Начать новую запись?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6619"/> + <location filename="../QScintilla/Editor.py" line="6727"/> <source>Macro Recording</source> <translation>Запись макроса</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6619"/> + <location filename="../QScintilla/Editor.py" line="6727"/> <source>Enter name of the macro:</source> <translation>Задайте имя макроса:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6757"/> + <location filename="../QScintilla/Editor.py" line="6865"/> <source>File changed</source> <translation>Файл изменен</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6921"/> + <location filename="../QScintilla/Editor.py" line="7029"/> <source>{0} (ro)</source> <translation>{0} (только чтение)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7061"/> + <location filename="../QScintilla/Editor.py" line="7169"/> <source>Drop Error</source> <translation>Ошибка Drag&&Drop</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7061"/> + <location filename="../QScintilla/Editor.py" line="7169"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> не является файлом</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7082"/> + <location filename="../QScintilla/Editor.py" line="7190"/> <source>Resources</source> <translation>Ресурсы</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7084"/> + <location filename="../QScintilla/Editor.py" line="7192"/> <source>Add file...</source> <translation>Добавить файл...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7086"/> + <location filename="../QScintilla/Editor.py" line="7194"/> <source>Add files...</source> <translation>Добавить файлы...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7088"/> + <location filename="../QScintilla/Editor.py" line="7196"/> <source>Add aliased file...</source> <translation>Добавить файл под другим именем...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7091"/> + <location filename="../QScintilla/Editor.py" line="7199"/> <source>Add localized resource...</source> <translation>Добавить локализованный ресурс...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7095"/> + <location filename="../QScintilla/Editor.py" line="7203"/> <source>Add resource frame</source> <translation>Добавить фрагмент ресурсов</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7114"/> - <source>Add file resource</source> - <translation>Добавить файл ресурсов</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7130"/> - <source>Add file resources</source> - <translation>Добавить файлы ресурсов</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7158"/> - <source>Add aliased file resource</source> - <translation>Добавить файл ресурсов под другим именем</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7158"/> - <source>Alias for file <b>{0}</b>:</source> - <translation>Другое имя для файла <b>{0}</b>:</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7222"/> + <source>Add file resource</source> + <translation>Добавить файл ресурсов</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7238"/> + <source>Add file resources</source> + <translation>Добавить файлы ресурсов</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7266"/> + <source>Add aliased file resource</source> + <translation>Добавить файл ресурсов под другим именем</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7266"/> + <source>Alias for file <b>{0}</b>:</source> + <translation>Другое имя для файла <b>{0}</b>:</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7330"/> <source>Package Diagram</source> <translation>Диаграмма пакетов</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7222"/> + <location filename="../QScintilla/Editor.py" line="7330"/> <source>Include class attributes?</source> <translation>Включать атрибуты класса?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7242"/> + <location filename="../QScintilla/Editor.py" line="7350"/> <source>Imports Diagram</source> <translation>Диаграмма импортов</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7242"/> + <location filename="../QScintilla/Editor.py" line="7350"/> <source>Include imports from external modules?</source> <translation>Включать импорты из внешних модулей?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7256"/> + <location filename="../QScintilla/Editor.py" line="7364"/> <source>Application Diagram</source> <translation>Диаграмма приложения</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7256"/> + <location filename="../QScintilla/Editor.py" line="7364"/> <source>Include module names?</source> <translation>Включать имена модулей?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7541"/> + <location filename="../QScintilla/Editor.py" line="7649"/> <source>Add to dictionary</source> <translation>Добавить в словарь</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7543"/> + <location filename="../QScintilla/Editor.py" line="7651"/> <source>Ignore All</source> <translation>Игнорировать всё</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6415"/> + <location filename="../QScintilla/Editor.py" line="6474"/> <source>Warning: {0}</source> <translation>Предупреждение: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6422"/> + <location filename="../QScintilla/Editor.py" line="6481"/> <source>Error: {0}</source> <translation>Ошибка: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6753"/> + <location filename="../QScintilla/Editor.py" line="6861"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation><br><b>Предупреждение:</b> При переоткрытии все изменения будут потеряны.</translation> </message> @@ -10739,37 +10739,37 @@ <translation>Загрузить диаграмму...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1322"/> + <location filename="../QScintilla/Editor.py" line="1355"/> <source>Next change</source> <translation>Следующее изменение</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1325"/> + <location filename="../QScintilla/Editor.py" line="1358"/> <source>Previous change</source> <translation>Предыдущее изменение</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7955"/> + <location filename="../QScintilla/Editor.py" line="8063"/> <source>Sort Lines</source> <translation>Сортировать строки</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7955"/> + <location filename="../QScintilla/Editor.py" line="8063"/> <source>The selection contains illegal data for a numerical sort.</source> <translation>Выборка содержит данные неподходящие для сортировки как числа.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6351"/> + <location filename="../QScintilla/Editor.py" line="6410"/> <source>Warning</source> <translation>Предупреждение</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6351"/> + <location filename="../QScintilla/Editor.py" line="6410"/> <source>No warning messages available.</source> <translation>Нет предупреждающего сообщения.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6412"/> + <location filename="../QScintilla/Editor.py" line="6471"/> <source>Style: {0}</source> <translation>Стиль: {0}</translation> </message> @@ -10794,7 +10794,7 @@ <translation>Открыть заново с кодировкой</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6747"/> + <location filename="../QScintilla/Editor.py" line="6855"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> <translation><p>Файл <b>{0}</b> был изменён, будучи открытым в Eric6. Обновить?</p></translation> </message> @@ -10809,32 +10809,32 @@ <translation>Дополнить</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4737"/> + <location filename="../QScintilla/Editor.py" line="4789"/> <source>Auto-Completion Provider</source> <translation>Источник автодополнений</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4737"/> + <location filename="../QScintilla/Editor.py" line="4789"/> <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> <translation>Список дополнений источника '{0}' уже зарегистрирован. Повторный запрос проигнорирован.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4999"/> + <location filename="../QScintilla/Editor.py" line="5051"/> <source>Call-Tips Provider</source> <translation>Источник всплывающих подсказок</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4999"/> + <location filename="../QScintilla/Editor.py" line="5051"/> <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> <translation>Источник всплывающих подсказок '{0}' уже зарегистрирован. Повторный запрос проигнорирован.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8042"/> + <location filename="../QScintilla/Editor.py" line="8150"/> <source>Register Mouse Click Handler</source> <translation>Регистрация обработчика кликов мышки</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8042"/> + <location filename="../QScintilla/Editor.py" line="8150"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation>Обработчик кликов мышки для "{0}" уже зарегистрирован "{1}". Запрос прерван "{2}"...</translation> </message> @@ -10854,7 +10854,7 @@ <translation>Инфо для кода</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1328"/> + <location filename="../QScintilla/Editor.py" line="1361"/> <source>Clear changes</source> <translation>Очистить изменения</translation> </message> @@ -10864,15 +10864,45 @@ <translation>Выполнить выбор в консоли</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8163"/> + <location filename="../QScintilla/Editor.py" line="8271"/> <source>EditorConfig Properties</source> <translation>Свойства EditorConfig</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8163"/> + <location filename="../QScintilla/Editor.py" line="8271"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation><p>Не удается загрузить свойства EditorConfig для файла <b>{0}</b>.</p></translation> </message> + <message> + <location filename="../QScintilla/Editor.py" line="1212"/> + <source>Toggle all folds</source> + <translation type="unfinished">Свернуть/Развернуть все свертки</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1216"/> + <source>Toggle all folds (including children)</source> + <translation type="unfinished">Свернуть/Развернуть все свёртки (включая дочерние)</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1220"/> + <source>Toggle current fold</source> + <translation type="unfinished">Свернуть/Развернуть текущую свертку</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1225"/> + <source>Expand (including children)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1229"/> + <source>Collapse (including children)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1234"/> + <source>Clear all folds</source> + <translation type="unfinished">Очистить все свертки</translation> + </message> </context> <context> <name>EditorAPIsPage</name> @@ -80254,27 +80284,27 @@ <translation>Список исключений пользователя</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6531"/> + <location filename="../ViewManager/ViewManager.py" line="6530"/> <source>Edit Spelling Dictionary</source> <translation>Редактировать орфографический словарь</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6506"/> + <location filename="../ViewManager/ViewManager.py" line="6505"/> <source>Editing {0}</source> <translation>Редактирование {0}</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6491"/> + <location filename="../ViewManager/ViewManager.py" line="6490"/> <source><p>The spelling dictionary file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Невозможно прочитать файл словаря<b>{0}</b></p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6518"/> + <location filename="../ViewManager/ViewManager.py" line="6517"/> <source><p>The spelling dictionary file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation><p>Невозможно записать файл словаря<b>{0}</b></p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6531"/> + <location filename="../ViewManager/ViewManager.py" line="6530"/> <source>The spelling dictionary was saved successfully.</source> <translation>Файл словаря успешно сохранён.</translation> </message>
--- a/i18n/eric6_tr.ts Fri May 18 19:41:02 2018 +0200 +++ b/i18n/eric6_tr.ts Sat May 19 16:38:28 2018 +0200 @@ -10323,7 +10323,7 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="3004"/> + <location filename="../QScintilla/Editor.py" line="3037"/> <source>Open File</source> <translation>Dosya Aç</translation> </message> @@ -10413,7 +10413,7 @@ <translation>Tüm seçimi iptal et</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7538"/> + <location filename="../QScintilla/Editor.py" line="7646"/> <source>Check spelling...</source> <translation>Yazım Kontrolü...</translation> </message> @@ -10583,7 +10583,7 @@ <translation>Tahmin edilen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1387"/> + <location filename="../QScintilla/Editor.py" line="1420"/> <source>Alternatives</source> <translation>Alternatifler</translation> </message> @@ -10618,477 +10618,477 @@ <translation>Farklı Dışaktar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1268"/> + <location filename="../QScintilla/Editor.py" line="1301"/> <source>Toggle bookmark</source> <translation>Yerimi açkapa</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1270"/> + <location filename="../QScintilla/Editor.py" line="1303"/> <source>Next bookmark</source> <translation>Sonraki yerimi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1272"/> + <location filename="../QScintilla/Editor.py" line="1305"/> <source>Previous bookmark</source> <translation>Önceki yerimi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1274"/> + <location filename="../QScintilla/Editor.py" line="1307"/> <source>Clear all bookmarks</source> <translation>Tüm yerimlerini temizle</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1294"/> + <location filename="../QScintilla/Editor.py" line="1327"/> <source>Toggle breakpoint</source> <translation>Beklemenoktası açkapa</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1296"/> + <location filename="../QScintilla/Editor.py" line="1329"/> <source>Toggle temporary breakpoint</source> <translation>Geçici bekleme noktası açkapa</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1299"/> + <location filename="../QScintilla/Editor.py" line="1332"/> <source>Edit breakpoint...</source> <translation>Bekleme noktasını düzenle...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5419"/> + <location filename="../QScintilla/Editor.py" line="5476"/> <source>Enable breakpoint</source> <translation>Beklemenoktasını etkinleştir</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1304"/> + <location filename="../QScintilla/Editor.py" line="1337"/> <source>Next breakpoint</source> <translation>Sonraki Beklemenoktası</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1306"/> + <location filename="../QScintilla/Editor.py" line="1339"/> <source>Previous breakpoint</source> <translation>Önceki bekleme noktası</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1308"/> + <location filename="../QScintilla/Editor.py" line="1341"/> <source>Clear all breakpoints</source> <translation>Tüm beklemenoktalarını temizle</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1277"/> + <location filename="../QScintilla/Editor.py" line="1310"/> <source>Goto syntax error</source> <translation>Sözdizimi hatasına git</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1279"/> + <location filename="../QScintilla/Editor.py" line="1312"/> <source>Show syntax error message</source> <translation>Sözdizimi hata mesajını göster</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1281"/> - <source>Clear syntax error</source> - <translation>Sözdizimi hatalarını sil</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1284"/> - <source>Next warning</source> - <translation>Sonraki Uyarı</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1287"/> - <source>Previous warning</source> - <translation>Önceki Uyarı</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1289"/> - <source>Show warning message</source> - <translation>Uyarı mesajını göster</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1291"/> - <source>Clear warnings</source> - <translation>Uyarıları temizle</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1311"/> - <source>Next uncovered line</source> - <translation>Sonraki kapanmamış satır</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1314"/> - <source>Previous uncovered line</source> - <translation>Önceki kaplanmamış satır</translation> + <source>Clear syntax error</source> + <translation>Sözdizimi hatalarını sil</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1317"/> + <source>Next warning</source> + <translation>Sonraki Uyarı</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1320"/> + <source>Previous warning</source> + <translation>Önceki Uyarı</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1322"/> + <source>Show warning message</source> + <translation>Uyarı mesajını göster</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1324"/> + <source>Clear warnings</source> + <translation>Uyarıları temizle</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1344"/> + <source>Next uncovered line</source> + <translation>Sonraki kapanmamış satır</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1347"/> + <source>Previous uncovered line</source> + <translation>Önceki kaplanmamış satır</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1350"/> <source>Next task</source> <translation>Sonraki görev</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1319"/> + <location filename="../QScintilla/Editor.py" line="1352"/> <source>Previous task</source> <translation>Önceki görev</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1331"/> - <source>LMB toggles bookmarks</source> - <translation>LMB açkapa yerimleri</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1335"/> - <source>LMB toggles breakpoints</source> - <translation>LMB açkapa bekleme noktası</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1372"/> - <source>Export source</source> - <translation>Kaynağı dışaktar</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1364"/> + <source>LMB toggles bookmarks</source> + <translation>LMB açkapa yerimleri</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1368"/> + <source>LMB toggles breakpoints</source> + <translation>LMB açkapa bekleme noktası</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1405"/> + <source>Export source</source> + <translation>Kaynağı dışaktar</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1397"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation><p>dışa katarma tipi <b>{0}</b>için dışaaktarıcı yok. Vazgeçiliyior...</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1372"/> + <location filename="../QScintilla/Editor.py" line="1405"/> <source>No export format given. Aborting...</source> <translation>Girilen dışaaktarma formatı yok. İptal edildi...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1383"/> + <location filename="../QScintilla/Editor.py" line="1416"/> <source>Alternatives ({0})</source> <translation>Alternatifler ({0})</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1403"/> + <location filename="../QScintilla/Editor.py" line="1436"/> <source>Pygments Lexer</source> <translation>Pygments Lexer</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1403"/> + <location filename="../QScintilla/Editor.py" line="1436"/> <source>Select the Pygments lexer to apply.</source> <translation>Kullanmak için Pygment lexer seç.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1879"/> + <location filename="../QScintilla/Editor.py" line="1912"/> <source>Modification of Read Only file</source> <translation>Yalnızca okunabilir dosyada değişiklik</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1879"/> + <location filename="../QScintilla/Editor.py" line="1912"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Yalnızca okunabilir bir dosyayı değiştirmeşe çalışıyorsunuz. Lütfen önce farklı bir isimde kaydediniz.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2564"/> + <location filename="../QScintilla/Editor.py" line="2597"/> <source>Printing...</source> <translation>Yazılıyor...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2581"/> + <location filename="../QScintilla/Editor.py" line="2614"/> <source>Printing completed</source> <translation>Yazdırma tamalandı</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2583"/> + <location filename="../QScintilla/Editor.py" line="2616"/> <source>Error while printing</source> <translation>Yazdırılırken hata</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2586"/> + <location filename="../QScintilla/Editor.py" line="2619"/> <source>Printing aborted</source> <translation>Yazdırma iptal edildi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2944"/> + <location filename="../QScintilla/Editor.py" line="2977"/> <source>File Modified</source> <translation>Dosya Değiştirildi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2944"/> + <location filename="../QScintilla/Editor.py" line="2977"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p><b>{0}</b>dosyasında kaydedilmemiş değişiklikler var.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3004"/> + <location filename="../QScintilla/Editor.py" line="3037"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>Dosya <b>{0}</b> açılamıyor.</p><p>Sebep: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3177"/> + <location filename="../QScintilla/Editor.py" line="3210"/> <source>Save File</source> <translation>Dosyayı Kaydet</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3118"/> + <location filename="../QScintilla/Editor.py" line="3151"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>Dosya <b>{0}</b> kaydedilemiyor.</p><p>Sebep: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4612"/> + <location filename="../QScintilla/Editor.py" line="4664"/> <source>Autocompletion</source> <translation>Otomatik tamamlama</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4612"/> + <location filename="../QScintilla/Editor.py" line="4664"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>Otomatiktamamlama uygun değil çünkü bu otomatiktamamlama kaynağı değil.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5422"/> + <location filename="../QScintilla/Editor.py" line="5479"/> <source>Disable breakpoint</source> <translation>Durmanoktasını iptal et</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5799"/> + <location filename="../QScintilla/Editor.py" line="5858"/> <source>Code Coverage</source> <translation>Kod Koruyucu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5799"/> + <location filename="../QScintilla/Editor.py" line="5858"/> <source>Please select a coverage file</source> <translation>Lütfen bir koruyucu dosya seçiniz</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5862"/> + <location filename="../QScintilla/Editor.py" line="5921"/> <source>Show Code Coverage Annotations</source> <translation>Kodların Dipnotunu Göster</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5855"/> + <location filename="../QScintilla/Editor.py" line="5914"/> <source>All lines have been covered.</source> <translation>Tüm satırlar korumaya alındı.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5862"/> + <location filename="../QScintilla/Editor.py" line="5921"/> <source>There is no coverage file available.</source> <translation>Hazırda koruma dosyası yok.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5977"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>Profile Data</source> <translation>Veri Kesiti</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5977"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>Please select a profile file</source>