Sat, 19 May 2018 17:56:11 +0200
Editor: removed the unified margins menu.
--- a/Documentation/Help/source.qhp Sat May 19 16:41:22 2018 +0200 +++ b/Documentation/Help/source.qhp Sat May 19 17:56:11 2018 +0200 @@ -5213,10 +5213,8 @@ <keyword name="Editor.__initContextMenuMargins" id="Editor.__initContextMenuMargins" ref="eric6.QScintilla.Editor.html#Editor.__initContextMenuMargins" /> <keyword name="Editor.__initContextMenuReopenWithEncoding" id="Editor.__initContextMenuReopenWithEncoding" ref="eric6.QScintilla.Editor.html#Editor.__initContextMenuReopenWithEncoding" /> <keyword name="Editor.__initContextMenuResources" id="Editor.__initContextMenuResources" ref="eric6.QScintilla.Editor.html#Editor.__initContextMenuResources" /> - <keyword name="Editor.__initContextMenuSeparateMargins" id="Editor.__initContextMenuSeparateMargins" ref="eric6.QScintilla.Editor.html#Editor.__initContextMenuSeparateMargins" /> <keyword name="Editor.__initContextMenuShow" id="Editor.__initContextMenuShow" ref="eric6.QScintilla.Editor.html#Editor.__initContextMenuShow" /> <keyword name="Editor.__initContextMenuTools" id="Editor.__initContextMenuTools" ref="eric6.QScintilla.Editor.html#Editor.__initContextMenuTools" /> - <keyword name="Editor.__initContextMenuUnifiedMargins" id="Editor.__initContextMenuUnifiedMargins" ref="eric6.QScintilla.Editor.html#Editor.__initContextMenuUnifiedMargins" /> <keyword name="Editor.__initOnlineChangeTrace" id="Editor.__initOnlineChangeTrace" ref="eric6.QScintilla.Editor.html#Editor.__initOnlineChangeTrace" /> <keyword name="Editor.__initOnlineSyntaxCheck" id="Editor.__initOnlineSyntaxCheck" ref="eric6.QScintilla.Editor.html#Editor.__initOnlineSyntaxCheck" /> <keyword name="Editor.__isCommentedLine" id="Editor.__isCommentedLine" ref="eric6.QScintilla.Editor.html#Editor.__isCommentedLine" />
--- a/Documentation/Source/eric6.QScintilla.Editor.html Sat May 19 16:41:22 2018 +0200 +++ b/Documentation/Source/eric6.QScintilla.Editor.html Sat May 19 17:56:11 2018 +0200 @@ -366,18 +366,12 @@ <td><a href="#Editor.__initContextMenuResources">__initContextMenuResources</a></td> <td>Private method used to setup the Resources context sub menu.</td> </tr><tr> -<td><a href="#Editor.__initContextMenuSeparateMargins">__initContextMenuSeparateMargins</a></td> -<td>Private method used to setup the context menu for the separated margins.</td> -</tr><tr> <td><a href="#Editor.__initContextMenuShow">__initContextMenuShow</a></td> <td>Private method used to setup the Show context sub menu.</td> </tr><tr> <td><a href="#Editor.__initContextMenuTools">__initContextMenuTools</a></td> <td>Private method used to setup the Tools context sub menu.</td> </tr><tr> -<td><a href="#Editor.__initContextMenuUnifiedMargins">__initContextMenuUnifiedMargins</a></td> -<td>Private method used to setup the context menu for the unified margins.</td> -</tr><tr> <td><a href="#Editor.__initOnlineChangeTrace">__initOnlineChangeTrace</a></td> <td>Private slot to initialize the online change trace.</td> </tr><tr> @@ -1988,13 +1982,7 @@ <dd> reference to the generated menu (QMenu) </dd> -</dl><a NAME="Editor.__initContextMenuSeparateMargins" ID="Editor.__initContextMenuSeparateMargins"></a> -<h4>Editor.__initContextMenuSeparateMargins</h4> -<b>__initContextMenuSeparateMargins</b>(<i></i>) -<p> - Private method used to setup the context menu for the separated - margins. -</p><a NAME="Editor.__initContextMenuShow" ID="Editor.__initContextMenuShow"></a> +</dl><a NAME="Editor.__initContextMenuShow" ID="Editor.__initContextMenuShow"></a> <h4>Editor.__initContextMenuShow</h4> <b>__initContextMenuShow</b>(<i></i>) <p> @@ -2014,12 +2002,7 @@ <dd> reference to the generated menu (QMenu) </dd> -</dl><a NAME="Editor.__initContextMenuUnifiedMargins" ID="Editor.__initContextMenuUnifiedMargins"></a> -<h4>Editor.__initContextMenuUnifiedMargins</h4> -<b>__initContextMenuUnifiedMargins</b>(<i></i>) -<p> - Private method used to setup the context menu for the unified margins. -</p><a NAME="Editor.__initOnlineChangeTrace" ID="Editor.__initOnlineChangeTrace"></a> +</dl><a NAME="Editor.__initOnlineChangeTrace" ID="Editor.__initOnlineChangeTrace"></a> <h4>Editor.__initOnlineChangeTrace</h4> <b>__initOnlineChangeTrace</b>(<i></i>) <p> @@ -2651,7 +2634,7 @@ menu. </p><a NAME="Editor.__showContextMenuMargin" ID="Editor.__showContextMenuMargin"></a> <h4>Editor.__showContextMenuMargin</h4> -<b>__showContextMenuMargin</b>(<i>menu, unifiedMenu</i>) +<b>__showContextMenuMargin</b>(<i>menu</i>) <p> Private slot handling the aboutToShow signal of the margins context menu. @@ -2659,9 +2642,6 @@ <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>
--- a/Preferences/ConfigurationPages/EditorStylesPage.py Sat May 19 16:41:22 2018 +0200 +++ b/Preferences/ConfigurationPages/EditorStylesPage.py Sat May 19 17:56:11 2018 +0200 @@ -93,8 +93,6 @@ Preferences.getEditor("LinenoMargin")) self.foldingCheckBox.setChecked( Preferences.getEditor("FoldingMargin")) - self.unifiedMarginsCheckBox.setChecked( - Preferences.getEditor("UnifiedMargins")) self.caretlineVisibleCheckBox.setChecked( Preferences.getEditor("CaretLineVisible")) @@ -289,8 +287,6 @@ "LinenoMargin", self.linenoCheckBox.isChecked()) Preferences.setEditor( "FoldingMargin", self.foldingCheckBox.isChecked()) - Preferences.setEditor( - "UnifiedMargins", self.unifiedMarginsCheckBox.isChecked()) Preferences.setEditor( "CaretLineVisible", self.caretlineVisibleCheckBox.isChecked())
--- a/Preferences/ConfigurationPages/EditorStylesPage.ui Sat May 19 16:41:22 2018 +0200 +++ b/Preferences/ConfigurationPages/EditorStylesPage.ui Sat May 19 17:56:11 2018 +0200 @@ -217,16 +217,6 @@ </property> </widget> </item> - <item row="1" column="0"> - <widget class="QCheckBox" name="unifiedMarginsCheckBox"> - <property name="toolTip"> - <string>Select to show unified margins (like eric4 < 4.3.0)</string> - </property> - <property name="text"> - <string>Show unified margins</string> - </property> - </widget> - </item> </layout> </item> <item> @@ -1953,7 +1943,6 @@ <tabstop>monospacedCheckBox</tabstop> <tabstop>linenoCheckBox</tabstop> <tabstop>foldingCheckBox</tabstop> - <tabstop>unifiedMarginsCheckBox</tabstop> <tabstop>foldingStyleComboBox</tabstop> <tabstop>marginsForegroundButton</tabstop> <tabstop>marginsBackgroundButton</tabstop>
--- a/Preferences/__init__.py Sat May 19 16:41:22 2018 +0200 +++ b/Preferences/__init__.py Sat May 19 17:56:11 2018 +0200 @@ -379,7 +379,6 @@ "TabWidth": 4, "IndentWidth": 4, "IndentationGuides": True, - "UnifiedMargins": False, "LinenoMargin": True, "FoldingMargin": True, "FoldingStyle": 1,
--- a/QScintilla/Editor.py Sat May 19 16:41:22 2018 +0200 +++ b/QScintilla/Editor.py Sat May 19 17:56:11 2018 +0200 @@ -29,7 +29,7 @@ from E5Gui import E5FileDialog, E5MessageBox from E5Utilities.E5Cache import E5Cache -from .QsciScintillaCompat import QsciScintillaCompat, QSCINTILLA_VERSION +from .QsciScintillaCompat import QsciScintillaCompat from .EditorMarkerMap import EditorMarkerMap import Preferences @@ -273,12 +273,6 @@ self.cursorPositionChanged.connect(self.__cursorPositionChanged) self.modificationAttempted.connect(self.__modificationReadOnly) - # margins layout - if QSCINTILLA_VERSION() >= 0x020301: - self.__unifiedMargins = Preferences.getEditor("UnifiedMargins") - else: - self.__unifiedMargins = True - # define the margins markers self.__changeMarkerSaved = self.markerDefine( self.__createChangeMarkerPixmap( @@ -1149,16 +1143,6 @@ """ self.marginMenuActs = {} - if self.__unifiedMargins: - self.__initContextMenuUnifiedMargins() - else: - self.__initContextMenuSeparateMargins() - - def __initContextMenuSeparateMargins(self): - """ - Private method used to setup the context menu for the separated - margins. - """ # bookmark margin self.bmMarginMenu = QMenu() @@ -1172,7 +1156,7 @@ self.tr('Clear all bookmarks'), self.clearBookmarks) self.bmMarginMenu.aboutToShow.connect( - lambda: self.__showContextMenuMargin(self.bmMarginMenu, False)) + lambda: self.__showContextMenuMargin(self.bmMarginMenu)) # breakpoint margin self.bpMarginMenu = QMenu() @@ -1197,7 +1181,7 @@ self.tr('Clear all breakpoints'), self.__menuClearBreakpoints) self.bpMarginMenu.aboutToShow.connect( - lambda: self.__showContextMenuMargin(self.bpMarginMenu, False)) + lambda: self.__showContextMenuMargin(self.bpMarginMenu)) # fold margin self.foldMarginMenu = QMenu() @@ -1230,7 +1214,7 @@ self.clearFolds) self.foldMarginMenu.aboutToShow.connect( - lambda: self.__showContextMenuMargin(self.foldMarginMenu, False)) + lambda: self.__showContextMenuMargin(self.foldMarginMenu)) # indicator margin self.indicMarginMenu = QMenu() @@ -1284,88 +1268,7 @@ self.tr('Clear changes'), self.__reinitOnlineChangeTrace) self.indicMarginMenu.aboutToShow.connect( - lambda: self.__showContextMenuMargin(self.indicMarginMenu, False)) - - def __initContextMenuUnifiedMargins(self): - """ - Private method used to setup the context menu for the unified margins. - """ - self.marginMenu = QMenu() - - self.marginMenu.addAction( - self.tr('Toggle bookmark'), self.menuToggleBookmark) - self.marginMenuActs["NextBookmark"] = self.marginMenu.addAction( - self.tr('Next bookmark'), self.nextBookmark) - self.marginMenuActs["PreviousBookmark"] = self.marginMenu.addAction( - self.tr('Previous bookmark'), self.previousBookmark) - self.marginMenuActs["ClearBookmark"] = self.marginMenu.addAction( - self.tr('Clear all bookmarks'), self.clearBookmarks) - self.marginMenu.addSeparator() - self.marginMenuActs["GotoSyntaxError"] = self.marginMenu.addAction( - self.tr('Goto syntax error'), self.gotoSyntaxError) - self.marginMenuActs["ShowSyntaxError"] = self.marginMenu.addAction( - self.tr('Show syntax error message'), self.__showSyntaxError) - self.marginMenuActs["ClearSyntaxError"] = self.marginMenu.addAction( - self.tr('Clear syntax error'), self.clearSyntaxError) - self.marginMenu.addSeparator() - self.marginMenuActs["NextWarningMarker"] = self.marginMenu.addAction( - self.tr("Next warning"), self.nextWarning) - self.marginMenuActs["PreviousWarningMarker"] = \ - self.marginMenu.addAction( - self.tr("Previous warning"), self.previousWarning) - self.marginMenuActs["ShowWarning"] = self.marginMenu.addAction( - self.tr('Show warning message'), self.__showWarning) - self.marginMenuActs["ClearWarnings"] = self.marginMenu.addAction( - self.tr('Clear warnings'), self.clearWarnings) - self.marginMenu.addSeparator() - self.marginMenuActs["Breakpoint"] = self.marginMenu.addAction( - self.tr('Toggle breakpoint'), self.menuToggleBreakpoint) - self.marginMenuActs["TempBreakpoint"] = self.marginMenu.addAction( - self.tr('Toggle temporary breakpoint'), - self.__menuToggleTemporaryBreakpoint) - self.marginMenuActs["EditBreakpoint"] = self.marginMenu.addAction( - self.tr('Edit breakpoint...'), self.menuEditBreakpoint) - self.marginMenuActs["EnableBreakpoint"] = self.marginMenu.addAction( - self.tr('Enable breakpoint'), - self.__menuToggleBreakpointEnabled) - self.marginMenuActs["NextBreakpoint"] = self.marginMenu.addAction( - self.tr('Next breakpoint'), self.menuNextBreakpoint) - self.marginMenuActs["PreviousBreakpoint"] = self.marginMenu.addAction( - self.tr('Previous breakpoint'), self.menuPreviousBreakpoint) - self.marginMenuActs["ClearBreakpoint"] = self.marginMenu.addAction( - self.tr('Clear all breakpoints'), self.__menuClearBreakpoints) - self.marginMenu.addSeparator() - self.marginMenuActs["NextCoverageMarker"] = self.marginMenu.addAction( - self.tr('Next uncovered line'), self.nextUncovered) - self.marginMenuActs["PreviousCoverageMarker"] = \ - self.marginMenu.addAction( - self.tr('Previous uncovered line'), self.previousUncovered) - self.marginMenu.addSeparator() - self.marginMenuActs["NextTaskMarker"] = self.marginMenu.addAction( - self.tr('Next task'), self.nextTask) - self.marginMenuActs["PreviousTaskMarker"] = self.marginMenu.addAction( - self.tr('Previous task'), self.previousTask) - self.marginMenu.addSeparator() - self.marginMenuActs["NextChangeMarker"] = self.marginMenu.addAction( - self.tr('Next change'), self.nextChange) - self.marginMenuActs["PreviousChangeMarker"] = \ - self.marginMenu.addAction( - self.tr('Previous change'), self.previousChange) - self.marginMenuActs["ClearChangeMarkers"] = \ - self.marginMenu.addAction( - self.tr('Clear changes'), self.__reinitOnlineChangeTrace) - self.marginMenu.addSeparator() - self.marginMenuActs["LMBbookmarks"] = self.marginMenu.addAction( - self.tr('LMB toggles bookmarks'), self.__lmBbookmarks) - self.marginMenuActs["LMBbookmarks"].setCheckable(True) - self.marginMenuActs["LMBbookmarks"].setChecked(False) - self.marginMenuActs["LMBbreakpoints"] = self.marginMenu.addAction( - self.tr('LMB toggles breakpoints'), self.__lmBbreakpoints) - self.marginMenuActs["LMBbreakpoints"].setCheckable(True) - self.marginMenuActs["LMBbreakpoints"].setChecked(True) - - self.marginMenu.aboutToShow.connect( - lambda: self.__showContextMenuMargin(self.marginMenu, True)) + lambda: self.__showContextMenuMargin(self.indicMarginMenu)) def __exportMenuTriggered(self, act): """ @@ -2391,6 +2294,7 @@ self.breakpointModel.setBreakPointByIndex( index, self.fileName, ln, (cond, temp, enabled, ignorecount)) + break self.line = -1 @@ -3385,33 +3289,15 @@ @param line line number of the click (integer) @param modifiers keyboard modifiers (Qt.KeyboardModifiers) """ - if self.__unifiedMargins: - if margin == 1: - if modifiers & Qt.KeyboardModifiers(Qt.ShiftModifier): - if self.marginMenuActs["LMBbreakpoints"].isChecked(): - self.toggleBookmark(line + 1) - else: - self.__toggleBreakpoint(line + 1) - elif modifiers & Qt.KeyboardModifiers(Qt.ControlModifier): - if self.markersAtLine(line) & (1 << self.syntaxerror): - self.__showSyntaxError(line) - elif self.markersAtLine(line) & (1 << self.warning): - self.__showWarning(line) - else: - if self.marginMenuActs["LMBbreakpoints"].isChecked(): - self.__toggleBreakpoint(line + 1) - else: - self.toggleBookmark(line + 1) - else: - if margin == self.__bmMargin: - self.toggleBookmark(line + 1) - elif margin == self.__bpMargin: - self.__toggleBreakpoint(line + 1) - elif margin == self.__indicMargin: - if self.markersAtLine(line) & (1 << self.syntaxerror): - self.__showSyntaxError(line) - elif self.markersAtLine(line) & (1 << self.warning): - self.__showWarning(line) + if margin == self.__bmMargin: + self.toggleBookmark(line + 1) + elif margin == self.__bpMargin: + self.__toggleBreakpoint(line + 1) + elif margin == self.__indicMargin: + if self.markersAtLine(line) & (1 << self.syntaxerror): + self.__showSyntaxError(line) + elif self.markersAtLine(line) & (1 << self.warning): + self.__showWarning(line) def handleMonospacedEnable(self): """ @@ -4194,10 +4080,6 @@ if self.completer is not None: self.completer.readSettings() - # set the margins layout - if QSCINTILLA_VERSION() >= 0x020301: - self.__unifiedMargins = Preferences.getEditor("UnifiedMargins") - # set the line marker colours or pixmap if Preferences.getEditor("LineMarkersBackground"): self.markerDefine(QsciScintilla.Background, self.currentline) @@ -4313,60 +4195,37 @@ self.setMarginSensitivity(margin, False) # set marker margin(s) settings - if self.__unifiedMargins: - margin1Mask = (1 << self.breakpoint) | \ - (1 << self.cbreakpoint) | \ - (1 << self.tbreakpoint) | \ - (1 << self.tcbreakpoint) | \ - (1 << self.dbreakpoint) | \ - (1 << self.currentline) | \ - (1 << self.errorline) | \ - (1 << self.bookmark) | \ - (1 << self.syntaxerror) | \ + self.__bmMargin = 0 + self.__linenoMargin = 1 + self.__bpMargin = 2 + self.__foldMargin = 3 + self.__indicMargin = 4 + + marginBmMask = (1 << self.bookmark) + self.setMarginWidth(self.__bmMargin, 16) + self.setMarginSensitivity(self.__bmMargin, True) + self.setMarginMarkerMask(self.__bmMargin, marginBmMask) + + marginBpMask = (1 << self.breakpoint) | \ + (1 << self.cbreakpoint) | \ + (1 << self.tbreakpoint) | \ + (1 << self.tcbreakpoint) | \ + (1 << self.dbreakpoint) + self.setMarginWidth(self.__bpMargin, 16) + self.setMarginSensitivity(self.__bpMargin, True) + self.setMarginMarkerMask(self.__bpMargin, marginBpMask) + + marginIndicMask = (1 << self.syntaxerror) | \ (1 << self.notcovered) | \ (1 << self.taskmarker) | \ (1 << self.warning) | \ (1 << self.__changeMarkerUnsaved) | \ - (1 << self.__changeMarkerSaved) - self.setMarginWidth(1, 16) - self.setMarginSensitivity(1, True) - self.setMarginMarkerMask(1, margin1Mask) - - self.__linenoMargin = 0 - self.__foldMargin = 2 - else: - - self.__bmMargin = 0 - self.__linenoMargin = 1 - self.__bpMargin = 2 - self.__foldMargin = 3 - self.__indicMargin = 4 - - marginBmMask = (1 << self.bookmark) - self.setMarginWidth(self.__bmMargin, 16) - self.setMarginSensitivity(self.__bmMargin, True) - self.setMarginMarkerMask(self.__bmMargin, marginBmMask) - - marginBpMask = (1 << self.breakpoint) | \ - (1 << self.cbreakpoint) | \ - (1 << self.tbreakpoint) | \ - (1 << self.tcbreakpoint) | \ - (1 << self.dbreakpoint) - self.setMarginWidth(self.__bpMargin, 16) - self.setMarginSensitivity(self.__bpMargin, True) - self.setMarginMarkerMask(self.__bpMargin, marginBpMask) - - marginIndicMask = (1 << self.syntaxerror) | \ - (1 << self.notcovered) | \ - (1 << self.taskmarker) | \ - (1 << self.warning) | \ - (1 << self.__changeMarkerUnsaved) | \ - (1 << self.__changeMarkerSaved) | \ - (1 << self.currentline) | \ - (1 << self.errorline) - self.setMarginWidth(self.__indicMargin, 16) - self.setMarginSensitivity(self.__indicMargin, True) - self.setMarginMarkerMask(self.__indicMargin, marginIndicMask) + (1 << self.__changeMarkerSaved) | \ + (1 << self.currentline) | \ + (1 << self.errorline) + self.setMarginWidth(self.__indicMargin, 16) + self.setMarginSensitivity(self.__indicMargin, True) + self.setMarginMarkerMask(self.__indicMargin, marginIndicMask) # set linenumber margin settings linenoMargin = Preferences.getEditor("LinenoMargin") @@ -5257,18 +5116,15 @@ self.menu.popup(evt.globalPos()) else: self.line = self.lineAt(evt.pos()) - if self.__unifiedMargins: - self.marginMenu.popup(evt.globalPos()) - else: - if self.__marginNumber(evt.x()) in [self.__bmMargin, - self.__linenoMargin]: - self.bmMarginMenu.popup(evt.globalPos()) - elif self.__marginNumber(evt.x()) == self.__bpMargin: - 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()) + if self.__marginNumber(evt.x()) in [self.__bmMargin, + self.__linenoMargin]: + self.bmMarginMenu.popup(evt.globalPos()) + elif self.__marginNumber(evt.x()) == self.__bpMargin: + 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): """ @@ -5430,109 +5286,94 @@ self.showMenu.emit("Graphics", self.graphicsMenu, self) - def __showContextMenuMargin(self, menu, unifiedMenu): + def __showContextMenuMargin(self, menu): """ Private slot handling the aboutToShow signal of the margins context menu. @param menu reference to the menu to be shown @type QMenu - @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 menu is self.bpMarginMenu: + supportsDebugger = bool(self.fileName and self.isPyFile()) + hasBreakpoints = bool(self.breaks) + hasBreakpoint = bool( + self.markersAtLine(self.line) & self.breakpointMask) + + self.marginMenuActs["Breakpoint"].setEnabled(supportsDebugger) + self.marginMenuActs["TempBreakpoint"].setEnabled(supportsDebugger) + self.marginMenuActs["NextBreakpoint"].setEnabled( + supportsDebugger and hasBreakpoints) + self.marginMenuActs["PreviousBreakpoint"].setEnabled( + supportsDebugger and hasBreakpoints) + self.marginMenuActs["ClearBreakpoint"].setEnabled( + supportsDebugger and hasBreakpoints) + self.marginMenuActs["EditBreakpoint"].setEnabled( + supportsDebugger and hasBreakpoint) + self.marginMenuActs["EnableBreakpoint"].setEnabled( + supportsDebugger and hasBreakpoint) + if supportsDebugger: 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 menu is self.bmMarginMenu: + hasBookmarks = bool(self.bookmarks) + + self.marginMenuActs["NextBookmark"].setEnabled(hasBookmarks) + self.marginMenuActs["PreviousBookmark"].setEnabled(hasBookmarks) + self.marginMenuActs["ClearBookmark"].setEnabled(hasBookmarks) + + if menu is self.foldMarginMenu: + isFoldHeader = bool(self.SendScintilla( + QsciScintilla.SCI_GETFOLDLEVEL, self.line) & + QsciScintilla.SC_FOLDLEVELHEADERFLAG) - 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) + self.marginMenuActs["ExpandChildren"].setEnabled(isFoldHeader) + self.marginMenuActs["CollapseChildren"].setEnabled(isFoldHeader) + + if menu is self.indicMarginMenu: + hasSyntaxErrors = bool(self.syntaxerrors) + hasWarnings = bool(self.warnings) + hasNotCoveredMarkers = bool(self.notcoveredMarkers) - 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) + self.marginMenuActs["GotoSyntaxError"].setEnabled(hasSyntaxErrors) + self.marginMenuActs["ClearSyntaxError"].setEnabled(hasSyntaxErrors) + if hasSyntaxErrors and \ + self.markersAtLine(self.line) & (1 << self.syntaxerror): + self.marginMenuActs["ShowSyntaxError"].setEnabled(True) 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) - else: - self.marginMenuActs["ShowWarning"].setEnabled(False) + self.marginMenuActs["NextWarningMarker"].setEnabled(hasWarnings) + self.marginMenuActs["PreviousWarningMarker"].setEnabled( + hasWarnings) + self.marginMenuActs["ClearWarnings"].setEnabled(hasWarnings) + if hasWarnings and \ + self.markersAtLine(self.line) & (1 << self.warning): + self.marginMenuActs["ShowWarning"].setEnabled(True) 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) + self.marginMenuActs["NextCoverageMarker"].setEnabled( + hasNotCoveredMarkers) + self.marginMenuActs["PreviousCoverageMarker"].setEnabled( + hasNotCoveredMarkers) - if self.__hasTaskMarkers: - self.marginMenuActs["PreviousTaskMarker"].setEnabled(True) - self.marginMenuActs["NextTaskMarker"].setEnabled(True) - else: - self.marginMenuActs["PreviousTaskMarker"].setEnabled(False) - self.marginMenuActs["NextTaskMarker"].setEnabled(False) + self.marginMenuActs["PreviousTaskMarker"].setEnabled( + self.__hasTaskMarkers) + self.marginMenuActs["NextTaskMarker"].setEnabled( + self.__hasTaskMarkers) - 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.marginMenuActs["PreviousChangeMarker"].setEnabled( + self.__hasChangeMarkers) + self.marginMenuActs["NextChangeMarker"].setEnabled( + self.__hasChangeMarkers) + self.marginMenuActs["ClearChangeMarkers"].setEnabled( + self.__hasChangeMarkers) self.showMenu.emit("Margin", menu, self)
--- a/i18n/eric6_de.ts Sat May 19 16:41:22 2018 +0200 +++ b/i18n/eric6_de.ts Sat May 19 17:56:11 2018 +0200 @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.1" language="de"> +<!DOCTYPE TS><TS version="2.0" language="de" sourcelanguage=""> <context> <name>AboutDialog</name> <message> @@ -1973,8 +1972,8 @@ </message> <message> <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="170"/> - <source>Open in New Tab Ctrl+LMB</source> - <translation>In neuem Register öffnen Strg+LMK</translation> + <source>Open in New Tab<byte value="x9"/>Ctrl+LMB</source> + <translation>In neuem Register öffnen<byte value="x9"/>Strg+LMK</translation> </message> <message> <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="174"/> @@ -2052,8 +2051,8 @@ </message> <message> <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="91"/> - <source>Open in New Tab Ctrl+LMB</source> - <translation>In neuem Register öffnen Strg+LMK</translation> + <source>Open in New Tab<byte value="x9"/>Ctrl+LMB</source> + <translation>In neuem Register öffnen<byte value="x9"/>Strg+LMK</translation> </message> <message> <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="95"/> @@ -9943,932 +9942,922 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="3037"/> + <location filename="../QScintilla/Editor.py" line="2941"/> <source>Open File</source> <translation>Datei öffnen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3210"/> + <location filename="../QScintilla/Editor.py" line="3114"/> <source>Save File</source> <translation>Datei sichern</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="755"/> + <location filename="../QScintilla/Editor.py" line="749"/> <source>Undo</source> <translation>Rückgängig</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="758"/> + <location filename="../QScintilla/Editor.py" line="752"/> <source>Redo</source> <translation>Wiederherstellen</translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="759"/> + <source>Cut</source> + <translation>Ausschneiden</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="762"/> + <source>Copy</source> + <translation>Kopieren</translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="765"/> - <source>Cut</source> - <translation>Ausschneiden</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="768"/> - <source>Copy</source> - <translation>Kopieren</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="771"/> <source>Paste</source> <translation>Einfügen</translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="773"/> + <source>Indent</source> + <translation>Einrücken</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="776"/> + <source>Unindent</source> + <translation>Einrücken rückgängig</translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="779"/> - <source>Indent</source> - <translation>Einrücken</translation> + <source>Comment</source> + <translation>Kommentar</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="782"/> - <source>Unindent</source> - <translation>Einrücken rückgängig</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="785"/> - <source>Comment</source> - <translation>Kommentar</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="788"/> <source>Uncomment</source> <translation>Kommentar entfernen</translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="866"/> + <source>Close</source> + <translation>Schließen</translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="872"/> - <source>Close</source> - <translation>Schließen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="878"/> <source>Save</source> <translation>Speichern</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="881"/> + <location filename="../QScintilla/Editor.py" line="875"/> <source>Save As...</source> <translation>Speichern unter...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="800"/> - <source>Select all</source> - <translation>Alles auswählen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="801"/> - <source>Deselect all</source> - <translation>Auswahl aufheben</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="798"/> - <source>Select to brace</source> - <translation>Zur Klammer auswählen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="897"/> - <source>Print</source> - <translation>Drucken</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2597"/> - <source>Printing...</source> - <translation>Drucke...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2614"/> - <source>Printing completed</source> - <translation>Drucken beendet</translation> - </message> - <message> - <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="2619"/> - <source>Printing aborted</source> - <translation>Drucken abgebrochen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6865"/> - <source>File changed</source> - <translation>Datei geändert</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="944"/> - <source>Check</source> - <translation>Prüfen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2977"/> - <source>File Modified</source> - <translation>Datei geändert</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="966"/> - <source>Code metrics...</source> - <translation>Quelltextmetriken...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="967"/> - <source>Code coverage...</source> - <translation>Quelltext Abdeckung...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="975"/> - <source>Profile data...</source> - <translation>Profildaten...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="964"/> - <source>Show</source> - <translation>Zeige</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="791"/> - <source>Stream Comment</source> - <translation>Stream Kommentar</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="794"/> + <source>Select all</source> + <translation>Alles auswählen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="795"/> + <source>Deselect all</source> + <translation>Auswahl aufheben</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="792"/> + <source>Select to brace</source> + <translation>Zur Klammer auswählen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="891"/> + <source>Print</source> + <translation>Drucken</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2501"/> + <source>Printing...</source> + <translation>Drucke...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2518"/> + <source>Printing completed</source> + <translation>Drucken beendet</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2520"/> + <source>Error while printing</source> + <translation>Fehler beim Drucken</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2523"/> + <source>Printing aborted</source> + <translation>Drucken abgebrochen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6706"/> + <source>File changed</source> + <translation>Datei geändert</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="938"/> + <source>Check</source> + <translation>Prüfen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2881"/> + <source>File Modified</source> + <translation>Datei geändert</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="960"/> + <source>Code metrics...</source> + <translation>Quelltextmetriken...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="961"/> + <source>Code coverage...</source> + <translation>Quelltext Abdeckung...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="969"/> + <source>Profile data...</source> + <translation>Profildaten...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="958"/> + <source>Show</source> + <translation>Zeige</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="785"/> + <source>Stream Comment</source> + <translation>Stream Kommentar</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="788"/> <source>Box Comment</source> <translation>Box Kommentar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1912"/> + <location filename="../QScintilla/Editor.py" line="1815"/> <source>Modification of Read Only file</source> <translation>Änderungsversuch für eine schreibgeschützte Datei</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1912"/> + <location filename="../QScintilla/Editor.py" line="1815"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Sie versuchen, eine schreibgeschützte Datei zu ändern. Bitte speichern Sie sie zuerst in eine andere Datei.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1014"/> + <location filename="../QScintilla/Editor.py" line="1008"/> <source>Languages</source> <translation>Sprachen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="761"/> + <location filename="../QScintilla/Editor.py" line="755"/> <source>Revert to last saved state</source> <translation>Zurück zum letzten gesichert Zustand</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6584"/> + <location filename="../QScintilla/Editor.py" line="6425"/> <source>Macro Name</source> <translation>Makro Name</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6584"/> + <location filename="../QScintilla/Editor.py" line="6425"/> <source>Select a macro name:</source> <translation>Wähle einen Makro Namen:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6655"/> + <location filename="../QScintilla/Editor.py" line="6496"/> <source>Macro files (*.macro)</source> <translation>Makrodateien (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6612"/> + <location filename="../QScintilla/Editor.py" line="6453"/> <source>Load macro file</source> <translation>Lade Makrodatei</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6635"/> + <location filename="../QScintilla/Editor.py" line="6476"/> <source>Error loading macro</source> <translation>Fehler beim Makro Laden</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6655"/> + <location filename="../QScintilla/Editor.py" line="6496"/> <source>Save macro file</source> <translation>Makrodatei schreiben</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6672"/> + <location filename="../QScintilla/Editor.py" line="6513"/> <source>Save macro</source> <translation>Makro speichern</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6688"/> + <location filename="../QScintilla/Editor.py" line="6529"/> <source>Error saving macro</source> <translation>Fehler beim Makro speichern</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6701"/> + <location filename="../QScintilla/Editor.py" line="6542"/> <source>Start Macro Recording</source> <translation>Makroaufzeichnung starten</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6727"/> + <location filename="../QScintilla/Editor.py" line="6568"/> <source>Macro Recording</source> <translation>Makroaufzeichnung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6727"/> + <location filename="../QScintilla/Editor.py" line="6568"/> <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="1301"/> + <location filename="../QScintilla/Editor.py" line="1155"/> <source>Toggle bookmark</source> <translation>Lesezeichen setzen/löschen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1303"/> + <location filename="../QScintilla/Editor.py" line="1157"/> <source>Next bookmark</source> <translation>Nächstes Lesezeichen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1305"/> + <location filename="../QScintilla/Editor.py" line="1159"/> <source>Previous bookmark</source> <translation>Vorheriges Lesezeichen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1307"/> + <location filename="../QScintilla/Editor.py" line="1161"/> <source>Clear all bookmarks</source> <translation>Alle Lesezeichen löschen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1327"/> + <location filename="../QScintilla/Editor.py" line="1170"/> <source>Toggle breakpoint</source> <translation>Haltepunkt setzen/löschen</translation> </message> <message> - <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="1368"/> - <source>LMB toggles breakpoints</source> - <translation>LMK schaltet Haltepunkte</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1337"/> + <location filename="../QScintilla/Editor.py" line="1180"/> <source>Next breakpoint</source> <translation>Nächster Haltepunkt</translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="1183"/> + <source>Previous breakpoint</source> + <translation>Vorheriger Haltepunkt</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1186"/> + <source>Clear all breakpoints</source> + <translation>Alle Haltepunkte löschen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1175"/> + <source>Edit breakpoint...</source> + <translation>Haltepunkt bearbeiten...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5339"/> + <source>Enable breakpoint</source> + <translation>Haltepunkt aktivieren</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5342"/> + <source>Disable breakpoint</source> + <translation>Haltepunkt deaktivieren</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5699"/> + <source>Code Coverage</source> + <translation>Quelltext Abdeckung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5699"/> + <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="5877"/> + <source>Profile Data</source> + <translation>Profildaten</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5877"/> + <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="4523"/> + <source>Autocompletion</source> + <translation>Automatische Vervollständigung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4523"/> + <source>Autocompletion is not available because there is no autocompletion source set.</source> + <translation>Die automatische Vervollständigung ist nicht verfügbar, da keine Quelle gesetzt ist.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="818"/> + <source>Use Monospaced Font</source> + <translation>Benutze Monospace Font</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="811"/> + <source>Shorten empty lines</source> + <translation>Leere Zeilen verkürzen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1229"/> + <source>Goto syntax error</source> + <translation>Zu Syntaxfehler gehen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1236"/> + <source>Clear syntax error</source> + <translation>Syntaxfehler löschen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="823"/> + <source>Autosave enabled</source> + <translation>Autom. Speicherung aktiv</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7010"/> + <source>Drop Error</source> + <translation>Drop Fehler</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1232"/> + <source>Show syntax error message</source> + <translation>Zeige Syntaxfehlermeldung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6037"/> + <source>Syntax Error</source> + <translation>Syntaxfehler</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6037"/> + <source>No syntax error message available.</source> + <translation>Keine Syntaxfehlermeldung verfügbar.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1172"/> + <source>Toggle temporary breakpoint</source> + <translation>Temporären Haltepunkt setzen/löschen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="963"/> + <source>Show code coverage annotations</source> + <translation>Markiere Zeilen ohne Abdeckung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="966"/> + <source>Hide code coverage annotations</source> + <translation>Lösche Abdeckungsmarkierungen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1253"/> + <source>Next uncovered line</source> + <translation>Nächste nichtabgedeckte Zeile</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1256"/> + <source>Previous uncovered line</source> + <translation>Vorige nichtabgedeckte Zeile</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5762"/> + <source>Show Code Coverage Annotations</source> + <translation>Zeilen ohne Abdeckung Markieren</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5755"/> + <source>All lines have been covered.</source> + <translation>Alle Zeilen sind abgedeckt.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5762"/> + <source>There is no coverage file available.</source> + <translation>Es gibt keine Datei mit Abdeckungsinformationen.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2881"/> + <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="6467"/> + <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="6476"/> + <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="6529"/> + <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="7010"/> + <source><p><b>{0}</b> is not a file.</p></source> + <translation><p><b>{0}</b> ist keine Datei.</p></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="358"/> + <source><p>The size of the file <b>{0}</b> is <b>{1} KB</b>. Do you really want to load it?</p></source> + <translation><p>Die Größe der Datei <b>{0}</b> ist <b>{1} KB<7B>. Soll sie wirklich geladen werden?</p></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="982"/> + <source>Diagrams</source> + <translation>Diagramme</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="984"/> + <source>Class Diagram...</source> + <translation>Klassendiagramm...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="986"/> + <source>Package Diagram...</source> + <translation>Package Diagramm...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="988"/> + <source>Imports Diagram...</source> + <translation>Imports-Diagramm...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="990"/> + <source>Application Diagram...</source> + <translation>Applikations-Diagramm...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1011"/> + <source>No Language</source> + <translation>Keine Sprache</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6870"/> + <source>{0} (ro)</source> + <translation>{0} (ro)</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7031"/> + <source>Resources</source> + <translation>Ressourcen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7033"/> + <source>Add file...</source> + <translation>Datei hinzufügen...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7035"/> + <source>Add files...</source> + <translation>Dateien hinzufügen...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7037"/> + <source>Add aliased file...</source> + <translation>Aliased-Datei hinzufügen...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7040"/> + <source>Add localized resource...</source> + <translation>Lokalisierte Ressource hinzufügen...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7063"/> + <source>Add file resource</source> + <translation>Dateiressource hinzufügen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7079"/> + <source>Add file resources</source> + <translation>Dateiressourcen hinzufügen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7107"/> + <source>Add aliased file resource</source> + <translation>Aliased-Dateiressourcen hinzufügen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7107"/> + <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="7171"/> + <source>Package Diagram</source> + <translation>Package-Diagramm</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7171"/> + <source>Include class attributes?</source> + <translation>Klassenattribute anzeigen?</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7205"/> + <source>Application Diagram</source> + <translation>Applikations-Diagramm</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7205"/> + <source>Include module names?</source> + <translation>Modulnamen anzeigen?</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7044"/> + <source>Add resource frame</source> + <translation>Ressourcenrahmen hinzufügen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6542"/> + <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="1260"/> + <source>Next task</source> + <translation>Nächste Aufgabe</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1263"/> + <source>Previous task</source> + <translation>Vorherige Aufgabe</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="920"/> + <source>Complete from Document</source> + <translation>Vervollständigung vom Dokument</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="922"/> + <source>Complete from APIs</source> + <translation>Vervollständigung von APIs</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="924"/> + <source>Complete from Document and APIs</source> + <translation>Vervollständigung vom Dokument und von APIs</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1133"/> + <source>Export as</source> + <translation>Exportieren als</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1308"/> + <source>Export source</source> + <translation>Quelltext exportieren</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1300"/> + <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="1308"/> + <source>No export format given. Aborting...</source> + <translation>Kein Exportformat angegeben. Abbruch...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7191"/> + <source>Imports Diagram</source> + <translation>Imports Diagramm</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7191"/> + <source>Include imports from external modules?</source> + <translation>Imports externer Module anzeigen?</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="842"/> + <source>Calltip</source> + <translation>Calltip</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="888"/> + <source>Print Preview</source> + <translation>Druckvorschau</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="443"/> + <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> + <translation><b>Quelltexteditorfenster</b><p>Dieses Fenster wird zum Bearbeiten von Quelltexten benutzt. Sie können beliebig viele dieser Fenster öffnen. Der Name der Datei wird im Titel des Fensters dargestellt.</p><p>Um Haltepunkte zu setzen, klicken sie in den Raum zwischen den Zeilennummern und der Faltungsspalte. Über das Kontextmenü des Bereiches links des Editors können Haltepunkte bearbeitet werden.</p><p>Um Lesezeichen zu setzen, drücken Sie die Shift-Taste und klicken in den Raum zwischen den Zeilennummern und der Faltungsspalte.</p><p>Diese Aktionen können über das Kontextmenü umgedreht werden.</p><p>Ein Klick auf einen Syntaxfehler-Marker mit gedrückter Strg-Taste zeigt die zugehörige Fehlermeldung an.</p></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="827"/> + <source>Typing aids enabled</source> + <translation>Eingabehilfen aktiv</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1097"/> + <source>End-of-Line Type</source> + <translation>Zeilenendemarkierung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1101"/> + <source>Unix</source> + <translation>Unix</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1108"/> + <source>Windows</source> + <translation>Windows</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1115"/> + <source>Macintosh</source> + <translation>Macintosh</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1056"/> + <source>Encodings</source> + <translation>Kodierungen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1036"/> + <source>Guessed</source> + <translation>Ermittelt</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1323"/> + <source>Alternatives</source> + <translation>Alternativen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1319"/> + <source>Alternatives ({0})</source> + <translation>Alternativen ({0})</translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="1339"/> - <source>Previous breakpoint</source> - <translation>Vorheriger Haltepunkt</translation> - </message> - <message> - <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="1332"/> - <source>Edit breakpoint...</source> - <translation>Haltepunkt bearbeiten...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5476"/> - <source>Enable breakpoint</source> - <translation>Haltepunkt aktivieren</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5479"/> - <source>Disable breakpoint</source> - <translation>Haltepunkt deaktivieren</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5858"/> - <source>Code Coverage</source> - <translation>Quelltext Abdeckung</translation> - </message> - <message> - <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="6036"/> - <source>Profile Data</source> - <translation>Profildaten</translation> - </message> - <message> - <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="4664"/> - <source>Autocompletion</source> - <translation>Automatische Vervollständigung</translation> - </message> - <message> - <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> - <message> - <location filename="../QScintilla/Editor.py" line="824"/> - <source>Use Monospaced Font</source> - <translation>Benutze Monospace Font</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="817"/> - <source>Shorten empty lines</source> - <translation>Leere Zeilen verkürzen</translation> - </message> - <message> - <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="1314"/> - <source>Clear syntax error</source> - <translation>Syntaxfehler löschen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="829"/> - <source>Autosave enabled</source> - <translation>Autom. Speicherung aktiv</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7169"/> - <source>Drop Error</source> - <translation>Drop Fehler</translation> - </message> - <message> - <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="6196"/> - <source>Syntax Error</source> - <translation>Syntaxfehler</translation> - </message> - <message> - <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="1329"/> - <source>Toggle temporary breakpoint</source> - <translation>Temporären Haltepunkt setzen/löschen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="969"/> - <source>Show code coverage annotations</source> - <translation>Markiere Zeilen ohne Abdeckung</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="972"/> - <source>Hide code coverage annotations</source> - <translation>Lösche Abdeckungsmarkierungen</translation> - </message> - <message> - <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="1347"/> - <source>Previous uncovered line</source> - <translation>Vorige nichtabgedeckte Zeile</translation> - </message> - <message> - <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="5914"/> - <source>All lines have been covered.</source> - <translation>Alle Zeilen sind abgedeckt.</translation> - </message> - <message> - <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="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="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="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="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="7169"/> - <source><p><b>{0}</b> is not a file.</p></source> - <translation><p><b>{0}</b> ist keine Datei.</p></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="364"/> - <source><p>The size of the file <b>{0}</b> is <b>{1} KB</b>. Do you really want to load it?</p></source> - <translation><p>Die Größe der Datei <b>{0}</b> ist <b>{1} KB<7B>. Soll sie wirklich geladen werden?</p></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="988"/> - <source>Diagrams</source> - <translation>Diagramme</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="990"/> - <source>Class Diagram...</source> - <translation>Klassendiagramm...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="992"/> - <source>Package Diagram...</source> - <translation>Package Diagramm...</translation> + <source>Pygments Lexer</source> + <translation>Pygments Lexer</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1339"/> + <source>Select the Pygments lexer to apply.</source> + <translation>Wähle den anzuwendenden Pygments Lexer.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7487"/> + <source>Check spelling...</source> + <translation>Rechtschreibprüfung...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="803"/> + <source>Check spelling of selection...</source> + <translation>Rechtschreibprüfung für Auswahl...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7490"/> + <source>Add to dictionary</source> + <translation>Zum Wörterbuch hinzufügen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7492"/> + <source>Ignore All</source> + <translation>Alle ignorieren</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="807"/> + <source>Remove from dictionary</source> + <translation>Aus dem Wörterbuch entfernen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2941"/> + <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="3055"/> + <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="1240"/> + <source>Next warning</source> + <translation>Nächste Warnung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1243"/> + <source>Previous warning</source> + <translation>Vorherige Warnung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1246"/> + <source>Show warning message</source> + <translation>Zeige Warnung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1249"/> + <source>Clear warnings</source> + <translation>Warnungen löschen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="3114"/> + <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="6513"/> + <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="6315"/> + <source>Warning: {0}</source> + <translation>Warnung: {0}</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6322"/> + <source>Error: {0}</source> + <translation>Fehler: {0}</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6702"/> + <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> + <translation><br><b>Warnung:</b> Vorgenommenen Änderungen gehen beim neu einlesen verloren.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="884"/> + <source>Open 'rejection' file</source> + <translation>Öffne „Ablehnungs“-Datei</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="994"/> - <source>Imports Diagram...</source> - <translation>Imports-Diagramm...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="996"/> - <source>Application Diagram...</source> - <translation>Applikations-Diagramm...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1017"/> - <source>No Language</source> - <translation>Keine Sprache</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7029"/> - <source>{0} (ro)</source> - <translation>{0} (ro)</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7190"/> - <source>Resources</source> - <translation>Ressourcen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7192"/> - <source>Add file...</source> - <translation>Datei hinzufügen...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7194"/> - <source>Add files...</source> - <translation>Dateien hinzufügen...</translation> - </message> - <message> - <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="7199"/> - <source>Add localized resource...</source> - <translation>Lokalisierte Ressource hinzufügen...</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="7330"/> - <source>Include class attributes?</source> - <translation>Klassenattribute anzeigen?</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7364"/> - <source>Application Diagram</source> - <translation>Applikations-Diagramm</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7364"/> - <source>Include module names?</source> - <translation>Modulnamen anzeigen?</translation> - </message> - <message> - <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="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="1350"/> - <source>Next task</source> - <translation>Nächste Aufgabe</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1352"/> - <source>Previous task</source> - <translation>Vorherige Aufgabe</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="926"/> - <source>Complete from Document</source> - <translation>Vervollständigung vom Dokument</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="928"/> - <source>Complete from APIs</source> - <translation>Vervollständigung von APIs</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="930"/> - <source>Complete from Document and APIs</source> - <translation>Vervollständigung vom Dokument und von APIs</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1139"/> - <source>Export as</source> - <translation>Exportieren als</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1405"/> - <source>Export source</source> - <translation>Quelltext exportieren</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>Für das Exportformat <b>{0}</b> steht kein Exporter zur Verfügung. Abbruch...</p></translation> - </message> - <message> - <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="7350"/> - <source>Imports Diagram</source> - <translation>Imports Diagramm</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7350"/> - <source>Include imports from external modules?</source> - <translation>Imports externer Module anzeigen?</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="848"/> - <source>Calltip</source> - <translation>Calltip</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="894"/> - <source>Print Preview</source> - <translation>Druckvorschau</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="449"/> - <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> - <translation><b>Quelltexteditorfenster</b><p>Dieses Fenster wird zum Bearbeiten von Quelltexten benutzt. Sie können beliebig viele dieser Fenster öffnen. Der Name der Datei wird im Titel des Fensters dargestellt.</p><p>Um Haltepunkte zu setzen, klicken sie in den Raum zwischen den Zeilennummern und der Faltungsspalte. Über das Kontextmenü des Bereiches links des Editors können Haltepunkte bearbeitet werden.</p><p>Um Lesezeichen zu setzen, drücken Sie die Shift-Taste und klicken in den Raum zwischen den Zeilennummern und der Faltungsspalte.</p><p>Diese Aktionen können über das Kontextmenü umgedreht werden.</p><p>Ein Klick auf einen Syntaxfehler-Marker mit gedrückter Strg-Taste zeigt die zugehörige Fehlermeldung an.</p></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="833"/> - <source>Typing aids enabled</source> - <translation>Eingabehilfen aktiv</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1103"/> - <source>End-of-Line Type</source> - <translation>Zeilenendemarkierung</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1107"/> - <source>Unix</source> - <translation>Unix</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1114"/> - <source>Windows</source> - <translation>Windows</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1121"/> - <source>Macintosh</source> - <translation>Macintosh</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1062"/> - <source>Encodings</source> - <translation>Kodierungen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1042"/> - <source>Guessed</source> - <translation>Ermittelt</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1420"/> - <source>Alternatives</source> - <translation>Alternativen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1416"/> - <source>Alternatives ({0})</source> - <translation>Alternativen ({0})</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1436"/> - <source>Pygments Lexer</source> - <translation>Pygments Lexer</translation> - </message> - <message> - <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="7646"/> - <source>Check spelling...</source> - <translation>Rechtschreibprüfung...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="809"/> - <source>Check spelling of selection...</source> - <translation>Rechtschreibprüfung für Auswahl...</translation> - </message> - <message> - <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="7651"/> - <source>Ignore All</source> - <translation>Alle ignorieren</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="813"/> - <source>Remove from dictionary</source> - <translation>Aus dem Wörterbuch entfernen</translation> - </message> - <message> - <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="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="1317"/> - <source>Next warning</source> - <translation>Nächste Warnung</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1320"/> - <source>Previous warning</source> - <translation>Vorherige Warnung</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1322"/> - <source>Show warning message</source> - <translation>Zeige Warnung</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1324"/> - <source>Clear warnings</source> - <translation>Warnungen löschen</translation> - </message> - <message> - <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="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="6474"/> - <source>Warning: {0}</source> - <translation>Warnung: {0}</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6481"/> - <source>Error: {0}</source> - <translation>Fehler: {0}</translation> - </message> - <message> - <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> - <message> - <location filename="../QScintilla/Editor.py" line="890"/> - <source>Open 'rejection' file</source> - <translation>Öffne „Ablehnungs“-Datei</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1000"/> <source>Load Diagram...</source> <translation>Diagramm laden...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1355"/> + <location filename="../QScintilla/Editor.py" line="1267"/> <source>Next change</source> <translation>Nächste Änderung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1358"/> + <location filename="../QScintilla/Editor.py" line="1270"/> <source>Previous change</source> <translation>Vorherige Änderung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8063"/> + <location filename="../QScintilla/Editor.py" line="7904"/> <source>Sort Lines</source> <translation>Zeilen sortieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8063"/> + <location filename="../QScintilla/Editor.py" line="7904"/> <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="6410"/> + <location filename="../QScintilla/Editor.py" line="6251"/> <source>Warning</source> <translation>Warnung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6410"/> + <location filename="../QScintilla/Editor.py" line="6251"/> <source>No warning messages available.</source> <translation>Keine Warnmeldungen verfügbar.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6471"/> + <location filename="../QScintilla/Editor.py" line="6312"/> <source>Style: {0}</source> <translation>Stil: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="864"/> + <location filename="../QScintilla/Editor.py" line="858"/> <source>New Document View</source> <translation>Neue Dokumentenansicht</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="867"/> + <location filename="../QScintilla/Editor.py" line="861"/> <source>New Document View (with new split)</source> <translation>Neue Dokumentenansicht (in neuem Abschnitt)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="954"/> + <location filename="../QScintilla/Editor.py" line="948"/> <source>Tools</source> <translation>Werkzeuge</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1084"/> + <location filename="../QScintilla/Editor.py" line="1078"/> <source>Re-Open With Encoding</source> <translation>Öffnen mit Kodierung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6855"/> + <location filename="../QScintilla/Editor.py" line="6696"/> <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> <message> - <location filename="../QScintilla/Editor.py" line="840"/> + <location filename="../QScintilla/Editor.py" line="834"/> <source>Automatic Completion enabled</source> <translation>Automatische Vervollständigung aktiv</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="920"/> + <location filename="../QScintilla/Editor.py" line="914"/> <source>Complete</source> <translation>Vervollständigen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4789"/> + <location filename="../QScintilla/Editor.py" line="4648"/> <source>Auto-Completion Provider</source> <translation>Provider für automatische Vervollständigungen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4789"/> + <location filename="../QScintilla/Editor.py" line="4648"/> <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="5051"/> + <location filename="../QScintilla/Editor.py" line="4910"/> <source>Call-Tips Provider</source> <translation>Calltipps-Provider</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5051"/> + <location filename="../QScintilla/Editor.py" line="4910"/> <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="8150"/> + <location filename="../QScintilla/Editor.py" line="7991"/> <source>Register Mouse Click Handler</source> <translation>Maus Klick Handler registrieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8150"/> + <location filename="../QScintilla/Editor.py" line="7991"/> <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> <message> - <location filename="../QScintilla/Editor.py" line="884"/> + <location filename="../QScintilla/Editor.py" line="878"/> <source>Save Copy...</source> <translation>Kopie speichern...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="923"/> + <location filename="../QScintilla/Editor.py" line="917"/> <source>Clear Completions Cache</source> <translation>Vervollständigungsspeicher löschen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="850"/> + <location filename="../QScintilla/Editor.py" line="844"/> <source>Code Info</source> <translation>Code Info</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1361"/> + <location filename="../QScintilla/Editor.py" line="1273"/> <source>Clear changes</source> <translation>Änderungsmarker löschen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="775"/> + <location filename="../QScintilla/Editor.py" line="769"/> <source>Execute Selection In Console</source> <translation>Auswahl in Konsole ausführen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8271"/> + <location filename="../QScintilla/Editor.py" line="8112"/> <source>EditorConfig Properties</source> <translation>EditorConfig Eigenschaften</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8271"/> + <location filename="../QScintilla/Editor.py" line="8112"/> <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"/> + <location filename="../QScintilla/Editor.py" line="1196"/> <source>Toggle all folds</source> <translation>Alle Faltungen umschalten</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1216"/> + <location filename="../QScintilla/Editor.py" line="1200"/> <source>Toggle all folds (including children)</source> <translation>Alle Faltungen umschalten (inkl. Unterfaltungen)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1220"/> + <location filename="../QScintilla/Editor.py" line="1204"/> <source>Toggle current fold</source> <translation>Aktuelle Faltung umschalten</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1225"/> + <location filename="../QScintilla/Editor.py" line="1209"/> <source>Expand (including children)</source> <translation>Ausklappen (inkl. Unterfaltungen)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1229"/> + <location filename="../QScintilla/Editor.py" line="1213"/> <source>Collapse (including children)</source> <translation>Einklappen (inkl. Unterfaltungen)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1234"/> + <location filename="../QScintilla/Editor.py" line="1218"/> <source>Clear all folds</source> <translation>Alle Faltungen aufklappen</translation> </message> @@ -13392,12 +13381,12 @@ <translation>Monospace–Font</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="428"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="418"/> <source>Press to select the font for the editor line numbers</source> <translation>Drücken, um den Font für die Zeilennummern des Editors zu wählen</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="431"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="421"/> <source>Line Numbers Font</source> <translation>Zeilennummernfont</translation> </message> @@ -13407,7 +13396,7 @@ <translation>Monospacetext</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="447"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="437"/> <source>2345</source> <translation>2345</translation> </message> @@ -13437,17 +13426,17 @@ <translation>Zeige Faltungsspalte</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="237"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="227"/> <source>Folding style:</source> <translation>Faltungsstil:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="250"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="240"/> <source>Select the folding style to be used in the folding margin</source> <translation>Wähle den Faltungsstil aus, der in der Faltungsspalte verwendet werden soll</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="253"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="243"/> <source><b>Folding style</b> <p>Select the desired folding style to be used in the folding margin.</p> <p>The available styles are: @@ -13462,242 +13451,242 @@ <translation><b>Faltungsstil</b><p>Wähle den Faltungsstil aus, der in der Faltungsspalte verwendet werden soll.</p><p>Die verfügbaren Stile sind:<ul><li>Einfach – einfache Plus- und Minus-Zeichen</li><li>Kreis – eingekreiste Plus- und Minus-Zeichen</li><li>Kasten – eingerahmte Plus- und Minus-Zeichen</li><li>Baum mit Kreisen – Baumdarstellung mit abgerundeten Ecken und eingekreisten Plus- und Minus-Zeichen</li><li>Baum mit Kästen – Baumdarstellung mit rechtwinkligen Ecken und eingerahmten Plus- und Minus-Zeichen</li></ul></p></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="267"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="257"/> <source>Plain</source> <translation>Einfach</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="262"/> + <source>Circled</source> + <translation>Kreis</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="267"/> + <source>Boxed</source> + <translation>Kasten</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="272"/> - <source>Circled</source> - <translation>Kreis</translation> + <source>Circled Tree</source> + <translation>Baum mit Kreisen</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="277"/> - <source>Boxed</source> - <translation>Kasten</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="282"/> - <source>Circled Tree</source> - <translation>Baum mit Kreisen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="287"/> <source>Boxed Tree</source> <translation>Baum mit Kästen</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="478"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="468"/> <source>Selection</source> <translation>Auswahl</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="486"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="476"/> <source>Select to use custom selection colours</source> <translation>Auswählen, um eigene Farben für die Auswahl zu verwenden</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="479"/> + <source><b>Use custom selection colours</b><p>Select this entry in order to use custom selection colours in the editor and shell windows. The colours for the selection foreground and background are defined on the colours page.</p></source> + <translation><b>Eigene Farben für Auswahl</b><p>Diesen Eintrag auswählen, um eigene Farben für die Auswahl in Editor- und Shell-Fenstern zu verwenden. Die Farben für den Auswahlvorder- und -hintergrund werden auf der Farbkonfigurationsseite eingestellt.</p></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="482"/> + <source>Use custom selection colours</source> + <translation>Eigene Farben für Auswahl</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="489"/> - <source><b>Use custom selection colours</b><p>Select this entry in order to use custom selection colours in the editor and shell windows. The colours for the selection foreground and background are defined on the colours page.</p></source> - <translation><b>Eigene Farben für Auswahl</b><p>Diesen Eintrag auswählen, um eigene Farben für die Auswahl in Editor- und Shell-Fenstern zu verwenden. Die Farben für den Auswahlvorder- und -hintergrund werden auf der Farbkonfigurationsseite eingestellt.</p></translation> + <source>Select, if selected text should be colourized by the lexer.</source> + <translation>Auswählen, um den ausgewählten Text durch den Lexer einzufärben.</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="492"/> - <source>Use custom selection colours</source> - <translation>Eigene Farben für Auswahl</translation> + <source>Colourize selected text</source> + <translation>Ausgewählten Text einfärben</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="499"/> - <source>Select, if selected text should be colourized by the lexer.</source> - <translation>Auswählen, um den ausgewählten Text durch den Lexer einzufärben.</translation> + <source>Select to extend selection to end of line</source> + <translation>Auswählen, um die Auswahl bis zum Zeilenende zu erweitern</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="502"/> - <source>Colourize selected text</source> - <translation>Ausgewählten Text einfärben</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="509"/> - <source>Select to extend selection to end of line</source> - <translation>Auswählen, um die Auswahl bis zum Zeilenende zu erweitern</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="512"/> <source>Extend selection to end of line</source> <translation>Auswahl bis zum Zeilenende erweitern</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="523"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="513"/> <source>Selection foreground:</source> <translation>Vordergrund der Auswahl:</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="526"/> + <source>Select the foreground colour for the selection.</source> + <translation>Wählt die Textfarbe für die Auswahl.</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="536"/> - <source>Select the foreground colour for the selection.</source> - <translation>Wählt die Textfarbe für die Auswahl.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="546"/> <source>Selection background:</source> <translation>Hintergrund der Auswahl:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="559"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="549"/> <source>Select the background colour for the selection.</source> <translation>Wähle die Hintergrundfarbe für die Auswahl.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="574"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="564"/> <source>Caret</source> <translation>Cursor</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="582"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="572"/> <source>Select, whether the caretline should be highlighted</source> <translation>Auswählen, um die aktuelle Zeile hervorzuheben</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="585"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="575"/> <source>Caretline visible</source> <translation>Aktuelle Zeile hervorheben</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="619"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="609"/> <source>Caret width:</source> <translation>Cursorbreite:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="626"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="616"/> <source>Select caret width (1, 2 or 3 pixels)</source> <translation>Wähle die Cursorbreite (1, 2 oder 3 Pixel)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="659"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="649"/> <source>Caret foreground:</source> <translation>Cursorfarbe:</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="662"/> + <source>Select the colour for the caret.</source> + <translation>Wähle die Farbe für die Einfügemarke.</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="672"/> - <source>Select the colour for the caret.</source> - <translation>Wähle die Farbe für die Einfügemarke.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="682"/> <source>Caretline background:</source> <translation>Hintergrund der aktuellen Zeile:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="695"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="685"/> <source>Select the background colour for the line containing the caret.</source> <translation>Wähle die Hintergrundfarbe für die Zeile mit der Einfügemarke.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="775"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="765"/> <source>Braces</source> <translation>Klammern</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="771"/> + <source>Select whether matching and bad braces shall be highlighted.</source> + <translation>Wähle aus, ob passende und ungültige Klammerung hervorgehoben werden soll.</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="774"/> + <source>Highlight braces</source> + <translation>Klammerung hervorheben</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="781"/> - <source>Select whether matching and bad braces shall be highlighted.</source> - <translation>Wähle aus, ob passende und ungültige Klammerung hervorgehoben werden soll.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="784"/> - <source>Highlight braces</source> - <translation>Klammerung hervorheben</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="791"/> <source>Matched braces:</source> <translation>Passende Klammer:</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="794"/> + <source>Select the colour for highlighting matching braces.</source> + <translation>Wähle die Farbe zur Hervorhebung passender Klammerung.</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="804"/> - <source>Select the colour for highlighting matching braces.</source> - <translation>Wähle die Farbe zur Hervorhebung passender Klammerung.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="814"/> <source>Matched braces background:</source> <translation>Hintergrund passende Klammer:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="827"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="817"/> <source>Select the background colour for highlighting matching braces.</source> <translation>Wähle die Hintergrundfarbe zur Hervorhebung passender Klammerung.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="843"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="833"/> <source>Unmatched brace:</source> <translation>Ungültige Klammer:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="850"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="840"/> <source>Select the colour for highlighting nonmatching braces.</source> <translation>Wähle die Farbe zur Hervorhebung ungültiger Klammerung.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="866"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="856"/> <source>Unmatched brace background:</source> <translation>Hintergrund ungültige Klammer:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="873"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="863"/> <source>Select the background colour for highlighting nonmatching braces.</source> <translation>Wähle die Hintergrundfarbe zur Hervorhebung ungültiger Klammerung.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="886"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="876"/> <source>End of Line</source> <translation>Zeilenende</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="892"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="882"/> <source>Select whether end of line shall be shown</source> <translation>Wähle aus, ob die Zeilenendemarkierung angezeigt werden soll</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="885"/> + <source>Show End of Line</source> + <translation>Zeige Zeilenendemarkierung</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="895"/> - <source>Show End of Line</source> - <translation>Zeige Zeilenendemarkierung</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="905"/> <source>Wrap long lines</source> <translation>Lange Zeilen umbrechen</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="958"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="948"/> <source>Edge Mode</source> <translation>Seitenrand</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="992"/> + <source>Select the colour for the edge marker.</source> + <translation>Wähle die Farbe für den Seitenrand.</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1002"/> - <source>Select the colour for the edge marker.</source> - <translation>Wähle die Farbe für den Seitenrand.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1012"/> <source>Background colour:</source> <translation>Hintergrundfarbe:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1025"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1015"/> <source>Move to set the edge column.</source> <translation>Bewegen Sie den Schieber, um die Seitenbreite zu setzen.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1053"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1043"/> <source>Displays the selected tab width.</source> <translation>Zeigt die gewählte Tabulatorweite an.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1069"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1059"/> <source>Column number:</source> <translation>Seitenbreite:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1076"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1066"/> <source>Mode:</source> <translation>Modus:</translation> </message> @@ -13707,127 +13696,117 @@ <translation>Ausgeschaltet</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1095"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1085"/> <source>Draw Line</source> <translation>Zeichne Linie</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1100"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1090"/> <source>Change Background Colour</source> <translation>Ändere Hintergrundfarbe</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1906"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1896"/> <source>Various</source> <translation>Verschiedenes</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1449"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1439"/> <source>Select whether whitspace characters shall be shown</source> <translation>Wähle aus, ob Leerzeichen angezeigt werden sollen</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1452"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1442"/> <source>Show Whitespace</source> <translation>Zeige Leerzeichen</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1912"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1902"/> <source>Select to show a minimalistic context menu</source> <translation>Auswählen, um ein minimales Kontextmenü anzuzeigen</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1915"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1905"/> <source>Show minimal context menu</source> <translation>Zeige minimales Kontextmenü</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="309"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="299"/> <source>Margins foreground:</source> <translation>Spaltenvordergrund:</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="312"/> + <source>Select the foreground colour for the margins</source> + <translation>Wähle die Vordergrundfarbe der Spalten</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="322"/> - <source>Select the foreground colour for the margins</source> - <translation>Wähle die Vordergrundfarbe der Spalten</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="332"/> <source>Margins background:</source> <translation>Spaltenhintergrund:</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="335"/> + <source>Select the background colour for the margins</source> + <translation>Wähle die Hintergrundfarbe der Spalten</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="345"/> - <source>Select the background colour for the margins</source> - <translation>Wähle die Hintergrundfarbe der Spalten</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="355"/> <source>Foldmargin background:</source> <translation>Hintergrund der Faltungsspalte:</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="358"/> + <source>Select the background colour for the foldmargin</source> + <translation>Wähle die Hintergrundfarbe der Faltungsspalte</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1104"/> + <source>Zoom</source> + <translation>Vergrößerung</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1110"/> + <source>Initial zoom factor:</source> + <translation>Anfangsvergrößerungsfaktor:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1117"/> + <source>Move to set the initial zoom factor</source> + <translation>Verschiebe den Regler zur Auswahl des Anfangsvergrößerungsfaktors</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1139"/> + <source>Displays the selected initial zoom factor</source> + <translation>Zeigt den gewählten Anfangsvergrößerungsfaktor an</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="282"/> + <source>Arrow</source> + <translation>Pfeile</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="287"/> + <source>Arrow Tree</source> + <translation>Baum mit Pfeilen</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="368"/> - <source>Select the background colour for the foldmargin</source> - <translation>Wähle die Hintergrundfarbe der Faltungsspalte</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="223"/> - <source>Select to show unified margins (like eric4 < 4.3.0)</source> - <translation>Auswählen, um zusammengefasste Spalten anzuzeigen (wie eric4 < 4.3.0)</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="226"/> - <source>Show unified margins</source> - <translation>Zeige zusammengefasste Spalten</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1114"/> - <source>Zoom</source> - <translation>Vergrößerung</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1120"/> - <source>Initial zoom factor:</source> - <translation>Anfangsvergrößerungsfaktor:</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1127"/> - <source>Move to set the initial zoom factor</source> - <translation>Verschiebe den Regler zur Auswahl des Anfangsvergrößerungsfaktors</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1149"/> - <source>Displays the selected initial zoom factor</source> - <translation>Zeigt den gewählten Anfangsvergrößerungsfaktor an</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="292"/> - <source>Arrow</source> - <translation>Pfeile</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="297"/> - <source>Arrow Tree</source> - <translation>Baum mit Pfeilen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="378"/> <source>Foldmarkers foreground:</source> <translation>Faltmarkenvordergrund:</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="381"/> + <source>Select the foreground colour of the foldmarkers</source> + <translation>Wähle die Vordergrundfarbe der Faltmarken</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="391"/> - <source>Select the foreground colour of the foldmarkers</source> - <translation>Wähle die Vordergrundfarbe der Faltmarken</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="401"/> <source>Foldmarkers background:</source> <translation>Faltmarkenhintergrund:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="414"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="404"/> <source>Select the background colour of the foldmarkers</source> <translation>Wähle die Hintergrundfarbe der Faltmarken</translation> </message> @@ -13837,82 +13816,82 @@ <translation><b>Hinweis:</b> Schriftarten und Farben der Syntaxhervorhebungen müssen auf der Seite „Syntaxhervorhebung, Stile“ konfiguriert werden.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1168"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1158"/> <source>Annotations</source> <translation>Anmerkungen</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1164"/> + <source>Select to enable the display of annotations</source> + <translation>Auswählen, um die Anzeige von Anmerkungen zu aktivieren</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1167"/> + <source>Show annotations</source> + <translation>Anmerkungen anzeigen</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1174"/> - <source>Select to enable the display of annotations</source> - <translation>Auswählen, um die Anzeige von Anmerkungen zu aktivieren</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1177"/> - <source>Show annotations</source> - <translation>Anmerkungen anzeigen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1184"/> <source>Warnings</source> <translation>Warnungen</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1270"/> + <source>Press to select the foreground colour</source> + <translation>Drücken, um die Vordergrundfarbe zu wählen</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1273"/> + <source>Foreground</source> + <translation>Vordergrund</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1280"/> - <source>Press to select the foreground colour</source> - <translation>Drücken, um die Vordergrundfarbe zu wählen</translation> + <source>Press to select the background colour</source> + <translation>Drücken, um die Hintergrundfarbe zu wählen</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1283"/> - <source>Foreground</source> - <translation>Vordergrund</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1290"/> - <source>Press to select the background colour</source> - <translation>Drücken, um die Hintergrundfarbe zu wählen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1293"/> <source>Background</source> <translation>Hintergrund</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1229"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1219"/> <source>Errors</source> <translation>Fehler</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1443"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1433"/> <source>Whitespace</source> <translation>Leerzeichen</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1461"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1451"/> <source>Whitespace size:</source> <translation>Leerzeichengröße:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1468"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1458"/> <source>Select the size of the dots used to represent visible whitespace</source> <translation>Wähle die Größe der Punkte zum Anzeigen von sichtbaren Leerzeichen</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1501"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1491"/> <source>Whitespace foreground:</source> <translation>Leerzeichenvordergrund:</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1504"/> + <source>Select the foreground colour for visible whitespace</source> + <translation>Wähle die Vordergrundfarbe für sichtbare Leerzeichen</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1514"/> - <source>Select the foreground colour for visible whitespace</source> - <translation>Wähle die Vordergrundfarbe für sichtbare Leerzeichen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1524"/> <source>Whitespace background:</source> <translation>Leerzeichenhintergrund:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1537"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1527"/> <source>Select the background colour for visible whitespace</source> <translation>Wähle die Hintergrundfarbe für sichtbare Leerzeichen</translation> </message> @@ -13947,72 +13926,72 @@ <translation>Wähle die Hintergrundfarbe des Editorbereiches.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1641"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1631"/> <source>Colours</source> <translation>Farben</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1322"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1312"/> <source>Change Tracing</source> <translation>Änderungsverfolgung</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1328"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1318"/> <source>Select to mark changed lines</source> <translation>Auswählen, um geänderte Zeilen zu markieren</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1331"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1321"/> <source>Mark changed lines</source> <translation>Geänderte Zeilen markieren</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1340"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1330"/> <source>Timeout for marking changed lines:</source> <translation>Timeout für das Markieren geänderter Zeilen:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1347"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1337"/> <source>Enter the time in milliseconds after which changed lines will be marked</source> <translation>Gib die Zeit in Millisekunden an, nach der geänderte Zeilen markiert werden sollen</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1359"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1349"/> <source> ms</source> <translation> ms</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1392"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1382"/> <source>Unsaved changes colour:</source> <translation>Farbe für ungesicherte Änderungen:</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1395"/> + <source>Select the colour for the change marker for unsaved changes.</source> + <translation>Wähle die Farbe für die Änderungsmarkierung für ungesicherte Änderungen.</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1405"/> - <source>Select the colour for the change marker for unsaved changes.</source> - <translation>Wähle die Farbe für die Änderungsmarkierung für ungesicherte Änderungen.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1415"/> <source>Saved changes colour:</source> <translation>Farbe für gesicherte Änderungen:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1428"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1418"/> <source>Select the colour for the change marker for saved changes.</source> <translation>Wähle die Farbe für die Änderungsmarkierung für gesicherte Änderungen.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="921"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="911"/> <source>Select the wrap mode for long lines</source> <translation>Wähle dem Umbruchmodus für lange Zeilen</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="941"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="931"/> <source>Indication:</source> <translation>Anzeige:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="948"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="938"/> <source>Select, how wrapped lines are indicated</source> <translation>Wähle aus, wie umbrochene Zeilen angezeigt werden sollen</translation> </message> @@ -14047,244 +14026,244 @@ <translation>Anzeige in der Zeilennummernspalte</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1213"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1203"/> <source>Warning: There might be an issue.</source> <translation>Warnung: Es könnte ein Problem vorliegen.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1258"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1248"/> <source>Error: There is an issue.</source> <translation>Fehler: Es liegt ein Fehler vor.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1274"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1264"/> <source>Style</source> <translation>Stil</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1303"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1293"/> <source>Style: There is a style issue.</source> <translation>Stil: Es liegt ein Stilfehler vor.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="592"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="582"/> <source>Select, whether the caretline should be highlighted even if the editor doesn't have the focus</source> <translation>Auswählen, um die aktuelle Zeile auch dann hervorzuheben, wenn der Editor nicht den Fokus besitzt</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="595"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="585"/> <source>Caretline always visible</source> <translation>Aktuelle Zeile immer hervorheben</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1621"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1611"/> <source>Marker Map</source> <translation>Markierungenübersicht</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1647"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1637"/> <source>Errors:</source> <translation>Fehler:</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1650"/> + <source>Select the colour for error markers</source> + <translation>Wähle die Farbe für Fehlermarkierungen</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1660"/> - <source>Select the colour for error markers</source> - <translation>Wähle die Farbe für Fehlermarkierungen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1670"/> <source>Warnings:</source> <translation>Warnungen:</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1673"/> + <source>Select the colour for warning markers</source> + <translation>Wähle die Farbe für Warnungsmarkierungen</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1683"/> - <source>Select the colour for warning markers</source> - <translation>Wähle die Farbe für Warnungsmarkierungen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1693"/> <source>Bookmarks:</source> <translation>Lesezeichen:</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1696"/> + <source>Select the colour for bookmark markers</source> + <translation>Wähle die Farbe für Lesezeichenmarkierungen</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1706"/> - <source>Select the colour for bookmark markers</source> - <translation>Wähle die Farbe für Lesezeichenmarkierungen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1716"/> <source>Breakpoints:</source> <translation>Haltepunkte:</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1719"/> + <source>Select the colour for breakpoint markers</source> + <translation>Wähle die Farbe für Haltepunktemarkierungen</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1729"/> - <source>Select the colour for breakpoint markers</source> - <translation>Wähle die Farbe für Haltepunktemarkierungen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1739"/> <source>Tasks:</source> <translation>Aufgaben:</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1742"/> + <source>Select the colour for task markers</source> + <translation>Wähle die Farbe für Aufgabenmarkierungen</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1752"/> - <source>Select the colour for task markers</source> - <translation>Wähle die Farbe für Aufgabenmarkierungen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1762"/> <source>Changes:</source> <translation>Änderungen:</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1765"/> + <source>Select the colour for change markers</source> + <translation>Wähle die Farbe für Änderungsmarkierungen</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1775"/> - <source>Select the colour for change markers</source> - <translation>Wähle die Farbe für Änderungsmarkierungen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1785"/> <source>Coverage:</source> <translation>Abdeckung:</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1788"/> + <source>Select the colour for coverage markers</source> + <translation>Wähle die Farbe für Abdeckungsmarkierungen</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1798"/> - <source>Select the colour for coverage markers</source> - <translation>Wähle die Farbe für Abdeckungsmarkierungen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1808"/> <source>Current Line:</source> <translation>Aktuelle Zeile:</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1811"/> + <source>Select the colour for the current line marker</source> + <translation>Wähle die Farbe der Markierung für die aktuelle Zeile</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1867"/> + <source>Background:</source> + <translation>Hintergrund:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1880"/> + <source>Select the background colour for the marker map</source> + <translation>Wähle die Hintergrundfarbe der Markierungsübersicht</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1542"/> + <source>Indentation Guides</source> + <translation>Einrückungsmarkierungen</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1548"/> + <source>Select whether indentation guides should be shown.</source> + <translation>Wähle aus, ob Einrückungsmarkierungen angezeigt werden sollen.</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1551"/> + <source>Show Indentation Guides</source> + <translation>Zeige Einrückungsmarkierungen</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1560"/> + <source>Indentation Guides foreground:</source> + <translation>Einrückungsmarkierungenvordergrund:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1573"/> + <source>Select the foreground colour for indentation guides</source> + <translation>Wähle die Vordergrundfarbe der Einrückungsmarkierungen</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1583"/> + <source>Indentation Guides background:</source> + <translation>Einrückungsmarkierungenhintergrund:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1596"/> + <source>Select the background colour for indentation guides</source> + <translation>Wähle die Hintergrundfarbe der Einrückungsmarkierungen</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1821"/> - <source>Select the colour for the current line marker</source> - <translation>Wähle die Farbe der Markierung für die aktuelle Zeile</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1877"/> - <source>Background:</source> - <translation>Hintergrund:</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1890"/> - <source>Select the background colour for the marker map</source> - <translation>Wähle die Hintergrundfarbe der Markierungsübersicht</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1552"/> - <source>Indentation Guides</source> - <translation>Einrückungsmarkierungen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1558"/> - <source>Select whether indentation guides should be shown.</source> - <translation>Wähle aus, ob Einrückungsmarkierungen angezeigt werden sollen.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1561"/> - <source>Show Indentation Guides</source> - <translation>Zeige Einrückungsmarkierungen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1570"/> - <source>Indentation Guides foreground:</source> - <translation>Einrückungsmarkierungenvordergrund:</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1583"/> - <source>Select the foreground colour for indentation guides</source> - <translation>Wähle die Vordergrundfarbe der Einrückungsmarkierungen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1593"/> - <source>Indentation Guides background:</source> - <translation>Einrückungsmarkierungenhintergrund:</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1606"/> - <source>Select the background colour for indentation guides</source> - <translation>Wähle die Hintergrundfarbe der Einrückungsmarkierungen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1831"/> <source>Search Markers:</source> <translation>Suchmarkierungen:</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1834"/> + <source>Select the colour for the search marker</source> + <translation>Wähle die Farbe der Suchmarkierung</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1912"/> + <source>Select to hide the Format Buttons bar when formatting is not supported</source> + <translation>Auswählen, um die Formatbuttonsleiste auszublenden, wenn dies nicht unterstützt wird</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1915"/> + <source>Hide Format Buttons bar when not supported</source> + <translation>Formatbuttonsleiste ausblenden, wenn nicht unterstützt</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="700"/> + <source>Debugging Line Markers</source> + <translation>Debug-Zeilenmarken</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="709"/> + <source>Use background colours</source> + <translation>Verwende farbigen Hintergrund</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="716"/> + <source>Current line marker:</source> + <translation>Aktuelle Zeile:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="739"/> + <source>Error line marker:</source> + <translation>Fehlerzeile:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="706"/> + <source>Select to indicate the debug markers using coloured line backgrounds, arrow indicators otherwise</source> + <translation>Auswählen, um Debugmarken durch farbige Zeilenhintergründe anzuzeigen, ansonsten durch Pfeilindikatoren</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="729"/> + <source>Select the colour for the current line marker.</source> + <translation>Wähle die Farbe der Markierung für die aktuelle Zeile.</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="752"/> + <source>Select the colour for the error line marker.</source> + <translation>Wähle die Farbe der Markierung für die Fehlerzeile.</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1844"/> - <source>Select the colour for the search marker</source> - <translation>Wähle die Farbe der Suchmarkierung</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1922"/> - <source>Select to hide the Format Buttons bar when formatting is not supported</source> - <translation>Auswählen, um die Formatbuttonsleiste auszublenden, wenn dies nicht unterstützt wird</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1925"/> - <source>Hide Format Buttons bar when not supported</source> - <translation>Formatbuttonsleiste ausblenden, wenn nicht unterstützt</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="710"/> - <source>Debugging Line Markers</source> - <translation>Debug-Zeilenmarken</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="719"/> - <source>Use background colours</source> - <translation>Verwende farbigen Hintergrund</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="726"/> - <source>Current line marker:</source> - <translation>Aktuelle Zeile:</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="749"/> - <source>Error line marker:</source> - <translation>Fehlerzeile:</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="716"/> - <source>Select to indicate the debug markers using coloured line backgrounds, arrow indicators otherwise</source> - <translation>Auswählen, um Debugmarken durch farbige Zeilenhintergründe anzuzeigen, ansonsten durch Pfeilindikatoren</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="739"/> - <source>Select the colour for the current line marker.</source> - <translation>Wähle die Farbe der Markierung für die aktuelle Zeile.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="762"/> - <source>Select the colour for the error line marker.</source> - <translation>Wähle die Farbe der Markierung für die Fehlerzeile.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1854"/> <source>Conflict Marker Line:</source> <translation>Konfliktmarkierungen:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1867"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1857"/> <source>Select the colour for the conflict marker line marker</source> <translation>Wähle die Farbe der Markierung für Zeilen mit Konfliktmarkierungen</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1627"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1617"/> <source>Select to show the marker map right of the editor</source> <translation>Auswählen, um die Markierungenübersicht rechts des Editors anzuzeigen</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1630"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1620"/> <source><b>Show Marker Map Right of the Editor</b> <p>If this entry is selected (default), the marker map is show on the right side of the editor. If it is unselected, it is shown on the left side right before the margins.</p></source> <translation><b>Markierungsübersicht rechts des Editors anzeigen</b> <p>Wenn dieser Eintrag ausgewählt ist (Standard), dann wird die Markierungsübersicht rechts des Editors angezeigt. Wenn er nicht ausgewählt ist, so erfolgt die Anzeige links des Editors vor den Rändern.</p></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1634"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1624"/> <source>Show Marker Map Right of the Editor</source> <translation>Markierungsübersicht rechts des Editors anzeigen</translation> </message> @@ -24928,8 +24907,8 @@ </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1220"/> - <source>Open Link in New Tab Ctrl+LMB</source> - <translation>Link in neuem Fenster öffnen Strg+LMK</translation> + <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> + <translation>Link in neuem Fenster öffnen<byte value="x9"/>Strg+LMK</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1311"/> @@ -49784,27 +49763,27 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1678"/> + <location filename="../Preferences/__init__.py" line="1677"/> <source>Export Preferences</source> <translation>Einstellungen exportieren</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1706"/> + <location filename="../Preferences/__init__.py" line="1705"/> <source>Import Preferences</source> <translation>Einstellungen importieren</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1706"/> + <location filename="../Preferences/__init__.py" line="1705"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Properties-Dateien (*.ini);;Alle Dateien (*)</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1808"/> + <location filename="../Preferences/__init__.py" line="1807"/> <source>Select Python{0} Interpreter</source> <translation>Wähle den Python{0}-Interpreter</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1808"/> + <location filename="../Preferences/__init__.py" line="1807"/> <source>Select the Python{0} interpreter to be used:</source> <translation>Wähle den zu verwendenden Python{0}-Interpreter aus:</translation> </message> @@ -82753,8 +82732,8 @@ </message> <message> <location filename="../WebBrowser/WebBrowserView.py" line="636"/> - <source>Open Link in New Tab Ctrl+LMB</source> - <translation>Link in neuem Fenster öffnen Strg+LMK</translation> + <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> + <translation>Link in neuem Fenster öffnen<byte value="x9"/>Strg+LMK</translation> </message> <message> <location filename="../WebBrowser/WebBrowserView.py" line="642"/>
--- a/i18n/eric6_empty.ts Sat May 19 16:41:22 2018 +0200 +++ b/i18n/eric6_empty.ts Sat May 19 17:56:11 2018 +0200 @@ -9830,932 +9830,922 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="3037"/> + <location filename="../QScintilla/Editor.py" line="2941"/> <source>Open File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="364"/> + <location filename="../QScintilla/Editor.py" line="358"/> <source><p>The size of the file <b>{0}</b> is <b>{1} KB</b>. Do you really want to load it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="449"/> + <location filename="../QScintilla/Editor.py" line="443"/> <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="749"/> + <source>Undo</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="752"/> + <source>Redo</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="755"/> - <source>Undo</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="758"/> - <source>Redo</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="761"/> <source>Revert to last saved state</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="759"/> + <source>Cut</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="762"/> + <source>Copy</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="765"/> - <source>Cut</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="768"/> - <source>Copy</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="771"/> <source>Paste</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="773"/> + <source>Indent</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="776"/> + <source>Unindent</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="779"/> - <source>Indent</source> + <source>Comment</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="782"/> - <source>Unindent</source> + <source>Uncomment</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="785"/> - <source>Comment</source> + <source>Stream Comment</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="788"/> - <source>Uncomment</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="791"/> - <source>Stream Comment</source> + <source>Box Comment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="792"/> + <source>Select to brace</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="794"/> - <source>Box Comment</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="798"/> - <source>Select to brace</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="800"/> <source>Select all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="801"/> + <location filename="../QScintilla/Editor.py" line="795"/> <source>Deselect all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7646"/> + <location filename="../QScintilla/Editor.py" line="7487"/> <source>Check spelling...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="809"/> + <location filename="../QScintilla/Editor.py" line="803"/> <source>Check spelling of selection...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="813"/> + <location filename="../QScintilla/Editor.py" line="807"/> <source>Remove from dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="817"/> + <location filename="../QScintilla/Editor.py" line="811"/> <source>Shorten empty lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="824"/> + <location filename="../QScintilla/Editor.py" line="818"/> <source>Use Monospaced Font</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="829"/> + <location filename="../QScintilla/Editor.py" line="823"/> <source>Autosave enabled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="833"/> + <location filename="../QScintilla/Editor.py" line="827"/> <source>Typing aids enabled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="840"/> + <location filename="../QScintilla/Editor.py" line="834"/> <source>Automatic Completion enabled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="848"/> + <location filename="../QScintilla/Editor.py" line="842"/> <source>Calltip</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="864"/> + <location filename="../QScintilla/Editor.py" line="858"/> <source>New Document View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="867"/> + <location filename="../QScintilla/Editor.py" line="861"/> <source>New Document View (with new split)</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="866"/> + <source>Close</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="872"/> - <source>Close</source> + <source>Save</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="875"/> + <source>Save As...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="878"/> - <source>Save</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="881"/> - <source>Save As...</source> + <source>Save Copy...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="884"/> - <source>Save Copy...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="890"/> <source>Open 'rejection' file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="894"/> + <location filename="../QScintilla/Editor.py" line="888"/> <source>Print Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="897"/> + <location filename="../QScintilla/Editor.py" line="891"/> <source>Print</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="914"/> + <source>Complete</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="920"/> - <source>Complete</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="926"/> <source>Complete from Document</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="928"/> + <location filename="../QScintilla/Editor.py" line="922"/> <source>Complete from APIs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="930"/> + <location filename="../QScintilla/Editor.py" line="924"/> <source>Complete from Document and APIs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="944"/> + <location filename="../QScintilla/Editor.py" line="938"/> <source>Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="954"/> + <location filename="../QScintilla/Editor.py" line="948"/> <source>Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="964"/> + <location filename="../QScintilla/Editor.py" line="958"/> <source>Show</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="960"/> + <source>Code metrics...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="961"/> + <source>Code coverage...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="963"/> + <source>Show code coverage annotations</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="966"/> - <source>Code metrics...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="967"/> - <source>Code coverage...</source> + <source>Hide code coverage annotations</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="969"/> - <source>Show code coverage annotations</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="972"/> - <source>Hide code coverage annotations</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="975"/> <source>Profile data...</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="982"/> + <source>Diagrams</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="984"/> + <source>Class Diagram...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="986"/> + <source>Package Diagram...</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="988"/> - <source>Diagrams</source> + <source>Imports Diagram...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="990"/> - <source>Class Diagram...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="992"/> - <source>Package Diagram...</source> + <source>Application Diagram...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="994"/> - <source>Imports Diagram...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="996"/> - <source>Application Diagram...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1000"/> <source>Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1014"/> + <location filename="../QScintilla/Editor.py" line="1008"/> <source>Languages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1017"/> + <location filename="../QScintilla/Editor.py" line="1011"/> <source>No Language</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1042"/> + <location filename="../QScintilla/Editor.py" line="1036"/> <source>Guessed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1420"/> + <location filename="../QScintilla/Editor.py" line="1323"/> <source>Alternatives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1062"/> + <location filename="../QScintilla/Editor.py" line="1056"/> <source>Encodings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1084"/> + <location filename="../QScintilla/Editor.py" line="1078"/> <source>Re-Open With Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1103"/> + <location filename="../QScintilla/Editor.py" line="1097"/> <source>End-of-Line Type</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1107"/> + <location filename="../QScintilla/Editor.py" line="1101"/> <source>Unix</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1114"/> + <location filename="../QScintilla/Editor.py" line="1108"/> <source>Windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1121"/> + <location filename="../QScintilla/Editor.py" line="1115"/> <source>Macintosh</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1139"/> + <location filename="../QScintilla/Editor.py" line="1133"/> <source>Export as</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1301"/> + <location filename="../QScintilla/Editor.py" line="1155"/> <source>Toggle bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1303"/> + <location filename="../QScintilla/Editor.py" line="1157"/> <source>Next bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1305"/> + <location filename="../QScintilla/Editor.py" line="1159"/> <source>Previous bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1307"/> + <location filename="../QScintilla/Editor.py" line="1161"/> <source>Clear all bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1327"/> + <location filename="../QScintilla/Editor.py" line="1170"/> <source>Toggle breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1329"/> + <location filename="../QScintilla/Editor.py" line="1172"/> <source>Toggle temporary breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1332"/> + <location filename="../QScintilla/Editor.py" line="1175"/> <source>Edit breakpoint...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5476"/> + <location filename="../QScintilla/Editor.py" line="5339"/> <source>Enable breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1337"/> + <location filename="../QScintilla/Editor.py" line="1180"/> <source>Next breakpoint</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="1183"/> + <source>Previous breakpoint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1186"/> + <source>Clear all breakpoints</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1229"/> + <source>Goto syntax error</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1232"/> + <source>Show syntax error message</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1236"/> + <source>Clear syntax error</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1240"/> + <source>Next warning</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1243"/> + <source>Previous warning</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1246"/> + <source>Show warning message</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1249"/> + <source>Clear warnings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1253"/> + <source>Next uncovered line</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1256"/> + <source>Previous uncovered line</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1260"/> + <source>Next task</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1263"/> + <source>Previous task</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1267"/> + <source>Next change</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1270"/> + <source>Previous change</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1308"/> + <source>Export source</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1300"/> + <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="1308"/> + <source>No export format given. Aborting...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1319"/> + <source>Alternatives ({0})</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="1339"/> - <source>Previous breakpoint</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1341"/> - <source>Clear all breakpoints</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1310"/> - <source>Goto syntax error</source> - <translation type="unfinished"></translation> - </message> - <message> - <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="1314"/> - <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="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="1358"/> - <source>Previous change</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="1405"/> - <source>No export format given. Aborting...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1416"/> - <source>Alternatives ({0})</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1436"/> <source>Pygments Lexer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1436"/> + <location filename="../QScintilla/Editor.py" line="1339"/> <source>Select the Pygments lexer to apply.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1912"/> + <location filename="../QScintilla/Editor.py" line="1815"/> <source>Modification of Read Only file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1912"/> + <location filename="../QScintilla/Editor.py" line="1815"/> <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="2597"/> + <location filename="../QScintilla/Editor.py" line="2501"/> <source>Printing...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2614"/> + <location filename="../QScintilla/Editor.py" line="2518"/> <source>Printing completed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2616"/> + <location filename="../QScintilla/Editor.py" line="2520"/> <source>Error while printing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2619"/> + <location filename="../QScintilla/Editor.py" line="2523"/> <source>Printing aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2977"/> + <location filename="../QScintilla/Editor.py" line="2881"/> <source>File Modified</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2977"/> + <location filename="../QScintilla/Editor.py" line="2881"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3037"/> + <location filename="../QScintilla/Editor.py" line="2941"/> <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="3210"/> + <location filename="../QScintilla/Editor.py" line="3114"/> <source>Save File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3151"/> + <location filename="../QScintilla/Editor.py" line="3055"/> <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="3210"/> + <location filename="../QScintilla/Editor.py" line="3114"/> <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="4664"/> + <location filename="../QScintilla/Editor.py" line="4523"/> <source>Autocompletion</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4664"/> + <location filename="../QScintilla/Editor.py" line="4523"/> <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="4789"/> + <location filename="../QScintilla/Editor.py" line="4648"/> <source>Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4789"/> + <location filename="../QScintilla/Editor.py" line="4648"/> <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="5051"/> + <location filename="../QScintilla/Editor.py" line="4910"/> <source>Call-Tips Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5051"/> + <location filename="../QScintilla/Editor.py" line="4910"/> <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="5479"/> + <location filename="../QScintilla/Editor.py" line="5342"/> <source>Disable breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5858"/> + <location filename="../QScintilla/Editor.py" line="5699"/> <source>Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5858"/> + <location filename="../QScintilla/Editor.py" line="5699"/> <source>Please select a coverage file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5921"/> + <location filename="../QScintilla/Editor.py" line="5762"/> <source>Show Code Coverage Annotations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5914"/> + <location filename="../QScintilla/Editor.py" line="5755"/> <source>All lines have been covered.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5921"/> + <location filename="../QScintilla/Editor.py" line="5762"/> <source>There is no coverage file available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6036"/> + <location filename="../QScintilla/Editor.py" line="5877"/> <source>Profile Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6036"/> + <location filename="../QScintilla/Editor.py" line="5877"/> <source>Please select a profile file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6196"/> + <location filename="../QScintilla/Editor.py" line="6037"/> <source>Syntax Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6196"/> + <location filename="../QScintilla/Editor.py" line="6037"/> <source>No syntax error message available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6410"/> + <location filename="../QScintilla/Editor.py" line="6251"/> <source>Warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6410"/> + <location filename="../QScintilla/Editor.py" line="6251"/> <source>No warning messages available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6471"/> + <location filename="../QScintilla/Editor.py" line="6312"/> <source>Style: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6474"/> + <location filename="../QScintilla/Editor.py" line="6315"/> <source>Warning: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6481"/> + <location filename="../QScintilla/Editor.py" line="6322"/> <source>Error: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6584"/> + <location filename="../QScintilla/Editor.py" line="6425"/> <source>Macro Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6584"/> + <location filename="../QScintilla/Editor.py" line="6425"/> <source>Select a macro name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6612"/> + <location filename="../QScintilla/Editor.py" line="6453"/> <source>Load macro file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6655"/> + <location filename="../QScintilla/Editor.py" line="6496"/> <source>Macro files (*.macro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6635"/> + <location filename="../QScintilla/Editor.py" line="6476"/> <source>Error loading macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6626"/> + <location filename="../QScintilla/Editor.py" line="6467"/> <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="6635"/> + <location filename="../QScintilla/Editor.py" line="6476"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6655"/> + <location filename="../QScintilla/Editor.py" line="6496"/> <source>Save macro file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6672"/> + <location filename="../QScintilla/Editor.py" line="6513"/> <source>Save macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6672"/> + <location filename="../QScintilla/Editor.py" line="6513"/> <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="6688"/> + <location filename="../QScintilla/Editor.py" line="6529"/> <source>Error saving macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6688"/> + <location filename="../QScintilla/Editor.py" line="6529"/> <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="6701"/> + <location filename="../QScintilla/Editor.py" line="6542"/> <source>Start Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6701"/> + <location filename="../QScintilla/Editor.py" line="6542"/> <source>Macro recording is already active. Start new?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6727"/> + <location filename="../QScintilla/Editor.py" line="6568"/> <source>Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6727"/> + <location filename="../QScintilla/Editor.py" line="6568"/> <source>Enter name of the macro:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6855"/> + <location filename="../QScintilla/Editor.py" line="6696"/> <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="6861"/> + <location filename="../QScintilla/Editor.py" line="6702"/> <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="6865"/> + <location filename="../QScintilla/Editor.py" line="6706"/> <source>File changed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7029"/> + <location filename="../QScintilla/Editor.py" line="6870"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7169"/> + <location filename="../QScintilla/Editor.py" line="7010"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7169"/> + <location filename="../QScintilla/Editor.py" line="7010"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7190"/> + <location filename="../QScintilla/Editor.py" line="7031"/> <source>Resources</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7192"/> + <location filename="../QScintilla/Editor.py" line="7033"/> <source>Add file...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7194"/> + <location filename="../QScintilla/Editor.py" line="7035"/> <source>Add files...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7196"/> + <location filename="../QScintilla/Editor.py" line="7037"/> <source>Add aliased file...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7199"/> + <location filename="../QScintilla/Editor.py" line="7040"/> <source>Add localized resource...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7203"/> + <location filename="../QScintilla/Editor.py" line="7044"/> <source>Add resource frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7222"/> + <location filename="../QScintilla/Editor.py" line="7063"/> <source>Add file resource</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7238"/> + <location filename="../QScintilla/Editor.py" line="7079"/> <source>Add file resources</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7266"/> + <location filename="../QScintilla/Editor.py" line="7107"/> <source>Add aliased file resource</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7266"/> + <location filename="../QScintilla/Editor.py" line="7107"/> <source>Alias for file <b>{0}</b>:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7330"/> + <location filename="../QScintilla/Editor.py" line="7171"/> <source>Package Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7330"/> + <location filename="../QScintilla/Editor.py" line="7171"/> <source>Include class attributes?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7350"/> + <location filename="../QScintilla/Editor.py" line="7191"/> <source>Imports Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7350"/> + <location filename="../QScintilla/Editor.py" line="7191"/> <source>Include imports from external modules?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7364"/> + <location filename="../QScintilla/Editor.py" line="7205"/> <source>Application Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7364"/> + <location filename="../QScintilla/Editor.py" line="7205"/> <source>Include module names?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7649"/> + <location filename="../QScintilla/Editor.py" line="7490"/> <source>Add to dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7651"/> + <location filename="../QScintilla/Editor.py" line="7492"/> <source>Ignore All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8063"/> + <location filename="../QScintilla/Editor.py" line="7904"/> <source>Sort Lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8063"/> + <location filename="../QScintilla/Editor.py" line="7904"/> <source>The selection contains illegal data for a numerical sort.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8150"/> + <location filename="../QScintilla/Editor.py" line="7991"/> <source>Register Mouse Click Handler</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8150"/> + <location filename="../QScintilla/Editor.py" line="7991"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="923"/> + <location filename="../QScintilla/Editor.py" line="917"/> <source>Clear Completions Cache</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="850"/> + <location filename="../QScintilla/Editor.py" line="844"/> <source>Code Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1361"/> + <location filename="../QScintilla/Editor.py" line="1273"/> <source>Clear changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="775"/> + <location filename="../QScintilla/Editor.py" line="769"/> <source>Execute Selection In Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8271"/> + <location filename="../QScintilla/Editor.py" line="8112"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8271"/> + <location filename="../QScintilla/Editor.py" line="8112"/> <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"/> + <location filename="../QScintilla/Editor.py" line="1196"/> <source>Toggle all folds</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1216"/> + <location filename="../QScintilla/Editor.py" line="1200"/> <source>Toggle all folds (including children)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1220"/> + <location filename="../QScintilla/Editor.py" line="1204"/> <source>Toggle current fold</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1225"/> + <location filename="../QScintilla/Editor.py" line="1209"/> <source>Expand (including children)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1229"/> + <location filename="../QScintilla/Editor.py" line="1213"/> <source>Collapse (including children)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1234"/> + <location filename="../QScintilla/Editor.py" line="1218"/> <source>Clear all folds</source> <translation type="unfinished"></translation> </message> @@ -13243,7 +13233,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1641"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1631"/> <source>Colours</source> <translation type="unfinished"></translation> </message> @@ -13348,27 +13338,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="223"/> - <source>Select to show unified margins (like eric4 < 4.3.0)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="226"/> - <source>Show unified margins</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="237"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="227"/> <source>Folding style:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="250"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="240"/> <source>Select the folding style to be used in the folding margin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="253"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="243"/> <source><b>Folding style</b> <p>Select the desired folding style to be used in the folding margin.</p> <p>The available styles are: @@ -13383,342 +13363,342 @@ <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="257"/> + <source>Plain</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="262"/> + <source>Circled</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="267"/> - <source>Plain</source> + <source>Boxed</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="272"/> - <source>Circled</source> + <source>Circled Tree</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="277"/> - <source>Boxed</source> + <source>Boxed Tree</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="282"/> - <source>Circled Tree</source> + <source>Arrow</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="287"/> - <source>Boxed Tree</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="292"/> - <source>Arrow</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="297"/> <source>Arrow Tree</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="309"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="299"/> <source>Margins foreground:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="312"/> + <source>Select the foreground colour for the margins</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="322"/> - <source>Select the foreground colour for the margins</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="332"/> <source>Margins background:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="335"/> + <source>Select the background colour for the margins</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="345"/> - <source>Select the background colour for the margins</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="355"/> <source>Foldmargin background:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="358"/> + <source>Select the background colour for the foldmargin</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="368"/> - <source>Select the background colour for the foldmargin</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="378"/> <source>Foldmarkers foreground:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="381"/> + <source>Select the foreground colour of the foldmarkers</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="391"/> - <source>Select the foreground colour of the foldmarkers</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="401"/> <source>Foldmarkers background:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="414"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="404"/> <source>Select the background colour of the foldmarkers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="428"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="418"/> <source>Press to select the font for the editor line numbers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="431"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="421"/> <source>Line Numbers Font</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="447"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="437"/> <source>2345</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="478"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="468"/> <source>Selection</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="486"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="476"/> <source>Select to use custom selection colours</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="479"/> + <source><b>Use custom selection colours</b><p>Select this entry in order to use custom selection colours in the editor and shell windows. The colours for the selection foreground and background are defined on the colours page.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="482"/> + <source>Use custom selection colours</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="489"/> - <source><b>Use custom selection colours</b><p>Select this entry in order to use custom selection colours in the editor and shell windows. The colours for the selection foreground and background are defined on the colours page.</p></source> + <source>Select, if selected text should be colourized by the lexer.</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="492"/> - <source>Use custom selection colours</source> + <source>Colourize selected text</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="499"/> - <source>Select, if selected text should be colourized by the lexer.</source> + <source>Select to extend selection to end of line</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="502"/> - <source>Colourize selected text</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="509"/> - <source>Select to extend selection to end of line</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="512"/> <source>Extend selection to end of line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="523"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="513"/> <source>Selection foreground:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="526"/> + <source>Select the foreground colour for the selection.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="536"/> - <source>Select the foreground colour for the selection.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="546"/> <source>Selection background:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="559"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="549"/> <source>Select the background colour for the selection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="574"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="564"/> <source>Caret</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="572"/> + <source>Select, whether the caretline should be highlighted</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="575"/> + <source>Caretline visible</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="582"/> - <source>Select, whether the caretline should be highlighted</source> + <source>Select, whether the caretline should be highlighted even if the editor doesn't have the focus</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="585"/> - <source>Caretline visible</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="592"/> - <source>Select, whether the caretline should be highlighted even if the editor doesn't have the focus</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="595"/> <source>Caretline always visible</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="619"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="609"/> <source>Caret width:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="626"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="616"/> <source>Select caret width (1, 2 or 3 pixels)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="659"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="649"/> <source>Caret foreground:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="662"/> + <source>Select the colour for the caret.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="672"/> - <source>Select the colour for the caret.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="682"/> <source>Caretline background:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="695"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="685"/> <source>Select the background colour for the line containing the caret.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="775"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="765"/> <source>Braces</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="771"/> + <source>Select whether matching and bad braces shall be highlighted.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="774"/> + <source>Highlight braces</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="781"/> - <source>Select whether matching and bad braces shall be highlighted.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="784"/> - <source>Highlight braces</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="791"/> <source>Matched braces:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="794"/> + <source>Select the colour for highlighting matching braces.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="804"/> - <source>Select the colour for highlighting matching braces.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="814"/> <source>Matched braces background:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="827"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="817"/> <source>Select the background colour for highlighting matching braces.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="843"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="833"/> <source>Unmatched brace:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="850"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="840"/> <source>Select the colour for highlighting nonmatching braces.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="866"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="856"/> <source>Unmatched brace background:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="873"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="863"/> <source>Select the background colour for highlighting nonmatching braces.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="886"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="876"/> <source>End of Line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="892"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="882"/> <source>Select whether end of line shall be shown</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="885"/> + <source>Show End of Line</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="895"/> - <source>Show End of Line</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="905"/> <source>Wrap long lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1076"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1066"/> <source>Mode:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="921"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="911"/> <source>Select the wrap mode for long lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="941"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="931"/> <source>Indication:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="938"/> + <source>Select, how wrapped lines are indicated</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="948"/> - <source>Select, how wrapped lines are indicated</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="958"/> <source>Edge Mode</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="992"/> + <source>Select the colour for the edge marker.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1002"/> - <source>Select the colour for the edge marker.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1012"/> <source>Background colour:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1025"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1015"/> <source>Move to set the edge column.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1053"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1043"/> <source>Displays the selected tab width.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1069"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1059"/> <source>Column number:</source> <translation type="unfinished"></translation> </message> @@ -13728,347 +13708,347 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1095"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1085"/> <source>Draw Line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1100"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1090"/> <source>Change Background Colour</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1114"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1104"/> <source>Zoom</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1120"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1110"/> <source>Initial zoom factor:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1127"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1117"/> <source>Move to set the initial zoom factor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1149"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1139"/> <source>Displays the selected initial zoom factor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1168"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1158"/> <source>Annotations</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1164"/> + <source>Select to enable the display of annotations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1167"/> + <source>Show annotations</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1174"/> - <source>Select to enable the display of annotations</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1177"/> - <source>Show annotations</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1184"/> <source>Warnings</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1270"/> + <source>Press to select the foreground colour</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1273"/> + <source>Foreground</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1280"/> - <source>Press to select the foreground colour</source> + <source>Press to select the background colour</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1283"/> - <source>Foreground</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1290"/> - <source>Press to select the background colour</source> + <source>Background</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1203"/> + <source>Warning: There might be an issue.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1219"/> + <source>Errors</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1248"/> + <source>Error: There is an issue.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1264"/> + <source>Style</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1293"/> - <source>Background</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1213"/> - <source>Warning: There might be an issue.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1229"/> - <source>Errors</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1258"/> - <source>Error: There is an issue.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1274"/> - <source>Style</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1303"/> <source>Style: There is a style issue.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1322"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1312"/> <source>Change Tracing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1328"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1318"/> <source>Select to mark changed lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1331"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1321"/> <source>Mark changed lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1340"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1330"/> <source>Timeout for marking changed lines:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1347"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1337"/> <source>Enter the time in milliseconds after which changed lines will be marked</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1359"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1349"/> <source> ms</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1392"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1382"/> <source>Unsaved changes colour:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1395"/> + <source>Select the colour for the change marker for unsaved changes.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1405"/> - <source>Select the colour for the change marker for unsaved changes.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1415"/> <source>Saved changes colour:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1428"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1418"/> <source>Select the colour for the change marker for saved changes.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1443"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1433"/> <source>Whitespace</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1449"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1439"/> <source>Select whether whitspace characters shall be shown</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1452"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1442"/> <source>Show Whitespace</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1461"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1451"/> <source>Whitespace size:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1468"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1458"/> <source>Select the size of the dots used to represent visible whitespace</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1501"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1491"/> <source>Whitespace foreground:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1504"/> + <source>Select the foreground colour for visible whitespace</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1514"/> - <source>Select the foreground colour for visible whitespace</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1524"/> <source>Whitespace background:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1537"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1527"/> <source>Select the background colour for visible whitespace</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1552"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1542"/> <source>Indentation Guides</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1558"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1548"/> <source>Select whether indentation guides should be shown.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1561"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1551"/> <source>Show Indentation Guides</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1570"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1560"/> <source>Indentation Guides foreground:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1573"/> + <source>Select the foreground colour for indentation guides</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1583"/> - <source>Select the foreground colour for indentation guides</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1593"/> <source>Indentation Guides background:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1606"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1596"/> <source>Select the background colour for indentation guides</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1621"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1611"/> <source>Marker Map</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1647"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1637"/> <source>Errors:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1650"/> + <source>Select the colour for error markers</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1660"/> - <source>Select the colour for error markers</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1670"/> <source>Warnings:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1673"/> + <source>Select the colour for warning markers</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1683"/> - <source>Select the colour for warning markers</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1693"/> <source>Bookmarks:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1696"/> + <source>Select the colour for bookmark markers</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1706"/> - <source>Select the colour for bookmark markers</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1716"/> <source>Breakpoints:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1719"/> + <source>Select the colour for breakpoint markers</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1729"/> - <source>Select the colour for breakpoint markers</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1739"/> <source>Tasks:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1742"/> + <source>Select the colour for task markers</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1752"/> - <source>Select the colour for task markers</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1762"/> <source>Changes:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1765"/> + <source>Select the colour for change markers</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1775"/> - <source>Select the colour for change markers</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1785"/> <source>Coverage:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1788"/> + <source>Select the colour for coverage markers</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1798"/> - <source>Select the colour for coverage markers</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1808"/> <source>Current Line:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1811"/> + <source>Select the colour for the current line marker</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1821"/> - <source>Select the colour for the current line marker</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1831"/> <source>Search Markers:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1844"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1834"/> <source>Select the colour for the search marker</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1877"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1867"/> <source>Background:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1890"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1880"/> <source>Select the background colour for the marker map</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1906"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1896"/> <source>Various</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1912"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1902"/> <source>Select to show a minimalistic context menu</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1915"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1905"/> <source>Show minimal context menu</source> <translation type="unfinished"></translation> </message> @@ -14103,73 +14083,73 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1922"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1912"/> <source>Select to hide the Format Buttons bar when formatting is not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1925"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1915"/> <source>Hide Format Buttons bar when not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="710"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="700"/> <source>Debugging Line Markers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="719"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="709"/> <source>Use background colours</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="726"/> - <source>Current line marker:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="749"/> - <source>Error line marker:</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="716"/> - <source>Select to indicate the debug markers using coloured line backgrounds, arrow indicators otherwise</source> + <source>Current line marker:</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="739"/> + <source>Error line marker:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="706"/> + <source>Select to indicate the debug markers using coloured line backgrounds, arrow indicators otherwise</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="729"/> <source>Select the colour for the current line marker.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="762"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="752"/> <source>Select the colour for the error line marker.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1854"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1844"/> <source>Conflict Marker Line:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1867"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1857"/> <source>Select the colour for the conflict marker line marker</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1627"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1617"/> <source>Select to show the marker map right of the editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1630"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1620"/> <source><b>Show Marker Map Right of the Editor</b> <p>If this entry is selected (default), the marker map is show on the right side of the editor. If it is unselected, it is shown on the left side right before the margins.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1634"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1624"/> <source>Show Marker Map Right of the Editor</source> <translation type="unfinished"></translation> </message> @@ -49531,27 +49511,27 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1678"/> + <location filename="../Preferences/__init__.py" line="1677"/> <source>Export Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1706"/> + <location filename="../Preferences/__init__.py" line="1705"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1706"/> + <location filename="../Preferences/__init__.py" line="1705"/> <source>Import Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1808"/> + <location filename="../Preferences/__init__.py" line="1807"/> <source>Select Python{0} Interpreter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1808"/> + <location filename="../Preferences/__init__.py" line="1807"/> <source>Select the Python{0} interpreter to be used:</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_en.ts Sat May 19 16:41:22 2018 +0200 +++ b/i18n/eric6_en.ts Sat May 19 17:56:11 2018 +0200 @@ -9847,932 +9847,922 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="3037"/> + <location filename="../QScintilla/Editor.py" line="2941"/> <source>Open File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="364"/> + <location filename="../QScintilla/Editor.py" line="358"/> <source><p>The size of the file <b>{0}</b> is <b>{1} KB</b>. Do you really want to load it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="449"/> + <location filename="../QScintilla/Editor.py" line="443"/> <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="749"/> + <source>Undo</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="752"/> + <source>Redo</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="755"/> - <source>Undo</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="758"/> - <source>Redo</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="761"/> <source>Revert to last saved state</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="759"/> + <source>Cut</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="762"/> + <source>Copy</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="765"/> - <source>Cut</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="768"/> - <source>Copy</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="771"/> <source>Paste</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="773"/> + <source>Indent</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="776"/> + <source>Unindent</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="779"/> - <source>Indent</source> + <source>Comment</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="782"/> - <source>Unindent</source> + <source>Uncomment</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="785"/> - <source>Comment</source> + <source>Stream Comment</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="788"/> - <source>Uncomment</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="791"/> - <source>Stream Comment</source> + <source>Box Comment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="792"/> + <source>Select to brace</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="794"/> - <source>Box Comment</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="798"/> - <source>Select to brace</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="800"/> <source>Select all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="801"/> + <location filename="../QScintilla/Editor.py" line="795"/> <source>Deselect all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7646"/> + <location filename="../QScintilla/Editor.py" line="7487"/> <source>Check spelling...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="809"/> + <location filename="../QScintilla/Editor.py" line="803"/> <source>Check spelling of selection...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="813"/> + <location filename="../QScintilla/Editor.py" line="807"/> <source>Remove from dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="817"/> + <location filename="../QScintilla/Editor.py" line="811"/> <source>Shorten empty lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="824"/> + <location filename="../QScintilla/Editor.py" line="818"/> <source>Use Monospaced Font</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="829"/> + <location filename="../QScintilla/Editor.py" line="823"/> <source>Autosave enabled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="833"/> + <location filename="../QScintilla/Editor.py" line="827"/> <source>Typing aids enabled</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="866"/> + <source>Close</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="872"/> - <source>Close</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="878"/> <source>Save</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="881"/> + <location filename="../QScintilla/Editor.py" line="875"/> <source>Save As...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="894"/> + <location filename="../QScintilla/Editor.py" line="888"/> <source>Print Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="897"/> + <location filename="../QScintilla/Editor.py" line="891"/> <source>Print</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="926"/> + <location filename="../QScintilla/Editor.py" line="920"/> <source>Complete from Document</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="928"/> + <location filename="../QScintilla/Editor.py" line="922"/> <source>Complete from APIs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="930"/> + <location filename="../QScintilla/Editor.py" line="924"/> <source>Complete from Document and APIs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="848"/> + <location filename="../QScintilla/Editor.py" line="842"/> <source>Calltip</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="944"/> + <location filename="../QScintilla/Editor.py" line="938"/> <source>Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="964"/> + <location filename="../QScintilla/Editor.py" line="958"/> <source>Show</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="960"/> + <source>Code metrics...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="961"/> + <source>Code coverage...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="963"/> + <source>Show code coverage annotations</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="966"/> - <source>Code metrics...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="967"/> - <source>Code coverage...</source> + <source>Hide code coverage annotations</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="969"/> - <source>Show code coverage annotations</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="972"/> - <source>Hide code coverage annotations</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="975"/> <source>Profile data...</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="982"/> + <source>Diagrams</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="984"/> + <source>Class Diagram...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="986"/> + <source>Package Diagram...</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="988"/> - <source>Diagrams</source> + <source>Imports Diagram...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="990"/> - <source>Class Diagram...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="992"/> - <source>Package Diagram...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="994"/> - <source>Imports Diagram...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="996"/> <source>Application Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1014"/> + <location filename="../QScintilla/Editor.py" line="1008"/> <source>Languages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1017"/> + <location filename="../QScintilla/Editor.py" line="1011"/> <source>No Language</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1042"/> + <location filename="../QScintilla/Editor.py" line="1036"/> <source>Guessed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1420"/> + <location filename="../QScintilla/Editor.py" line="1323"/> <source>Alternatives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1062"/> + <location filename="../QScintilla/Editor.py" line="1056"/> <source>Encodings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1103"/> + <location filename="../QScintilla/Editor.py" line="1097"/> <source>End-of-Line Type</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1107"/> + <location filename="../QScintilla/Editor.py" line="1101"/> <source>Unix</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1114"/> + <location filename="../QScintilla/Editor.py" line="1108"/> <source>Windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1121"/> + <location filename="../QScintilla/Editor.py" line="1115"/> <source>Macintosh</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1139"/> + <location filename="../QScintilla/Editor.py" line="1133"/> <source>Export as</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1301"/> + <location filename="../QScintilla/Editor.py" line="1155"/> <source>Toggle bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1303"/> + <location filename="../QScintilla/Editor.py" line="1157"/> <source>Next bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1305"/> + <location filename="../QScintilla/Editor.py" line="1159"/> <source>Previous bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1307"/> + <location filename="../QScintilla/Editor.py" line="1161"/> <source>Clear all bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1327"/> + <location filename="../QScintilla/Editor.py" line="1170"/> <source>Toggle breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1329"/> + <location filename="../QScintilla/Editor.py" line="1172"/> <source>Toggle temporary breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1332"/> + <location filename="../QScintilla/Editor.py" line="1175"/> <source>Edit breakpoint...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5476"/> + <location filename="../QScintilla/Editor.py" line="5339"/> <source>Enable breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1337"/> + <location filename="../QScintilla/Editor.py" line="1180"/> <source>Next breakpoint</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="1183"/> + <source>Previous breakpoint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1186"/> + <source>Clear all breakpoints</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1229"/> + <source>Goto syntax error</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1232"/> + <source>Show syntax error message</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1236"/> + <source>Clear syntax error</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1240"/> + <source>Next warning</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1243"/> + <source>Previous warning</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1246"/> + <source>Show warning message</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1249"/> + <source>Clear warnings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1253"/> + <source>Next uncovered line</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1256"/> + <source>Previous uncovered line</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1260"/> + <source>Next task</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1263"/> + <source>Previous task</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1308"/> + <source>Export source</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1300"/> + <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="1308"/> + <source>No export format given. Aborting...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1319"/> + <source>Alternatives ({0})</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1339"/> + <source>Pygments Lexer</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="1339"/> - <source>Previous breakpoint</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1341"/> - <source>Clear all breakpoints</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1310"/> - <source>Goto syntax error</source> - <translation type="unfinished"></translation> - </message> - <message> - <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="1314"/> - <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="1352"/> - <source>Previous task</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="1405"/> - <source>No export format given. Aborting...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1416"/> - <source>Alternatives ({0})</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1436"/> - <source>Pygments Lexer</source> - <translation type="unfinished"></translation> - </message> - <message> - <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="1912"/> + <location filename="../QScintilla/Editor.py" line="1815"/> <source>Modification of Read Only file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1912"/> + <location filename="../QScintilla/Editor.py" line="1815"/> <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="2597"/> + <location filename="../QScintilla/Editor.py" line="2501"/> <source>Printing...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2614"/> + <location filename="../QScintilla/Editor.py" line="2518"/> <source>Printing completed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2616"/> + <location filename="../QScintilla/Editor.py" line="2520"/> <source>Error while printing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2619"/> + <location filename="../QScintilla/Editor.py" line="2523"/> <source>Printing aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2977"/> + <location filename="../QScintilla/Editor.py" line="2881"/> <source>File Modified</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2977"/> + <location filename="../QScintilla/Editor.py" line="2881"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3037"/> + <location filename="../QScintilla/Editor.py" line="2941"/> <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="3210"/> + <location filename="../QScintilla/Editor.py" line="3114"/> <source>Save File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3151"/> + <location filename="../QScintilla/Editor.py" line="3055"/> <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="3210"/> + <location filename="../QScintilla/Editor.py" line="3114"/> <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="4664"/> + <location filename="../QScintilla/Editor.py" line="4523"/> <source>Autocompletion</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4664"/> + <location filename="../QScintilla/Editor.py" line="4523"/> <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="5479"/> + <location filename="../QScintilla/Editor.py" line="5342"/> <source>Disable breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5858"/> + <location filename="../QScintilla/Editor.py" line="5699"/> <source>Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5858"/> + <location filename="../QScintilla/Editor.py" line="5699"/> <source>Please select a coverage file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5921"/> + <location filename="../QScintilla/Editor.py" line="5762"/> <source>Show Code Coverage Annotations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5914"/> + <location filename="../QScintilla/Editor.py" line="5755"/> <source>All lines have been covered.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5921"/> + <location filename="../QScintilla/Editor.py" line="5762"/> <source>There is no coverage file available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6036"/> + <location filename="../QScintilla/Editor.py" line="5877"/> <source>Profile Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6036"/> + <location filename="../QScintilla/Editor.py" line="5877"/> <source>Please select a profile file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6196"/> + <location filename="../QScintilla/Editor.py" line="6037"/> <source>Syntax Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6196"/> + <location filename="../QScintilla/Editor.py" line="6037"/> <source>No syntax error message available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6584"/> + <location filename="../QScintilla/Editor.py" line="6425"/> <source>Macro Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6584"/> + <location filename="../QScintilla/Editor.py" line="6425"/> <source>Select a macro name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6612"/> + <location filename="../QScintilla/Editor.py" line="6453"/> <source>Load macro file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6655"/> + <location filename="../QScintilla/Editor.py" line="6496"/> <source>Macro files (*.macro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6635"/> + <location filename="../QScintilla/Editor.py" line="6476"/> <source>Error loading macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6626"/> + <location filename="../QScintilla/Editor.py" line="6467"/> <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="6635"/> + <location filename="../QScintilla/Editor.py" line="6476"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6655"/> + <location filename="../QScintilla/Editor.py" line="6496"/> <source>Save macro file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6672"/> + <location filename="../QScintilla/Editor.py" line="6513"/> <source>Save macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6672"/> + <location filename="../QScintilla/Editor.py" line="6513"/> <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="6688"/> + <location filename="../QScintilla/Editor.py" line="6529"/> <source>Error saving macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6688"/> + <location filename="../QScintilla/Editor.py" line="6529"/> <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="6701"/> + <location filename="../QScintilla/Editor.py" line="6542"/> <source>Start Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6701"/> + <location filename="../QScintilla/Editor.py" line="6542"/> <source>Macro recording is already active. Start new?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6727"/> + <location filename="../QScintilla/Editor.py" line="6568"/> <source>Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6727"/> + <location filename="../QScintilla/Editor.py" line="6568"/> <source>Enter name of the macro:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6865"/> + <location filename="../QScintilla/Editor.py" line="6706"/> <source>File changed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7029"/> + <location filename="../QScintilla/Editor.py" line="6870"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7169"/> + <location filename="../QScintilla/Editor.py" line="7010"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7169"/> + <location filename="../QScintilla/Editor.py" line="7010"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7190"/> + <location filename="../QScintilla/Editor.py" line="7031"/> <source>Resources</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7192"/> + <location filename="../QScintilla/Editor.py" line="7033"/> <source>Add file...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7194"/> + <location filename="../QScintilla/Editor.py" line="7035"/> <source>Add files...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7196"/> + <location filename="../QScintilla/Editor.py" line="7037"/> <source>Add aliased file...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7199"/> + <location filename="../QScintilla/Editor.py" line="7040"/> <source>Add localized resource...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7203"/> + <location filename="../QScintilla/Editor.py" line="7044"/> <source>Add resource frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7222"/> + <location filename="../QScintilla/Editor.py" line="7063"/> <source>Add file resource</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7238"/> + <location filename="../QScintilla/Editor.py" line="7079"/> <source>Add file resources</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7266"/> + <location filename="../QScintilla/Editor.py" line="7107"/> <source>Add aliased file resource</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7266"/> + <location filename="../QScintilla/Editor.py" line="7107"/> <source>Alias for file <b>{0}</b>:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7330"/> + <location filename="../QScintilla/Editor.py" line="7171"/> <source>Package Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7330"/> + <location filename="../QScintilla/Editor.py" line="7171"/> <source>Include class attributes?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7350"/> + <location filename="../QScintilla/Editor.py" line="7191"/> <source>Imports Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7350"/> + <location filename="../QScintilla/Editor.py" line="7191"/> <source>Include imports from external modules?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7364"/> + <location filename="../QScintilla/Editor.py" line="7205"/> <source>Application Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7364"/> + <location filename="../QScintilla/Editor.py" line="7205"/> <source>Include module names?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7649"/> + <location filename="../QScintilla/Editor.py" line="7490"/> <source>Add to dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7651"/> + <location filename="../QScintilla/Editor.py" line="7492"/> <source>Ignore All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6474"/> + <location filename="../QScintilla/Editor.py" line="6315"/> <source>Warning: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6481"/> + <location filename="../QScintilla/Editor.py" line="6322"/> <source>Error: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6861"/> + <location filename="../QScintilla/Editor.py" line="6702"/> <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="890"/> - <source>Open 'rejection' file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1000"/> - <source>Load Diagram...</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="1358"/> - <source>Previous change</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="8063"/> - <source>Sort Lines</source> - <translation type="unfinished"></translation> - </message> - <message> - <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="6410"/> - <source>Warning</source> - <translation type="unfinished"></translation> - </message> - <message> - <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="6471"/> - <source>Style: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="864"/> - <source>New Document View</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="867"/> - <source>New Document View (with new split)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="954"/> - <source>Tools</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1084"/> - <source>Re-Open With Encoding</source> - <translation type="unfinished"></translation> - </message> - <message> - <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="840"/> - <source>Automatic Completion enabled</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="920"/> - <source>Complete</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4789"/> - <source>Auto-Completion Provider</source> - <translation type="unfinished"></translation> - </message> - <message> - <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="5051"/> - <source>Call-Tips Provider</source> - <translation type="unfinished"></translation> - </message> - <message> - <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="8150"/> - <source>Register Mouse Click Handler</source> - <translation type="unfinished"></translation> - </message> - <message> - <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> - <message> <location filename="../QScintilla/Editor.py" line="884"/> + <source>Open 'rejection' file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="994"/> + <source>Load Diagram...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1267"/> + <source>Next change</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1270"/> + <source>Previous change</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7904"/> + <source>Sort Lines</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7904"/> + <source>The selection contains illegal data for a numerical sort.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6251"/> + <source>Warning</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6251"/> + <source>No warning messages available.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6312"/> + <source>Style: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="858"/> + <source>New Document View</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="861"/> + <source>New Document View (with new split)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="948"/> + <source>Tools</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1078"/> + <source>Re-Open With Encoding</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6696"/> + <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="834"/> + <source>Automatic Completion enabled</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="914"/> + <source>Complete</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4648"/> + <source>Auto-Completion Provider</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4648"/> + <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="4910"/> + <source>Call-Tips Provider</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4910"/> + <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="7991"/> + <source>Register Mouse Click Handler</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7991"/> + <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="878"/> <source>Save Copy...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="923"/> + <location filename="../QScintilla/Editor.py" line="917"/> <source>Clear Completions Cache</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="850"/> + <location filename="../QScintilla/Editor.py" line="844"/> <source>Code Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1361"/> + <location filename="../QScintilla/Editor.py" line="1273"/> <source>Clear changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="775"/> + <location filename="../QScintilla/Editor.py" line="769"/> <source>Execute Selection In Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8271"/> + <location filename="../QScintilla/Editor.py" line="8112"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8271"/> + <location filename="../QScintilla/Editor.py" line="8112"/> <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"/> + <location filename="../QScintilla/Editor.py" line="1196"/> <source>Toggle all folds</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1216"/> + <location filename="../QScintilla/Editor.py" line="1200"/> <source>Toggle all folds (including children)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1220"/> + <location filename="../QScintilla/Editor.py" line="1204"/> <source>Toggle current fold</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1225"/> + <location filename="../QScintilla/Editor.py" line="1209"/> <source>Expand (including children)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1229"/> + <location filename="../QScintilla/Editor.py" line="1213"/> <source>Collapse (including children)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1234"/> + <location filename="../QScintilla/Editor.py" line="1218"/> <source>Clear all folds</source> <translation type="unfinished"></translation> </message> @@ -13325,27 +13315,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="223"/> - <source>Select to show unified margins (like eric4 < 4.3.0)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="226"/> - <source>Show unified margins</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="237"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="227"/> <source>Folding style:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="250"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="240"/> <source>Select the folding style to be used in the folding margin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="253"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="243"/> <source><b>Folding style</b> <p>Select the desired folding style to be used in the folding margin.</p> <p>The available styles are: @@ -13360,317 +13340,317 @@ <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="257"/> + <source>Plain</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="262"/> + <source>Circled</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="267"/> - <source>Plain</source> + <source>Boxed</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="272"/> - <source>Circled</source> + <source>Circled Tree</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="277"/> - <source>Boxed</source> + <source>Boxed Tree</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="282"/> - <source>Circled Tree</source> + <source>Arrow</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="287"/> - <source>Boxed Tree</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="292"/> - <source>Arrow</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="297"/> <source>Arrow Tree</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="309"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="299"/> <source>Margins foreground:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="312"/> + <source>Select the foreground colour for the margins</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="322"/> - <source>Select the foreground colour for the margins</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="332"/> <source>Margins background:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="335"/> + <source>Select the background colour for the margins</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="345"/> - <source>Select the background colour for the margins</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="355"/> <source>Foldmargin background:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="358"/> + <source>Select the background colour for the foldmargin</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="368"/> - <source>Select the background colour for the foldmargin</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="378"/> <source>Foldmarkers foreground:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="381"/> + <source>Select the foreground colour of the foldmarkers</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="391"/> - <source>Select the foreground colour of the foldmarkers</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="401"/> <source>Foldmarkers background:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="414"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="404"/> <source>Select the background colour of the foldmarkers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="428"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="418"/> <source>Press to select the font for the editor line numbers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="431"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="421"/> <source>Line Numbers Font</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="447"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="437"/> <source>2345</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="478"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="468"/> <source>Selection</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="486"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="476"/> <source>Select to use custom selection colours</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="479"/> + <source><b>Use custom selection colours</b><p>Select this entry in order to use custom selection colours in the editor and shell windows. The colours for the selection foreground and background are defined on the colours page.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="482"/> + <source>Use custom selection colours</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="489"/> - <source><b>Use custom selection colours</b><p>Select this entry in order to use custom selection colours in the editor and shell windows. The colours for the selection foreground and background are defined on the colours page.</p></source> + <source>Select, if selected text should be colourized by the lexer.</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="492"/> - <source>Use custom selection colours</source> + <source>Colourize selected text</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="499"/> - <source>Select, if selected text should be colourized by the lexer.</source> + <source>Select to extend selection to end of line</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="502"/> - <source>Colourize selected text</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="509"/> - <source>Select to extend selection to end of line</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="512"/> <source>Extend selection to end of line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="523"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="513"/> <source>Selection foreground:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="526"/> + <source>Select the foreground colour for the selection.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="536"/> - <source>Select the foreground colour for the selection.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="546"/> <source>Selection background:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="559"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="549"/> <source>Select the background colour for the selection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="574"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="564"/> <source>Caret</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="582"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="572"/> <source>Select, whether the caretline should be highlighted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="585"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="575"/> <source>Caretline visible</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="619"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="609"/> <source>Caret width:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="626"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="616"/> <source>Select caret width (1, 2 or 3 pixels)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="659"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="649"/> <source>Caret foreground:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="662"/> + <source>Select the colour for the caret.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="672"/> - <source>Select the colour for the caret.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="682"/> <source>Caretline background:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="695"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="685"/> <source>Select the background colour for the line containing the caret.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="775"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="765"/> <source>Braces</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="771"/> + <source>Select whether matching and bad braces shall be highlighted.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="774"/> + <source>Highlight braces</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="781"/> - <source>Select whether matching and bad braces shall be highlighted.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="784"/> - <source>Highlight braces</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="791"/> <source>Matched braces:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="794"/> + <source>Select the colour for highlighting matching braces.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="804"/> - <source>Select the colour for highlighting matching braces.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="814"/> <source>Matched braces background:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="827"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="817"/> <source>Select the background colour for highlighting matching braces.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="843"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="833"/> <source>Unmatched brace:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="850"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="840"/> <source>Select the colour for highlighting nonmatching braces.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="866"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="856"/> <source>Unmatched brace background:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="873"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="863"/> <source>Select the background colour for highlighting nonmatching braces.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="886"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="876"/> <source>End of Line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="892"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="882"/> <source>Select whether end of line shall be shown</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="885"/> + <source>Show End of Line</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="895"/> - <source>Show End of Line</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="905"/> <source>Wrap long lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="958"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="948"/> <source>Edge Mode</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="992"/> + <source>Select the colour for the edge marker.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1002"/> - <source>Select the colour for the edge marker.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1012"/> <source>Background colour:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1025"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1015"/> <source>Move to set the edge column.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1053"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1043"/> <source>Displays the selected tab width.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1069"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1059"/> <source>Column number:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1076"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1066"/> <source>Mode:</source> <translation type="unfinished"></translation> </message> @@ -13680,57 +13660,57 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1095"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1085"/> <source>Draw Line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1100"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1090"/> <source>Change Background Colour</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1114"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1104"/> <source>Zoom</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1120"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1110"/> <source>Initial zoom factor:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1127"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1117"/> <source>Move to set the initial zoom factor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1149"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1139"/> <source>Displays the selected initial zoom factor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1906"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1896"/> <source>Various</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1449"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1439"/> <source>Select whether whitspace characters shall be shown</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1452"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1442"/> <source>Show Whitespace</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1912"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1902"/> <source>Select to show a minimalistic context menu</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1915"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1905"/> <source>Show minimal context menu</source> <translation type="unfinished"></translation> </message> @@ -13740,82 +13720,82 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1168"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1158"/> <source>Annotations</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1164"/> + <source>Select to enable the display of annotations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1167"/> + <source>Show annotations</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1174"/> - <source>Select to enable the display of annotations</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1177"/> - <source>Show annotations</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1184"/> <source>Warnings</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1270"/> + <source>Press to select the foreground colour</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1273"/> + <source>Foreground</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1280"/> - <source>Press to select the foreground colour</source> + <source>Press to select the background colour</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1283"/> - <source>Foreground</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1290"/> - <source>Press to select the background colour</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1293"/> <source>Background</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1229"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1219"/> <source>Errors</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1443"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1433"/> <source>Whitespace</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1461"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1451"/> <source>Whitespace size:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1468"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1458"/> <source>Select the size of the dots used to represent visible whitespace</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1501"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1491"/> <source>Whitespace foreground:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1504"/> + <source>Select the foreground colour for visible whitespace</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1514"/> - <source>Select the foreground colour for visible whitespace</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1524"/> <source>Whitespace background:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1537"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1527"/> <source>Select the background colour for visible whitespace</source> <translation type="unfinished"></translation> </message> @@ -13850,72 +13830,72 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1641"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1631"/> <source>Colours</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1322"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1312"/> <source>Change Tracing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1328"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1318"/> <source>Select to mark changed lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1331"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1321"/> <source>Mark changed lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1340"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1330"/> <source>Timeout for marking changed lines:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1347"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1337"/> <source>Enter the time in milliseconds after which changed lines will be marked</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1359"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1349"/> <source> ms</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1392"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1382"/> <source>Unsaved changes colour:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1395"/> + <source>Select the colour for the change marker for unsaved changes.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1405"/> - <source>Select the colour for the change marker for unsaved changes.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1415"/> <source>Saved changes colour:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1428"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1418"/> <source>Select the colour for the change marker for saved changes.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="921"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="911"/> <source>Select the wrap mode for long lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="941"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="931"/> <source>Indication:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="948"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="938"/> <source>Select, how wrapped lines are indicated</source> <translation type="unfinished"></translation> </message> @@ -13950,243 +13930,243 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1213"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1203"/> <source>Warning: There might be an issue.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1258"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1248"/> <source>Error: There is an issue.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1274"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1264"/> <source>Style</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1303"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1293"/> <source>Style: There is a style issue.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="592"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="582"/> <source>Select, whether the caretline should be highlighted even if the editor doesn't have the focus</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="595"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="585"/> <source>Caretline always visible</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1621"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1611"/> <source>Marker Map</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1647"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1637"/> <source>Errors:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1650"/> + <source>Select the colour for error markers</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1660"/> - <source>Select the colour for error markers</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1670"/> <source>Warnings:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1673"/> + <source>Select the colour for warning markers</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1683"/> - <source>Select the colour for warning markers</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1693"/> <source>Bookmarks:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1696"/> + <source>Select the colour for bookmark markers</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1706"/> - <source>Select the colour for bookmark markers</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1716"/> <source>Breakpoints:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1719"/> + <source>Select the colour for breakpoint markers</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1729"/> - <source>Select the colour for breakpoint markers</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1739"/> <source>Tasks:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1742"/> + <source>Select the colour for task markers</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1752"/> - <source>Select the colour for task markers</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1762"/> <source>Changes:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1765"/> + <source>Select the colour for change markers</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1775"/> - <source>Select the colour for change markers</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1785"/> <source>Coverage:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1788"/> + <source>Select the colour for coverage markers</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1798"/> - <source>Select the colour for coverage markers</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1808"/> <source>Current Line:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1811"/> + <source>Select the colour for the current line marker</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1867"/> + <source>Background:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1880"/> + <source>Select the background colour for the marker map</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1542"/> + <source>Indentation Guides</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1548"/> + <source>Select whether indentation guides should be shown.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1551"/> + <source>Show Indentation Guides</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1560"/> + <source>Indentation Guides foreground:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1573"/> + <source>Select the foreground colour for indentation guides</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1583"/> + <source>Indentation Guides background:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1596"/> + <source>Select the background colour for indentation guides</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1821"/> - <source>Select the colour for the current line marker</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1877"/> - <source>Background:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1890"/> - <source>Select the background colour for the marker map</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1552"/> - <source>Indentation Guides</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1558"/> - <source>Select whether indentation guides should be shown.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1561"/> - <source>Show Indentation Guides</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1570"/> - <source>Indentation Guides foreground:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1583"/> - <source>Select the foreground colour for indentation guides</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1593"/> - <source>Indentation Guides background:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1606"/> - <source>Select the background colour for indentation guides</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1831"/> <source>Search Markers:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1834"/> + <source>Select the colour for the search marker</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1912"/> + <source>Select to hide the Format Buttons bar when formatting is not supported</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1915"/> + <source>Hide Format Buttons bar when not supported</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="700"/> + <source>Debugging Line Markers</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="709"/> + <source>Use background colours</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="716"/> + <source>Current line marker:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="739"/> + <source>Error line marker:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="706"/> + <source>Select to indicate the debug markers using coloured line backgrounds, arrow indicators otherwise</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="729"/> + <source>Select the colour for the current line marker.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="752"/> + <source>Select the colour for the error line marker.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1844"/> - <source>Select the colour for the search marker</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1922"/> - <source>Select to hide the Format Buttons bar when formatting is not supported</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1925"/> - <source>Hide Format Buttons bar when not supported</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="710"/> - <source>Debugging Line Markers</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="719"/> - <source>Use background colours</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="726"/> - <source>Current line marker:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="749"/> - <source>Error line marker:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="716"/> - <source>Select to indicate the debug markers using coloured line backgrounds, arrow indicators otherwise</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="739"/> - <source>Select the colour for the current line marker.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="762"/> - <source>Select the colour for the error line marker.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1854"/> <source>Conflict Marker Line:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1867"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1857"/> <source>Select the colour for the conflict marker line marker</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1627"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1617"/> <source>Select to show the marker map right of the editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1630"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1620"/> <source><b>Show Marker Map Right of the Editor</b> <p>If this entry is selected (default), the marker map is show on the right side of the editor. If it is unselected, it is shown on the left side right before the margins.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1634"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1624"/> <source>Show Marker Map Right of the Editor</source> <translation type="unfinished"></translation> </message> @@ -49578,27 +49558,27 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1678"/> + <location filename="../Preferences/__init__.py" line="1677"/> <source>Export Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1706"/> + <location filename="../Preferences/__init__.py" line="1705"/> <source>Import Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1706"/> + <location filename="../Preferences/__init__.py" line="1705"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1808"/> + <location filename="../Preferences/__init__.py" line="1807"/> <source>Select Python{0} Interpreter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1808"/> + <location filename="../Preferences/__init__.py" line="1807"/> <source>Select the Python{0} interpreter to be used:</source> <translation type="unfinished"></translation> </message>