Fri, 04 Nov 2011 17:00:01 +0100
Fixed a few more editor assembly related issues and made 'listspace' the default view manager for Mac.
--- a/APIs/Python3/eric5.api Fri Nov 04 13:26:01 2011 +0100 +++ b/APIs/Python3/eric5.api Fri Nov 04 17:00:01 2011 +0100 @@ -4280,7 +4280,7 @@ eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.TabWidget.insertWidget?4(index, assembly, title) eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.TabWidget.mouseDoubleClickEvent?4(event) eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.TabWidget.removeWidget?4(object) -eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.TabWidget.setCurrentWidget?4(editor) +eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.TabWidget.setCurrentWidget?4(assembly) eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.TabWidget.showIndicator?4(on) eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.TabWidget?1(vm) eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview._addView?5(win, fn=None, noName="")
--- a/Documentation/Help/source.qhp Fri Nov 04 13:26:01 2011 +0100 +++ b/Documentation/Help/source.qhp Fri Nov 04 17:00:01 2011 +0100 @@ -9781,6 +9781,7 @@ <keyword name="Listspace.__captionChange" id="Listspace.__captionChange" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__captionChange" /> <keyword name="Listspace.__contextMenuClose" id="Listspace.__contextMenuClose" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuClose" /> <keyword name="Listspace.__contextMenuCloseAll" id="Listspace.__contextMenuCloseAll" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuCloseAll" /> + <keyword name="Listspace.__contextMenuCloseOthers" id="Listspace.__contextMenuCloseOthers" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuCloseOthers" /> <keyword name="Listspace.__contextMenuCopyPathToClipboard" id="Listspace.__contextMenuCopyPathToClipboard" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuCopyPathToClipboard" /> <keyword name="Listspace.__contextMenuOpenRejections" id="Listspace.__contextMenuOpenRejections" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuOpenRejections" /> <keyword name="Listspace.__contextMenuPrintFile" id="Listspace.__contextMenuPrintFile" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuPrintFile" />
--- a/Documentation/Source/eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html Fri Nov 04 13:26:01 2011 +0100 +++ b/Documentation/Source/eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html Fri Nov 04 17:00:01 2011 +0100 @@ -87,6 +87,9 @@ </dd><dt>lastEditorClosed()</dt> <dd> emitted after the last editor window was closed +</dd><dt>syntaxerrorToggled(Editor)</dt> +<dd> +emitted when a syntax error is toggled. </dd> </dl> <h3>Derived from</h3> @@ -114,6 +117,9 @@ <td><a href="#Listspace.__contextMenuCloseAll">__contextMenuCloseAll</a></td> <td>Private method to close all editors.</td> </tr><tr> +<td><a href="#Listspace.__contextMenuCloseOthers">__contextMenuCloseOthers</a></td> +<td>Private method to close the other editors.</td> +</tr><tr> <td><a href="#Listspace.__contextMenuCopyPathToClipboard">__contextMenuCopyPathToClipboard</a></td> <td>Private method to copy the file name of the selected editor to the clipboard.</td> </tr><tr> @@ -142,7 +148,7 @@ <td>Private slot to handle the customContextMenuRequested signal of the viewlist.</td> </tr><tr> <td><a href="#Listspace.__showSelectedView">__showSelectedView</a></td> -<td>Private slot called to show a view selected in the list by a mouse click.</td> +<td>Private slot called to show a view selected in the list.</td> </tr><tr> <td><a href="#Listspace._addView">_addView</a></td> <td>Protected method to add a view (i.e.</td> @@ -253,6 +259,11 @@ <b>__contextMenuCloseAll</b>(<i></i>) <p> Private method to close all editors. +</p><a NAME="Listspace.__contextMenuCloseOthers" ID="Listspace.__contextMenuCloseOthers"></a> +<h4>Listspace.__contextMenuCloseOthers</h4> +<b>__contextMenuCloseOthers</b>(<i></i>) +<p> + Private method to close the other editors. </p><a NAME="Listspace.__contextMenuCopyPathToClipboard" ID="Listspace.__contextMenuCopyPathToClipboard"></a> <h4>Listspace.__contextMenuCopyPathToClipboard</h4> <b>__contextMenuCopyPathToClipboard</b>(<i></i>) @@ -305,13 +316,13 @@ Private slot to handle the customContextMenuRequested signal of the viewlist. </p><a NAME="Listspace.__showSelectedView" ID="Listspace.__showSelectedView"></a> <h4>Listspace.__showSelectedView</h4> -<b>__showSelectedView</b>(<i>itm</i>) +<b>__showSelectedView</b>(<i>row</i>) <p> - Private slot called to show a view selected in the list by a mouse click. + Private slot called to show a view selected in the list. </p><dl> -<dt><i>itm</i></dt> +<dt><i>row</i></dt> <dd> -item clicked on (QListWidgetItem) +row number of the item clicked on (integer) </dd> </dl><a NAME="Listspace._addView" ID="Listspace._addView"></a> <h4>Listspace._addView</h4> @@ -370,7 +381,7 @@ </p><dl> <dt><i>win</i></dt> <dd> -editor window to be shown +editor assembly to be shown </dd><dt><i>fn</i></dt> <dd> filename of this editor (string)
--- a/Documentation/Source/eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html Fri Nov 04 13:26:01 2011 +0100 +++ b/Documentation/Source/eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html Fri Nov 04 17:00:01 2011 +0100 @@ -273,7 +273,7 @@ <td>Public method to remove a widget.</td> </tr><tr> <td><a href="#TabWidget.setCurrentWidget">setCurrentWidget</a></td> -<td>Public method to set the current tab by the given editor.</td> +<td>Public method to set the current tab by the given editor assembly.</td> </tr><tr> <td><a href="#TabWidget.showIndicator">showIndicator</a></td> <td>Public slot to set the indicator on or off.</td> @@ -575,13 +575,14 @@ </dd> </dl><a NAME="TabWidget.setCurrentWidget" ID="TabWidget.setCurrentWidget"></a> <h4>TabWidget.setCurrentWidget</h4> -<b>setCurrentWidget</b>(<i>editor</i>) +<b>setCurrentWidget</b>(<i>assembly</i>) <p> - Public method to set the current tab by the given editor. + Public method to set the current tab by the given editor assembly. </p><dl> -<dt><i>editor</i></dt> +<dt><i>assembly</i></dt> <dd> -editor to determine current tab from (Editor) +editor assembly to determine current tab from + (EditorAssembly.EditorAssembly) </dd> </dl><a NAME="TabWidget.showIndicator" ID="TabWidget.showIndicator"></a> <h4>TabWidget.showIndicator</h4> @@ -640,6 +641,9 @@ </dd><dt>lastEditorClosed()</dt> <dd> emitted after the last editor window was closed +</dd><dt>syntaxerrorToggled(Editor)</dt> +<dd> +emitted when a syntax error is toggled. </dd> </dl> <h3>Derived from</h3> @@ -821,7 +825,7 @@ </p><dl> <dt><i>win</i></dt> <dd> -editor window to be shown +editor assembly to be shown </dd><dt><i>fn</i></dt> <dd> filename of this editor (string)
--- a/Documentation/Source/eric5.ViewManager.ViewManager.html Fri Nov 04 13:26:01 2011 +0100 +++ b/Documentation/Source/eric5.ViewManager.ViewManager.html Fri Nov 04 17:00:01 2011 +0100 @@ -1643,7 +1643,7 @@ </p><dl> <dt><i>win</i></dt> <dd> -editor window to be shown +editor assembly to be shown </dd><dt><i>fn</i></dt> <dd> filename of this editor
--- a/Plugins/ViewManagerPlugins/Listspace/Listspace.py Fri Nov 04 13:26:01 2011 +0100 +++ b/Plugins/ViewManagerPlugins/Listspace/Listspace.py Fri Nov 04 17:00:01 2011 +0100 @@ -151,6 +151,7 @@ window has changed @signal breakpointToggled(Editor) emitted when a breakpoint is toggled. @signal bookmarkToggled(Editor) emitted when a bookmark is toggled. + @signal syntaxerrorToggled(Editor) emitted when a syntax error is toggled. """ changeCaption = pyqtSignal(str) editorChanged = pyqtSignal(str) @@ -186,8 +187,7 @@ self.viewlist.setSizePolicy(policy) self.addWidget(self.viewlist) self.viewlist.setContextMenuPolicy(Qt.CustomContextMenu) - self.viewlist.itemActivated.connect(self.__showSelectedView) - self.viewlist.itemClicked.connect(self.__showSelectedView) + self.viewlist.currentRowChanged.connect(self.__showSelectedView) self.viewlist.customContextMenuRequested.connect(self.__showMenu) self.stackArea = QSplitter(self) @@ -199,19 +199,24 @@ self.currentStack = stack stack.currentChanged.connect(self.__currentChanged) stack.installEventFilter(self) - self.setSizes([int(self.width() * 0.2), int(self.width() * 0.8)]) # 20% for viewlist + self.setSizes([int(self.width() * 0.2), int(self.width() * 0.8)]) + # 20% for viewlist, 80% for the editors self.__inRemoveView = False self.__initMenu() self.contextMenuEditor = None + self.contextMenuIndex = -1 def __initMenu(self): """ Private method to initialize the viewlist context menu. """ self.__menu = QMenu(self) - self.__menu.addAction(UI.PixmapCache.getIcon("close.png"), + self.__menu.addAction(UI.PixmapCache.getIcon("tabClose.png"), self.trUtf8('Close'), self.__contextMenuClose) + self.closeOthersMenuAct = self.__menu.addAction( + UI.PixmapCache.getIcon("tabCloseOther.png"), self.trUtf8("Close Others"), + self.__contextMenuCloseOthers) self.__menu.addAction(self.trUtf8('Close All'), self.__contextMenuCloseAll) self.__menu.addSeparator() self.saveMenuAct = \ @@ -241,6 +246,7 @@ if itm is not None: row = self.viewlist.row(itm) self.contextMenuEditor = self.editors[row] + self.contextMenuIndex = row if self.contextMenuEditor: self.saveMenuAct.setEnabled(self.contextMenuEditor.isModified()) fileName = self.contextMenuEditor.getFileName() @@ -250,6 +256,9 @@ self.openRejectionsMenuAct.setEnabled(os.path.exists(rej)) else: self.openRejectionsMenuAct.setEnabled(False) + + self.closeOthersMenuAct.setEnabled(self.viewlist.count() > 1) + self.__menu.popup(self.viewlist.mapToGlobal(point)) def canCascade(self): @@ -325,7 +334,7 @@ else: return stack.setCurrentWidget(stack.firstEditor()) - self._showView(self.editors[ind]) + self._showView(self.editors[ind].parent()) aw = self.activeWindow() fn = aw and aw.getFileName() or None @@ -359,9 +368,9 @@ self.viewlist.addItem(itm) self.currentStack.addWidget(win) self.currentStack.setCurrentWidget(win) - win.captionChanged.connect(self.__captionChange) + editor.captionChanged.connect(self.__captionChange) - index = self.editors.index(win) + index = self.editors.index(editor) self.viewlist.setCurrentRow(index) editor.setFocus() if fn: @@ -387,33 +396,33 @@ """ Protected method to show a view (i.e. window) - @param win editor window to be shown + @param win editor assembly to be shown @param fn filename of this editor (string) """ + editor = win.getEditor() for stack in self.stacks: - if stack.hasEditor(win): + if stack.hasEditor(editor): stack.setCurrentWidget(win) self.currentStack = stack break - index = self.editors.index(win) + index = self.editors.index(editor) self.viewlist.setCurrentRow(index) - win.setFocus() - fn = win.getFileName() + editor.setFocus() + fn = editor.getFileName() if fn: self.changeCaption.emit(fn) self.editorChanged.emit(fn) else: self.changeCaption.emit("") - def __showSelectedView(self, itm): + def __showSelectedView(self, row): """ - Private slot called to show a view selected in the list by a mouse click. + Private slot called to show a view selected in the list. - @param itm item clicked on (QListWidgetItem) + @param row row number of the item clicked on (integer) """ - if itm: - row = self.viewlist.row(itm) - self._showView(self.editors[row]) + if row != -1: + self._showView(self.editors[row].parent()) self._checkActions(self.editors[row]) def activeWindow(self): @@ -600,6 +609,16 @@ if self.contextMenuEditor: self.closeEditorWindow(self.contextMenuEditor) + def __contextMenuCloseOthers(self): + """ + Private method to close the other editors. + """ + index = self.contextMenuIndex + for i in list(range(self.viewlist.count() - 1, index, -1)) + \ + list(range(index - 1, -1, -1)): + editor = self.editors[i] + self.closeEditorWindow(editor) + def __contextMenuCloseAll(self): """ Private method to close all editors.
--- a/Plugins/ViewManagerPlugins/Tabview/Tabview.py Fri Nov 04 13:26:01 2011 +0100 +++ b/Plugins/ViewManagerPlugins/Tabview/Tabview.py Fri Nov 04 17:00:01 2011 +0100 @@ -489,18 +489,16 @@ if not self.editors: return None else: - try: - return super().currentWidget().getEditor() - except AttributeError: - return super().currentWidget() + return super().currentWidget() - def setCurrentWidget(self, editor): + def setCurrentWidget(self, assembly): """ - Public method to set the current tab by the given editor. + Public method to set the current tab by the given editor assembly. - @param editor editor to determine current tab from (Editor) + @param assembly editor assembly to determine current tab from + (EditorAssembly.EditorAssembly) """ - super().setCurrentWidget(editor.parent()) + super().setCurrentWidget(assembly) def indexOf(self, object): """ @@ -670,6 +668,7 @@ window has changed @signal breakpointToggled(Editor) emitted when a breakpoint is toggled. @signal bookmarkToggled(Editor) emitted when a bookmark is toggled. + @signal syntaxerrorToggled(Editor) emitted when a syntax error is toggled. """ changeCaption = pyqtSignal(str) editorChanged = pyqtSignal(str) @@ -868,18 +867,19 @@ """ Protected method to show a view (i.e. window) - @param win editor window to be shown + @param win editor assembly to be shown @param fn filename of this editor (string) """ win.show() + editor = win.getEditor() for tw in self.tabWidgets: - if tw.hasEditor(win): + if tw.hasEditor(editor): tw.setCurrentWidget(win) self.currentTabWidget.showIndicator(False) self.currentTabWidget = tw self.currentTabWidget.showIndicator(True) break - win.setFocus() + editor.setFocus() def activeWindow(self): """ @@ -887,7 +887,11 @@ @return reference to the active editor """ - return self.currentTabWidget.currentWidget() + cw = self.currentTabWidget.currentWidget() + if cw: + return cw.getEditor() + else: + return None def showWindowMenu(self, windowMenu): """
--- a/Preferences/__init__.py Fri Nov 04 13:26:01 2011 +0100 +++ b/Preferences/__init__.py Fri Nov 04 17:00:01 2011 +0100 @@ -32,7 +32,7 @@ import QScintilla.Lexers from Globals import settingsNameOrganization, settingsNameGlobal, settingsNameRecent, \ - isWindowsPlatform, isLinuxPlatform, findPython2Interpreters + isWindowsPlatform, isLinuxPlatform, isMacPlatform, findPython2Interpreters from Project.ProjectBrowserFlags import SourcesBrowserFlag, FormsBrowserFlag, \ ResourcesBrowserFlag, TranslationsBrowserFlag, InterfacesBrowserFlag, \ @@ -206,6 +206,8 @@ "LogStdErrColour": QColor(Qt.red), } viewProfilesLength = len(uiDefaults["ViewProfiles"]["edit"][2]) + if isMacPlatform(): + uiDefaults["ViewManager"] = "listspace" iconsDefaults = { "Path": [],
--- a/ViewManager/ViewManager.py Fri Nov 04 13:26:01 2011 +0100 +++ b/ViewManager/ViewManager.py Fri Nov 04 17:00:01 2011 +0100 @@ -313,7 +313,7 @@ """ Protected method to show a view (i.e. window) - @param win editor window to be shown + @param win editor assembly to be shown @param fn filename of this editor @exception RuntimeError Not implemented """ @@ -3425,7 +3425,7 @@ if newWin: self._addView(assembly, fn) else: - self._showView(editor, fn) + self._showView(editor.parent(), fn) return (newWin, editor)
--- a/i18n/eric5_cs.ts Fri Nov 04 13:26:01 2011 +0100 +++ b/i18n/eric5_cs.ts Fri Nov 04 17:00:01 2011 +0100 @@ -24246,27 +24246,27 @@ <context> <name>Listspace</name> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="211"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="215"/> <source>Close</source> <translation>Zavřít</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="213"/> - <source>Close All</source> - <translation>Zavřít vše</translation> - </message> - <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="216"/> - <source>Save</source> - <translation>Uložit</translation> - </message> - <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="218"/> - <source>Save As...</source> - <translation>Uložit jako...</translation> - </message> - <message> <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="220"/> + <source>Close All</source> + <translation>Zavřít vše</translation> + </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="223"/> + <source>Save</source> + <translation>Uložit</translation> + </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="225"/> + <source>Save As...</source> + <translation>Uložit jako...</translation> + </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="227"/> <source>Save All</source> <translation>Uložit vše</translation> </message> @@ -24276,30 +24276,35 @@ <translation type="obsolete">Uložit do projektu</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="227"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="234"/> <source>Print</source> <translation>Tisk</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="347"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="359"/> <source>Untitled {0}</source> <translation>Beze jména {0}</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="450"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="462"/> <source>{0} (ro)</source> <translation></translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="224"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="231"/> <source>Open 'rejection' file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="230"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="237"/> <source>Copy Path to Clipboard</source> <translation type="unfinished">Kopírovat cestu do schránky</translation> </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="217"/> + <source>Close Others</source> + <translation type="unfinished">Zavřít ostatní</translation> + </message> </context> <context> <name>LogViewer</name> @@ -41199,7 +41204,7 @@ <translation>Zavřít ostatní</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="391"/> + <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="393"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> @@ -41325,12 +41330,12 @@ <context> <name>Tabview</name> <message> - <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="837"/> + <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="840"/> <source>Untitled {0}</source> <translation>Beze jména {0}</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1149"/> + <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1157"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> @@ -49288,17 +49293,17 @@ <translation>Soubor změněn</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3691"/> + <location filename="ViewManager/ViewManager.py" line="3692"/> <source>&Clear</source> <translation>&Vyčistit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3687"/> + <location filename="ViewManager/ViewManager.py" line="3688"/> <source>&Add</source> <translation>Přid&at</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3689"/> + <location filename="ViewManager/ViewManager.py" line="3690"/> <source>&Edit...</source> <translation>&Edit...</translation> </message> @@ -49522,17 +49527,17 @@ <translation><p>Soubor <b>{0}</b> obsahuje neuložené změny.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3343"/> + <location filename="ViewManager/ViewManager.py" line="3344"/> <source>File: {0}</source> <translation>Soubor: {0}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3347"/> + <location filename="ViewManager/ViewManager.py" line="3348"/> <source>Line: {0:5}</source> <translation>Řádek: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3352"/> + <location filename="ViewManager/ViewManager.py" line="3353"/> <source>Pos: {0:5}</source> <translation>Poz: {0:5}</translation> </message>
--- a/i18n/eric5_de.ts Fri Nov 04 13:26:01 2011 +0100 +++ b/i18n/eric5_de.ts Fri Nov 04 17:00:01 2011 +0100 @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS><TS version="2.0" language="de" sourcelanguage=""> +<!DOCTYPE TS> +<TS version="2.0" language="de"> <context> <name>AboutDialog</name> <message> @@ -1640,8 +1641,8 @@ </message> <message> <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="140"/> - <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> - <translation>In neuem &Register öffnen<byte value="x9"/>Strg+LMK</translation> + <source>Open in New &Tab Ctrl+LMB</source> + <translation>In neuem &Register öffnen Strg+LMK</translation> </message> <message> <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="146"/> @@ -1859,7 +1860,7 @@ </message> <message> <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="76"/> - <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> + <source>Open in New &Tab Ctrl+LMB</source> <translation>In neuem &Register öffnen\tStrg+LMK</translation> </message> </context> @@ -12810,7 +12811,7 @@ </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="804"/> - <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> + <source>Open Link in New Tab Ctrl+LMB</source> <translation>Link in neuem Fenster öffnen\tStrg+LMK</translation> </message> <message> @@ -23760,55 +23761,60 @@ <context> <name>Listspace</name> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="347"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="359"/> <source>Untitled {0}</source> <translation>Unbenannt {0}</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="211"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="215"/> <source>Close</source> <translation>Schließen</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="213"/> - <source>Close All</source> - <translation>Alle schließen</translation> - </message> - <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="216"/> - <source>Save</source> - <translation>Speichern</translation> - </message> - <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="218"/> - <source>Save As...</source> - <translation>Speichern unter...</translation> - </message> - <message> <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="220"/> - <source>Save All</source> - <translation>Alle speichern</translation> + <source>Close All</source> + <translation>Alle schließen</translation> + </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="223"/> + <source>Save</source> + <translation>Speichern</translation> + </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="225"/> + <source>Save As...</source> + <translation>Speichern unter...</translation> </message> <message> <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="227"/> + <source>Save All</source> + <translation>Alle speichern</translation> + </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="234"/> <source>Print</source> <translation>Drucken</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="450"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="462"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="224"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="231"/> <source>Open 'rejection' file</source> <translation>Öffne "Ablehnungs"-Datei</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="230"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="237"/> <source>Copy Path to Clipboard</source> <translation>Pfad in die Zwischenablage kopieren</translation> </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="217"/> + <source>Close Others</source> + <translation>Andere schließen</translation> + </message> </context> <context> <name>LogViewer</name> @@ -40352,7 +40358,7 @@ <translation>Drucken</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="391"/> + <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="393"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> @@ -40517,12 +40523,12 @@ <context> <name>Tabview</name> <message> - <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="837"/> + <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="840"/> <source>Untitled {0}</source> <translation>Unbenannt {0}</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1149"/> + <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1157"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> @@ -46126,7 +46132,7 @@ <context> <name>ViewManager</name> <message> - <location filename="ViewManager/ViewManager.py" line="3343"/> + <location filename="ViewManager/ViewManager.py" line="3344"/> <source>File: {0}</source> <translation>Datei: {0}</translation> </message> @@ -47551,17 +47557,17 @@ <translation>Ge&merkte Dateien</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3691"/> + <location filename="ViewManager/ViewManager.py" line="3692"/> <source>&Clear</source> <translation>&Löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3687"/> + <location filename="ViewManager/ViewManager.py" line="3688"/> <source>&Add</source> <translation>&Hinzufügen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3689"/> + <location filename="ViewManager/ViewManager.py" line="3690"/> <source>&Edit...</source> <translation>&Bearbeiten...</translation> </message> @@ -48584,12 +48590,12 @@ <translation>Rechtschreibung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3347"/> + <location filename="ViewManager/ViewManager.py" line="3348"/> <source>Line: {0:5}</source> <translation>Zeile: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3352"/> + <location filename="ViewManager/ViewManager.py" line="3353"/> <source>Pos: {0:5}</source> <translation>Pos: {0:5}</translation> </message>
--- a/i18n/eric5_en.ts Fri Nov 04 13:26:01 2011 +0100 +++ b/i18n/eric5_en.ts Fri Nov 04 17:00:01 2011 +0100 @@ -23619,55 +23619,60 @@ <context> <name>Listspace</name> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="211"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="215"/> <source>Close</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="213"/> - <source>Close All</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="216"/> - <source>Save</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="218"/> - <source>Save As...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="220"/> - <source>Save All</source> + <source>Close All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="223"/> + <source>Save</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="225"/> + <source>Save As...</source> <translation type="unfinished"></translation> </message> <message> <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="227"/> + <source>Save All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="234"/> <source>Print</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="347"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="359"/> <source>Untitled {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="450"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="462"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="224"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="231"/> <source>Open 'rejection' file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="230"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="237"/> <source>Copy Path to Clipboard</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="217"/> + <source>Close Others</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>LogViewer</name> @@ -39992,7 +39997,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="391"/> + <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="393"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> @@ -40111,12 +40116,12 @@ <context> <name>Tabview</name> <message> - <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="837"/> + <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="840"/> <source>Untitled {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1149"/> + <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1157"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> @@ -48178,32 +48183,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3343"/> + <location filename="ViewManager/ViewManager.py" line="3344"/> <source>File: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3347"/> + <location filename="ViewManager/ViewManager.py" line="3348"/> <source>Line: {0:5}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3352"/> + <location filename="ViewManager/ViewManager.py" line="3353"/> <source>Pos: {0:5}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3691"/> + <location filename="ViewManager/ViewManager.py" line="3692"/> <source>&Clear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3687"/> + <location filename="ViewManager/ViewManager.py" line="3688"/> <source>&Add</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3689"/> + <location filename="ViewManager/ViewManager.py" line="3690"/> <source>&Edit...</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_es.ts Fri Nov 04 13:26:01 2011 +0100 +++ b/i18n/eric5_es.ts Fri Nov 04 17:00:01 2011 +0100 @@ -24083,55 +24083,60 @@ <context> <name>Listspace</name> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="211"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="215"/> <source>Close</source> <translation>Cerrar</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="213"/> - <source>Close All</source> - <translation>Cerrar todo</translation> - </message> - <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="216"/> - <source>Save</source> - <translation>Guardar</translation> - </message> - <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="218"/> - <source>Save As...</source> - <translation>Guardar como...</translation> - </message> - <message> <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="220"/> - <source>Save All</source> - <translation>Guardar todo</translation> + <source>Close All</source> + <translation>Cerrar todo</translation> + </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="223"/> + <source>Save</source> + <translation>Guardar</translation> + </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="225"/> + <source>Save As...</source> + <translation>Guardar como...</translation> </message> <message> <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="227"/> + <source>Save All</source> + <translation>Guardar todo</translation> + </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="234"/> <source>Print</source> <translation>Imprimir</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="347"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="359"/> <source>Untitled {0}</source> <translation>Sin título {0}</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="450"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="462"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="224"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="231"/> <source>Open 'rejection' file</source> <translation>Abrir archivo 'de rechazo'</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="230"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="237"/> <source>Copy Path to Clipboard</source> <translation>Copiar Ruta al Portapapeles</translation> </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="217"/> + <source>Close Others</source> + <translation type="unfinished">Cerrar Otras</translation> + </message> </context> <context> <name>LogViewer</name> @@ -40857,7 +40862,7 @@ <translation>Cerrar Otras</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="391"/> + <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="393"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> @@ -40985,12 +40990,12 @@ <context> <name>Tabview</name> <message> - <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="837"/> + <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="840"/> <source>Untitled {0}</source> <translation>Sin título {0}</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1149"/> + <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1157"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> @@ -48890,17 +48895,17 @@ <translation>Archivo Modificado</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3691"/> + <location filename="ViewManager/ViewManager.py" line="3692"/> <source>&Clear</source> <translation>&Limpiar</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3687"/> + <location filename="ViewManager/ViewManager.py" line="3688"/> <source>&Add</source> <translation>&Agregar</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3689"/> + <location filename="ViewManager/ViewManager.py" line="3690"/> <source>&Edit...</source> <translation>&Editar...</translation> </message> @@ -49104,17 +49109,17 @@ <translation><p>El archivo <b>{0}</b> tiene cambios sin guardar.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3343"/> + <location filename="ViewManager/ViewManager.py" line="3344"/> <source>File: {0}</source> <translation>Archivo: {0}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3347"/> + <location filename="ViewManager/ViewManager.py" line="3348"/> <source>Line: {0:5}</source> <translation>Línea: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3352"/> + <location filename="ViewManager/ViewManager.py" line="3353"/> <source>Pos: {0:5}</source> <translation>Pos: {0:5}</translation> </message>
--- a/i18n/eric5_fr.ts Fri Nov 04 13:26:01 2011 +0100 +++ b/i18n/eric5_fr.ts Fri Nov 04 17:00:01 2011 +0100 @@ -25511,27 +25511,27 @@ <translation type="obsolete">Sans titre %1</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="211"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="215"/> <source>Close</source> <translation>Fermer</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="213"/> - <source>Close All</source> - <translation>Tout fermer</translation> - </message> - <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="216"/> - <source>Save</source> - <translation>Enregistrer</translation> - </message> - <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="218"/> - <source>Save As...</source> - <translation>Enregistrer sous...</translation> - </message> - <message> <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="220"/> + <source>Close All</source> + <translation>Tout fermer</translation> + </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="223"/> + <source>Save</source> + <translation>Enregistrer</translation> + </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="225"/> + <source>Save As...</source> + <translation>Enregistrer sous...</translation> + </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="227"/> <source>Save All</source> <translation>Tout enregistrer</translation> </message> @@ -25541,7 +25541,7 @@ <translation type="obsolete">Enregistrer dans le projet</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="227"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="234"/> <source>Print</source> <translation>Imprimer</translation> </message> @@ -25551,25 +25551,30 @@ <translation type="obsolete">%1 (ro)</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="347"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="359"/> <source>Untitled {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="450"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="462"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="224"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="231"/> <source>Open 'rejection' file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="230"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="237"/> <source>Copy Path to Clipboard</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="217"/> + <source>Close Others</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>LogViewer</name> @@ -44343,7 +44348,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="391"/> + <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="393"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> @@ -44483,12 +44488,12 @@ <translation type="obsolete">%1 (ro)</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="837"/> + <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="840"/> <source>Untitled {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1149"/> + <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1157"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> @@ -52336,17 +52341,17 @@ <translation type="obsolete">Pos: %1</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3691"/> + <location filename="ViewManager/ViewManager.py" line="3692"/> <source>&Clear</source> <translation>&Effacer</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3687"/> + <location filename="ViewManager/ViewManager.py" line="3688"/> <source>&Add</source> <translation>&Ajouter</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3689"/> + <location filename="ViewManager/ViewManager.py" line="3690"/> <source>&Edit...</source> <translation>&Editer...</translation> </message> @@ -53249,17 +53254,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3343"/> + <location filename="ViewManager/ViewManager.py" line="3344"/> <source>File: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3347"/> + <location filename="ViewManager/ViewManager.py" line="3348"/> <source>Line: {0:5}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3352"/> + <location filename="ViewManager/ViewManager.py" line="3353"/> <source>Pos: {0:5}</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_it.ts Fri Nov 04 13:26:01 2011 +0100 +++ b/i18n/eric5_it.ts Fri Nov 04 17:00:01 2011 +0100 @@ -23983,55 +23983,60 @@ <context> <name>Listspace</name> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="211"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="215"/> <source>Close</source> <translation>Chiudi</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="213"/> - <source>Close All</source> - <translation>Chiudi tutto</translation> - </message> - <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="216"/> - <source>Save</source> - <translation>Salva</translation> - </message> - <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="218"/> - <source>Save As...</source> - <translation>Salva come...</translation> - </message> - <message> <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="220"/> - <source>Save All</source> - <translation>Salva tutto</translation> + <source>Close All</source> + <translation>Chiudi tutto</translation> + </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="223"/> + <source>Save</source> + <translation>Salva</translation> + </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="225"/> + <source>Save As...</source> + <translation>Salva come...</translation> </message> <message> <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="227"/> + <source>Save All</source> + <translation>Salva tutto</translation> + </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="234"/> <source>Print</source> <translation>Stampa</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="347"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="359"/> <source>Untitled {0}</source> <translation>Senza titolo {0}</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="450"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="462"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="224"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="231"/> <source>Open 'rejection' file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="230"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="237"/> <source>Copy Path to Clipboard</source> <translation type="unfinished">Copia il path nella Clipboard</translation> </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="217"/> + <source>Close Others</source> + <translation type="unfinished">Chiudi altri</translation> + </message> </context> <context> <name>LogViewer</name> @@ -40715,7 +40720,7 @@ <translation>Chiudi altri</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="391"/> + <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="393"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> @@ -40843,12 +40848,12 @@ <context> <name>Tabview</name> <message> - <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="837"/> + <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="840"/> <source>Untitled {0}</source> <translation>Senza titolo {0}</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1149"/> + <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1157"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> @@ -48046,17 +48051,17 @@ <translation>File modificato</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3691"/> + <location filename="ViewManager/ViewManager.py" line="3692"/> <source>&Clear</source> <translation>Pulis&ci</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3687"/> + <location filename="ViewManager/ViewManager.py" line="3688"/> <source>&Add</source> <translation>&Aggiungi</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3689"/> + <location filename="ViewManager/ViewManager.py" line="3690"/> <source>&Edit...</source> <translation>&Modifica...</translation> </message> @@ -48954,17 +48959,17 @@ <translation><p>Il file <b>{0}</b> contiene modifiche non salvate.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3343"/> + <location filename="ViewManager/ViewManager.py" line="3344"/> <source>File: {0}</source> <translation>File: {0}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3347"/> + <location filename="ViewManager/ViewManager.py" line="3348"/> <source>Line: {0:5}</source> <translation>Linea: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3352"/> + <location filename="ViewManager/ViewManager.py" line="3353"/> <source>Pos: {0:5}</source> <translation>Pos: {0:5}</translation> </message>
--- a/i18n/eric5_ru.ts Fri Nov 04 13:26:01 2011 +0100 +++ b/i18n/eric5_ru.ts Fri Nov 04 17:00:01 2011 +0100 @@ -24102,55 +24102,60 @@ <context> <name>Listspace</name> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="347"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="359"/> <source>Untitled {0}</source> <translation>Без имени {0}</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="211"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="215"/> <source>Close</source> <translation>Закрыть</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="213"/> - <source>Close All</source> - <translation>Закрыть всё</translation> - </message> - <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="216"/> - <source>Save</source> - <translation>Сохранить</translation> - </message> - <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="218"/> - <source>Save As...</source> - <translation>Сохранить как...</translation> - </message> - <message> <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="220"/> - <source>Save All</source> - <translation>Сохранить всё</translation> + <source>Close All</source> + <translation>Закрыть всё</translation> + </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="223"/> + <source>Save</source> + <translation>Сохранить</translation> + </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="225"/> + <source>Save As...</source> + <translation>Сохранить как...</translation> </message> <message> <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="227"/> + <source>Save All</source> + <translation>Сохранить всё</translation> + </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="234"/> <source>Print</source> <translation>Печать</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="450"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="462"/> <source>{0} (ro)</source> <translation>{0} (только чтение)</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="224"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="231"/> <source>Open 'rejection' file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="230"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="237"/> <source>Copy Path to Clipboard</source> <translation type="unfinished">Сопировать путь в буфер обмена</translation> </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="217"/> + <source>Close Others</source> + <translation type="unfinished">Закрыть остальные</translation> + </message> </context> <context> <name>LogViewer</name> @@ -40853,7 +40858,7 @@ <translation>Печать</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="391"/> + <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="393"/> <source>{0} (ro)</source> <translation>{0} (только чтение)</translation> </message> @@ -41016,12 +41021,12 @@ <context> <name>Tabview</name> <message> - <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="837"/> + <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="840"/> <source>Untitled {0}</source> <translation>Без имени - {0}</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1149"/> + <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1157"/> <source>{0} (ro)</source> <translation>{0} (только чтение)</translation> </message> @@ -47362,7 +47367,7 @@ <translation>Файл изменён</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3343"/> + <location filename="ViewManager/ViewManager.py" line="3344"/> <source>File: {0}</source> <translation>Файл: {0}</translation> </message> @@ -48171,17 +48176,17 @@ <translation>Открыть &закладки на файлы</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3691"/> + <location filename="ViewManager/ViewManager.py" line="3692"/> <source>&Clear</source> <translation>&Очистить</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3687"/> + <location filename="ViewManager/ViewManager.py" line="3688"/> <source>&Add</source> <translation>&Добавить</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3689"/> + <location filename="ViewManager/ViewManager.py" line="3690"/> <source>&Edit...</source> <translation>&Правка...</translation> </message> @@ -49209,12 +49214,12 @@ <translation>Проверка орфографии</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3347"/> + <location filename="ViewManager/ViewManager.py" line="3348"/> <source>Line: {0:5}</source> <translation>Строка: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3352"/> + <location filename="ViewManager/ViewManager.py" line="3353"/> <source>Pos: {0:5}</source> <translation>Позиция: {0:5}</translation> </message>
--- a/i18n/eric5_tr.ts Fri Nov 04 13:26:01 2011 +0100 +++ b/i18n/eric5_tr.ts Fri Nov 04 17:00:01 2011 +0100 @@ -24171,27 +24171,27 @@ <context> <name>Listspace</name> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="211"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="215"/> <source>Close</source> <translation>Kapat</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="213"/> - <source>Close All</source> - <translation>Hepsini Kapat</translation> - </message> - <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="216"/> - <source>Save</source> - <translation>Kaydet</translation> - </message> - <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="218"/> - <source>Save As...</source> - <translation>Farklı Kaydet...</translation> - </message> - <message> <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="220"/> + <source>Close All</source> + <translation>Hepsini Kapat</translation> + </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="223"/> + <source>Save</source> + <translation>Kaydet</translation> + </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="225"/> + <source>Save As...</source> + <translation>Farklı Kaydet...</translation> + </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="227"/> <source>Save All</source> <translation>Hepsini kaydet</translation> </message> @@ -24201,30 +24201,35 @@ <translation type="obsolete">Projeye Kaydet</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="227"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="234"/> <source>Print</source> <translation>Yazdır</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="347"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="359"/> <source>Untitled {0}</source> <translation>Başlıksız {0}</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="450"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="462"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="224"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="231"/> <source>Open 'rejection' file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="230"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="237"/> <source>Copy Path to Clipboard</source> <translation type="unfinished">Yolu Panoya kopyala</translation> </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="217"/> + <source>Close Others</source> + <translation type="unfinished">Diğerlerini Kapat</translation> + </message> </context> <context> <name>LogViewer</name> @@ -40972,7 +40977,7 @@ <translation>Yazdır</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="391"/> + <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="393"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> @@ -41096,12 +41101,12 @@ <context> <name>Tabview</name> <message> - <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="837"/> + <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="840"/> <source>Untitled {0}</source> <translation>Başlıksız {0}</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1149"/> + <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1157"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> @@ -49258,32 +49263,32 @@ <translation><p><b>{0}</b>dosyasında kaydedilmemiş değişiklikler var.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3343"/> + <location filename="ViewManager/ViewManager.py" line="3344"/> <source>File: {0}</source> <translation>Dosya: {0}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3347"/> + <location filename="ViewManager/ViewManager.py" line="3348"/> <source>Line: {0:5}</source> <translation>Satır: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3352"/> + <location filename="ViewManager/ViewManager.py" line="3353"/> <source>Pos: {0:5}</source> <translation>Pos: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3691"/> + <location filename="ViewManager/ViewManager.py" line="3692"/> <source>&Clear</source> <translation>T&emizle</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3687"/> + <location filename="ViewManager/ViewManager.py" line="3688"/> <source>&Add</source> <translation>&Ekle</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3689"/> + <location filename="ViewManager/ViewManager.py" line="3690"/> <source>&Edit...</source> <translation>Düz&en...</translation> </message>
--- a/i18n/eric5_zh_CN.GB2312.ts Fri Nov 04 13:26:01 2011 +0100 +++ b/i18n/eric5_zh_CN.GB2312.ts Fri Nov 04 17:00:01 2011 +0100 @@ -25477,27 +25477,27 @@ <context> <name>Listspace</name> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="211"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="215"/> <source>Close</source> <translation>关闭</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="213"/> - <source>Close All</source> - <translation>全部关闭</translation> - </message> - <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="216"/> - <source>Save</source> - <translation>保存</translation> - </message> - <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="218"/> - <source>Save As...</source> - <translation>另存为……</translation> - </message> - <message> <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="220"/> + <source>Close All</source> + <translation>全部关闭</translation> + </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="223"/> + <source>Save</source> + <translation>保存</translation> + </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="225"/> + <source>Save As...</source> + <translation>另存为……</translation> + </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="227"/> <source>Save All</source> <translation>全部保存</translation> </message> @@ -25507,7 +25507,7 @@ <translation type="obsolete">保存到项目</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="227"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="234"/> <source>Print</source> <translation>打印</translation> </message> @@ -25522,25 +25522,30 @@ <translation type="obsolete">%1 (ro)</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="347"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="359"/> <source>Untitled {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="450"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="462"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="224"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="231"/> <source>Open 'rejection' file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="230"/> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="237"/> <source>Copy Path to Clipboard</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="217"/> + <source>Close Others</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>LogViewer</name> @@ -44313,7 +44318,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="391"/> + <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="393"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> @@ -44451,12 +44456,12 @@ <translation type="obsolete">%1 (ro)</translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="837"/> + <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="840"/> <source>Untitled {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1149"/> + <location filename="Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1157"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> @@ -53190,17 +53195,17 @@ <translation type="obsolete">位置: %1</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3691"/> + <location filename="ViewManager/ViewManager.py" line="3692"/> <source>&Clear</source> <translation>清除(&C)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3687"/> + <location filename="ViewManager/ViewManager.py" line="3688"/> <source>&Add</source> <translation>添加(&A)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3689"/> + <location filename="ViewManager/ViewManager.py" line="3690"/> <source>&Edit...</source> <translation>编辑(&E)……</translation> </message> @@ -53210,17 +53215,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3343"/> + <location filename="ViewManager/ViewManager.py" line="3344"/> <source>File: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3347"/> + <location filename="ViewManager/ViewManager.py" line="3348"/> <source>Line: {0:5}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3352"/> + <location filename="ViewManager/ViewManager.py" line="3353"/> <source>Pos: {0:5}</source> <translation type="unfinished"></translation> </message>