Thu, 12 Aug 2010 16:43:33 +0200
Finished porting signal/slot usage to the new API.
--- a/APIs/Python3/eric5.api Thu Aug 12 16:11:13 2010 +0200 +++ b/APIs/Python3/eric5.api Thu Aug 12 16:43:33 2010 +0200 @@ -521,6 +521,7 @@ eric5.Debugger.BreakPointModel.BreakPointModel.addBreakPoint?4(fn, line, properties) eric5.Debugger.BreakPointModel.BreakPointModel.columnCount?4(parent = QModelIndex()) eric5.Debugger.BreakPointModel.BreakPointModel.data?4(index, role) +eric5.Debugger.BreakPointModel.BreakPointModel.dataAboutToBeChanged?7 eric5.Debugger.BreakPointModel.BreakPointModel.deleteAll?4() eric5.Debugger.BreakPointModel.BreakPointModel.deleteBreakPointByIndex?4(index) eric5.Debugger.BreakPointModel.BreakPointModel.deleteBreakPoints?4(idxList) @@ -539,6 +540,7 @@ eric5.Debugger.BreakPointViewer.BreakPointViewer.handleResetUI?4() eric5.Debugger.BreakPointViewer.BreakPointViewer.highlightBreakpoint?4(fn, lineno) eric5.Debugger.BreakPointViewer.BreakPointViewer.setModel?4(model) +eric5.Debugger.BreakPointViewer.BreakPointViewer.sourceFile?7 eric5.Debugger.BreakPointViewer.BreakPointViewer?1(parent = None) eric5.Debugger.DebugClientCapabilities.HasAll?7 eric5.Debugger.DebugClientCapabilities.HasCompleter?7 @@ -609,31 +611,35 @@ eric5.Debugger.DebugProtocol.ResponseVariable?7 eric5.Debugger.DebugProtocol.ResponseVariables?7 eric5.Debugger.DebugProtocol.ResponseWPConditionError?7 -eric5.Debugger.DebugServer.DebugServer.clientBanner?4(version, platform, debugClient) -eric5.Debugger.DebugServer.DebugServer.clientBreakConditionError?4(filename, lineno) -eric5.Debugger.DebugServer.DebugServer.clientCapabilities?4(capabilities, clientType) -eric5.Debugger.DebugServer.DebugServer.clientClearBreak?4(filename, lineno) -eric5.Debugger.DebugServer.DebugServer.clientClearWatch?4(condition) -eric5.Debugger.DebugServer.DebugServer.clientCompletionList?4(completionList, text) -eric5.Debugger.DebugServer.DebugServer.clientException?4(exceptionType, exceptionMessage, stackTrace) -eric5.Debugger.DebugServer.DebugServer.clientExit?4(status) -eric5.Debugger.DebugServer.DebugServer.clientLine?4(filename, lineno, forStack = False) -eric5.Debugger.DebugServer.DebugServer.clientOutput?4(line) -eric5.Debugger.DebugServer.DebugServer.clientRawInput?4(prompt, echo) -eric5.Debugger.DebugServer.DebugServer.clientStack?4(stack) -eric5.Debugger.DebugServer.DebugServer.clientStatement?4(more) -eric5.Debugger.DebugServer.DebugServer.clientSyntaxError?4(message, filename, lineNo, characterNo) -eric5.Debugger.DebugServer.DebugServer.clientThreadList?4(currentId, threadList) -eric5.Debugger.DebugServer.DebugServer.clientThreadSet?4() +eric5.Debugger.DebugServer.DebugServer.clientBanner?7 +eric5.Debugger.DebugServer.DebugServer.clientBreakConditionError?7 +eric5.Debugger.DebugServer.DebugServer.clientCapabilities?7 +eric5.Debugger.DebugServer.DebugServer.clientClearBreak?7 +eric5.Debugger.DebugServer.DebugServer.clientClearWatch?7 +eric5.Debugger.DebugServer.DebugServer.clientCompletionList?7 +eric5.Debugger.DebugServer.DebugServer.clientException?7 +eric5.Debugger.DebugServer.DebugServer.clientExit?7 +eric5.Debugger.DebugServer.DebugServer.clientGone?7 +eric5.Debugger.DebugServer.DebugServer.clientLine?7 +eric5.Debugger.DebugServer.DebugServer.clientOutput?7 +eric5.Debugger.DebugServer.DebugServer.clientProcessStderr?7 +eric5.Debugger.DebugServer.DebugServer.clientProcessStdout?7 +eric5.Debugger.DebugServer.DebugServer.clientRawInput?7 +eric5.Debugger.DebugServer.DebugServer.clientRawInputSent?7 +eric5.Debugger.DebugServer.DebugServer.clientStack?7 +eric5.Debugger.DebugServer.DebugServer.clientStatement?7 +eric5.Debugger.DebugServer.DebugServer.clientSyntaxError?7 +eric5.Debugger.DebugServer.DebugServer.clientThreadList?7 +eric5.Debugger.DebugServer.DebugServer.clientThreadSet?7 eric5.Debugger.DebugServer.DebugServer.clientUtFinished?4() eric5.Debugger.DebugServer.DebugServer.clientUtPrepared?4(result, exceptionType, exceptionValue) eric5.Debugger.DebugServer.DebugServer.clientUtStartTest?4(testname, doc) eric5.Debugger.DebugServer.DebugServer.clientUtStopTest?4() eric5.Debugger.DebugServer.DebugServer.clientUtTestErrored?4(testname, traceback) eric5.Debugger.DebugServer.DebugServer.clientUtTestFailed?4(testname, traceback) -eric5.Debugger.DebugServer.DebugServer.clientVariable?4(scope, variables) -eric5.Debugger.DebugServer.DebugServer.clientVariables?4(scope, variables) -eric5.Debugger.DebugServer.DebugServer.clientWatchConditionError?4(condition) +eric5.Debugger.DebugServer.DebugServer.clientVariable?7 +eric5.Debugger.DebugServer.DebugServer.clientVariables?7 +eric5.Debugger.DebugServer.DebugServer.clientWatchConditionError?7 eric5.Debugger.DebugServer.DebugServer.getBreakPointModel?4() eric5.Debugger.DebugServer.DebugServer.getClientCapabilities?4(type) eric5.Debugger.DebugServer.DebugServer.getExtensions?4(language) @@ -641,6 +647,7 @@ eric5.Debugger.DebugServer.DebugServer.getSupportedLanguages?4(shellOnly = False) eric5.Debugger.DebugServer.DebugServer.getWatchPointModel?4() eric5.Debugger.DebugServer.DebugServer.isConnected?4() +eric5.Debugger.DebugServer.DebugServer.passiveDebugStarted?7 eric5.Debugger.DebugServer.DebugServer.passiveStartUp?4(fn, exc) eric5.Debugger.DebugServer.DebugServer.preferencesChanged?4() eric5.Debugger.DebugServer.DebugServer.remoteBanner?4() @@ -670,13 +677,44 @@ eric5.Debugger.DebugServer.DebugServer.remoteUTRun?4() eric5.Debugger.DebugServer.DebugServer.remoteUTStop?4() eric5.Debugger.DebugServer.DebugServer.shutdownServer?4() +eric5.Debugger.DebugServer.DebugServer.signalClientBanner?4(version, platform, debugClient) +eric5.Debugger.DebugServer.DebugServer.signalClientBreakConditionError?4(filename, lineno) +eric5.Debugger.DebugServer.DebugServer.signalClientCapabilities?4(capabilities, clientType) +eric5.Debugger.DebugServer.DebugServer.signalClientClearBreak?4(filename, lineno) +eric5.Debugger.DebugServer.DebugServer.signalClientClearWatch?4(condition) +eric5.Debugger.DebugServer.DebugServer.signalClientCompletionList?4(completionList, text) +eric5.Debugger.DebugServer.DebugServer.signalClientException?4(exceptionType, exceptionMessage, stackTrace) +eric5.Debugger.DebugServer.DebugServer.signalClientExit?4(status) +eric5.Debugger.DebugServer.DebugServer.signalClientLine?4(filename, lineno, forStack = False) +eric5.Debugger.DebugServer.DebugServer.signalClientOutput?4(line) +eric5.Debugger.DebugServer.DebugServer.signalClientRawInput?4(prompt, echo) +eric5.Debugger.DebugServer.DebugServer.signalClientStack?4(stack) +eric5.Debugger.DebugServer.DebugServer.signalClientStatement?4(more) +eric5.Debugger.DebugServer.DebugServer.signalClientSyntaxError?4(message, filename, lineNo, characterNo) +eric5.Debugger.DebugServer.DebugServer.signalClientThreadList?4(currentId, threadList) +eric5.Debugger.DebugServer.DebugServer.signalClientThreadSet?4() +eric5.Debugger.DebugServer.DebugServer.signalClientVariable?4(scope, variables) +eric5.Debugger.DebugServer.DebugServer.signalClientVariables?4(scope, variables) +eric5.Debugger.DebugServer.DebugServer.signalClientWatchConditionError?4(condition) eric5.Debugger.DebugServer.DebugServer.startClient?4(unplanned = True, clType = None, forProject = False, runInConsole = False) +eric5.Debugger.DebugServer.DebugServer.utFinished?7 +eric5.Debugger.DebugServer.DebugServer.utPrepared?7 +eric5.Debugger.DebugServer.DebugServer.utStartTest?7 +eric5.Debugger.DebugServer.DebugServer.utStopTest?7 +eric5.Debugger.DebugServer.DebugServer.utTestErrored?7 +eric5.Debugger.DebugServer.DebugServer.utTestFailed?7 eric5.Debugger.DebugServer.DebugServer?1() eric5.Debugger.DebugServer.DebuggerInterfaces?7 +eric5.Debugger.DebugUI.DebugUI.clientStack?7 +eric5.Debugger.DebugUI.DebugUI.compileForms?7 +eric5.Debugger.DebugUI.DebugUI.compileResources?7 +eric5.Debugger.DebugUI.DebugUI.debuggingStarted?7 +eric5.Debugger.DebugUI.DebugUI.exceptionInterrupt?7 eric5.Debugger.DebugUI.DebugUI.getActions?4() eric5.Debugger.DebugUI.DebugUI.initActions?4() eric5.Debugger.DebugUI.DebugUI.initMenus?4() eric5.Debugger.DebugUI.DebugUI.initToolbars?4(toolbarManager) +eric5.Debugger.DebugUI.DebugUI.resetUI?7 eric5.Debugger.DebugUI.DebugUI.setArgvHistory?4(argsStr, clearHistories = False) eric5.Debugger.DebugUI.DebugUI.setAutoClearShell?4(autoClearShell) eric5.Debugger.DebugUI.DebugUI.setAutoContinue?4(autoContinue) @@ -703,6 +741,7 @@ eric5.Debugger.DebugViewer.DebugViewer.showVariable?4(vlist, globals) eric5.Debugger.DebugViewer.DebugViewer.showVariables?4(vlist, globals) eric5.Debugger.DebugViewer.DebugViewer.showVariablesTab?4(globals) +eric5.Debugger.DebugViewer.DebugViewer.sourceFile?7 eric5.Debugger.DebugViewer.DebugViewer?1(debugServer, docked, vm, parent = None, embeddedShell = True, embeddedBrowser = True) eric5.Debugger.DebuggerInterfaceNone.ClientDefaultCapabilities?7 eric5.Debugger.DebuggerInterfaceNone.ClientTypeAssociations?7 @@ -879,6 +918,7 @@ eric5.Debugger.EditWatchpointDialog.EditWatchpointDialog?1(properties, parent = None, name = None, modal = False) eric5.Debugger.ExceptionLogger.ExceptionLogger.addException?4(exceptionType, exceptionMessage, stackTrace) eric5.Debugger.ExceptionLogger.ExceptionLogger.debuggingStarted?4() +eric5.Debugger.ExceptionLogger.ExceptionLogger.sourceFile?7 eric5.Debugger.ExceptionLogger.ExceptionLogger?1(parent=None) eric5.Debugger.ExceptionsFilterDialog.ExceptionsFilterDialog.getExceptionsList?4() eric5.Debugger.ExceptionsFilterDialog.ExceptionsFilterDialog.on_addButton_clicked?4() @@ -925,6 +965,7 @@ eric5.Debugger.WatchPointModel.WatchPointModel.addWatchPoint?4(cond, special, properties) eric5.Debugger.WatchPointModel.WatchPointModel.columnCount?4(parent = QModelIndex()) eric5.Debugger.WatchPointModel.WatchPointModel.data?4(index, role) +eric5.Debugger.WatchPointModel.WatchPointModel.dataAboutToBeChanged?7 eric5.Debugger.WatchPointModel.WatchPointModel.deleteAll?4() eric5.Debugger.WatchPointModel.WatchPointModel.deleteWatchPointByIndex?4(index) eric5.Debugger.WatchPointModel.WatchPointModel.deleteWatchPoints?4(idxList) @@ -1107,6 +1148,7 @@ eric5.E5Gui.E5ListView.E5ListView.keyPressEvent?4(evt) eric5.E5Gui.E5ListView.E5ListView.removeAll?4() eric5.E5Gui.E5ListView.E5ListView.removeSelected?4() +eric5.E5Gui.E5ModelMenu.E5ModelMenu.activated?7 eric5.E5Gui.E5ModelMenu.E5ModelMenu.createBaseMenu?4() eric5.E5Gui.E5ModelMenu.E5ModelMenu.createMenu?4(parent, max_, parentMenu = None, menu = None) eric5.E5Gui.E5ModelMenu.E5ModelMenu.dragEnterEvent?4(evt) @@ -1135,6 +1177,7 @@ eric5.E5Gui.E5ModelMenu.E5ModelMenu?1(parent = None) eric5.E5Gui.E5ModelToolBar.E5ModelToolBar._build?5() eric5.E5Gui.E5ModelToolBar.E5ModelToolBar._createMenu?5() +eric5.E5Gui.E5ModelToolBar.E5ModelToolBar.activated?7 eric5.E5Gui.E5ModelToolBar.E5ModelToolBar.dragEnterEvent?4(evt) eric5.E5Gui.E5ModelToolBar.E5ModelToolBar.dropEvent?4(evt) eric5.E5Gui.E5ModelToolBar.E5ModelToolBar.eventFilter?4(obj, evt) @@ -1210,8 +1253,10 @@ eric5.E5Gui.E5TabWidget.E5DnDTabBar.dropEvent?4(event) eric5.E5Gui.E5TabWidget.E5DnDTabBar.mouseMoveEvent?4(event) eric5.E5Gui.E5TabWidget.E5DnDTabBar.mousePressEvent?4(event) +eric5.E5Gui.E5TabWidget.E5DnDTabBar.tabMoveRequested?7 eric5.E5Gui.E5TabWidget.E5DnDTabBar?1(parent = None) eric5.E5Gui.E5TabWidget.E5TabWidget.animationLabel?4(index, animationFile) +eric5.E5Gui.E5TabWidget.E5TabWidget.customTabContextMenuRequested?7 eric5.E5Gui.E5TabWidget.E5TabWidget.moveTab?4(curIndex, newIndex) eric5.E5Gui.E5TabWidget.E5TabWidget.nextTab?4() eric5.E5Gui.E5TabWidget.E5TabWidget.prevTab?4() @@ -1652,6 +1697,7 @@ eric5.Graphics.UMLDialog.UMLDialog?1(diagramName = "Unnamed", parent = None, name = None) eric5.Graphics.UMLGraphicsView.UMLGraphicsView.filteredItems?4(items) eric5.Graphics.UMLGraphicsView.UMLGraphicsView.initToolBar?4() +eric5.Graphics.UMLGraphicsView.UMLGraphicsView.relayout?7 eric5.Graphics.UMLGraphicsView.UMLGraphicsView.selectItem?4(item) eric5.Graphics.UMLGraphicsView.UMLGraphicsView.selectItems?4(items) eric5.Graphics.UMLGraphicsView.UMLGraphicsView.setDiagramName?4(name) @@ -1686,6 +1732,7 @@ eric5.Helpviewer.AdBlock.AdBlockManager.AdBlockManager.network?4() eric5.Helpviewer.AdBlock.AdBlockManager.AdBlockManager.page?4() eric5.Helpviewer.AdBlock.AdBlockManager.AdBlockManager.removeSubscription?4(subscription) +eric5.Helpviewer.AdBlock.AdBlockManager.AdBlockManager.rulesChanged?7 eric5.Helpviewer.AdBlock.AdBlockManager.AdBlockManager.save?4() eric5.Helpviewer.AdBlock.AdBlockManager.AdBlockManager.setEnabled?4(enabled) eric5.Helpviewer.AdBlock.AdBlockManager.AdBlockManager.showDialog?4() @@ -1722,12 +1769,14 @@ eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.allRules?4() eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.allow?4(urlString) eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.block?4(urlString) +eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.changed?7 eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.isEnabled?4() eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.lastUpdate?4() eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.location?4() eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.pageRules?4() eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.removeRule?4(offset) eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.replaceRule?4(rule, offset) +eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.rulesChanged?7 eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.rulesFileName?4() eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.saveRules?4() eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.setEnabled?4(enabled) @@ -1765,6 +1814,8 @@ eric5.Helpviewer.Bookmarks.BookmarkNode.BookmarkNode.type?4() eric5.Helpviewer.Bookmarks.BookmarkNode.BookmarkNode?1(type_ = Root, parent = None) eric5.Helpviewer.Bookmarks.BookmarksDialog.BookmarksDialog.closeEvent?4(evt) +eric5.Helpviewer.Bookmarks.BookmarksDialog.BookmarksDialog.newUrl?7 +eric5.Helpviewer.Bookmarks.BookmarksDialog.BookmarksDialog.openUrl?7 eric5.Helpviewer.Bookmarks.BookmarksDialog.BookmarksDialog.reject?4() eric5.Helpviewer.Bookmarks.BookmarksDialog.BookmarksDialog?1(parent = None, manager = None) eric5.Helpviewer.Bookmarks.BookmarksManager.BOOKMARKBAR?7 @@ -1774,6 +1825,9 @@ eric5.Helpviewer.Bookmarks.BookmarksManager.BookmarksManager.bookmarksModel?4() eric5.Helpviewer.Bookmarks.BookmarksManager.BookmarksManager.changeExpanded?4() eric5.Helpviewer.Bookmarks.BookmarksManager.BookmarksManager.close?4() +eric5.Helpviewer.Bookmarks.BookmarksManager.BookmarksManager.entryAdded?7 +eric5.Helpviewer.Bookmarks.BookmarksManager.BookmarksManager.entryChanged?7 +eric5.Helpviewer.Bookmarks.BookmarksManager.BookmarksManager.entryRemoved?7 eric5.Helpviewer.Bookmarks.BookmarksManager.BookmarksManager.exportBookmarks?4() eric5.Helpviewer.Bookmarks.BookmarksManager.BookmarksManager.importBookmarks?4() eric5.Helpviewer.Bookmarks.BookmarksManager.BookmarksManager.load?4() @@ -1796,6 +1850,8 @@ eric5.Helpviewer.Bookmarks.BookmarksManager.RemoveBookmarksCommand?1(bookmarksManager, parent, row) eric5.Helpviewer.Bookmarks.BookmarksManager.extract_js?7 eric5.Helpviewer.Bookmarks.BookmarksMenu.BookmarksMenu.createBaseMenu?4() +eric5.Helpviewer.Bookmarks.BookmarksMenu.BookmarksMenu.newUrl?7 +eric5.Helpviewer.Bookmarks.BookmarksMenu.BookmarksMenu.openUrl?7 eric5.Helpviewer.Bookmarks.BookmarksMenu.BookmarksMenu.postPopulated?4() eric5.Helpviewer.Bookmarks.BookmarksMenu.BookmarksMenu?1(parent = None) eric5.Helpviewer.Bookmarks.BookmarksMenu.BookmarksMenuBarMenu.prePopulated?4() @@ -1828,6 +1884,8 @@ eric5.Helpviewer.Bookmarks.BookmarksModel.BookmarksModel.supportedDropActions?4() eric5.Helpviewer.Bookmarks.BookmarksModel.BookmarksModel?1(manager, parent = None) eric5.Helpviewer.Bookmarks.BookmarksToolBar.BookmarksToolBar._createMenu?5() +eric5.Helpviewer.Bookmarks.BookmarksToolBar.BookmarksToolBar.newUrl?7 +eric5.Helpviewer.Bookmarks.BookmarksToolBar.BookmarksToolBar.openUrl?7 eric5.Helpviewer.Bookmarks.BookmarksToolBar.BookmarksToolBar?1(model, parent = None) eric5.Helpviewer.Bookmarks.DefaultBookmarks.DefaultBookmarks?7 eric5.Helpviewer.Bookmarks.XbelReader.XbelReader.read?4(fileNameOrDevice) @@ -1861,6 +1919,7 @@ eric5.Helpviewer.CookieJar.CookieJar.CookieJar.clear?4() eric5.Helpviewer.CookieJar.CookieJar.CookieJar.close?4() eric5.Helpviewer.CookieJar.CookieJar.CookieJar.cookies?4() +eric5.Helpviewer.CookieJar.CookieJar.CookieJar.cookiesChanged?7 eric5.Helpviewer.CookieJar.CookieJar.CookieJar.cookiesForUrl?4(url) eric5.Helpviewer.CookieJar.CookieJar.CookieJar.filterTrackingCookies?4() eric5.Helpviewer.CookieJar.CookieJar.CookieJar.keepPolicy?4() @@ -1903,6 +1962,7 @@ eric5.Helpviewer.HTMLResources.notFoundPage_html?7 eric5.Helpviewer.HTMLResources.startPage_html?7 eric5.Helpviewer.HelpBrowserWV.HelpBrowser.backward?4() +eric5.Helpviewer.HelpBrowserWV.HelpBrowser.backwardAvailable?7 eric5.Helpviewer.HelpBrowserWV.HelpBrowser.clearHistory?4() eric5.Helpviewer.HelpBrowserWV.HelpBrowser.contextMenuEvent?4(evt) eric5.Helpviewer.HelpBrowserWV.HelpBrowser.copy?4() @@ -1910,7 +1970,9 @@ eric5.Helpviewer.HelpBrowserWV.HelpBrowser.documentTitle?4() eric5.Helpviewer.HelpBrowserWV.HelpBrowser.findNextPrev?4(txt, case, backwards, wrap, highlightAll) eric5.Helpviewer.HelpBrowserWV.HelpBrowser.forward?4() +eric5.Helpviewer.HelpBrowserWV.HelpBrowser.forwardAvailable?7 eric5.Helpviewer.HelpBrowserWV.HelpBrowser.hasSelection?4() +eric5.Helpviewer.HelpBrowserWV.HelpBrowser.highlighted?7 eric5.Helpviewer.HelpBrowserWV.HelpBrowser.home?4() eric5.Helpviewer.HelpBrowserWV.HelpBrowser.isBackwardAvailable?4() eric5.Helpviewer.HelpBrowserWV.HelpBrowser.isForwardAvailable?4() @@ -1921,8 +1983,10 @@ eric5.Helpviewer.HelpBrowserWV.HelpBrowser.preferencesChanged?4() eric5.Helpviewer.HelpBrowserWV.HelpBrowser.reload?4() eric5.Helpviewer.HelpBrowserWV.HelpBrowser.saveAs?4() +eric5.Helpviewer.HelpBrowserWV.HelpBrowser.search?7 eric5.Helpviewer.HelpBrowserWV.HelpBrowser.setSource?4(name) eric5.Helpviewer.HelpBrowserWV.HelpBrowser.source?4() +eric5.Helpviewer.HelpBrowserWV.HelpBrowser.sourceChanged?7 eric5.Helpviewer.HelpBrowserWV.HelpBrowser.wheelEvent?4(evt) eric5.Helpviewer.HelpBrowserWV.HelpBrowser.zoomIn?4() eric5.Helpviewer.HelpBrowserWV.HelpBrowser.zoomOut?4() @@ -1947,12 +2011,17 @@ eric5.Helpviewer.HelpBrowserWV.LinkedResource?1() eric5.Helpviewer.HelpClearPrivateDataDialog.HelpClearPrivateDataDialog.getData?4() eric5.Helpviewer.HelpClearPrivateDataDialog.HelpClearPrivateDataDialog?1(parent = None) +eric5.Helpviewer.HelpDocsInstaller.HelpDocsInstaller.docsInstalled?7 +eric5.Helpviewer.HelpDocsInstaller.HelpDocsInstaller.errorMessage?7 eric5.Helpviewer.HelpDocsInstaller.HelpDocsInstaller.installDocs?4() eric5.Helpviewer.HelpDocsInstaller.HelpDocsInstaller.run?4() eric5.Helpviewer.HelpDocsInstaller.HelpDocsInstaller.stop?4() eric5.Helpviewer.HelpDocsInstaller.HelpDocsInstaller?1(collection) +eric5.Helpviewer.HelpIndexWidget.HelpIndexWidget.escapePressed?7 eric5.Helpviewer.HelpIndexWidget.HelpIndexWidget.eventFilter?4(watched, event) eric5.Helpviewer.HelpIndexWidget.HelpIndexWidget.focusInEvent?4(evt) +eric5.Helpviewer.HelpIndexWidget.HelpIndexWidget.linkActivated?7 +eric5.Helpviewer.HelpIndexWidget.HelpIndexWidget.linksActivated?7 eric5.Helpviewer.HelpIndexWidget.HelpIndexWidget?1(engine, mainWindow, parent = None) eric5.Helpviewer.HelpLanguagesDialog.HelpLanguagesDialog.accept?4() eric5.Helpviewer.HelpLanguagesDialog.HelpLanguagesDialog.defaultAcceptLanguages?4() @@ -1964,14 +2033,18 @@ eric5.Helpviewer.HelpLanguagesDialog.HelpLanguagesDialog.on_upButton_clicked?4() eric5.Helpviewer.HelpLanguagesDialog.HelpLanguagesDialog?1(parent = None) eric5.Helpviewer.HelpSearchWidget.HelpSearchWidget.contextMenuEvent?4(evt) +eric5.Helpviewer.HelpSearchWidget.HelpSearchWidget.escapePressed?7 eric5.Helpviewer.HelpSearchWidget.HelpSearchWidget.eventFilter?4(watched, event) eric5.Helpviewer.HelpSearchWidget.HelpSearchWidget.keyPressEvent?4(evt) +eric5.Helpviewer.HelpSearchWidget.HelpSearchWidget.linkActivated?7 eric5.Helpviewer.HelpSearchWidget.HelpSearchWidget?1(engine, mainWindow, parent = None) +eric5.Helpviewer.HelpTocWidget.HelpTocWidget.escapePressed?7 eric5.Helpviewer.HelpTocWidget.HelpTocWidget.eventFilter?4(watched, event) eric5.Helpviewer.HelpTocWidget.HelpTocWidget.expandToDepth?4(depth) eric5.Helpviewer.HelpTocWidget.HelpTocWidget.focusInEvent?4(evt) eric5.Helpviewer.HelpTocWidget.HelpTocWidget.itemClicked?4(index) eric5.Helpviewer.HelpTocWidget.HelpTocWidget.keyPressEvent?4(evt) +eric5.Helpviewer.HelpTocWidget.HelpTocWidget.linkActivated?7 eric5.Helpviewer.HelpTocWidget.HelpTocWidget.syncToContent?4(url) eric5.Helpviewer.HelpTocWidget.HelpTocWidget?1(engine, mainWindow, parent = None) eric5.Helpviewer.HelpTopicDialog.HelpTopicDialog.link?4() @@ -1980,6 +2053,7 @@ eric5.Helpviewer.HelpWebSearchWidget.HelpWebSearchWidget.openSearchManager?4() eric5.Helpviewer.HelpWebSearchWidget.HelpWebSearchWidget.preferencesChanged?4() eric5.Helpviewer.HelpWebSearchWidget.HelpWebSearchWidget.saveSearches?4() +eric5.Helpviewer.HelpWebSearchWidget.HelpWebSearchWidget.search?7 eric5.Helpviewer.HelpWebSearchWidget.HelpWebSearchWidget?1(parent = None) eric5.Helpviewer.HelpWindow.HelpWindow._adblockManager?8 eric5.Helpviewer.HelpWindow.HelpWindow._bookmarksManager?8 @@ -1996,6 +2070,7 @@ eric5.Helpviewer.HelpWindow.HelpWindow.currentBrowser?4() eric5.Helpviewer.HelpWindow.HelpWindow.getActions?4() eric5.Helpviewer.HelpWindow.HelpWindow.getSourceFileList?4() +eric5.Helpviewer.HelpWindow.HelpWindow.helpClosed?7 eric5.Helpviewer.HelpWindow.HelpWindow.helpEngine?4() eric5.Helpviewer.HelpWindow.HelpWindow.helpwindows?7 eric5.Helpviewer.HelpWindow.HelpWindow.historyManager?4() @@ -2014,6 +2089,7 @@ eric5.Helpviewer.HelpWindow.HelpWindow.search?4(word) eric5.Helpviewer.HelpWindow.HelpWindow.searchEnginesAction?4() eric5.Helpviewer.HelpWindow.HelpWindow.setLoading?4(widget) +eric5.Helpviewer.HelpWindow.HelpWindow.zoomTextOnlyChanged?7 eric5.Helpviewer.HelpWindow.HelpWindow?1(home, path, parent, name, fromEric = False, initShortcutsOnly = False, searchWord = None) eric5.Helpviewer.History.HistoryCompleter.HistoryCompleter.pathFromIndex?4(idx) eric5.Helpviewer.History.HistoryCompleter.HistoryCompleter.splitPath?4(path) @@ -2030,6 +2106,8 @@ eric5.Helpviewer.History.HistoryCompleter.HistoryCompletionView.resizeEvent?4(evt) eric5.Helpviewer.History.HistoryCompleter.HistoryCompletionView.sizeHintForRow?4(row) eric5.Helpviewer.History.HistoryCompleter.HistoryCompletionView?1(parent = None) +eric5.Helpviewer.History.HistoryDialog.HistoryDialog.newUrl?7 +eric5.Helpviewer.History.HistoryDialog.HistoryDialog.openUrl?7 eric5.Helpviewer.History.HistoryDialog.HistoryDialog?1(parent = None, manager = None) eric5.Helpviewer.History.HistoryFilterModel.HistoryData?1(offset, frequency = 0) eric5.Helpviewer.History.HistoryFilterModel.HistoryFilterModel.FrequencyRole?7 @@ -2057,10 +2135,15 @@ eric5.Helpviewer.History.HistoryManager.HistoryManager.clear?4() eric5.Helpviewer.History.HistoryManager.HistoryManager.close?4() eric5.Helpviewer.History.HistoryManager.HistoryManager.daysToExpire?4() +eric5.Helpviewer.History.HistoryManager.HistoryManager.entryAdded?7 +eric5.Helpviewer.History.HistoryManager.HistoryManager.entryRemoved?7 +eric5.Helpviewer.History.HistoryManager.HistoryManager.entryUpdated?7 eric5.Helpviewer.History.HistoryManager.HistoryManager.history?4() +eric5.Helpviewer.History.HistoryManager.HistoryManager.historyCleared?7 eric5.Helpviewer.History.HistoryManager.HistoryManager.historyContains?4(url) eric5.Helpviewer.History.HistoryManager.HistoryManager.historyFilterModel?4() eric5.Helpviewer.History.HistoryManager.HistoryManager.historyModel?4() +eric5.Helpviewer.History.HistoryManager.HistoryManager.historyReset?7 eric5.Helpviewer.History.HistoryManager.HistoryManager.historyTreeModel?4() eric5.Helpviewer.History.HistoryManager.HistoryManager.preferencesChanged?4() eric5.Helpviewer.History.HistoryManager.HistoryManager.removeHistoryEntry?4(url, title = "") @@ -2069,6 +2152,8 @@ eric5.Helpviewer.History.HistoryManager.HistoryManager.setHistory?4(history, loadedAndSorted = False) eric5.Helpviewer.History.HistoryManager.HistoryManager.updateHistoryEntry?4(url, title) eric5.Helpviewer.History.HistoryManager.HistoryManager?1(parent = None) +eric5.Helpviewer.History.HistoryMenu.HistoryMenu.newUrl?7 +eric5.Helpviewer.History.HistoryMenu.HistoryMenu.openUrl?7 eric5.Helpviewer.History.HistoryMenu.HistoryMenu.postPopulated?4() eric5.Helpviewer.History.HistoryMenu.HistoryMenu.prePopulated?4() eric5.Helpviewer.History.HistoryMenu.HistoryMenu.setInitialActions?4(actions) @@ -2124,6 +2209,7 @@ eric5.Helpviewer.Network.NetworkAccessManager.NetworkAccessManager.createRequest?4(op, request, outgoingData = None) eric5.Helpviewer.Network.NetworkAccessManager.NetworkAccessManager.languagesChanged?4() eric5.Helpviewer.Network.NetworkAccessManager.NetworkAccessManager.preferencesChanged?4() +eric5.Helpviewer.Network.NetworkAccessManager.NetworkAccessManager.requestCreated?7 eric5.Helpviewer.Network.NetworkAccessManager.NetworkAccessManager.setSchemeHandler?4(scheme, handler) eric5.Helpviewer.Network.NetworkAccessManager.NetworkAccessManager?1(engine, parent = None) eric5.Helpviewer.Network.NetworkAccessManagerProxy.NetworkAccessManagerProxy.createRequest?4(op, request, outgoingData = None) @@ -2168,6 +2254,7 @@ eric5.Helpviewer.OpenSearch.OpenSearchEngine.OpenSearchEngine._language?8 eric5.Helpviewer.OpenSearch.OpenSearchEngine.OpenSearchEngine.description?4() eric5.Helpviewer.OpenSearch.OpenSearchEngine.OpenSearchEngine.image?4() +eric5.Helpviewer.OpenSearch.OpenSearchEngine.OpenSearchEngine.imageChanged?7 eric5.Helpviewer.OpenSearch.OpenSearchEngine.OpenSearchEngine.imageUrl?4() eric5.Helpviewer.OpenSearch.OpenSearchEngine.OpenSearchEngine.isValid?4() eric5.Helpviewer.OpenSearch.OpenSearchEngine.OpenSearchEngine.loadImage?4() @@ -2193,6 +2280,7 @@ eric5.Helpviewer.OpenSearch.OpenSearchEngine.OpenSearchEngine.setSuggestionsMethod?4(method) eric5.Helpviewer.OpenSearch.OpenSearchEngine.OpenSearchEngine.setSuggestionsParameters?4(suggestionsParameters) eric5.Helpviewer.OpenSearch.OpenSearchEngine.OpenSearchEngine.setSuggestionsUrlTemplate?4(suggestionsUrlTemplate) +eric5.Helpviewer.OpenSearch.OpenSearchEngine.OpenSearchEngine.suggestions?7 eric5.Helpviewer.OpenSearch.OpenSearchEngine.OpenSearchEngine.suggestionsMethod?4() eric5.Helpviewer.OpenSearch.OpenSearchEngine.OpenSearchEngine.suggestionsParameters?4() eric5.Helpviewer.OpenSearch.OpenSearchEngine.OpenSearchEngine.suggestionsUrl?4(searchTerm) @@ -2209,9 +2297,11 @@ eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.OpenSearchEngineModel?1(manager, parent = None) eric5.Helpviewer.OpenSearch.OpenSearchManager.OpenSearchManager.addEngine?4(engine) eric5.Helpviewer.OpenSearch.OpenSearchManager.OpenSearchManager.allEnginesNames?4() +eric5.Helpviewer.OpenSearch.OpenSearchManager.OpenSearchManager.changed?7 eric5.Helpviewer.OpenSearch.OpenSearchManager.OpenSearchManager.close?4() eric5.Helpviewer.OpenSearch.OpenSearchManager.OpenSearchManager.convertKeywordSearchToUrl?4(keywordSearch) eric5.Helpviewer.OpenSearch.OpenSearchManager.OpenSearchManager.currentEngine?4() +eric5.Helpviewer.OpenSearch.OpenSearchManager.OpenSearchManager.currentEngineChanged?7 eric5.Helpviewer.OpenSearch.OpenSearchManager.OpenSearchManager.currentEngineName?4() eric5.Helpviewer.OpenSearch.OpenSearchManager.OpenSearchManager.engine?4(name) eric5.Helpviewer.OpenSearch.OpenSearchManager.OpenSearchManager.engineExists?4(name) @@ -2243,6 +2333,7 @@ eric5.Helpviewer.Passwords.PasswordManager.PasswordManager.NEVER?7 eric5.Helpviewer.Passwords.PasswordManager.PasswordManager.SEPARATOR?7 eric5.Helpviewer.Passwords.PasswordManager.PasswordManager.allSiteNames?4() +eric5.Helpviewer.Passwords.PasswordManager.PasswordManager.changed?7 eric5.Helpviewer.Passwords.PasswordManager.PasswordManager.clear?4() eric5.Helpviewer.Passwords.PasswordManager.PasswordManager.close?4() eric5.Helpviewer.Passwords.PasswordManager.PasswordManager.fill?4(page) @@ -2309,7 +2400,11 @@ eric5.IconEditor.IconEditorGrid.IconEditorGrid.Rubber?7 eric5.IconEditor.IconEditorGrid.IconEditorGrid.canPaste?4() eric5.IconEditor.IconEditorGrid.IconEditorGrid.canRedo?4() +eric5.IconEditor.IconEditorGrid.IconEditorGrid.canRedoChanged?7 eric5.IconEditor.IconEditorGrid.IconEditorGrid.canUndo?4() +eric5.IconEditor.IconEditorGrid.IconEditorGrid.canUndoChanged?7 +eric5.IconEditor.IconEditorGrid.IconEditorGrid.clipboardImageAvailable?7 +eric5.IconEditor.IconEditorGrid.IconEditorGrid.colorChanged?7 eric5.IconEditor.IconEditorGrid.IconEditorGrid.editClear?4() eric5.IconEditor.IconEditorGrid.IconEditorGrid.editCopy?4() eric5.IconEditor.IconEditorGrid.IconEditorGrid.editCut?4() @@ -2323,6 +2418,7 @@ eric5.IconEditor.IconEditorGrid.IconEditorGrid.grayScale?4() eric5.IconEditor.IconEditorGrid.IconEditorGrid.iconImage?4() eric5.IconEditor.IconEditorGrid.IconEditorGrid.iconSize?4() +eric5.IconEditor.IconEditorGrid.IconEditorGrid.imageChanged?7 eric5.IconEditor.IconEditorGrid.IconEditorGrid.isDirty?4() eric5.IconEditor.IconEditorGrid.IconEditorGrid.isGridEnabled?4() eric5.IconEditor.IconEditorGrid.IconEditorGrid.isSelectionAvailable?4() @@ -2331,7 +2427,10 @@ eric5.IconEditor.IconEditorGrid.IconEditorGrid.mouseReleaseEvent?4(evt) eric5.IconEditor.IconEditorGrid.IconEditorGrid.paintEvent?4(evt) eric5.IconEditor.IconEditorGrid.IconEditorGrid.penColor?4() +eric5.IconEditor.IconEditorGrid.IconEditorGrid.positionChanged?7 +eric5.IconEditor.IconEditorGrid.IconEditorGrid.previewChanged?7 eric5.IconEditor.IconEditorGrid.IconEditorGrid.previewPixmap?4() +eric5.IconEditor.IconEditorGrid.IconEditorGrid.selectionAvailable?7 eric5.IconEditor.IconEditorGrid.IconEditorGrid.setDirty?4(dirty, setCleanState = False) eric5.IconEditor.IconEditorGrid.IconEditorGrid.setGridEnabled?4(enable) eric5.IconEditor.IconEditorGrid.IconEditorGrid.setIconImage?4(newImage, undoRedo = False, clearUndo = False) @@ -2339,14 +2438,17 @@ eric5.IconEditor.IconEditorGrid.IconEditorGrid.setTool?4(tool) eric5.IconEditor.IconEditorGrid.IconEditorGrid.setZoomFactor?4(newZoom) eric5.IconEditor.IconEditorGrid.IconEditorGrid.shutdown?4() +eric5.IconEditor.IconEditorGrid.IconEditorGrid.sizeChanged?7 eric5.IconEditor.IconEditorGrid.IconEditorGrid.sizeHint?4() eric5.IconEditor.IconEditorGrid.IconEditorGrid.tool?4() eric5.IconEditor.IconEditorGrid.IconEditorGrid.zoomFactor?4() eric5.IconEditor.IconEditorGrid.IconEditorGrid?1(parent = None) eric5.IconEditor.IconEditorPalette.IconEditorPalette.colorChanged?4(color) +eric5.IconEditor.IconEditorPalette.IconEditorPalette.colorSelected?7 eric5.IconEditor.IconEditorPalette.IconEditorPalette.previewChanged?4(pixmap) eric5.IconEditor.IconEditorPalette.IconEditorPalette?1(parent = None) eric5.IconEditor.IconEditorWindow.IconEditorWindow.closeEvent?4(evt) +eric5.IconEditor.IconEditorWindow.IconEditorWindow.editorClosed?7 eric5.IconEditor.IconEditorWindow.IconEditorWindow.windows?7 eric5.IconEditor.IconEditorWindow.IconEditorWindow?1(fileName = "", parent = None, fromEric = False, initShortcutsOnly = False) eric5.IconEditor.IconSizeDialog.IconSizeDialog.getData?4() @@ -2368,6 +2470,7 @@ eric5.MultiProject.MultiProject.MultiProject.changeProjectProperties?4(pro) eric5.MultiProject.MultiProject.MultiProject.checkDirty?4() eric5.MultiProject.MultiProject.MultiProject.closeMultiProject?4() +eric5.MultiProject.MultiProject.MultiProject.dirty?7 eric5.MultiProject.MultiProject.MultiProject.getActions?4() eric5.MultiProject.MultiProject.MultiProject.getDependantProjectFiles?4() eric5.MultiProject.MultiProject.MultiProject.getMasterProjectFile?4() @@ -2382,14 +2485,22 @@ eric5.MultiProject.MultiProject.MultiProject.initToolbar?4(toolbarManager) eric5.MultiProject.MultiProject.MultiProject.isDirty?4() eric5.MultiProject.MultiProject.MultiProject.isOpen?4() -eric5.MultiProject.MultiProject.MultiProject.newMultiProject?4() +eric5.MultiProject.MultiProject.MultiProject.multiProjectClosed?7 +eric5.MultiProject.MultiProject.MultiProject.multiProjectOpened?7 +eric5.MultiProject.MultiProject.MultiProject.multiProjectPropertiesChanged?7 +eric5.MultiProject.MultiProject.MultiProject.newMultiProject?7 eric5.MultiProject.MultiProject.MultiProject.openMultiProject?4(fn = None, openMaster = True) eric5.MultiProject.MultiProject.MultiProject.openProject?4(filename) +eric5.MultiProject.MultiProject.MultiProject.projectAdded?7 +eric5.MultiProject.MultiProject.MultiProject.projectDataChanged?7 +eric5.MultiProject.MultiProject.MultiProject.projectOpened?7 +eric5.MultiProject.MultiProject.MultiProject.projectRemoved?7 eric5.MultiProject.MultiProject.MultiProject.removeE5Actions?4(actions) eric5.MultiProject.MultiProject.MultiProject.removeProject?4(fn) eric5.MultiProject.MultiProject.MultiProject.saveMultiProject?4() eric5.MultiProject.MultiProject.MultiProject.saveMultiProjectAs?4() eric5.MultiProject.MultiProject.MultiProject.setDirty?4(b) +eric5.MultiProject.MultiProject.MultiProject.showMenu?7 eric5.MultiProject.MultiProject.MultiProject?1(project, parent = None, filename = None) eric5.MultiProject.MultiProjectBrowser.MultiProjectBrowser?1(multiProject, parent = None) eric5.MultiProject.PropertiesDialog.PropertiesDialog.storeData?4() @@ -2417,8 +2528,10 @@ eric5.PluginManager.PluginInstallDialog.PluginInstallWindow?1(pluginFileNames, parent = None) eric5.PluginManager.PluginManager.PluginManager.activatePlugin?4(name, onDemand = False) eric5.PluginManager.PluginManager.PluginManager.activatePlugins?4() +eric5.PluginManager.PluginManager.PluginManager.allPlugginsActivated?7 eric5.PluginManager.PluginManager.PluginManager.deactivatePlugin?4(name, onDemand = False) eric5.PluginManager.PluginManager.PluginManager.deactivateVcsPlugins?4() +eric5.PluginManager.PluginManager.PluginManager.doShutdown?4() eric5.PluginManager.PluginManager.PluginManager.finalizeSetup?4() eric5.PluginManager.PluginManager.PluginManager.getPluginApiFiles?4(language) eric5.PluginManager.PluginManager.PluginManager.getPluginConfigData?4() @@ -2437,14 +2550,19 @@ eric5.PluginManager.PluginManager.PluginManager.isPluginLoaded?4(pluginName) eric5.PluginManager.PluginManager.PluginManager.isValidPluginName?4(pluginName) eric5.PluginManager.PluginManager.PluginManager.loadPlugin?4(name, directory, reload_ = False) +eric5.PluginManager.PluginManager.PluginManager.pluginAboutToBeActivated?7 +eric5.PluginManager.PluginManager.PluginManager.pluginAboutToBeDeactivated?7 +eric5.PluginManager.PluginManager.PluginManager.pluginActivated?7 +eric5.PluginManager.PluginManager.PluginManager.pluginDeactivated?7 eric5.PluginManager.PluginManager.PluginManager.preferencesChanged?4() eric5.PluginManager.PluginManager.PluginManager.removePluginFromSysModules?4(pluginName, package, internalPackages) -eric5.PluginManager.PluginManager.PluginManager.shutdown?4() +eric5.PluginManager.PluginManager.PluginManager.shutdown?7 eric5.PluginManager.PluginManager.PluginManager.unloadPlugin?4(name, directory) eric5.PluginManager.PluginManager.PluginManager?1(parent = None, doLoadPlugins = True, develPlugin = None) eric5.PluginManager.PluginRepositoryDialog.PluginRepositoryDialog.getDownloadedPlugins?4() eric5.PluginManager.PluginRepositoryDialog.PluginRepositoryDialog?1(parent = None) eric5.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.addEntry?4(name, short, description, url, author, version, filename, status) +eric5.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.closeAndInstall?7 eric5.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.getDownloadedPlugins?4() eric5.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.on_buttonBox_clicked?4(button) eric5.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.on_repositoryList_currentItemChanged?4(current, previous) @@ -2859,11 +2977,13 @@ eric5.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.HgCommandDialog.getData?4() eric5.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.HgCommandDialog.on_commandCombo_editTextChanged?4(text) eric5.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.HgCommandDialog?1(argvList, ppath, parent = None) +eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.HgCommitDialog.accepted?7 eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.HgCommitDialog.logMessage?4() eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.HgCommitDialog.on_buttonBox_accepted?4() eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.HgCommitDialog.on_buttonBox_clicked?4(button) eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.HgCommitDialog.on_buttonBox_rejected?4() eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.HgCommitDialog.on_recentComboBox_activated?4(txt) +eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.HgCommitDialog.rejected?7 eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.HgCommitDialog.showEvent?4(evt) eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.HgCommitDialog?1(vcs, parent = None) eric5.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.HgCopyDialog.getData?4() @@ -2984,6 +3104,7 @@ eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.HgProjectHelper?1(vcsObject, projectObject, parent = None, name = None) eric5.Plugins.VcsPlugins.vcsMercurial.hg.Hg._createStatusMonitorThread?5(interval, project) eric5.Plugins.VcsPlugins.vcsMercurial.hg.Hg.clearStatusCache?4() +eric5.Plugins.VcsPlugins.vcsMercurial.hg.Hg.committed?7 eric5.Plugins.VcsPlugins.vcsMercurial.hg.Hg.getPlugin?4() eric5.Plugins.VcsPlugins.vcsMercurial.hg.Hg.hgAnnotate?4(name) eric5.Plugins.VcsPlugins.vcsMercurial.hg.Hg.hgBackout?4(name) @@ -3073,6 +3194,7 @@ eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.SvnCommandDialog.on_commandCombo_editTextChanged?4(text) eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.SvnCommandDialog.on_dirButton_clicked?4() eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.SvnCommandDialog?1(argvList, wdList, ppath, parent = None) +eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.SvnCommitDialog.accepted?7 eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.SvnCommitDialog.changelistsData?4() eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.SvnCommitDialog.hasChangelists?4() eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.SvnCommitDialog.logMessage?4() @@ -3080,6 +3202,7 @@ eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.SvnCommitDialog.on_buttonBox_clicked?4(button) eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.SvnCommitDialog.on_buttonBox_rejected?4() eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.SvnCommitDialog.on_recentComboBox_activated?4(txt) +eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.SvnCommitDialog.rejected?7 eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.SvnCommitDialog.showEvent?4(evt) eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.SvnCommitDialog?1(parent = None) eric5.Plugins.VcsPlugins.vcsPySvn.SvnConst.svnNotifyActionMap?7 @@ -3186,6 +3309,7 @@ eric5.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.getServersPath?4() eric5.Plugins.VcsPlugins.vcsPySvn.subversion.Subversion._createStatusMonitorThread?5(interval, project) eric5.Plugins.VcsPlugins.vcsPySvn.subversion.Subversion.clearStatusCache?4() +eric5.Plugins.VcsPlugins.vcsPySvn.subversion.Subversion.committed?7 eric5.Plugins.VcsPlugins.vcsPySvn.subversion.Subversion.getClient?4() eric5.Plugins.VcsPlugins.vcsPySvn.subversion.Subversion.getPlugin?4() eric5.Plugins.VcsPlugins.vcsPySvn.subversion.Subversion.svnAddToChangelist?4(names) @@ -3271,6 +3395,7 @@ eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.SvnCommandDialog.on_commandCombo_editTextChanged?4(text) eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.SvnCommandDialog.on_dirButton_clicked?4() eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.SvnCommandDialog?1(argvList, wdList, ppath, parent = None) +eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.SvnCommitDialog.accepted?7 eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.SvnCommitDialog.changelistsData?4() eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.SvnCommitDialog.hasChangelists?4() eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.SvnCommitDialog.logMessage?4() @@ -3278,6 +3403,7 @@ eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.SvnCommitDialog.on_buttonBox_clicked?4(button) eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.SvnCommitDialog.on_buttonBox_rejected?4() eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.SvnCommitDialog.on_recentComboBox_activated?4(txt) +eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.SvnCommitDialog.rejected?7 eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.SvnCommitDialog.showEvent?4(evt) eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.SvnCommitDialog?1(vcs, parent = None) eric5.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.SvnCopyDialog.getData?4() @@ -3397,6 +3523,7 @@ eric5.Plugins.VcsPlugins.vcsSubversion.SvnUtilities.getServersPath?4() eric5.Plugins.VcsPlugins.vcsSubversion.subversion.Subversion._createStatusMonitorThread?5(interval, project) eric5.Plugins.VcsPlugins.vcsSubversion.subversion.Subversion.clearStatusCache?4() +eric5.Plugins.VcsPlugins.vcsSubversion.subversion.Subversion.committed?7 eric5.Plugins.VcsPlugins.vcsSubversion.subversion.Subversion.getPlugin?4() eric5.Plugins.VcsPlugins.vcsSubversion.subversion.Subversion.svnAddToChangelist?4(names) eric5.Plugins.VcsPlugins.vcsSubversion.subversion.Subversion.svnBlame?4(name) @@ -3458,17 +3585,30 @@ eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace._syntaxErrorToggled?5(editor) eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.activeWindow?4() eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.addSplit?4() +eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.bookmarkToggled?7 +eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.breakpointToggled?7 eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.canCascade?4() eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.canSplit?4() eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.canTile?4() eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.cascade?4() +eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.changeCaption?7 +eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.checkActions?7 +eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.cursorChanged?7 +eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.editorChanged?7 +eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.editorClosed?7 +eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.editorClosedEd?7 +eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.editorOpened?7 +eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.editorOpenedEd?7 +eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.editorSaved?7 eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.eventFilter?4(watched, event) +eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.lastEditorClosed?7 eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.nextSplit?4() eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.prevSplit?4() eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.removeSplit?4() eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.setEditorName?4(editor, newName) eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.setSplitOrientation?4(orientation) eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.showWindowMenu?4(windowMenu) +eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.syntaxerrorToggled?7 eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.tile?4() eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace?1(parent) eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.StackedWidget.addWidget?4(editor) @@ -3488,19 +3628,34 @@ eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.MdiArea._showView?5(win, fn = None) eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.MdiArea._syntaxErrorToggled?5(editor) eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.MdiArea.activeWindow?4() +eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.MdiArea.bookmarkToggled?7 +eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.MdiArea.breakpointToggled?7 eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.MdiArea.canCascade?4() eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.MdiArea.canSplit?4() eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.MdiArea.canTile?4() eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.MdiArea.cascade?4() +eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.MdiArea.checkActions?7 +eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.MdiArea.cursorChanged?7 +eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.MdiArea.editorChanged?7 +eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.MdiArea.editorClosed?7 +eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.MdiArea.editorClosedEd?7 +eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.MdiArea.editorOpened?7 +eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.MdiArea.editorOpenedEd?7 +eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.MdiArea.editorSaved?7 eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.MdiArea.eventFilter?4(watched, event) +eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.MdiArea.lastEditorClosed?7 eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.MdiArea.setEditorName?4(editor, newName) eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.MdiArea.showWindowMenu?4(windowMenu) +eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.MdiArea.syntaxerrorToggled?7 eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.MdiArea.tile?4() eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.MdiArea?1(parent) eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.TabBar.dragEnterEvent?4(event) eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.TabBar.dropEvent?4(event) eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.TabBar.mouseMoveEvent?4(event) eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.TabBar.mousePressEvent?4(event) +eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.TabBar.tabCopyRequested?7 +eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.TabBar.tabMoveRequested?7 +eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.TabBar.tabRelocateRequested?7 eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.TabBar?1(parent = None) eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.TabWidget.addTab?4(editor, title) eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.TabWidget.copyTab?4(sourceIndex, targetIndex) @@ -3523,13 +3678,25 @@ eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview._syntaxErrorToggled?5(editor) eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.activeWindow?4() eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.addSplit?4() +eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.bookmarkToggled?7 +eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.breakpointToggled?7 eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.canCascade?4() eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.canSplit?4() eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.canTile?4() eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.cascade?4() +eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.changeCaption?7 +eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.checkActions?7 +eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.cursorChanged?7 +eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.editorChanged?7 +eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.editorClosed?7 +eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.editorClosedEd?7 +eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.editorOpened?7 +eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.editorOpenedEd?7 +eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.editorSaved?7 eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.eventFilter?4(watched, event) eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.getTabWidgetById?4(id_) eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.insertView?4(win, tabWidget, index, fn = None, noName = "") +eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.lastEditorClosed?7 eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.nextSplit?4() eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.preferencesChanged?4() eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.prevSplit?4() @@ -3537,6 +3704,7 @@ eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.setEditorName?4(editor, newName) eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.setSplitOrientation?4(orientation) eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.showWindowMenu?4(windowMenu) +eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.syntaxerrorToggled?7 eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.tile?4() eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview?1(parent) eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.ColorDialogWizardDialog.getCode?4(indLevel, indString) @@ -3641,6 +3809,7 @@ eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardRepeatDialog.QRegExpWizardRepeatDialog.on_lowerSpin_valueChanged?4(value) eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardRepeatDialog.QRegExpWizardRepeatDialog.on_upperSpin_valueChanged?4(value) eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardRepeatDialog.QRegExpWizardRepeatDialog?1(parent = None) +eric5.Preferences.ConfigurationDialog.ConfigurationDialog.preferencesChanged?7 eric5.Preferences.ConfigurationDialog.ConfigurationDialog.setPreferences?4() eric5.Preferences.ConfigurationDialog.ConfigurationDialog.showConfigurationPageByName?4(pageName) eric5.Preferences.ConfigurationDialog.ConfigurationDialog?1(parent = None, name = None, modal = False, fromEric = True, helpBrowserMode = False) @@ -3652,6 +3821,7 @@ eric5.Preferences.ConfigurationDialog.ConfigurationWidget.on_applyButton_clicked?4() eric5.Preferences.ConfigurationDialog.ConfigurationWidget.on_buttonBox_clicked?4(button) eric5.Preferences.ConfigurationDialog.ConfigurationWidget.on_resetButton_clicked?4() +eric5.Preferences.ConfigurationDialog.ConfigurationWidget.preferencesChanged?7 eric5.Preferences.ConfigurationDialog.ConfigurationWidget.setPreferences?4() eric5.Preferences.ConfigurationDialog.ConfigurationWidget.showConfigurationPageByName?4(pageName) eric5.Preferences.ConfigurationDialog.ConfigurationWidget?1(parent = None, fromEric = True, helpBrowserMode = False) @@ -3998,6 +4168,7 @@ eric5.Preferences.ShortcutDialog.ShortcutDialog.keyPressEvent?4(evt) eric5.Preferences.ShortcutDialog.ShortcutDialog.on_buttonBox_accepted?4() eric5.Preferences.ShortcutDialog.ShortcutDialog.setKeys?4(key, alternateKey, noCheck, objectType) +eric5.Preferences.ShortcutDialog.ShortcutDialog.shortcutChanged?7 eric5.Preferences.ShortcutDialog.ShortcutDialog?1(parent = None, name = None, modal = False) eric5.Preferences.Shortcuts.exportShortcuts?4(fn) eric5.Preferences.Shortcuts.importShortcuts?4(fn) @@ -4016,6 +4187,7 @@ eric5.Preferences.ShortcutsDialog.ShortcutsDialog.on_shortcutsList_itemClicked?4(itm, column) eric5.Preferences.ShortcutsDialog.ShortcutsDialog.on_shortcutsList_itemDoubleClicked?4(itm, column) eric5.Preferences.ShortcutsDialog.ShortcutsDialog.populate?4() +eric5.Preferences.ShortcutsDialog.ShortcutsDialog.updateShortcuts?7 eric5.Preferences.ShortcutsDialog.ShortcutsDialog?1(parent = None, name = None, modal = False) eric5.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.getToollist?4() eric5.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.on_addButton_clicked?4() @@ -4213,11 +4385,15 @@ eric5.Project.Project.Project.checkVCSStatus?4() eric5.Project.Project.Project.clearStatusMonitorCachedState?4(name) eric5.Project.Project.Project.closeProject?4(reopen = False, noSave = False) +eric5.Project.Project.Project.completeRepopulateItem?7 eric5.Project.Project.Project.copyDirectory?4(olddn, newdn) +eric5.Project.Project.Project.createNewProject?4() eric5.Project.Project.Project.dbgKeynames?7 eric5.Project.Project.Project.deleteDirectory?4(dn) eric5.Project.Project.Project.deleteFile?4(fn) eric5.Project.Project.Project.deleteLanguageFile?4(langFile) +eric5.Project.Project.Project.directoryRemoved?7 +eric5.Project.Project.Project.dirty?7 eric5.Project.Project.Project.eols?7 eric5.Project.Project.Project.getAbsoluteUniversalPath?4(fn) eric5.Project.Project.Project.getActions?4() @@ -4264,12 +4440,30 @@ eric5.Project.Project.Project.isProjectResource?4(fn) eric5.Project.Project.Project.isProjectSource?4(fn) eric5.Project.Project.Project.keynames?7 +eric5.Project.Project.Project.lexerAssociationsChanged?7 eric5.Project.Project.Project.moveDirectory?4(olddn, newdn) -eric5.Project.Project.Project.newProject?4() +eric5.Project.Project.Project.newProject?7 eric5.Project.Project.Project.newProjectAddFiles?4(mainscript) +eric5.Project.Project.Project.newProjectHooks?7 eric5.Project.Project.Project.openProject?4(fn = None, restoreSession = True, reopen = False) eric5.Project.Project.Project.othersAdded?4(fn, updateModel = True) +eric5.Project.Project.Project.prepareRepopulateItem?7 +eric5.Project.Project.Project.projectAboutToBeCreated?7 +eric5.Project.Project.Project.projectClosed?7 +eric5.Project.Project.Project.projectClosedHooks?7 +eric5.Project.Project.Project.projectFileRenamed?7 +eric5.Project.Project.Project.projectFormAdded?7 +eric5.Project.Project.Project.projectInterfaceAdded?7 +eric5.Project.Project.Project.projectLanguageAdded?7 +eric5.Project.Project.Project.projectLanguageAddedByCode?7 +eric5.Project.Project.Project.projectOpened?7 +eric5.Project.Project.Project.projectOpenedHooks?7 +eric5.Project.Project.Project.projectOthersAdded?7 +eric5.Project.Project.Project.projectPropertiesChanged?7 +eric5.Project.Project.Project.projectResourceAdded?7 +eric5.Project.Project.Project.projectSourceAdded?7 eric5.Project.Project.Project.registerProjectType?4(type_, description, fileTypeCallback = None, binaryTranslationsCallback = None, lexerAssociationCallback = None) +eric5.Project.Project.Project.reinitVCS?7 eric5.Project.Project.Project.removeDirectory?4(dn) eric5.Project.Project.Project.removeE5Actions?4(actions) eric5.Project.Project.Project.removeFile?4(fn, updateModel = True) @@ -4287,6 +4481,8 @@ eric5.Project.Project.Project.setDirty?4(b) eric5.Project.Project.Project.setStatusMonitorAutoUpdate?4(auto) eric5.Project.Project.Project.setStatusMonitorInterval?4(interval) +eric5.Project.Project.Project.showMenu?7 +eric5.Project.Project.Project.sourceFile?7 eric5.Project.Project.Project.startStatusMonitor?4() eric5.Project.Project.Project.startswithProjectPath?4(path) eric5.Project.Project.Project.stopStatusMonitor?4() @@ -4294,6 +4490,7 @@ eric5.Project.Project.Project.updateFileTypes?4() eric5.Project.Project.Project.useSystemEol?4() eric5.Project.Project.Project.userKeynames?7 +eric5.Project.Project.Project.vcsStatusMonitorStatus?7 eric5.Project.Project.Project?1(parent = None, filename = None) eric5.Project.ProjectBaseBrowser.ProjectBaseBrowser._collapseAllDirs?5() eric5.Project.ProjectBaseBrowser.ProjectBaseBrowser._completeRepopulateItem?5(name) @@ -4324,6 +4521,7 @@ eric5.Project.ProjectBaseBrowser.ProjectBaseBrowser._showContextMenuMulti?5(menu) eric5.Project.ProjectBaseBrowser.ProjectBaseBrowser.addHookMethod?4(key, method) eric5.Project.ProjectBaseBrowser.ProjectBaseBrowser.addHookMethodAndMenuEntry?4(key, method, menuEntry) +eric5.Project.ProjectBaseBrowser.ProjectBaseBrowser.closeSourceWindow?7 eric5.Project.ProjectBaseBrowser.ProjectBaseBrowser.currentItem?4() eric5.Project.ProjectBaseBrowser.ProjectBaseBrowser.removeHookMethod?4(key) eric5.Project.ProjectBaseBrowser.ProjectBaseBrowser.selectFile?4(fn) @@ -4377,6 +4575,7 @@ eric5.Project.ProjectBrowserModel.ProjectBrowserModel.renameItem?4(name, newFilename) eric5.Project.ProjectBrowserModel.ProjectBrowserModel.repopulateItem?4(name) eric5.Project.ProjectBrowserModel.ProjectBrowserModel.updateVCSStatus?4(name, recursive = True) +eric5.Project.ProjectBrowserModel.ProjectBrowserModel.vcsStateChanged?7 eric5.Project.ProjectBrowserModel.ProjectBrowserModel?1(parent) eric5.Project.ProjectBrowserModel.ProjectBrowserNoType?7 eric5.Project.ProjectBrowserModel.ProjectBrowserOthersType?7 @@ -4394,18 +4593,36 @@ eric5.Project.ProjectFormsBrowser.ProjectFormsBrowser._createPopupMenus?5() eric5.Project.ProjectFormsBrowser.ProjectFormsBrowser._initHookMethods?5() eric5.Project.ProjectFormsBrowser.ProjectFormsBrowser._openItem?5() +eric5.Project.ProjectFormsBrowser.ProjectFormsBrowser.appendStderr?7 +eric5.Project.ProjectFormsBrowser.ProjectFormsBrowser.closeSourceWindow?7 eric5.Project.ProjectFormsBrowser.ProjectFormsBrowser.compileChangedForms?4() eric5.Project.ProjectFormsBrowser.ProjectFormsBrowser.handlePreferencesChanged?4() +eric5.Project.ProjectFormsBrowser.ProjectFormsBrowser.menusAboutToBeCreated?7 +eric5.Project.ProjectFormsBrowser.ProjectFormsBrowser.showMenu?7 +eric5.Project.ProjectFormsBrowser.ProjectFormsBrowser.sourceFile?7 +eric5.Project.ProjectFormsBrowser.ProjectFormsBrowser.trpreview?7 +eric5.Project.ProjectFormsBrowser.ProjectFormsBrowser.uipreview?7 eric5.Project.ProjectFormsBrowser.ProjectFormsBrowser?1(project, parent = None) eric5.Project.ProjectInterfacesBrowser.ProjectInterfacesBrowser._contextMenuRequested?5(coord) eric5.Project.ProjectInterfacesBrowser.ProjectInterfacesBrowser._createPopupMenus?5() eric5.Project.ProjectInterfacesBrowser.ProjectInterfacesBrowser._openItem?5() +eric5.Project.ProjectInterfacesBrowser.ProjectInterfacesBrowser.appendStderr?7 +eric5.Project.ProjectInterfacesBrowser.ProjectInterfacesBrowser.appendStdout?7 +eric5.Project.ProjectInterfacesBrowser.ProjectInterfacesBrowser.closeSourceWindow?7 +eric5.Project.ProjectInterfacesBrowser.ProjectInterfacesBrowser.showMenu?7 +eric5.Project.ProjectInterfacesBrowser.ProjectInterfacesBrowser.sourceFile?7 eric5.Project.ProjectInterfacesBrowser.ProjectInterfacesBrowser?1(project, parent = None) eric5.Project.ProjectOthersBrowser.ProjectOthersBrowser._contextMenuRequested?5(coord) eric5.Project.ProjectOthersBrowser.ProjectOthersBrowser._createPopupMenus?5() eric5.Project.ProjectOthersBrowser.ProjectOthersBrowser._editPixmap?5() eric5.Project.ProjectOthersBrowser.ProjectOthersBrowser._openItem?5() eric5.Project.ProjectOthersBrowser.ProjectOthersBrowser._showContextMenu?5(menu) +eric5.Project.ProjectOthersBrowser.ProjectOthersBrowser.closeSourceWindow?7 +eric5.Project.ProjectOthersBrowser.ProjectOthersBrowser.pixmapEditFile?7 +eric5.Project.ProjectOthersBrowser.ProjectOthersBrowser.pixmapFile?7 +eric5.Project.ProjectOthersBrowser.ProjectOthersBrowser.showMenu?7 +eric5.Project.ProjectOthersBrowser.ProjectOthersBrowser.sourceFile?7 +eric5.Project.ProjectOthersBrowser.ProjectOthersBrowser.svgFile?7 eric5.Project.ProjectOthersBrowser.ProjectOthersBrowser?1(project, parent=None) eric5.Project.ProjectResourcesBrowser.ProjectResourcesBrowser.RCFilenameFormatPython?7 eric5.Project.ProjectResourcesBrowser.ProjectResourcesBrowser.RCFilenameFormatRuby?7 @@ -4413,18 +4630,32 @@ eric5.Project.ProjectResourcesBrowser.ProjectResourcesBrowser._createPopupMenus?5() eric5.Project.ProjectResourcesBrowser.ProjectResourcesBrowser._initHookMethods?5() eric5.Project.ProjectResourcesBrowser.ProjectResourcesBrowser._openItem?5() +eric5.Project.ProjectResourcesBrowser.ProjectResourcesBrowser.appendStderr?7 +eric5.Project.ProjectResourcesBrowser.ProjectResourcesBrowser.closeSourceWindow?7 eric5.Project.ProjectResourcesBrowser.ProjectResourcesBrowser.compileChangedResources?4() eric5.Project.ProjectResourcesBrowser.ProjectResourcesBrowser.handlePreferencesChanged?4() +eric5.Project.ProjectResourcesBrowser.ProjectResourcesBrowser.showMenu?7 +eric5.Project.ProjectResourcesBrowser.ProjectResourcesBrowser.sourceFile?7 eric5.Project.ProjectResourcesBrowser.ProjectResourcesBrowser?1(project, parent = None) eric5.Project.ProjectSourcesBrowser.ProjectSourcesBrowser._contextMenuRequested?5(coord) eric5.Project.ProjectSourcesBrowser.ProjectSourcesBrowser._createPopupMenus?5() eric5.Project.ProjectSourcesBrowser.ProjectSourcesBrowser._openItem?5() eric5.Project.ProjectSourcesBrowser.ProjectSourcesBrowser._projectClosed?5() +eric5.Project.ProjectSourcesBrowser.ProjectSourcesBrowser.closeSourceWindow?7 +eric5.Project.ProjectSourcesBrowser.ProjectSourcesBrowser.showMenu?7 +eric5.Project.ProjectSourcesBrowser.ProjectSourcesBrowser.sourceFile?7 eric5.Project.ProjectSourcesBrowser.ProjectSourcesBrowser?1(project, parent = None) eric5.Project.ProjectTranslationsBrowser.ProjectTranslationsBrowser._contextMenuRequested?5(coord) eric5.Project.ProjectTranslationsBrowser.ProjectTranslationsBrowser._createPopupMenus?5() eric5.Project.ProjectTranslationsBrowser.ProjectTranslationsBrowser._initHookMethods?5() eric5.Project.ProjectTranslationsBrowser.ProjectTranslationsBrowser._openItem?5() +eric5.Project.ProjectTranslationsBrowser.ProjectTranslationsBrowser.appendStderr?7 +eric5.Project.ProjectTranslationsBrowser.ProjectTranslationsBrowser.appendStdout?7 +eric5.Project.ProjectTranslationsBrowser.ProjectTranslationsBrowser.closeSourceWindow?7 +eric5.Project.ProjectTranslationsBrowser.ProjectTranslationsBrowser.linguistFile?7 +eric5.Project.ProjectTranslationsBrowser.ProjectTranslationsBrowser.showMenu?7 +eric5.Project.ProjectTranslationsBrowser.ProjectTranslationsBrowser.sourceFile?7 +eric5.Project.ProjectTranslationsBrowser.ProjectTranslationsBrowser.trpreview?7 eric5.Project.ProjectTranslationsBrowser.ProjectTranslationsBrowser?1(project, parent=None) eric5.Project.PropertiesDialog.PropertiesDialog.getPPath?4() eric5.Project.PropertiesDialog.PropertiesDialog.getProjectType?4() @@ -4473,9 +4704,13 @@ eric5.PyUnit.UnittestDialog.UnittestDialog.testFailed?4(test, exc) eric5.PyUnit.UnittestDialog.UnittestDialog.testFinished?4() eric5.PyUnit.UnittestDialog.UnittestDialog.testStarted?4(test, doc) +eric5.PyUnit.UnittestDialog.UnittestDialog.unittestFile?7 eric5.PyUnit.UnittestDialog.UnittestDialog?1(prog = None, dbs = None, ui = None, parent = None, name = None) eric5.PyUnit.UnittestDialog.UnittestWindow.eventFilter?4(obj, event) eric5.PyUnit.UnittestDialog.UnittestWindow?1(prog = None, parent = None) +eric5.QScintilla.APIsManager.APIs.apiPreparationCancelled?7 +eric5.QScintilla.APIsManager.APIs.apiPreparationFinished?7 +eric5.QScintilla.APIsManager.APIs.apiPreparationStarted?7 eric5.QScintilla.APIsManager.APIs.cancelPreparation?4() eric5.QScintilla.APIsManager.APIs.getQsciAPIs?4() eric5.QScintilla.APIsManager.APIs.installedAPIFiles?4() @@ -4507,14 +4742,18 @@ eric5.QScintilla.Editor.Editor.addedToProject?4() eric5.QScintilla.Editor.Editor.autoComplete?4(auto = False, context = True) eric5.QScintilla.Editor.Editor.autoCompleteQScintilla?4() +eric5.QScintilla.Editor.Editor.autoCompletionAPIsAvailable?7 eric5.QScintilla.Editor.Editor.autoCompletionHook?4() +eric5.QScintilla.Editor.Editor.bookmarkToggled?7 eric5.QScintilla.Editor.Editor.boxCommentLine?4() eric5.QScintilla.Editor.Editor.boxCommentLineOrSelection?4() eric5.QScintilla.Editor.Editor.boxCommentSelection?4() +eric5.QScintilla.Editor.Editor.breakpointToggled?7 eric5.QScintilla.Editor.Editor.callTip?4() eric5.QScintilla.Editor.Editor.callTipHook?4() eric5.QScintilla.Editor.Editor.canAutoCompleteFromAPIs?4() eric5.QScintilla.Editor.Editor.cancelSharedEdit?4(send = True) +eric5.QScintilla.Editor.Editor.captionChanged?7 eric5.QScintilla.Editor.Editor.changeEvent?4(evt) eric5.QScintilla.Editor.Editor.checkDirty?4() eric5.QScintilla.Editor.Editor.checkSpelling?4() @@ -4529,14 +4768,21 @@ eric5.QScintilla.Editor.Editor.commentLineOrSelection?4() eric5.QScintilla.Editor.Editor.commentSelection?4() eric5.QScintilla.Editor.Editor.contextMenuEvent?4(evt) +eric5.QScintilla.Editor.Editor.coverageMarkersShown?7 eric5.QScintilla.Editor.Editor.curLineHasBreakpoint?4() +eric5.QScintilla.Editor.Editor.cursorChanged?7 eric5.QScintilla.Editor.Editor.dragEnterEvent?4(event) eric5.QScintilla.Editor.Editor.dragLeaveEvent?4(event) eric5.QScintilla.Editor.Editor.dragMoveEvent?4(event) eric5.QScintilla.Editor.Editor.dropEvent?4(event) +eric5.QScintilla.Editor.Editor.editorAboutToBeSaved?7 eric5.QScintilla.Editor.Editor.editorCommand?4(cmd) +eric5.QScintilla.Editor.Editor.editorRenamed?7 +eric5.QScintilla.Editor.Editor.editorSaved?7 +eric5.QScintilla.Editor.Editor.encodingChanged?7 eric5.QScintilla.Editor.Editor.ensureVisible?4(line) eric5.QScintilla.Editor.Editor.ensureVisibleTop?4(line) +eric5.QScintilla.Editor.Editor.eolChanged?7 eric5.QScintilla.Editor.Editor.exportFile?4(exporterFormat) eric5.QScintilla.Editor.Editor.extractTasks?4() eric5.QScintilla.Editor.Editor.fileRenamed?4(fn) @@ -4580,8 +4826,9 @@ eric5.QScintilla.Editor.Editor.isPyFile?4() eric5.QScintilla.Editor.Editor.isRubyFile?4() eric5.QScintilla.Editor.Editor.isSpellCheckRegion?4(pos) +eric5.QScintilla.Editor.Editor.joinLines?4() eric5.QScintilla.Editor.Editor.keyPressEvent?4(ev) -eric5.QScintilla.Editor.Editor.languageChanged?4(language, propagate = True) +eric5.QScintilla.Editor.Editor.languageChanged?7 eric5.QScintilla.Editor.Editor.macroDelete?4() eric5.QScintilla.Editor.Editor.macroLoad?4() eric5.QScintilla.Editor.Editor.macroRecordingStart?4() @@ -4593,6 +4840,7 @@ eric5.QScintilla.Editor.Editor.menuPreviousBreakpoint?4() eric5.QScintilla.Editor.Editor.menuToggleBookmark?4() eric5.QScintilla.Editor.Editor.menuToggleBreakpoint?4() +eric5.QScintilla.Editor.Editor.modificationStatusChanged?7 eric5.QScintilla.Editor.Editor.mousePressEvent?4(event) eric5.QScintilla.Editor.Editor.newBreakpointWithProperties?4(line, properties) eric5.QScintilla.Editor.Editor.nextBookmark?4() @@ -4610,6 +4858,7 @@ eric5.QScintilla.Editor.Editor.readSettings?4() eric5.QScintilla.Editor.Editor.receive?4(command) eric5.QScintilla.Editor.Editor.redo?4() +eric5.QScintilla.Editor.Editor.redoAvailable?7 eric5.QScintilla.Editor.Editor.refresh?4() eric5.QScintilla.Editor.Editor.removeClone?4(editor) eric5.QScintilla.Editor.Editor.revertToUnmodified?4() @@ -4631,11 +4880,14 @@ eric5.QScintilla.Editor.Editor.shareEditor?4(share) eric5.QScintilla.Editor.Editor.shortenEmptyLines?4() eric5.QScintilla.Editor.Editor.shouldAutosave?4() +eric5.QScintilla.Editor.Editor.showMenu?7 eric5.QScintilla.Editor.Editor.smartIndentLineOrSelection?4() eric5.QScintilla.Editor.Editor.startSharedEdit?4() eric5.QScintilla.Editor.Editor.streamCommentLine?4() eric5.QScintilla.Editor.Editor.streamCommentLineOrSelection?4() eric5.QScintilla.Editor.Editor.streamCommentSelection?4() +eric5.QScintilla.Editor.Editor.syntaxerrorToggled?7 +eric5.QScintilla.Editor.Editor.taskMarkersUpdated?7 eric5.QScintilla.Editor.Editor.toggleBookmark?4(line) eric5.QScintilla.Editor.Editor.toggleFlakesWarning?4(line, warning, msg = "") eric5.QScintilla.Editor.Editor.toggleSyntaxError?4(line, error, msg = "") @@ -4643,6 +4895,7 @@ eric5.QScintilla.Editor.Editor.uncommentLineOrSelection?4() eric5.QScintilla.Editor.Editor.uncommentSelection?4() eric5.QScintilla.Editor.Editor.undo?4() +eric5.QScintilla.Editor.Editor.undoAvailable?7 eric5.QScintilla.Editor.Editor.unindentLineOrSelection?4() eric5.QScintilla.Editor.Editor.unsetAutoCompletionHook?4() eric5.QScintilla.Editor.Editor.unsetCallTipHook?4() @@ -4915,6 +5168,7 @@ eric5.QScintilla.MiniEditor.MiniEditor.activeWindow?4() eric5.QScintilla.MiniEditor.MiniEditor.clearSearchIndicators?4() eric5.QScintilla.MiniEditor.MiniEditor.closeEvent?4(event) +eric5.QScintilla.MiniEditor.MiniEditor.editorSaved?7 eric5.QScintilla.MiniEditor.MiniEditor.getFileName?4() eric5.QScintilla.MiniEditor.MiniEditor.getLanguage?4() eric5.QScintilla.MiniEditor.MiniEditor.getSRHistory?4(key) @@ -5018,6 +5272,7 @@ eric5.QScintilla.SearchReplaceWidget.SearchReplaceWidget.on_findtextCombo_editTextChanged?4(txt) eric5.QScintilla.SearchReplaceWidget.SearchReplaceWidget.on_replaceAllButton_clicked?4() eric5.QScintilla.SearchReplaceWidget.SearchReplaceWidget.on_replaceButton_clicked?4() +eric5.QScintilla.SearchReplaceWidget.SearchReplaceWidget.searchListChanged?7 eric5.QScintilla.SearchReplaceWidget.SearchReplaceWidget.selectionChanged?4() eric5.QScintilla.SearchReplaceWidget.SearchReplaceWidget.show?4(text = '') eric5.QScintilla.SearchReplaceWidget.SearchReplaceWidget.updateSelectionCheckBox?4(editor) @@ -5132,6 +5387,7 @@ eric5.SqlBrowser.SqlBrowserWidget.SqlBrowserWidget.on_insertRowAction_triggered?4() eric5.SqlBrowser.SqlBrowserWidget.SqlBrowserWidget.showSchema?4(table) eric5.SqlBrowser.SqlBrowserWidget.SqlBrowserWidget.showTable?4(table) +eric5.SqlBrowser.SqlBrowserWidget.SqlBrowserWidget.statusMessage?7 eric5.SqlBrowser.SqlBrowserWidget.SqlBrowserWidget.updateActions?4() eric5.SqlBrowser.SqlBrowserWidget.SqlBrowserWidget?1(parent = None) eric5.SqlBrowser.SqlConnectionDialog.SqlConnectionDialog.getData?4() @@ -5139,9 +5395,12 @@ eric5.SqlBrowser.SqlConnectionDialog.SqlConnectionDialog.on_databaseFileButton_clicked?4() eric5.SqlBrowser.SqlConnectionDialog.SqlConnectionDialog.on_driverCombo_activated?4(txt) eric5.SqlBrowser.SqlConnectionDialog.SqlConnectionDialog?1(parent = None) +eric5.SqlBrowser.SqlConnectionWidget.SqlConnectionWidget.cleared?7 eric5.SqlBrowser.SqlConnectionWidget.SqlConnectionWidget.currentDatabase?4() eric5.SqlBrowser.SqlConnectionWidget.SqlConnectionWidget.refresh?4() +eric5.SqlBrowser.SqlConnectionWidget.SqlConnectionWidget.schemaRequested?7 eric5.SqlBrowser.SqlConnectionWidget.SqlConnectionWidget.showSchema?4() +eric5.SqlBrowser.SqlConnectionWidget.SqlConnectionWidget.tableActivated?7 eric5.SqlBrowser.SqlConnectionWidget.SqlConnectionWidget?1(parent = None) eric5.Tasks.TaskFilterConfigDialog.TaskFilterConfigDialog.configureTaskFilter?4(taskFilter) eric5.Tasks.TaskFilterConfigDialog.TaskFilterConfigDialog?1(taskFilter, parent = None) @@ -5174,6 +5433,7 @@ eric5.Tasks.TaskViewer.TaskViewer.clearFileTasks?4(filename) eric5.Tasks.TaskViewer.TaskViewer.clearProjectTasks?4() eric5.Tasks.TaskViewer.TaskViewer.clearTasks?4() +eric5.Tasks.TaskViewer.TaskViewer.displayFile?7 eric5.Tasks.TaskViewer.TaskViewer.getGlobalTasks?4() eric5.Tasks.TaskViewer.TaskViewer.getProjectTasks?4() eric5.Tasks.TaskViewer.TaskViewer.handlePreferencesChanged?4() @@ -5236,6 +5496,7 @@ eric5.Tools.TRPreviewer.TranslationsDict.loadTransFile?4(transFileName) eric5.Tools.TRPreviewer.TranslationsDict.reload?4() eric5.Tools.TRPreviewer.TranslationsDict.set?4(name) +eric5.Tools.TRPreviewer.TranslationsDict.translationChanged?7 eric5.Tools.TRPreviewer.TranslationsDict?1(selector, parent) eric5.Tools.TRPreviewer.WidgetView.buildWidget?4() eric5.Tools.TRPreviewer.WidgetView.isValid?4() @@ -5245,6 +5506,7 @@ eric5.Tools.TRPreviewer.WidgetWorkspace.closeWidget?4() eric5.Tools.TRPreviewer.WidgetWorkspace.eventFilter?4(obj, ev) eric5.Tools.TRPreviewer.WidgetWorkspace.hasWidgets?4() +eric5.Tools.TRPreviewer.WidgetWorkspace.lastWidgetClosed?7 eric5.Tools.TRPreviewer.WidgetWorkspace.loadWidget?4(uiFileName) eric5.Tools.TRPreviewer.WidgetWorkspace.showWindowMenu?4(windowMenu) eric5.Tools.TRPreviewer.WidgetWorkspace.toggleSelectedWidget?4(act) @@ -5256,6 +5518,8 @@ eric5.Tools.TRSingleApplication.TRSingleApplicationClient.processArgs?4(args) eric5.Tools.TRSingleApplication.TRSingleApplicationClient?1() eric5.Tools.TRSingleApplication.TRSingleApplicationServer.handleCommand?4(cmd, params) +eric5.Tools.TRSingleApplication.TRSingleApplicationServer.loadForm?7 +eric5.Tools.TRSingleApplication.TRSingleApplicationServer.loadTranslation?7 eric5.Tools.TRSingleApplication.TRSingleApplicationServer?1(parent) eric5.Tools.TrayStarter.TrayStarter?1() eric5.Tools.UIPreviewer.UIPreviewer.eventFilter?4(obj, ev) @@ -5272,6 +5536,7 @@ eric5.UI.Browser.Browser._openItem?5() eric5.UI.Browser.Browser._resizeColumns?5(index) eric5.UI.Browser.Browser._resort?5() +eric5.UI.Browser.Browser.designerFile?7 eric5.UI.Browser.Browser.getSelectedItems?4(filter=None) eric5.UI.Browser.Browser.getSelectedItemsCount?4(filter=None) eric5.UI.Browser.Browser.getSelectedItemsCountCategorized?4(filter=None) @@ -5279,8 +5544,17 @@ eric5.UI.Browser.Browser.handleProgramChange?4(fn) eric5.UI.Browser.Browser.handleUnittest?4() eric5.UI.Browser.Browser.layoutDisplay?4() +eric5.UI.Browser.Browser.linguistFile?7 eric5.UI.Browser.Browser.mouseDoubleClickEvent?4(mouseEvent) +eric5.UI.Browser.Browser.multiProjectFile?7 +eric5.UI.Browser.Browser.pixmapEditFile?7 +eric5.UI.Browser.Browser.pixmapFile?7 +eric5.UI.Browser.Browser.projectFile?7 eric5.UI.Browser.Browser.saveToplevelDirs?4() +eric5.UI.Browser.Browser.sourceFile?7 +eric5.UI.Browser.Browser.svgFile?7 +eric5.UI.Browser.Browser.trpreview?7 +eric5.UI.Browser.Browser.unittestOpen?7 eric5.UI.Browser.Browser.wantedItem?4(itm, filter=None) eric5.UI.Browser.Browser?1(parent = None) eric5.UI.BrowserModel.BrowserClassAttributeItem.attributeObject?4() @@ -5433,6 +5707,7 @@ eric5.UI.EmailDialog.EmailDialog.on_subject_textChanged?4(txt) eric5.UI.EmailDialog.EmailDialog?1(mode = "bug", parent = None) eric5.UI.EmailDialog._encode_base64?5(msg) +eric5.UI.FindFileDialog.FindFileDialog.designerFile?7 eric5.UI.FindFileDialog.FindFileDialog.endRole?7 eric5.UI.FindFileDialog.FindFileDialog.lineRole?7 eric5.UI.FindFileDialog.FindFileDialog.on_buttonBox_clicked?4(button) @@ -5440,7 +5715,7 @@ eric5.UI.FindFileDialog.FindFileDialog.on_dirCombo_editTextChanged?4(text) eric5.UI.FindFileDialog.FindFileDialog.on_dirSelectButton_clicked?4() eric5.UI.FindFileDialog.FindFileDialog.on_filterCheckBox_clicked?4() -eric5.UI.FindFileDialog.FindFileDialog.on_filterEdit_textEdited?4(p0) +eric5.UI.FindFileDialog.FindFileDialog.on_filterEdit_textEdited?4(text) eric5.UI.FindFileDialog.FindFileDialog.on_findList_itemDoubleClicked?4(itm, column) eric5.UI.FindFileDialog.FindFileDialog.on_findtextCombo_editTextChanged?4(text) eric5.UI.FindFileDialog.FindFileDialog.on_projectButton_clicked?4() @@ -5449,9 +5724,11 @@ eric5.UI.FindFileDialog.FindFileDialog.replaceRole?7 eric5.UI.FindFileDialog.FindFileDialog.setSearchDirectory?4(searchDir) eric5.UI.FindFileDialog.FindFileDialog.show?4(txt = "") +eric5.UI.FindFileDialog.FindFileDialog.sourceFile?7 eric5.UI.FindFileDialog.FindFileDialog.startRole?7 eric5.UI.FindFileDialog.FindFileDialog?1(project, replaceMode = False, parent=None) eric5.UI.FindFileNameDialog.FindFileNameDialog.checkStop?4() +eric5.UI.FindFileNameDialog.FindFileNameDialog.designerFile?7 eric5.UI.FindFileNameDialog.FindFileNameDialog.on_buttonBox_clicked?4(button) eric5.UI.FindFileNameDialog.FindFileNameDialog.on_fileExtEdit_textChanged?4(text) eric5.UI.FindFileNameDialog.FindFileNameDialog.on_fileList_itemActivated?4(itm, column) @@ -5462,6 +5739,7 @@ eric5.UI.FindFileNameDialog.FindFileNameDialog.on_searchDirEdit_textChanged?4(text) eric5.UI.FindFileNameDialog.FindFileNameDialog.on_syspathCheckBox_toggled?4(checked) eric5.UI.FindFileNameDialog.FindFileNameDialog.show?4() +eric5.UI.FindFileNameDialog.FindFileNameDialog.sourceFile?7 eric5.UI.FindFileNameDialog.FindFileNameDialog?1(project, parent = None) eric5.UI.Info.BugAddress?7 eric5.UI.Info.Copyright?7 @@ -5529,10 +5807,14 @@ eric5.UI.SymbolsWidget.SymbolsWidget.on_symbolsTable_activated?4(index) eric5.UI.SymbolsWidget.SymbolsWidget.on_tableCombo_currentIndexChanged?4(index) eric5.UI.SymbolsWidget.SymbolsWidget?1(parent = None) +eric5.UI.UserInterface.Redirector.appendStderr?7 +eric5.UI.UserInterface.Redirector.appendStdout?7 eric5.UI.UserInterface.Redirector.flush?4() eric5.UI.UserInterface.Redirector.write?4(s) eric5.UI.UserInterface.Redirector?1(stderr) eric5.UI.UserInterface.UserInterface.addE5Actions?4(actions, type) +eric5.UI.UserInterface.UserInterface.appendStderr?7 +eric5.UI.UserInterface.UserInterface.appendStdout?7 eric5.UI.UserInterface.UserInterface.appendToStderr?4(s) eric5.UI.UserInterface.UserInterface.appendToStdout?4(s) eric5.UI.UserInterface.UserInterface.checkConfigurationStatus?4() @@ -5555,14 +5837,17 @@ eric5.UI.UserInterface.UserInterface.maxMenuFilePathLen?7 eric5.UI.UserInterface.UserInterface.maxSbFilePathLen?7 eric5.UI.UserInterface.UserInterface.performVersionCheck?4(manual = True, alternative = 0, showVersions = False) +eric5.UI.UserInterface.UserInterface.preferencesChanged?7 eric5.UI.UserInterface.UserInterface.processArgs?4(args) eric5.UI.UserInterface.UserInterface.registerToolbar?4(name, text, toolbar) +eric5.UI.UserInterface.UserInterface.reloadAPIs?7 eric5.UI.UserInterface.UserInterface.removeE5Actions?4(actions, type = 'ui') eric5.UI.UserInterface.UserInterface.reregisterToolbar?4(name, text) eric5.UI.UserInterface.UserInterface.setDebugProfile?4(save = True) eric5.UI.UserInterface.UserInterface.showAvailableVersionsInfo?4() eric5.UI.UserInterface.UserInterface.showEvent?4(evt) eric5.UI.UserInterface.UserInterface.showLogTab?4(tabname) +eric5.UI.UserInterface.UserInterface.showMenu?7 eric5.UI.UserInterface.UserInterface.showPreferences?4(pageName = None) eric5.UI.UserInterface.UserInterface.unregisterToolbar?4(name) eric5.UI.UserInterface.UserInterface.versionIsNewer?4(required, snapshot = None) @@ -5922,6 +6207,8 @@ eric5.VCS.StatusMonitorThread.VcsStatusMonitorThread.setAutoUpdate?4(auto) eric5.VCS.StatusMonitorThread.VcsStatusMonitorThread.setInterval?4(interval) eric5.VCS.StatusMonitorThread.VcsStatusMonitorThread.stop?4() +eric5.VCS.StatusMonitorThread.VcsStatusMonitorThread.vcsStatusMonitorData?7 +eric5.VCS.StatusMonitorThread.VcsStatusMonitorThread.vcsStatusMonitorStatus?7 eric5.VCS.StatusMonitorThread.VcsStatusMonitorThread?1(interval, project, vcs, parent = None) eric5.VCS.VersionControl.VersionControl._createStatusMonitorThread?5(interval, project) eric5.VCS.VersionControl.VersionControl.addArguments?4(args, argslist) @@ -5975,6 +6262,8 @@ eric5.VCS.VersionControl.VersionControl.vcsSetOtherData?4(data) eric5.VCS.VersionControl.VersionControl.vcsShutdown?4() eric5.VCS.VersionControl.VersionControl.vcsStatus?4(name) +eric5.VCS.VersionControl.VersionControl.vcsStatusMonitorData?7 +eric5.VCS.VersionControl.VersionControl.vcsStatusMonitorStatus?7 eric5.VCS.VersionControl.VersionControl.vcsSwitch?4(name) eric5.VCS.VersionControl.VersionControl.vcsTag?4(name) eric5.VCS.VersionControl.VersionControl.vcsUpdate?4(name, noDialog = False) @@ -5991,8 +6280,11 @@ eric5.ViewManager.BookmarkedFilesDialog.BookmarkedFilesDialog.on_upButton_clicked?4() eric5.ViewManager.BookmarkedFilesDialog.BookmarkedFilesDialog?1(bookmarks, parent = None) eric5.ViewManager.ViewManager.QuickSearchLineEdit.editorCommand?4(cmd) +eric5.ViewManager.ViewManager.QuickSearchLineEdit.escPressed?7 eric5.ViewManager.ViewManager.QuickSearchLineEdit.focusInEvent?4(evt) +eric5.ViewManager.ViewManager.QuickSearchLineEdit.gotFocus?7 eric5.ViewManager.ViewManager.QuickSearchLineEdit.keyPressEvent?4(evt) +eric5.ViewManager.ViewManager.QuickSearchLineEdit.returnPressed?7 eric5.ViewManager.ViewManager.ViewManager._addView?5(win, fn=None, noName="") eric5.ViewManager.ViewManager.ViewManager._checkActions?5(editor, setSb = True) eric5.ViewManager.ViewManager.ViewManager._getOpenFileFilter?5() @@ -6008,11 +6300,14 @@ eric5.ViewManager.ViewManager.ViewManager.addToExtrasMenu?4(menu) eric5.ViewManager.ViewManager.ViewManager.addToRecentList?4(fn) eric5.ViewManager.ViewManager.ViewManager.appFocusChanged?4(old, now) +eric5.ViewManager.ViewManager.ViewManager.bookmarkToggled?7 +eric5.ViewManager.ViewManager.ViewManager.breakpointToggled?7 eric5.ViewManager.ViewManager.ViewManager.canCascade?4() eric5.ViewManager.ViewManager.ViewManager.canSplit?4() eric5.ViewManager.ViewManager.ViewManager.canTile?4() eric5.ViewManager.ViewManager.ViewManager.cancelSharedEdit?4() eric5.ViewManager.ViewManager.ViewManager.cascade?4() +eric5.ViewManager.ViewManager.ViewManager.checkActions?7 eric5.ViewManager.ViewManager.ViewManager.checkAllDirty?4() eric5.ViewManager.ViewManager.ViewManager.checkDirty?4(editor, autosave = False) eric5.ViewManager.ViewManager.ViewManager.cloneEditor?4(caller, filetype, fn) @@ -6022,6 +6317,12 @@ eric5.ViewManager.ViewManager.ViewManager.closeEditorWindow?4(editor) eric5.ViewManager.ViewManager.ViewManager.closeViewManager?4() eric5.ViewManager.ViewManager.ViewManager.closeWindow?4(fn) +eric5.ViewManager.ViewManager.ViewManager.cursorChanged?7 +eric5.ViewManager.ViewManager.ViewManager.editorClosed?7 +eric5.ViewManager.ViewManager.ViewManager.editorClosedEd?7 +eric5.ViewManager.ViewManager.ViewManager.editorOpened?7 +eric5.ViewManager.ViewManager.ViewManager.editorOpenedEd?7 +eric5.ViewManager.ViewManager.ViewManager.editorSaved?7 eric5.ViewManager.ViewManager.ViewManager.editorsCheckFocusInEnabled?4() eric5.ViewManager.ViewManager.ViewManager.enableEditorsCheckFocusIn?4(enabled) eric5.ViewManager.ViewManager.ViewManager.eventFilter?4(object, event) @@ -6054,12 +6355,13 @@ eric5.ViewManager.ViewManager.ViewManager.insertNumber?4(txt) eric5.ViewManager.ViewManager.ViewManager.insertSymbol?4(txt) eric5.ViewManager.ViewManager.ViewManager.isConnected?4() +eric5.ViewManager.ViewManager.ViewManager.lastEditorClosed?7 eric5.ViewManager.ViewManager.ViewManager.newEditor?4() eric5.ViewManager.ViewManager.ViewManager.newEditorView?4(fn, caller, filetype = "") eric5.ViewManager.ViewManager.ViewManager.newProject?4() eric5.ViewManager.ViewManager.ViewManager.nextSplit?4() eric5.ViewManager.ViewManager.ViewManager.openFiles?4(prog = None) -eric5.ViewManager.ViewManager.ViewManager.openSourceFile?4(fn, lineno = None, filetype = "", selection = None) +eric5.ViewManager.ViewManager.ViewManager.openSourceFile?4(fn, lineno = None, filetype = "", selStart = 0, selEnd = 0) eric5.ViewManager.ViewManager.ViewManager.preferencesChanged?4() eric5.ViewManager.ViewManager.ViewManager.prevSplit?4() eric5.ViewManager.ViewManager.ViewManager.printCurrentEditor?4() @@ -6093,6 +6395,7 @@ eric5.ViewManager.ViewManager.ViewManager.showDebugSource?4(fn, line) eric5.ViewManager.ViewManager.ViewManager.showWindowMenu?4(windowMenu) eric5.ViewManager.ViewManager.ViewManager.startSharedEdit?4() +eric5.ViewManager.ViewManager.ViewManager.syntaxerrorToggled?7 eric5.ViewManager.ViewManager.ViewManager.textForFind?4(getCurrentWord = True) eric5.ViewManager.ViewManager.ViewManager.tile?4() eric5.ViewManager.ViewManager.ViewManager.unhighlight?4(current = False)
--- a/Cooperation/ChatWidget.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Cooperation/ChatWidget.py Thu Aug 12 16:43:33 2010 +0200 @@ -30,7 +30,7 @@ Class implementing the chat dialog. @signal connected(connected) emitted to signal a change of the connected - state (boole) + state (bool) @signal editorCommand(hash, filename, message) emitted when an editor command has been received (string, string, string) @signal shareEditor(share) emitted to signal a share is requested (bool)
--- a/Debugger/BreakPointViewer.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Debugger/BreakPointViewer.py Thu Aug 12 16:43:33 2010 +0200 @@ -21,7 +21,7 @@ Breakpoints will be shown with all their details. They can be modified through the context menu of this widget. - @signal sourceFile(string, int) emitted to show the source of a breakpoint + @signal sourceFile(str, int) emitted to show the source of a breakpoint """ sourceFile = pyqtSignal(str, int)
--- a/Debugger/DebugServer.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Debugger/DebugServer.py Thu Aug 12 16:43:33 2010 +0200 @@ -34,25 +34,25 @@ """ Class implementing the debug server embedded within the IDE. - @signal clientProcessStdout emitted after the client has sent some output + @signal clientProcessStdout(str) emitted after the client has sent some output via stdout - @signal clientProcessStderr emitted after the client has sent some output + @signal clientProcessStderr(str) emitted after the client has sent some output via stderr - @signal clientOutput emitted after the client has sent some output - @signal clientRawInputSent emitted after the data was sent to the debug client + @signal clientOutput(str) emitted after the client has sent some output + @signal clientRawInputSent() emitted after the data was sent to the debug client @signal clientLine(filename, lineno, forStack) emitted after the debug client has executed a line of code @signal clientStack(stack) emitted after the debug client has executed a line of code @signal clientThreadList(currentId, threadList) emitted after a thread list has been received - @signal clientThreadSet emitted after the client has acknowledged the change + @signal clientThreadSet() emitted after the client has acknowledged the change of the current thread @signal clientVariables(scope, variables) emitted after a variables dump has been received @signal clientVariable(scope, variables) emitted after a dump for one class variable has been received - @signal clientStatement(boolean) emitted after an interactive command has + @signal clientStatement(bool) emitted after an interactive command has been executed. The parameter is 0 to indicate that the command is complete and 1 if it needs more input. @signal clientException(exception) emitted after an exception occured on the @@ -75,15 +75,15 @@ @signal clientCompletionList(completionList, text) emitted after the client the commandline completion list and the reworked searchstring was received from the client - @signal passiveDebugStarted emitted after the debug client has connected in + @signal passiveDebugStarted(str, bool) emitted after the debug client has connected in passive debug mode - @signal clientGone emitted if the client went away (planned or unplanned) + @signal clientGone(bool) emitted if the client went away (planned or unplanned) @signal utPrepared(nrTests, exc_type, exc_value) emitted after the client has loaded a unittest suite - @signal utFinished emitted after the client signalled the end of the unittest + @signal utFinished() emitted after the client signalled the end of the unittest @signal utStartTest(testname, testdocu) emitted after the client has started a test - @signal utStopTest emitted after the client has finished a test + @signal utStopTest() emitted after the client has finished a test @signal utTestFailed(testname, exc_info) emitted after the client reported a failed test @signal utTestErrored(testname, exc_info) emitted after the client reported
--- a/Documentation/Help/source.qhp Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Help/source.qhp Thu Aug 12 16:43:33 2010 +0200 @@ -1434,6 +1434,7 @@ <keyword name="PluginManager.activatePlugins" id="PluginManager.activatePlugins" ref="eric5.PluginManager.PluginManager.html#PluginManager.activatePlugins" /> <keyword name="PluginManager.deactivatePlugin" id="PluginManager.deactivatePlugin" ref="eric5.PluginManager.PluginManager.html#PluginManager.deactivatePlugin" /> <keyword name="PluginManager.deactivateVcsPlugins" id="PluginManager.deactivateVcsPlugins" ref="eric5.PluginManager.PluginManager.html#PluginManager.deactivateVcsPlugins" /> + <keyword name="PluginManager.doShutdown" id="PluginManager.doShutdown" ref="eric5.PluginManager.PluginManager.html#PluginManager.doShutdown" /> <keyword name="PluginManager.finalizeSetup" id="PluginManager.finalizeSetup" ref="eric5.PluginManager.PluginManager.html#PluginManager.finalizeSetup" /> <keyword name="PluginManager.getPluginApiFiles" id="PluginManager.getPluginApiFiles" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginApiFiles" /> <keyword name="PluginManager.getPluginConfigData" id="PluginManager.getPluginConfigData" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginConfigData" /> @@ -1454,7 +1455,6 @@ <keyword name="PluginManager.loadPlugin" id="PluginManager.loadPlugin" ref="eric5.PluginManager.PluginManager.html#PluginManager.loadPlugin" /> <keyword name="PluginManager.preferencesChanged" id="PluginManager.preferencesChanged" ref="eric5.PluginManager.PluginManager.html#PluginManager.preferencesChanged" /> <keyword name="PluginManager.removePluginFromSysModules" id="PluginManager.removePluginFromSysModules" ref="eric5.PluginManager.PluginManager.html#PluginManager.removePluginFromSysModules" /> - <keyword name="PluginManager.shutdown" id="PluginManager.shutdown" ref="eric5.PluginManager.PluginManager.html#PluginManager.shutdown" /> <keyword name="PluginManager.unloadPlugin" id="PluginManager.unloadPlugin" ref="eric5.PluginManager.PluginManager.html#PluginManager.unloadPlugin" /> <keyword name="PluginInstallDialog (Module)" id="PluginInstallDialog (Module)" ref="eric5.PluginManager.PluginInstallDialog.html" /> <keyword name="PluginInstallDialog" id="PluginInstallDialog" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallDialog" /> @@ -1558,6 +1558,7 @@ <keyword name="MultiProject.__clearRecent" id="MultiProject.__clearRecent" ref="eric5.MultiProject.MultiProject.html#MultiProject.__clearRecent" /> <keyword name="MultiProject.__initData" id="MultiProject.__initData" ref="eric5.MultiProject.MultiProject.html#MultiProject.__initData" /> <keyword name="MultiProject.__loadRecent" id="MultiProject.__loadRecent" ref="eric5.MultiProject.MultiProject.html#MultiProject.__loadRecent" /> + <keyword name="MultiProject.__newMultiProject" id="MultiProject.__newMultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.__newMultiProject" /> <keyword name="MultiProject.__openMasterProject" id="MultiProject.__openMasterProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.__openMasterProject" /> <keyword name="MultiProject.__openRecent" id="MultiProject.__openRecent" ref="eric5.MultiProject.MultiProject.html#MultiProject.__openRecent" /> <keyword name="MultiProject.__readMultiProject" id="MultiProject.__readMultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.__readMultiProject" /> @@ -1588,7 +1589,6 @@ <keyword name="MultiProject.initToolbar" id="MultiProject.initToolbar" ref="eric5.MultiProject.MultiProject.html#MultiProject.initToolbar" /> <keyword name="MultiProject.isDirty" id="MultiProject.isDirty" ref="eric5.MultiProject.MultiProject.html#MultiProject.isDirty" /> <keyword name="MultiProject.isOpen" id="MultiProject.isOpen" ref="eric5.MultiProject.MultiProject.html#MultiProject.isOpen" /> - <keyword name="MultiProject.newMultiProject" id="MultiProject.newMultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.newMultiProject" /> <keyword name="MultiProject.openMultiProject" id="MultiProject.openMultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.openMultiProject" /> <keyword name="MultiProject.openProject" id="MultiProject.openProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.openProject" /> <keyword name="MultiProject.removeE5Actions" id="MultiProject.removeE5Actions" ref="eric5.MultiProject.MultiProject.html#MultiProject.removeE5Actions" /> @@ -1886,7 +1886,6 @@ <keyword name="DebugUI.__profileScript" id="DebugUI.__profileScript" ref="eric5.Debugger.DebugUI.html#DebugUI.__profileScript" /> <keyword name="DebugUI.__projectClosed" id="DebugUI.__projectClosed" ref="eric5.Debugger.DebugUI.html#DebugUI.__projectClosed" /> <keyword name="DebugUI.__projectOpened" id="DebugUI.__projectOpened" ref="eric5.Debugger.DebugUI.html#DebugUI.__projectOpened" /> - <keyword name="DebugUI.__projectSessionLoaded" id="DebugUI.__projectSessionLoaded" ref="eric5.Debugger.DebugUI.html#DebugUI.__projectSessionLoaded" /> <keyword name="DebugUI.__resetUI" id="DebugUI.__resetUI" ref="eric5.Debugger.DebugUI.html#DebugUI.__resetUI" /> <keyword name="DebugUI.__runProject" id="DebugUI.__runProject" ref="eric5.Debugger.DebugUI.html#DebugUI.__runProject" /> <keyword name="DebugUI.__runScript" id="DebugUI.__runScript" ref="eric5.Debugger.DebugUI.html#DebugUI.__runScript" /> @@ -2145,31 +2144,12 @@ <keyword name="DebugServer.__setClientType" id="DebugServer.__setClientType" ref="eric5.Debugger.DebugServer.html#DebugServer.__setClientType" /> <keyword name="DebugServer.__splitWatchCondition" id="DebugServer.__splitWatchCondition" ref="eric5.Debugger.DebugServer.html#DebugServer.__splitWatchCondition" /> <keyword name="DebugServer.__watchPointDataAboutToBeChanged" id="DebugServer.__watchPointDataAboutToBeChanged" ref="eric5.Debugger.DebugServer.html#DebugServer.__watchPointDataAboutToBeChanged" /> - <keyword name="DebugServer.clientBanner" id="DebugServer.clientBanner" ref="eric5.Debugger.DebugServer.html#DebugServer.clientBanner" /> - <keyword name="DebugServer.clientBreakConditionError" id="DebugServer.clientBreakConditionError" ref="eric5.Debugger.DebugServer.html#DebugServer.clientBreakConditionError" /> - <keyword name="DebugServer.clientCapabilities" id="DebugServer.clientCapabilities" ref="eric5.Debugger.DebugServer.html#DebugServer.clientCapabilities" /> - <keyword name="DebugServer.clientClearBreak" id="DebugServer.clientClearBreak" ref="eric5.Debugger.DebugServer.html#DebugServer.clientClearBreak" /> - <keyword name="DebugServer.clientClearWatch" id="DebugServer.clientClearWatch" ref="eric5.Debugger.DebugServer.html#DebugServer.clientClearWatch" /> - <keyword name="DebugServer.clientCompletionList" id="DebugServer.clientCompletionList" ref="eric5.Debugger.DebugServer.html#DebugServer.clientCompletionList" /> - <keyword name="DebugServer.clientException" id="DebugServer.clientException" ref="eric5.Debugger.DebugServer.html#DebugServer.clientException" /> - <keyword name="DebugServer.clientExit" id="DebugServer.clientExit" ref="eric5.Debugger.DebugServer.html#DebugServer.clientExit" /> - <keyword name="DebugServer.clientLine" id="DebugServer.clientLine" ref="eric5.Debugger.DebugServer.html#DebugServer.clientLine" /> - <keyword name="DebugServer.clientOutput" id="DebugServer.clientOutput" ref="eric5.Debugger.DebugServer.html#DebugServer.clientOutput" /> - <keyword name="DebugServer.clientRawInput" id="DebugServer.clientRawInput" ref="eric5.Debugger.DebugServer.html#DebugServer.clientRawInput" /> - <keyword name="DebugServer.clientStack" id="DebugServer.clientStack" ref="eric5.Debugger.DebugServer.html#DebugServer.clientStack" /> - <keyword name="DebugServer.clientStatement" id="DebugServer.clientStatement" ref="eric5.Debugger.DebugServer.html#DebugServer.clientStatement" /> - <keyword name="DebugServer.clientSyntaxError" id="DebugServer.clientSyntaxError" ref="eric5.Debugger.DebugServer.html#DebugServer.clientSyntaxError" /> - <keyword name="DebugServer.clientThreadList" id="DebugServer.clientThreadList" ref="eric5.Debugger.DebugServer.html#DebugServer.clientThreadList" /> - <keyword name="DebugServer.clientThreadSet" id="DebugServer.clientThreadSet" ref="eric5.Debugger.DebugServer.html#DebugServer.clientThreadSet" /> <keyword name="DebugServer.clientUtFinished" id="DebugServer.clientUtFinished" ref="eric5.Debugger.DebugServer.html#DebugServer.clientUtFinished" /> <keyword name="DebugServer.clientUtPrepared" id="DebugServer.clientUtPrepared" ref="eric5.Debugger.DebugServer.html#DebugServer.clientUtPrepared" /> <keyword name="DebugServer.clientUtStartTest" id="DebugServer.clientUtStartTest" ref="eric5.Debugger.DebugServer.html#DebugServer.clientUtStartTest" /> <keyword name="DebugServer.clientUtStopTest" id="DebugServer.clientUtStopTest" ref="eric5.Debugger.DebugServer.html#DebugServer.clientUtStopTest" /> <keyword name="DebugServer.clientUtTestErrored" id="DebugServer.clientUtTestErrored" ref="eric5.Debugger.DebugServer.html#DebugServer.clientUtTestErrored" /> <keyword name="DebugServer.clientUtTestFailed" id="DebugServer.clientUtTestFailed" ref="eric5.Debugger.DebugServer.html#DebugServer.clientUtTestFailed" /> - <keyword name="DebugServer.clientVariable" id="DebugServer.clientVariable" ref="eric5.Debugger.DebugServer.html#DebugServer.clientVariable" /> - <keyword name="DebugServer.clientVariables" id="DebugServer.clientVariables" ref="eric5.Debugger.DebugServer.html#DebugServer.clientVariables" /> - <keyword name="DebugServer.clientWatchConditionError" id="DebugServer.clientWatchConditionError" ref="eric5.Debugger.DebugServer.html#DebugServer.clientWatchConditionError" /> <keyword name="DebugServer.getBreakPointModel" id="DebugServer.getBreakPointModel" ref="eric5.Debugger.DebugServer.html#DebugServer.getBreakPointModel" /> <keyword name="DebugServer.getClientCapabilities" id="DebugServer.getClientCapabilities" ref="eric5.Debugger.DebugServer.html#DebugServer.getClientCapabilities" /> <keyword name="DebugServer.getExtensions" id="DebugServer.getExtensions" ref="eric5.Debugger.DebugServer.html#DebugServer.getExtensions" /> @@ -2206,6 +2186,25 @@ <keyword name="DebugServer.remoteUTRun" id="DebugServer.remoteUTRun" ref="eric5.Debugger.DebugServer.html#DebugServer.remoteUTRun" /> <keyword name="DebugServer.remoteUTStop" id="DebugServer.remoteUTStop" ref="eric5.Debugger.DebugServer.html#DebugServer.remoteUTStop" /> <keyword name="DebugServer.shutdownServer" id="DebugServer.shutdownServer" ref="eric5.Debugger.DebugServer.html#DebugServer.shutdownServer" /> + <keyword name="DebugServer.signalClientBanner" id="DebugServer.signalClientBanner" ref="eric5.Debugger.DebugServer.html#DebugServer.signalClientBanner" /> + <keyword name="DebugServer.signalClientBreakConditionError" id="DebugServer.signalClientBreakConditionError" ref="eric5.Debugger.DebugServer.html#DebugServer.signalClientBreakConditionError" /> + <keyword name="DebugServer.signalClientCapabilities" id="DebugServer.signalClientCapabilities" ref="eric5.Debugger.DebugServer.html#DebugServer.signalClientCapabilities" /> + <keyword name="DebugServer.signalClientClearBreak" id="DebugServer.signalClientClearBreak" ref="eric5.Debugger.DebugServer.html#DebugServer.signalClientClearBreak" /> + <keyword name="DebugServer.signalClientClearWatch" id="DebugServer.signalClientClearWatch" ref="eric5.Debugger.DebugServer.html#DebugServer.signalClientClearWatch" /> + <keyword name="DebugServer.signalClientCompletionList" id="DebugServer.signalClientCompletionList" ref="eric5.Debugger.DebugServer.html#DebugServer.signalClientCompletionList" /> + <keyword name="DebugServer.signalClientException" id="DebugServer.signalClientException" ref="eric5.Debugger.DebugServer.html#DebugServer.signalClientException" /> + <keyword name="DebugServer.signalClientExit" id="DebugServer.signalClientExit" ref="eric5.Debugger.DebugServer.html#DebugServer.signalClientExit" /> + <keyword name="DebugServer.signalClientLine" id="DebugServer.signalClientLine" ref="eric5.Debugger.DebugServer.html#DebugServer.signalClientLine" /> + <keyword name="DebugServer.signalClientOutput" id="DebugServer.signalClientOutput" ref="eric5.Debugger.DebugServer.html#DebugServer.signalClientOutput" /> + <keyword name="DebugServer.signalClientRawInput" id="DebugServer.signalClientRawInput" ref="eric5.Debugger.DebugServer.html#DebugServer.signalClientRawInput" /> + <keyword name="DebugServer.signalClientStack" id="DebugServer.signalClientStack" ref="eric5.Debugger.DebugServer.html#DebugServer.signalClientStack" /> + <keyword name="DebugServer.signalClientStatement" id="DebugServer.signalClientStatement" ref="eric5.Debugger.DebugServer.html#DebugServer.signalClientStatement" /> + <keyword name="DebugServer.signalClientSyntaxError" id="DebugServer.signalClientSyntaxError" ref="eric5.Debugger.DebugServer.html#DebugServer.signalClientSyntaxError" /> + <keyword name="DebugServer.signalClientThreadList" id="DebugServer.signalClientThreadList" ref="eric5.Debugger.DebugServer.html#DebugServer.signalClientThreadList" /> + <keyword name="DebugServer.signalClientThreadSet" id="DebugServer.signalClientThreadSet" ref="eric5.Debugger.DebugServer.html#DebugServer.signalClientThreadSet" /> + <keyword name="DebugServer.signalClientVariable" id="DebugServer.signalClientVariable" ref="eric5.Debugger.DebugServer.html#DebugServer.signalClientVariable" /> + <keyword name="DebugServer.signalClientVariables" id="DebugServer.signalClientVariables" ref="eric5.Debugger.DebugServer.html#DebugServer.signalClientVariables" /> + <keyword name="DebugServer.signalClientWatchConditionError" id="DebugServer.signalClientWatchConditionError" ref="eric5.Debugger.DebugServer.html#DebugServer.signalClientWatchConditionError" /> <keyword name="DebugServer.startClient" id="DebugServer.startClient" ref="eric5.Debugger.DebugServer.html#DebugServer.startClient" /> <keyword name="BreakPointViewer (Module)" id="BreakPointViewer (Module)" ref="eric5.Debugger.BreakPointViewer.html" /> <keyword name="BreakPointViewer" id="BreakPointViewer" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer" /> @@ -3373,6 +3372,7 @@ <keyword name="ViewManager.__editDelete" id="ViewManager.__editDelete" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editDelete" /> <keyword name="ViewManager.__editDeselectAll" id="ViewManager.__editDeselectAll" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editDeselectAll" /> <keyword name="ViewManager.__editIndent" id="ViewManager.__editIndent" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editIndent" /> + <keyword name="ViewManager.__editJoin" id="ViewManager.__editJoin" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editJoin" /> <keyword name="ViewManager.__editPaste" id="ViewManager.__editPaste" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editPaste" /> <keyword name="ViewManager.__editRedo" id="ViewManager.__editRedo" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editRedo" /> <keyword name="ViewManager.__editRevert" id="ViewManager.__editRevert" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editRevert" /> @@ -4659,6 +4659,7 @@ <keyword name="Project.clearStatusMonitorCachedState" id="Project.clearStatusMonitorCachedState" ref="eric5.Project.Project.html#Project.clearStatusMonitorCachedState" /> <keyword name="Project.closeProject" id="Project.closeProject" ref="eric5.Project.Project.html#Project.closeProject" /> <keyword name="Project.copyDirectory" id="Project.copyDirectory" ref="eric5.Project.Project.html#Project.copyDirectory" /> + <keyword name="Project.createNewProject" id="Project.createNewProject" ref="eric5.Project.Project.html#Project.createNewProject" /> <keyword name="Project.deleteDirectory" id="Project.deleteDirectory" ref="eric5.Project.Project.html#Project.deleteDirectory" /> <keyword name="Project.deleteFile" id="Project.deleteFile" ref="eric5.Project.Project.html#Project.deleteFile" /> <keyword name="Project.deleteLanguageFile" id="Project.deleteLanguageFile" ref="eric5.Project.Project.html#Project.deleteLanguageFile" /> @@ -4707,7 +4708,6 @@ <keyword name="Project.isProjectResource" id="Project.isProjectResource" ref="eric5.Project.Project.html#Project.isProjectResource" /> <keyword name="Project.isProjectSource" id="Project.isProjectSource" ref="eric5.Project.Project.html#Project.isProjectSource" /> <keyword name="Project.moveDirectory" id="Project.moveDirectory" ref="eric5.Project.Project.html#Project.moveDirectory" /> - <keyword name="Project.newProject" id="Project.newProject" ref="eric5.Project.Project.html#Project.newProject" /> <keyword name="Project.newProjectAddFiles" id="Project.newProjectAddFiles" ref="eric5.Project.Project.html#Project.newProjectAddFiles" /> <keyword name="Project.openProject" id="Project.openProject" ref="eric5.Project.Project.html#Project.openProject" /> <keyword name="Project.othersAdded" id="Project.othersAdded" ref="eric5.Project.Project.html#Project.othersAdded" /> @@ -5735,6 +5735,7 @@ <keyword name="Editor.__initContextMenuShow" id="Editor.__initContextMenuShow" ref="eric5.QScintilla.Editor.html#Editor.__initContextMenuShow" /> <keyword name="Editor.__initContextMenuUnifiedMargins" id="Editor.__initContextMenuUnifiedMargins" ref="eric5.QScintilla.Editor.html#Editor.__initContextMenuUnifiedMargins" /> <keyword name="Editor.__isStartChar" id="Editor.__isStartChar" ref="eric5.QScintilla.Editor.html#Editor.__isStartChar" /> + <keyword name="Editor.__languageChanged" id="Editor.__languageChanged" ref="eric5.QScintilla.Editor.html#Editor.__languageChanged" /> <keyword name="Editor.__languageMenuTriggered" id="Editor.__languageMenuTriggered" ref="eric5.QScintilla.Editor.html#Editor.__languageMenuTriggered" /> <keyword name="Editor.__linesChanged" id="Editor.__linesChanged" ref="eric5.QScintilla.Editor.html#Editor.__linesChanged" /> <keyword name="Editor.__lmBbookmarks" id="Editor.__lmBbookmarks" ref="eric5.QScintilla.Editor.html#Editor.__lmBbookmarks" /> @@ -5876,8 +5877,8 @@ <keyword name="Editor.isPyFile" id="Editor.isPyFile" ref="eric5.QScintilla.Editor.html#Editor.isPyFile" /> <keyword name="Editor.isRubyFile" id="Editor.isRubyFile" ref="eric5.QScintilla.Editor.html#Editor.isRubyFile" /> <keyword name="Editor.isSpellCheckRegion" id="Editor.isSpellCheckRegion" ref="eric5.QScintilla.Editor.html#Editor.isSpellCheckRegion" /> + <keyword name="Editor.joinLines" id="Editor.joinLines" ref="eric5.QScintilla.Editor.html#Editor.joinLines" /> <keyword name="Editor.keyPressEvent" id="Editor.keyPressEvent" ref="eric5.QScintilla.Editor.html#Editor.keyPressEvent" /> - <keyword name="Editor.languageChanged" id="Editor.languageChanged" ref="eric5.QScintilla.Editor.html#Editor.languageChanged" /> <keyword name="Editor.macroDelete" id="Editor.macroDelete" ref="eric5.QScintilla.Editor.html#Editor.macroDelete" /> <keyword name="Editor.macroLoad" id="Editor.macroLoad" ref="eric5.QScintilla.Editor.html#Editor.macroLoad" /> <keyword name="Editor.macroRecordingStart" id="Editor.macroRecordingStart" ref="eric5.QScintilla.Editor.html#Editor.macroRecordingStart" />
--- a/Documentation/Source/eric5.Cooperation.ChatWidget.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Cooperation.ChatWidget.html Thu Aug 12 16:43:33 2010 +0200 @@ -52,7 +52,7 @@ </dd><dt>connected(connected)</dt> <dd> emitted to signal a change of the connected - state (boole) + state (bool) </dd><dt>editorCommand(hash, filename, message)</dt> <dd> emitted when an editor command
--- a/Documentation/Source/eric5.Debugger.BreakPointModel.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Debugger.BreakPointModel.html Thu Aug 12 16:43:33 2010 +0200 @@ -49,7 +49,7 @@ QAbstractItemModel <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>dataAboutToBeChanged</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Debugger.BreakPointViewer.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Debugger.BreakPointViewer.html Thu Aug 12 16:43:33 2010 +0200 @@ -49,7 +49,7 @@ the context menu of this widget. </p><h4>Signals</h4> <dl> -<dt>sourceFile(string, int)</dt> +<dt>sourceFile(str, int)</dt> <dd> emitted to show the source of a breakpoint </dd> @@ -58,7 +58,7 @@ QTreeView <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>sourceFile</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Debugger.DebugServer.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Debugger.DebugServer.html Thu Aug 12 16:43:33 2010 +0200 @@ -53,7 +53,7 @@ <dd> emitted after the client has signaled a syntax error in a breakpoint condition -</dd><dt>clientCapabilities(int capabilities, QString cltype)</dt> +</dd><dt>clientCapabilities(int capabilities, string cltype)</dt> <dd> emitted after the clients capabilities were received @@ -77,35 +77,35 @@ </dd><dt>clientExit(int)</dt> <dd> emitted with the exit status after the client has exited -</dd><dt>clientGone</dt> +</dd><dt>clientGone(bool)</dt> <dd> emitted if the client went away (planned or unplanned) </dd><dt>clientLine(filename, lineno, forStack)</dt> <dd> emitted after the debug client has executed a line of code -</dd><dt>clientOutput</dt> +</dd><dt>clientOutput(str)</dt> <dd> emitted after the client has sent some output -</dd><dt>clientProcessStderr</dt> +</dd><dt>clientProcessStderr(str)</dt> <dd> emitted after the client has sent some output via stderr -</dd><dt>clientProcessStdout</dt> +</dd><dt>clientProcessStdout(str)</dt> <dd> emitted after the client has sent some output via stdout </dd><dt>clientRawInput(prompt, echo)</dt> <dd> emitted after a raw input request was received -</dd><dt>clientRawInputSent</dt> +</dd><dt>clientRawInputSent()</dt> <dd> emitted after the data was sent to the debug client </dd><dt>clientStack(stack)</dt> <dd> emitted after the debug client has executed a line of code -</dd><dt>clientStatement(boolean)</dt> +</dd><dt>clientStatement(bool)</dt> <dd> emitted after an interactive command has been executed. The parameter is 0 to indicate that the command is @@ -118,7 +118,7 @@ <dd> emitted after a thread list has been received -</dd><dt>clientThreadSet</dt> +</dd><dt>clientThreadSet()</dt> <dd> emitted after the client has acknowledged the change of the current thread @@ -134,11 +134,11 @@ <dd> emitted after the client has signaled a syntax error in a watch expression -</dd><dt>passiveDebugStarted</dt> +</dd><dt>passiveDebugStarted(str, bool)</dt> <dd> emitted after the debug client has connected in passive debug mode -</dd><dt>utFinished</dt> +</dd><dt>utFinished()</dt> <dd> emitted after the client signalled the end of the unittest </dd><dt>utPrepared(nrTests, exc_type, exc_value)</dt> @@ -149,7 +149,7 @@ <dd> emitted after the client has started a test -</dd><dt>utStopTest</dt> +</dd><dt>utStopTest()</dt> <dd> emitted after the client has finished a test </dd><dt>utTestErrored(testname, exc_info)</dt> @@ -166,7 +166,7 @@ QTcpServer <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>clientBanner</td></tr><tr><td>clientBreakConditionError</td></tr><tr><td>clientCapabilities</td></tr><tr><td>clientClearBreak</td></tr><tr><td>clientClearWatch</td></tr><tr><td>clientCompletionList</td></tr><tr><td>clientException</td></tr><tr><td>clientExit</td></tr><tr><td>clientGone</td></tr><tr><td>clientLine</td></tr><tr><td>clientOutput</td></tr><tr><td>clientProcessStderr</td></tr><tr><td>clientProcessStdout</td></tr><tr><td>clientRawInput</td></tr><tr><td>clientRawInputSent</td></tr><tr><td>clientStack</td></tr><tr><td>clientStatement</td></tr><tr><td>clientSyntaxError</td></tr><tr><td>clientThreadList</td></tr><tr><td>clientThreadSet</td></tr><tr><td>clientVariable</td></tr><tr><td>clientVariables</td></tr><tr><td>clientWatchConditionError</td></tr><tr><td>passiveDebugStarted</td></tr><tr><td>utFinished</td></tr><tr><td>utPrepared</td></tr><tr><td>utStartTest</td></tr><tr><td>utStopTest</td></tr><tr><td>utTestErrored</td></tr><tr><td>utTestFailed</td></tr> </table> <h3>Methods</h3> <table> @@ -252,54 +252,6 @@ <td><a href="#DebugServer.__watchPointDataAboutToBeChanged">__watchPointDataAboutToBeChanged</a></td> <td>Private slot to handle the dataAboutToBeChanged signal of the watch expression model.</td> </tr><tr> -<td><a href="#DebugServer.clientBanner">clientBanner</a></td> -<td>Public method to process the client banner info.</td> -</tr><tr> -<td><a href="#DebugServer.clientBreakConditionError">clientBreakConditionError</a></td> -<td>Public method to process the client breakpoint condition error info.</td> -</tr><tr> -<td><a href="#DebugServer.clientCapabilities">clientCapabilities</a></td> -<td>Public method to process the client capabilities info.</td> -</tr><tr> -<td><a href="#DebugServer.clientClearBreak">clientClearBreak</a></td> -<td>Public method to process the client clear breakpoint command.</td> -</tr><tr> -<td><a href="#DebugServer.clientClearWatch">clientClearWatch</a></td> -<td>Public slot to handle the clientClearWatch signal.</td> -</tr><tr> -<td><a href="#DebugServer.clientCompletionList">clientCompletionList</a></td> -<td>Public method to process the client auto completion info.</td> -</tr><tr> -<td><a href="#DebugServer.clientException">clientException</a></td> -<td>Public method to process the exception info from the client.</td> -</tr><tr> -<td><a href="#DebugServer.clientExit">clientExit</a></td> -<td>Public method to process the client exit status.</td> -</tr><tr> -<td><a href="#DebugServer.clientLine">clientLine</a></td> -<td>Public method to process client position feedback.</td> -</tr><tr> -<td><a href="#DebugServer.clientOutput">clientOutput</a></td> -<td>Public method to process a line of client output.</td> -</tr><tr> -<td><a href="#DebugServer.clientRawInput">clientRawInput</a></td> -<td>Public method to process the client raw input command.</td> -</tr><tr> -<td><a href="#DebugServer.clientStack">clientStack</a></td> -<td>Public method to process a client's stack information.</td> -</tr><tr> -<td><a href="#DebugServer.clientStatement">clientStatement</a></td> -<td>Public method to process the input response from the client.</td> -</tr><tr> -<td><a href="#DebugServer.clientSyntaxError">clientSyntaxError</a></td> -<td>Public method to process the syntax error info from the client.</td> -</tr><tr> -<td><a href="#DebugServer.clientThreadList">clientThreadList</a></td> -<td>Public method to process the client thread list info.</td> -</tr><tr> -<td><a href="#DebugServer.clientThreadSet">clientThreadSet</a></td> -<td>Public method to handle the change of the client thread.</td> -</tr><tr> <td><a href="#DebugServer.clientUtFinished">clientUtFinished</a></td> <td>Public method to process the client unit test finished info.</td> </tr><tr> @@ -318,15 +270,6 @@ <td><a href="#DebugServer.clientUtTestFailed">clientUtTestFailed</a></td> <td>Public method to process the client test failed info.</td> </tr><tr> -<td><a href="#DebugServer.clientVariable">clientVariable</a></td> -<td>Public method to process the client variable info.</td> -</tr><tr> -<td><a href="#DebugServer.clientVariables">clientVariables</a></td> -<td>Public method to process the client variables info.</td> -</tr><tr> -<td><a href="#DebugServer.clientWatchConditionError">clientWatchConditionError</a></td> -<td>Public method to process the client watch expression error info.</td> -</tr><tr> <td><a href="#DebugServer.getBreakPointModel">getBreakPointModel</a></td> <td>Public slot to get a reference to the breakpoint model object.</td> </tr><tr> @@ -435,6 +378,63 @@ <td><a href="#DebugServer.shutdownServer">shutdownServer</a></td> <td>Public method to cleanly shut down.</td> </tr><tr> +<td><a href="#DebugServer.signalClientBanner">signalClientBanner</a></td> +<td>Public method to process the client banner info.</td> +</tr><tr> +<td><a href="#DebugServer.signalClientBreakConditionError">signalClientBreakConditionError</a></td> +<td>Public method to process the client breakpoint condition error info.</td> +</tr><tr> +<td><a href="#DebugServer.signalClientCapabilities">signalClientCapabilities</a></td> +<td>Public method to process the client capabilities info.</td> +</tr><tr> +<td><a href="#DebugServer.signalClientClearBreak">signalClientClearBreak</a></td> +<td>Public method to process the client clear breakpoint command.</td> +</tr><tr> +<td><a href="#DebugServer.signalClientClearWatch">signalClientClearWatch</a></td> +<td>Public slot to handle the clientClearWatch signal.</td> +</tr><tr> +<td><a href="#DebugServer.signalClientCompletionList">signalClientCompletionList</a></td> +<td>Public method to process the client auto completion info.</td> +</tr><tr> +<td><a href="#DebugServer.signalClientException">signalClientException</a></td> +<td>Public method to process the exception info from the client.</td> +</tr><tr> +<td><a href="#DebugServer.signalClientExit">signalClientExit</a></td> +<td>Public method to process the client exit status.</td> +</tr><tr> +<td><a href="#DebugServer.signalClientLine">signalClientLine</a></td> +<td>Public method to process client position feedback.</td> +</tr><tr> +<td><a href="#DebugServer.signalClientOutput">signalClientOutput</a></td> +<td>Public method to process a line of client output.</td> +</tr><tr> +<td><a href="#DebugServer.signalClientRawInput">signalClientRawInput</a></td> +<td>Public method to process the client raw input command.</td> +</tr><tr> +<td><a href="#DebugServer.signalClientStack">signalClientStack</a></td> +<td>Public method to process a client's stack information.</td> +</tr><tr> +<td><a href="#DebugServer.signalClientStatement">signalClientStatement</a></td> +<td>Public method to process the input response from the client.</td> +</tr><tr> +<td><a href="#DebugServer.signalClientSyntaxError">signalClientSyntaxError</a></td> +<td>Public method to process the syntax error info from the client.</td> +</tr><tr> +<td><a href="#DebugServer.signalClientThreadList">signalClientThreadList</a></td> +<td>Public method to process the client thread list info.</td> +</tr><tr> +<td><a href="#DebugServer.signalClientThreadSet">signalClientThreadSet</a></td> +<td>Public method to handle the change of the client thread.</td> +</tr><tr> +<td><a href="#DebugServer.signalClientVariable">signalClientVariable</a></td> +<td>Public method to process the client variable info.</td> +</tr><tr> +<td><a href="#DebugServer.signalClientVariables">signalClientVariables</a></td> +<td>Public method to process the client variables info.</td> +</tr><tr> +<td><a href="#DebugServer.signalClientWatchConditionError">signalClientWatchConditionError</a></td> +<td>Public method to process the client watch expression error info.</td> +</tr><tr> <td><a href="#DebugServer.startClient">startClient</a></td> <td>Public method to start a debug client.</td> </tr> @@ -743,210 +743,7 @@ <dd> end index of the rows to be changed (QModelIndex) </dd> -</dl><a NAME="DebugServer.clientBanner" ID="DebugServer.clientBanner"></a> -<h4>DebugServer.clientBanner</h4> -<b>clientBanner</b>(<i>version, platform, debugClient</i>) -<p> - Public method to process the client banner info. -</p><dl> -<dt><i>version</i></dt> -<dd> -interpreter version info (string) -</dd><dt><i>platform</i></dt> -<dd> -hostname of the client (string) -</dd><dt><i>debugClient</i></dt> -<dd> -additional debugger type info (string) -</dd> -</dl><a NAME="DebugServer.clientBreakConditionError" ID="DebugServer.clientBreakConditionError"></a> -<h4>DebugServer.clientBreakConditionError</h4> -<b>clientBreakConditionError</b>(<i>filename, lineno</i>) -<p> - Public method to process the client breakpoint condition error info. -</p><dl> -<dt><i>filename</i></dt> -<dd> -filename of the breakpoint (string) -</dd><dt><i>lineno</i></dt> -<dd> -line umber of the breakpoint (integer) -</dd> -</dl><a NAME="DebugServer.clientCapabilities" ID="DebugServer.clientCapabilities"></a> -<h4>DebugServer.clientCapabilities</h4> -<b>clientCapabilities</b>(<i>capabilities, clientType</i>) -<p> - Public method to process the client capabilities info. -</p><dl> -<dt><i>capabilities</i></dt> -<dd> -bitmaks with the client capabilities (integer) -</dd><dt><i>clientType</i></dt> -<dd> -type of the debug client (string) -</dd> -</dl><a NAME="DebugServer.clientClearBreak" ID="DebugServer.clientClearBreak"></a> -<h4>DebugServer.clientClearBreak</h4> -<b>clientClearBreak</b>(<i>filename, lineno</i>) -<p> - Public method to process the client clear breakpoint command. -</p><dl> -<dt><i>filename</i></dt> -<dd> -filename of the breakpoint (string) -</dd><dt><i>lineno</i></dt> -<dd> -line umber of the breakpoint (integer) -</dd> -</dl><a NAME="DebugServer.clientClearWatch" ID="DebugServer.clientClearWatch"></a> -<h4>DebugServer.clientClearWatch</h4> -<b>clientClearWatch</b>(<i>condition</i>) -<p> - Public slot to handle the clientClearWatch signal. -</p><dl> -<dt><i>condition</i></dt> -<dd> -expression of watch expression to clear (string) -</dd> -</dl><a NAME="DebugServer.clientCompletionList" ID="DebugServer.clientCompletionList"></a> -<h4>DebugServer.clientCompletionList</h4> -<b>clientCompletionList</b>(<i>completionList, text</i>) -<p> - Public method to process the client auto completion info. -</p><dl> -<dt><i>completionList</i></dt> -<dd> -list of possible completions (list of strings) -</dd><dt><i>text</i></dt> -<dd> -the text to be completed (string) -</dd> -</dl><a NAME="DebugServer.clientException" ID="DebugServer.clientException"></a> -<h4>DebugServer.clientException</h4> -<b>clientException</b>(<i>exceptionType, exceptionMessage, stackTrace</i>) -<p> - Public method to process the exception info from the client. -</p><dl> -<dt><i>exceptionType</i></dt> -<dd> -type of exception raised (string) -</dd><dt><i>exceptionMessage</i></dt> -<dd> -message given by the exception (string) -</dd><dt><i>stackTrace</i></dt> -<dd> -list of stack entries with the exception position - first. Each stack entry is a list giving the filename and the linenumber. -</dd> -</dl><a NAME="DebugServer.clientExit" ID="DebugServer.clientExit"></a> -<h4>DebugServer.clientExit</h4> -<b>clientExit</b>(<i>status</i>) -<p> - Public method to process the client exit status. -</p><dl> -<dt><i>status</i></dt> -<dd> -exit code as a string (string) -</dd> -</dl><a NAME="DebugServer.clientLine" ID="DebugServer.clientLine"></a> -<h4>DebugServer.clientLine</h4> -<b>clientLine</b>(<i>filename, lineno, forStack = False</i>) -<p> - Public method to process client position feedback. -</p><dl> -<dt><i>filename</i></dt> -<dd> -name of the file currently being executed (string) -</dd><dt><i>lineno</i></dt> -<dd> -line of code currently being executed (integer) -</dd><dt><i>forStack</i></dt> -<dd> -flag indicating this is for a stack dump (boolean) -</dd> -</dl><a NAME="DebugServer.clientOutput" ID="DebugServer.clientOutput"></a> -<h4>DebugServer.clientOutput</h4> -<b>clientOutput</b>(<i>line</i>) -<p> - Public method to process a line of client output. -</p><dl> -<dt><i>line</i></dt> -<dd> -client output (string) -</dd> -</dl><a NAME="DebugServer.clientRawInput" ID="DebugServer.clientRawInput"></a> -<h4>DebugServer.clientRawInput</h4> -<b>clientRawInput</b>(<i>prompt, echo</i>) -<p> - Public method to process the client raw input command. -</p><dl> -<dt><i>prompt</i></dt> -<dd> -the input prompt (string) -</dd><dt><i>echo</i></dt> -<dd> -flag indicating an echoing of the input (boolean) -</dd> -</dl><a NAME="DebugServer.clientStack" ID="DebugServer.clientStack"></a> -<h4>DebugServer.clientStack</h4> -<b>clientStack</b>(<i>stack</i>) -<p> - Public method to process a client's stack information. -</p><dl> -<dt><i>stack</i></dt> -<dd> -list of stack entries. Each entry is a tuple of three - values giving the filename, linenumber and method - (list of lists of (string, integer, string)) -</dd> -</dl><a NAME="DebugServer.clientStatement" ID="DebugServer.clientStatement"></a> -<h4>DebugServer.clientStatement</h4> -<b>clientStatement</b>(<i>more</i>) -<p> - Public method to process the input response from the client. -</p><dl> -<dt><i>more</i></dt> -<dd> -flag indicating that more user input is required -</dd> -</dl><a NAME="DebugServer.clientSyntaxError" ID="DebugServer.clientSyntaxError"></a> -<h4>DebugServer.clientSyntaxError</h4> -<b>clientSyntaxError</b>(<i>message, filename, lineNo, characterNo</i>) -<p> - Public method to process the syntax error info from the client. -</p><dl> -<dt><i>message</i></dt> -<dd> -message of the syntax error (string) -</dd><dt><i>filename</i></dt> -<dd> -translated filename of the syntax error position (string) -</dd><dt><i>lineNo</i></dt> -<dd> -line number of the syntax error position (integer) -</dd><dt><i>characterNo</i></dt> -<dd> -character number of the syntax error position (integer) -</dd> -</dl><a NAME="DebugServer.clientThreadList" ID="DebugServer.clientThreadList"></a> -<h4>DebugServer.clientThreadList</h4> -<b>clientThreadList</b>(<i>currentId, threadList</i>) -<p> - Public method to process the client thread list info. -</p><dl> -<dt><i>currentID</i></dt> -<dd> -id of the current thread (integer) -</dd><dt><i>threadList</i></dt> -<dd> -list of dictionaries containing the thread data -</dd> -</dl><a NAME="DebugServer.clientThreadSet" ID="DebugServer.clientThreadSet"></a> -<h4>DebugServer.clientThreadSet</h4> -<b>clientThreadSet</b>(<i></i>) -<p> - Public method to handle the change of the client thread. -</p><a NAME="DebugServer.clientUtFinished" ID="DebugServer.clientUtFinished"></a> +</dl><a NAME="DebugServer.clientUtFinished" ID="DebugServer.clientUtFinished"></a> <h4>DebugServer.clientUtFinished</h4> <b>clientUtFinished</b>(<i></i>) <p> @@ -1011,42 +808,6 @@ <dd> lines of traceback info (string) </dd> -</dl><a NAME="DebugServer.clientVariable" ID="DebugServer.clientVariable"></a> -<h4>DebugServer.clientVariable</h4> -<b>clientVariable</b>(<i>scope, variables</i>) -<p> - Public method to process the client variable info. -</p><dl> -<dt><i>scope</i></dt> -<dd> -scope of the variables (-1 = empty global, 1 = global, 0 = local) -</dd><dt><i>variables</i></dt> -<dd> -the list of members of a classvariable from the client -</dd> -</dl><a NAME="DebugServer.clientVariables" ID="DebugServer.clientVariables"></a> -<h4>DebugServer.clientVariables</h4> -<b>clientVariables</b>(<i>scope, variables</i>) -<p> - Public method to process the client variables info. -</p><dl> -<dt><i>scope</i></dt> -<dd> -scope of the variables (-1 = empty global, 1 = global, 0 = local) -</dd><dt><i>variables</i></dt> -<dd> -the list of variables from the client -</dd> -</dl><a NAME="DebugServer.clientWatchConditionError" ID="DebugServer.clientWatchConditionError"></a> -<h4>DebugServer.clientWatchConditionError</h4> -<b>clientWatchConditionError</b>(<i>condition</i>) -<p> - Public method to process the client watch expression error info. -</p><dl> -<dt><i>condition</i></dt> -<dd> -expression of watch expression to clear (string) -</dd> </dl><a NAME="DebugServer.getBreakPointModel" ID="DebugServer.getBreakPointModel"></a> <h4>DebugServer.getBreakPointModel</h4> <b>getBreakPointModel</b>(<i></i>) @@ -1534,7 +1295,246 @@ </p><p> It closes our socket and shuts down the debug client. (Needed on Win OS) -</p><a NAME="DebugServer.startClient" ID="DebugServer.startClient"></a> +</p><a NAME="DebugServer.signalClientBanner" ID="DebugServer.signalClientBanner"></a> +<h4>DebugServer.signalClientBanner</h4> +<b>signalClientBanner</b>(<i>version, platform, debugClient</i>) +<p> + Public method to process the client banner info. +</p><dl> +<dt><i>version</i></dt> +<dd> +interpreter version info (string) +</dd><dt><i>platform</i></dt> +<dd> +hostname of the client (string) +</dd><dt><i>debugClient</i></dt> +<dd> +additional debugger type info (string) +</dd> +</dl><a NAME="DebugServer.signalClientBreakConditionError" ID="DebugServer.signalClientBreakConditionError"></a> +<h4>DebugServer.signalClientBreakConditionError</h4> +<b>signalClientBreakConditionError</b>(<i>filename, lineno</i>) +<p> + Public method to process the client breakpoint condition error info. +</p><dl> +<dt><i>filename</i></dt> +<dd> +filename of the breakpoint (string) +</dd><dt><i>lineno</i></dt> +<dd> +line umber of the breakpoint (integer) +</dd> +</dl><a NAME="DebugServer.signalClientCapabilities" ID="DebugServer.signalClientCapabilities"></a> +<h4>DebugServer.signalClientCapabilities</h4> +<b>signalClientCapabilities</b>(<i>capabilities, clientType</i>) +<p> + Public method to process the client capabilities info. +</p><dl> +<dt><i>capabilities</i></dt> +<dd> +bitmaks with the client capabilities (integer) +</dd><dt><i>clientType</i></dt> +<dd> +type of the debug client (string) +</dd> +</dl><a NAME="DebugServer.signalClientClearBreak" ID="DebugServer.signalClientClearBreak"></a> +<h4>DebugServer.signalClientClearBreak</h4> +<b>signalClientClearBreak</b>(<i>filename, lineno</i>) +<p> + Public method to process the client clear breakpoint command. +</p><dl> +<dt><i>filename</i></dt> +<dd> +filename of the breakpoint (string) +</dd><dt><i>lineno</i></dt> +<dd> +line umber of the breakpoint (integer) +</dd> +</dl><a NAME="DebugServer.signalClientClearWatch" ID="DebugServer.signalClientClearWatch"></a> +<h4>DebugServer.signalClientClearWatch</h4> +<b>signalClientClearWatch</b>(<i>condition</i>) +<p> + Public slot to handle the clientClearWatch signal. +</p><dl> +<dt><i>condition</i></dt> +<dd> +expression of watch expression to clear (string) +</dd> +</dl><a NAME="DebugServer.signalClientCompletionList" ID="DebugServer.signalClientCompletionList"></a> +<h4>DebugServer.signalClientCompletionList</h4> +<b>signalClientCompletionList</b>(<i>completionList, text</i>) +<p> + Public method to process the client auto completion info. +</p><dl> +<dt><i>completionList</i></dt> +<dd> +list of possible completions (list of strings) +</dd><dt><i>text</i></dt> +<dd> +the text to be completed (string) +</dd> +</dl><a NAME="DebugServer.signalClientException" ID="DebugServer.signalClientException"></a> +<h4>DebugServer.signalClientException</h4> +<b>signalClientException</b>(<i>exceptionType, exceptionMessage, stackTrace</i>) +<p> + Public method to process the exception info from the client. +</p><dl> +<dt><i>exceptionType</i></dt> +<dd> +type of exception raised (string) +</dd><dt><i>exceptionMessage</i></dt> +<dd> +message given by the exception (string) +</dd><dt><i>stackTrace</i></dt> +<dd> +list of stack entries with the exception position + first. Each stack entry is a list giving the filename and the linenumber. +</dd> +</dl><a NAME="DebugServer.signalClientExit" ID="DebugServer.signalClientExit"></a> +<h4>DebugServer.signalClientExit</h4> +<b>signalClientExit</b>(<i>status</i>) +<p> + Public method to process the client exit status. +</p><dl> +<dt><i>status</i></dt> +<dd> +exit code as a string (string) +</dd> +</dl><a NAME="DebugServer.signalClientLine" ID="DebugServer.signalClientLine"></a> +<h4>DebugServer.signalClientLine</h4> +<b>signalClientLine</b>(<i>filename, lineno, forStack = False</i>) +<p> + Public method to process client position feedback. +</p><dl> +<dt><i>filename</i></dt> +<dd> +name of the file currently being executed (string) +</dd><dt><i>lineno</i></dt> +<dd> +line of code currently being executed (integer) +</dd><dt><i>forStack</i></dt> +<dd> +flag indicating this is for a stack dump (boolean) +</dd> +</dl><a NAME="DebugServer.signalClientOutput" ID="DebugServer.signalClientOutput"></a> +<h4>DebugServer.signalClientOutput</h4> +<b>signalClientOutput</b>(<i>line</i>) +<p> + Public method to process a line of client output. +</p><dl> +<dt><i>line</i></dt> +<dd> +client output (string) +</dd> +</dl><a NAME="DebugServer.signalClientRawInput" ID="DebugServer.signalClientRawInput"></a> +<h4>DebugServer.signalClientRawInput</h4> +<b>signalClientRawInput</b>(<i>prompt, echo</i>) +<p> + Public method to process the client raw input command. +</p><dl> +<dt><i>prompt</i></dt> +<dd> +the input prompt (string) +</dd><dt><i>echo</i></dt> +<dd> +flag indicating an echoing of the input (boolean) +</dd> +</dl><a NAME="DebugServer.signalClientStack" ID="DebugServer.signalClientStack"></a> +<h4>DebugServer.signalClientStack</h4> +<b>signalClientStack</b>(<i>stack</i>) +<p> + Public method to process a client's stack information. +</p><dl> +<dt><i>stack</i></dt> +<dd> +list of stack entries. Each entry is a tuple of three + values giving the filename, linenumber and method + (list of lists of (string, integer, string)) +</dd> +</dl><a NAME="DebugServer.signalClientStatement" ID="DebugServer.signalClientStatement"></a> +<h4>DebugServer.signalClientStatement</h4> +<b>signalClientStatement</b>(<i>more</i>) +<p> + Public method to process the input response from the client. +</p><dl> +<dt><i>more</i></dt> +<dd> +flag indicating that more user input is required +</dd> +</dl><a NAME="DebugServer.signalClientSyntaxError" ID="DebugServer.signalClientSyntaxError"></a> +<h4>DebugServer.signalClientSyntaxError</h4> +<b>signalClientSyntaxError</b>(<i>message, filename, lineNo, characterNo</i>) +<p> + Public method to process the syntax error info from the client. +</p><dl> +<dt><i>message</i></dt> +<dd> +message of the syntax error (string) +</dd><dt><i>filename</i></dt> +<dd> +translated filename of the syntax error position (string) +</dd><dt><i>lineNo</i></dt> +<dd> +line number of the syntax error position (integer) +</dd><dt><i>characterNo</i></dt> +<dd> +character number of the syntax error position (integer) +</dd> +</dl><a NAME="DebugServer.signalClientThreadList" ID="DebugServer.signalClientThreadList"></a> +<h4>DebugServer.signalClientThreadList</h4> +<b>signalClientThreadList</b>(<i>currentId, threadList</i>) +<p> + Public method to process the client thread list info. +</p><dl> +<dt><i>currentID</i></dt> +<dd> +id of the current thread (integer) +</dd><dt><i>threadList</i></dt> +<dd> +list of dictionaries containing the thread data +</dd> +</dl><a NAME="DebugServer.signalClientThreadSet" ID="DebugServer.signalClientThreadSet"></a> +<h4>DebugServer.signalClientThreadSet</h4> +<b>signalClientThreadSet</b>(<i></i>) +<p> + Public method to handle the change of the client thread. +</p><a NAME="DebugServer.signalClientVariable" ID="DebugServer.signalClientVariable"></a> +<h4>DebugServer.signalClientVariable</h4> +<b>signalClientVariable</b>(<i>scope, variables</i>) +<p> + Public method to process the client variable info. +</p><dl> +<dt><i>scope</i></dt> +<dd> +scope of the variables (-1 = empty global, 1 = global, 0 = local) +</dd><dt><i>variables</i></dt> +<dd> +the list of members of a classvariable from the client +</dd> +</dl><a NAME="DebugServer.signalClientVariables" ID="DebugServer.signalClientVariables"></a> +<h4>DebugServer.signalClientVariables</h4> +<b>signalClientVariables</b>(<i>scope, variables</i>) +<p> + Public method to process the client variables info. +</p><dl> +<dt><i>scope</i></dt> +<dd> +scope of the variables (-1 = empty global, 1 = global, 0 = local) +</dd><dt><i>variables</i></dt> +<dd> +the list of variables from the client +</dd> +</dl><a NAME="DebugServer.signalClientWatchConditionError" ID="DebugServer.signalClientWatchConditionError"></a> +<h4>DebugServer.signalClientWatchConditionError</h4> +<b>signalClientWatchConditionError</b>(<i>condition</i>) +<p> + Public method to process the client watch expression error info. +</p><dl> +<dt><i>condition</i></dt> +<dd> +expression of watch expression to clear (string) +</dd> +</dl><a NAME="DebugServer.startClient" ID="DebugServer.startClient"></a> <h4>DebugServer.startClient</h4> <b>startClient</b>(<i>unplanned = True, clType = None, forProject = False, runInConsole = False</i>) <p>
--- a/Documentation/Source/eric5.Debugger.DebugUI.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Debugger.DebugUI.html Thu Aug 12 16:43:33 2010 +0200 @@ -71,7 +71,7 @@ QObject <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>clientStack</td></tr><tr><td>compileForms</td></tr><tr><td>compileResources</td></tr><tr><td>debuggingStarted</td></tr><tr><td>exceptionInterrupt</td></tr><tr><td>resetUI</td></tr> </table> <h3>Methods</h3> <table> @@ -208,9 +208,6 @@ <td><a href="#DebugUI.__projectOpened">__projectOpened</a></td> <td>Private slot to handle the projectOpened signal.</td> </tr><tr> -<td><a href="#DebugUI.__projectSessionLoaded">__projectSessionLoaded</a></td> -<td>Private slot to handle the projectSessionLoaded signal.</td> -</tr><tr> <td><a href="#DebugUI.__resetUI">__resetUI</a></td> <td>Private slot to reset the user interface.</td> </tr><tr> @@ -393,7 +390,7 @@ </p><dl> <dt><i>unplanned</i></dt> <dd> -1 if the client died, 0 otherwise +True if the client died, False otherwise </dd> </dl><a NAME="DebugUI.__clientLine" ID="DebugUI.__clientLine"></a> <h4>DebugUI.__clientLine</h4> @@ -674,11 +671,6 @@ <b>__projectOpened</b>(<i></i>) <p> Private slot to handle the projectOpened signal. -</p><a NAME="DebugUI.__projectSessionLoaded" ID="DebugUI.__projectSessionLoaded"></a> -<h4>DebugUI.__projectSessionLoaded</h4> -<b>__projectSessionLoaded</b>(<i></i>) -<p> - Private slot to handle the projectSessionLoaded signal. </p><a NAME="DebugUI.__resetUI" ID="DebugUI.__resetUI"></a> <h4>DebugUI.__resetUI</h4> <b>__resetUI</b>(<i></i>)
--- a/Documentation/Source/eric5.Debugger.DebugViewer.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Debugger.DebugViewer.html Thu Aug 12 16:43:33 2010 +0200 @@ -72,7 +72,7 @@ QWidget <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>sourceFile</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Debugger.ExceptionLogger.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Debugger.ExceptionLogger.html Thu Aug 12 16:43:33 2010 +0200 @@ -58,7 +58,7 @@ QTreeWidget <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>sourceFile</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Debugger.WatchPointModel.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Debugger.WatchPointModel.html Thu Aug 12 16:43:33 2010 +0200 @@ -49,7 +49,7 @@ QAbstractItemModel <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>dataAboutToBeChanged</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.E5Gui.E5ModelMenu.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.E5Gui.E5ModelMenu.html Thu Aug 12 16:43:33 2010 +0200 @@ -46,7 +46,7 @@ Class implementing a menu populated from a QAbstractItemModel. </p><h4>Signals</h4> <dl> -<dt>activated(const QModelIndex&)</dt> +<dt>activated(QModelIndex)</dt> <dd> emitted when an action has been triggered </dd> @@ -55,7 +55,7 @@ QMenu <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>activated</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.E5Gui.E5ModelToolBar.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.E5Gui.E5ModelToolBar.html Thu Aug 12 16:43:33 2010 +0200 @@ -44,12 +44,18 @@ <h2>E5ModelToolBar</h2> <p> Class implementing a tool bar populated from a QAbstractItemModel. -</p> +</p><h4>Signals</h4> +<dl> +<dt>activated(QModelIndex)</dt> +<dd> +emitted when an action has been triggered +</dd> +</dl> <h3>Derived from</h3> QToolBar <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>activated</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.E5Gui.E5TabWidget.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.E5Gui.E5TabWidget.html Thu Aug 12 16:43:33 2010 +0200 @@ -62,7 +62,7 @@ E5WheelTabBar <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>tabMoveRequested</td></tr> </table> <h3>Methods</h3> <table> @@ -155,7 +155,7 @@ QTabWidget <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>customTabContextMenuRequested</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Graphics.UMLGraphicsView.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Graphics.UMLGraphicsView.html Thu Aug 12 16:43:33 2010 +0200 @@ -56,7 +56,7 @@ E5GraphicsView <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>relayout</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Helpviewer.AdBlock.AdBlockManager.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Helpviewer.AdBlock.AdBlockManager.html Thu Aug 12 16:43:33 2010 +0200 @@ -55,7 +55,7 @@ QObject <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>rulesChanged</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Helpviewer.AdBlock.AdBlockSubscription.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Helpviewer.AdBlock.AdBlockSubscription.html Thu Aug 12 16:43:33 2010 +0200 @@ -58,7 +58,7 @@ QObject <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>changed</td></tr><tr><td>rulesChanged</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarksDialog.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarksDialog.html Thu Aug 12 16:43:33 2010 +0200 @@ -46,20 +46,19 @@ Class implementing a dialog to manage bookmarks. </p><h4>Signals</h4> <dl> -<dt>newUrl(const QUrl&, const QString&)</dt> +<dt>newUrl(QUrl, str)</dt> <dd> emitted to open a URL in a new tab -</dd><dt>openUrl(const QUrl&, const QString&)</dt> +</dd><dt>openUrl(QUrl, str)</dt> <dd> -emitted to open a URL in the current - tab +emitted to open a URL in the current tab </dd> </dl> <h3>Derived from</h3> QDialog, Ui_BookmarksDialog <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>newUrl</td></tr><tr><td>openUrl</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarksManager.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarksManager.html Thu Aug 12 16:43:33 2010 +0200 @@ -55,13 +55,13 @@ Class implementing the bookmarks manager. </p><h4>Signals</h4> <dl> -<dt>entryAdded</dt> +<dt>entryAdded(BookmarkNode)</dt> <dd> emitted after a bookmark node has been added -</dd><dt>entryChanged</dt> +</dd><dt>entryChanged(BookmarkNode)</dt> <dd> emitted after a bookmark node has been changed -</dd><dt>entryRemoved</dt> +</dd><dt>entryRemoved(BookmarkNode, int, BookmarkNode)</dt> <dd> emitted after a bookmark node has been removed @@ -71,7 +71,7 @@ QObject <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>entryAdded</td></tr><tr><td>entryChanged</td></tr><tr><td>entryRemoved</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarksMenu.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarksMenu.html Thu Aug 12 16:43:33 2010 +0200 @@ -49,20 +49,19 @@ Class implementing the bookmarks menu base class. </p><h4>Signals</h4> <dl> -<dt>newUrl(const QUrl&, const QString&)</dt> +<dt>newUrl(QUrl, str)</dt> <dd> emitted to open a URL in a new tab -</dd><dt>openUrl(const QUrl&, const QString&)</dt> +</dd><dt>openUrl(QUrl, str)</dt> <dd> -emitted to open a URL in the current - tab +emitted to open a URL in the current tab </dd> </dl> <h3>Derived from</h3> E5ModelMenu <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>newUrl</td></tr><tr><td>openUrl</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarksToolBar.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarksToolBar.html Thu Aug 12 16:43:33 2010 +0200 @@ -46,20 +46,19 @@ Class implementing a tool bar showing bookmarks. </p><h4>Signals</h4> <dl> -<dt>newUrl(const QUrl&, const QString&)</dt> +<dt>newUrl(QUrl, str)</dt> <dd> emitted to open a URL in a new tab -</dd><dt>openUrl(const QUrl&, const QString&)</dt> +</dd><dt>openUrl(QUrl, str)</dt> <dd> -emitted to open a URL in the current - tab +emitted to open a URL in the current tab </dd> </dl> <h3>Derived from</h3> E5ModelToolBar <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>newUrl</td></tr><tr><td>openUrl</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Helpviewer.CookieJar.CookieJar.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Helpviewer.CookieJar.CookieJar.html Thu Aug 12 16:43:33 2010 +0200 @@ -55,7 +55,7 @@ QNetworkCookieJar <h3>Class Attributes</h3> <table> -<tr><td>AcceptAlways</td></tr><tr><td>AcceptNever</td></tr><tr><td>AcceptOnlyFromSitesNavigatedTo</td></tr><tr><td>Allow</td></tr><tr><td>AllowForSession</td></tr><tr><td>Block</td></tr><tr><td>JAR_VERSION</td></tr><tr><td>KeepUntilExit</td></tr><tr><td>KeepUntilExpire</td></tr><tr><td>KeepUntilTimeLimit</td></tr> +<tr><td>AcceptAlways</td></tr><tr><td>AcceptNever</td></tr><tr><td>AcceptOnlyFromSitesNavigatedTo</td></tr><tr><td>Allow</td></tr><tr><td>AllowForSession</td></tr><tr><td>Block</td></tr><tr><td>JAR_VERSION</td></tr><tr><td>KeepUntilExit</td></tr><tr><td>KeepUntilExpire</td></tr><tr><td>KeepUntilTimeLimit</td></tr><tr><td>cookiesChanged</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Helpviewer.HelpBrowserWV.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Helpviewer.HelpBrowserWV.html Thu Aug 12 16:43:33 2010 +0200 @@ -67,13 +67,13 @@ </dd><dt>forwardAvailable(bool)</dt> <dd> emitted after the current URL has changed -</dd><dt>highlighted(const QString&)</dt> +</dd><dt>highlighted(str)</dt> <dd> emitted, when the mouse hovers over a link -</dd><dt>search(const QUrl &)</dt> +</dd><dt>search(QUrl)</dt> <dd> emitted, when a search is requested -</dd><dt>sourceChanged(const QUrl &)</dt> +</dd><dt>sourceChanged(QUrl)</dt> <dd> emitted after the current URL has changed </dd> @@ -82,7 +82,7 @@ QWebView <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>backwardAvailable</td></tr><tr><td>forwardAvailable</td></tr><tr><td>highlighted</td></tr><tr><td>search</td></tr><tr><td>sourceChanged</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Helpviewer.HelpDocsInstaller.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Helpviewer.HelpDocsInstaller.html Thu Aug 12 16:43:33 2010 +0200 @@ -51,7 +51,7 @@ <dt>docsInstalled(bool)</dt> <dd> emitted after the installation has finished -</dd><dt>errorMessage(const QString&)</dt> +</dd><dt>errorMessage(str)</dt> <dd> emitted, if an error occurred during the installation of the documentation @@ -61,7 +61,7 @@ QThread <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>docsInstalled</td></tr><tr><td>errorMessage</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Helpviewer.HelpIndexWidget.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Helpviewer.HelpIndexWidget.html Thu Aug 12 16:43:33 2010 +0200 @@ -49,7 +49,7 @@ <dt>escapePressed()</dt> <dd> emitted when the ESC key was pressed -</dd><dt>linkActivated(const QUrl&)</dt> +</dd><dt>linkActivated(QUrl)</dt> <dd> emitted when an index entry is activated </dd><dt>linksActivated(links, keyword)</dt> @@ -62,7 +62,7 @@ QWidget <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>escapePressed</td></tr><tr><td>linkActivated</td></tr><tr><td>linksActivated</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Helpviewer.HelpSearchWidget.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Helpviewer.HelpSearchWidget.html Thu Aug 12 16:43:33 2010 +0200 @@ -49,7 +49,7 @@ <dt>escapePressed()</dt> <dd> emitted when the ESC key was pressed -</dd><dt>linkActivated(const QUrl&)</dt> +</dd><dt>linkActivated(QUrl)</dt> <dd> emitted when a search result entry is activated </dd> @@ -58,7 +58,7 @@ QWidget <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>escapePressed</td></tr><tr><td>linkActivated</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Helpviewer.HelpTocWidget.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Helpviewer.HelpTocWidget.html Thu Aug 12 16:43:33 2010 +0200 @@ -49,7 +49,7 @@ <dt>escapePressed()</dt> <dd> emitted when the ESC key was pressed -</dd><dt>linkActivated(const QUrl&)</dt> +</dd><dt>linkActivated(QUrl)</dt> <dd> emitted when a TOC entry is activated </dd> @@ -58,7 +58,7 @@ QWidget <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>escapePressed</td></tr><tr><td>linkActivated</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Helpviewer.HelpWebSearchWidget.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Helpviewer.HelpWebSearchWidget.html Thu Aug 12 16:43:33 2010 +0200 @@ -46,7 +46,7 @@ Class implementing a web search widget for the web browser. </p><h4>Signals</h4> <dl> -<dt>search(url)</dt> +<dt>search(QUrl)</dt> <dd> emitted when the search should be done </dd> @@ -55,7 +55,7 @@ QWidget <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>search</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Helpviewer.HelpWindow.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Helpviewer.HelpWindow.html Thu Aug 12 16:43:33 2010 +0200 @@ -59,7 +59,7 @@ QMainWindow <h3>Class Attributes</h3> <table> -<tr><td>_adblockManager</td></tr><tr><td>_bookmarksManager</td></tr><tr><td>_cookieJar</td></tr><tr><td>_helpEngine</td></tr><tr><td>_historyManager</td></tr><tr><td>_networkAccessManager</td></tr><tr><td>_passwordManager</td></tr><tr><td>helpwindows</td></tr><tr><td>maxMenuFilePathLen</td></tr> +<tr><td>_adblockManager</td></tr><tr><td>_bookmarksManager</td></tr><tr><td>_cookieJar</td></tr><tr><td>_helpEngine</td></tr><tr><td>_historyManager</td></tr><tr><td>_networkAccessManager</td></tr><tr><td>_passwordManager</td></tr><tr><td>helpClosed</td></tr><tr><td>helpwindows</td></tr><tr><td>maxMenuFilePathLen</td></tr><tr><td>zoomTextOnlyChanged</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Helpviewer.History.HistoryDialog.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Helpviewer.History.HistoryDialog.html Thu Aug 12 16:43:33 2010 +0200 @@ -46,20 +46,19 @@ Class implementing a dialog to manage history. </p><h4>Signals</h4> <dl> -<dt>newUrl(const QUrl&, const QString&)</dt> +<dt>newUrl(QUrl, str)</dt> <dd> emitted to open a URL in a new tab -</dd><dt>openUrl(const QUrl&, const QString&)</dt> +</dd><dt>openUrl(QUrl, str)</dt> <dd> -emitted to open a URL in the current - tab +emitted to open a URL in the current tab </dd> </dl> <h3>Derived from</h3> QDialog, Ui_HistoryDialog <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>newUrl</td></tr><tr><td>openUrl</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Helpviewer.History.HistoryManager.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Helpviewer.History.HistoryManager.html Thu Aug 12 16:43:33 2010 +0200 @@ -137,10 +137,10 @@ Class implementing the history manager. </p><h4>Signals</h4> <dl> -<dt>entryAdded</dt> +<dt>entryAdded(HistoryEntry)</dt> <dd> emitted after a history entry has been added -</dd><dt>entryRemoved</dt> +</dd><dt>entryRemoved(HistoryEntry)</dt> <dd> emitted after a history entry has been removed </dd><dt>entryUpdated(int)</dt> @@ -158,7 +158,7 @@ QWebHistoryInterface <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>entryAdded</td></tr><tr><td>entryRemoved</td></tr><tr><td>entryUpdated</td></tr><tr><td>historyCleared</td></tr><tr><td>historyReset</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Helpviewer.History.HistoryMenu.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Helpviewer.History.HistoryMenu.html Thu Aug 12 16:43:33 2010 +0200 @@ -49,20 +49,19 @@ Class implementing the history menu. </p><h4>Signals</h4> <dl> -<dt>newUrl(const QUrl&, const QString&)</dt> +<dt>newUrl(QUrl, str)</dt> <dd> emitted to open a URL in a new tab -</dd><dt>openUrl(const QUrl&, const QString&)</dt> +</dd><dt>openUrl(QUrl, str)</dt> <dd> -emitted to open a URL in the current - tab +emitted to open a URL in the current tab </dd> </dl> <h3>Derived from</h3> E5ModelMenu <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>newUrl</td></tr><tr><td>openUrl</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Helpviewer.Network.NetworkAccessManager.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Helpviewer.Network.NetworkAccessManager.html Thu Aug 12 16:43:33 2010 +0200 @@ -46,7 +46,7 @@ Class implementing a QNetworkAccessManager subclass. </p><h4>Signals</h4> <dl> -<dt>requestCreated(QNetworkAccessManager::Operation, const QNetworkRequest&, QNetworkReply*)</dt> +<dt>requestCreated(QNetworkAccessManager.Operation, QNetworkRequest, QNetworkReply)</dt> <dd> emitted after the request has been created </dd> @@ -55,7 +55,7 @@ QNetworkAccessManager <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>requestCreated</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Helpviewer.OpenSearch.OpenSearchEngine.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Helpviewer.OpenSearch.OpenSearchEngine.html Thu Aug 12 16:43:33 2010 +0200 @@ -49,7 +49,7 @@ <dt>imageChanged()</dt> <dd> emitted after the icon has been changed -</dd><dt>suggestions(const QStringList&)</dt> +</dd><dt>suggestions(list of strings)</dt> <dd> emitted after the suggestions have been received @@ -59,7 +59,7 @@ QObject <h3>Class Attributes</h3> <table> -<tr><td>_language</td></tr><tr><td>loc</td></tr> +<tr><td>_language</td></tr><tr><td>imageChanged</td></tr><tr><td>loc</td></tr><tr><td>suggestions</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Helpviewer.OpenSearch.OpenSearchManager.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Helpviewer.OpenSearch.OpenSearchManager.html Thu Aug 12 16:43:33 2010 +0200 @@ -59,7 +59,7 @@ QObject <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>changed</td></tr><tr><td>currentEngineChanged</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Helpviewer.Passwords.PasswordManager.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Helpviewer.Passwords.PasswordManager.html Thu Aug 12 16:43:33 2010 +0200 @@ -133,7 +133,7 @@ QObject <h3>Class Attributes</h3> <table> -<tr><td>FORMS</td></tr><tr><td>NEVER</td></tr><tr><td>SEPARATOR</td></tr> +<tr><td>FORMS</td></tr><tr><td>NEVER</td></tr><tr><td>SEPARATOR</td></tr><tr><td>changed</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.IconEditor.IconEditorGrid.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.IconEditor.IconEditorGrid.html Thu Aug 12 16:43:33 2010 +0200 @@ -128,7 +128,7 @@ <dd> emitted to signal the availability of an image to be pasted -</dd><dt>colorChanged(const QColor&)</dt> +</dd><dt>colorChanged(QColor)</dt> <dd> emitted after the drawing color was changed </dd><dt>imageChanged(bool)</dt> @@ -137,7 +137,7 @@ </dd><dt>positionChanged(int, int)</dt> <dd> emitted after the cursor poition was changed -</dd><dt>previewChanged(const QPixmap&)</dt> +</dd><dt>previewChanged(QPixmap)</dt> <dd> emitted to signal a new preview pixmap </dd><dt>selectionAvailable(bool)</dt> @@ -152,7 +152,7 @@ QWidget <h3>Class Attributes</h3> <table> -<tr><td>Circle</td></tr><tr><td>CircleSelection</td></tr><tr><td>ColorPicker</td></tr><tr><td>Ellipse</td></tr><tr><td>Fill</td></tr><tr><td>FilledCircle</td></tr><tr><td>FilledEllipse</td></tr><tr><td>FilledRectangle</td></tr><tr><td>Line</td></tr><tr><td>MarkColor</td></tr><tr><td>NoMarkColor</td></tr><tr><td>Pencil</td></tr><tr><td>Rectangle</td></tr><tr><td>RectangleSelection</td></tr><tr><td>Rubber</td></tr> +<tr><td>Circle</td></tr><tr><td>CircleSelection</td></tr><tr><td>ColorPicker</td></tr><tr><td>Ellipse</td></tr><tr><td>Fill</td></tr><tr><td>FilledCircle</td></tr><tr><td>FilledEllipse</td></tr><tr><td>FilledRectangle</td></tr><tr><td>Line</td></tr><tr><td>MarkColor</td></tr><tr><td>NoMarkColor</td></tr><tr><td>Pencil</td></tr><tr><td>Rectangle</td></tr><tr><td>RectangleSelection</td></tr><tr><td>Rubber</td></tr><tr><td>canRedoChanged</td></tr><tr><td>canUndoChanged</td></tr><tr><td>clipboardImageAvailable</td></tr><tr><td>colorChanged</td></tr><tr><td>imageChanged</td></tr><tr><td>positionChanged</td></tr><tr><td>previewChanged</td></tr><tr><td>selectionAvailable</td></tr><tr><td>sizeChanged</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.IconEditor.IconEditorPalette.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.IconEditor.IconEditorPalette.html Thu Aug 12 16:43:33 2010 +0200 @@ -55,7 +55,7 @@ QWidget <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>colorSelected</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.IconEditor.IconEditorWindow.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.IconEditor.IconEditorWindow.html Thu Aug 12 16:43:33 2010 +0200 @@ -55,7 +55,7 @@ QMainWindow <h3>Class Attributes</h3> <table> -<tr><td>windows</td></tr> +<tr><td>editorClosed</td></tr><tr><td>windows</td></tr> </table> <h3>Methods</h3> <table> @@ -183,7 +183,8 @@ parent widget of this window (QWidget) </dd><dt><i>fromEric=</i></dt> <dd> -flag indicating whether it was called from within eric5 (boolean) +flag indicating whether it was called from within + eric5 (boolean) </dd><dt><i>initShortcutsOnly=</i></dt> <dd> flag indicating to just initialize the keyboard
--- a/Documentation/Source/eric5.MultiProject.MultiProject.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.MultiProject.MultiProject.html Thu Aug 12 16:43:33 2010 +0200 @@ -46,7 +46,7 @@ Class implementing the project management functionality. </p><h4>Signals</h4> <dl> -<dt>dirty(int)</dt> +<dt>dirty(bool)</dt> <dd> emitted when the dirty state changes </dd><dt>multiProjectClosed()</dt> @@ -87,7 +87,7 @@ QObject <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>dirty</td></tr><tr><td>multiProjectClosed</td></tr><tr><td>multiProjectOpened</td></tr><tr><td>multiProjectPropertiesChanged</td></tr><tr><td>newMultiProject</td></tr><tr><td>projectAdded</td></tr><tr><td>projectDataChanged</td></tr><tr><td>projectOpened</td></tr><tr><td>projectRemoved</td></tr><tr><td>showMenu</td></tr> </table> <h3>Methods</h3> <table> @@ -107,6 +107,9 @@ <td><a href="#MultiProject.__loadRecent">__loadRecent</a></td> <td>Private method to load the recently opened multi project filenames.</td> </tr><tr> +<td><a href="#MultiProject.__newMultiProject">__newMultiProject</a></td> +<td>Private slot to build a new multi project.</td> +</tr><tr> <td><a href="#MultiProject.__openMasterProject">__openMasterProject</a></td> <td>Public slot to open the master project.</td> </tr><tr> @@ -197,9 +200,6 @@ <td><a href="#MultiProject.isOpen">isOpen</a></td> <td>Public method to return the opened state.</td> </tr><tr> -<td><a href="#MultiProject.newMultiProject">newMultiProject</a></td> -<td>Public slot to build a new multi project.</td> -</tr><tr> <td><a href="#MultiProject.openMultiProject">openMultiProject</a></td> <td>Public slot to open a multi project.</td> </tr><tr> @@ -262,6 +262,14 @@ <b>__loadRecent</b>(<i></i>) <p> Private method to load the recently opened multi project filenames. +</p><a NAME="MultiProject.__newMultiProject" ID="MultiProject.__newMultiProject"></a> +<h4>MultiProject.__newMultiProject</h4> +<b>__newMultiProject</b>(<i></i>) +<p> + Private slot to build a new multi project. +</p><p> + This method displays the new multi project dialog and initializes + the multi project object with the data entered. </p><a NAME="MultiProject.__openMasterProject" ID="MultiProject.__openMasterProject"></a> <h4>MultiProject.__openMasterProject</h4> <b>__openMasterProject</b>(<i>reopen = True</i>) @@ -573,15 +581,7 @@ <dd> open state (boolean) </dd> -</dl><a NAME="MultiProject.newMultiProject" ID="MultiProject.newMultiProject"></a> -<h4>MultiProject.newMultiProject</h4> -<b>newMultiProject</b>(<i></i>) -<p> - Public slot to build a new multi project. -</p><p> - This method displays the new multi project dialog and initializes - the multi project object with the data entered. -</p><a NAME="MultiProject.openMultiProject" ID="MultiProject.openMultiProject"></a> +</dl><a NAME="MultiProject.openMultiProject" ID="MultiProject.openMultiProject"></a> <h4>MultiProject.openMultiProject</h4> <b>openMultiProject</b>(<i>fn = None, openMaster = True</i>) <p>
--- a/Documentation/Source/eric5.PluginManager.PluginManager.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.PluginManager.PluginManager.html Thu Aug 12 16:43:33 2010 +0200 @@ -75,7 +75,7 @@ QObject <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>allPlugginsActivated</td></tr><tr><td>pluginAboutToBeActivated</td></tr><tr><td>pluginAboutToBeDeactivated</td></tr><tr><td>pluginActivated</td></tr><tr><td>pluginDeactivated</td></tr><tr><td>shutdown</td></tr> </table> <h3>Methods</h3> <table> @@ -119,6 +119,9 @@ <td><a href="#PluginManager.deactivateVcsPlugins">deactivateVcsPlugins</a></td> <td>Public method to deactivated all activated VCS plugins.</td> </tr><tr> +<td><a href="#PluginManager.doShutdown">doShutdown</a></td> +<td>Public method called to perform actions upon shutdown of the IDE.</td> +</tr><tr> <td><a href="#PluginManager.finalizeSetup">finalizeSetup</a></td> <td>Public method to finalize the setup of the plugin manager.</td> </tr><tr> @@ -179,9 +182,6 @@ <td><a href="#PluginManager.removePluginFromSysModules">removePluginFromSysModules</a></td> <td>Public method to remove a plugin and all related modules from sys.modules.</td> </tr><tr> -<td><a href="#PluginManager.shutdown">shutdown</a></td> -<td>Public method called to perform actions upon shutdown of the IDE.</td> -</tr><tr> <td><a href="#PluginManager.unloadPlugin">unloadPlugin</a></td> <td>Public method to unload a plugin module.</td> </tr> @@ -342,6 +342,11 @@ <b>deactivateVcsPlugins</b>(<i></i>) <p> Public method to deactivated all activated VCS plugins. +</p><a NAME="PluginManager.doShutdown" ID="PluginManager.doShutdown"></a> +<h4>PluginManager.doShutdown</h4> +<b>doShutdown</b>(<i></i>) +<p> + Public method called to perform actions upon shutdown of the IDE. </p><a NAME="PluginManager.finalizeSetup" ID="PluginManager.finalizeSetup"></a> <h4>PluginManager.finalizeSetup</h4> <b>finalizeSetup</b>(<i></i>) @@ -656,12 +661,7 @@ <dd> flag indicating the plugin module was found in sys.modules (boolean) </dd> -</dl><a NAME="PluginManager.shutdown" ID="PluginManager.shutdown"></a> -<h4>PluginManager.shutdown</h4> -<b>shutdown</b>(<i></i>) -<p> - Public method called to perform actions upon shutdown of the IDE. -</p><a NAME="PluginManager.unloadPlugin" ID="PluginManager.unloadPlugin"></a> +</dl><a NAME="PluginManager.unloadPlugin" ID="PluginManager.unloadPlugin"></a> <h4>PluginManager.unloadPlugin</h4> <b>unloadPlugin</b>(<i>name, directory</i>) <p>
--- a/Documentation/Source/eric5.PluginManager.PluginRepositoryDialog.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.PluginManager.PluginRepositoryDialog.html Thu Aug 12 16:43:33 2010 +0200 @@ -104,7 +104,7 @@ Class implementing a dialog showing the available plugins. </p><h4>Signals</h4> <dl> -<dt>closeAndInstall</dt> +<dt>closeAndInstall()</dt> <dd> emitted when the Close & Install button is pressed </dd> @@ -113,7 +113,7 @@ QWidget, Ui_PluginRepositoryDialog <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>closeAndInstall</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Plugins.PluginVcsMercurial.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Plugins.PluginVcsMercurial.html Thu Aug 12 16:43:33 2010 +0200 @@ -64,7 +64,7 @@ Class implementing the Mercurial version control plugin. </p> <h3>Derived from</h3> -object +QObject <h3>Class Attributes</h3> <table> <tr><td>None</td></tr>
--- a/Documentation/Source/eric5.Plugins.PluginVcsPySvn.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Plugins.PluginVcsPySvn.html Thu Aug 12 16:43:33 2010 +0200 @@ -64,7 +64,7 @@ Class implementing the PySvn version control plugin. </p> <h3>Derived from</h3> -object +QObject <h3>Class Attributes</h3> <table> <tr><td>None</td></tr>
--- a/Documentation/Source/eric5.Plugins.PluginVcsSubversion.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Plugins.PluginVcsSubversion.html Thu Aug 12 16:43:33 2010 +0200 @@ -64,7 +64,7 @@ Class implementing the Subversion version control plugin. </p> <h3>Derived from</h3> -object +QObject <h3>Class Attributes</h3> <table> <tr><td>None</td></tr>
--- a/Documentation/Source/eric5.Plugins.PluginVmListspace.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Plugins.PluginVmListspace.html Thu Aug 12 16:43:33 2010 +0200 @@ -49,7 +49,7 @@ Class implementing the Listspace view manager plugin. </p> <h3>Derived from</h3> -object +QObject <h3>Class Attributes</h3> <table> <tr><td>None</td></tr>
--- a/Documentation/Source/eric5.Plugins.PluginVmMdiArea.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Plugins.PluginVmMdiArea.html Thu Aug 12 16:43:33 2010 +0200 @@ -49,7 +49,7 @@ Class implementing the Workspace view manager plugin. </p> <h3>Derived from</h3> -object +QObject <h3>Class Attributes</h3> <table> <tr><td>None</td></tr>
--- a/Documentation/Source/eric5.Plugins.PluginVmTabview.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Plugins.PluginVmTabview.html Thu Aug 12 16:43:33 2010 +0200 @@ -49,7 +49,7 @@ Class implementing the Tabview view manager plugin. </p> <h3>Derived from</h3> -object +QObject <h3>Class Attributes</h3> <table> <tr><td>None</td></tr>
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html Thu Aug 12 16:43:33 2010 +0200 @@ -58,7 +58,7 @@ QWidget, Ui_HgCommitDialog <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>accepted</td></tr><tr><td>rejected</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html Thu Aug 12 16:43:33 2010 +0200 @@ -55,7 +55,7 @@ VersionControl <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>committed</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html Thu Aug 12 16:43:33 2010 +0200 @@ -58,7 +58,7 @@ QWidget, Ui_SvnCommitDialog <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>accepted</td></tr><tr><td>rejected</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html Thu Aug 12 16:43:33 2010 +0200 @@ -55,7 +55,7 @@ VersionControl <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>committed</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html Thu Aug 12 16:43:33 2010 +0200 @@ -58,7 +58,7 @@ QWidget, Ui_SvnCommitDialog <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>accepted</td></tr><tr><td>rejected</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html Thu Aug 12 16:43:33 2010 +0200 @@ -55,7 +55,7 @@ VersionControl <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>committed</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html Thu Aug 12 16:43:33 2010 +0200 @@ -49,19 +49,51 @@ Class implementing the listspace viewmanager class. </p><h4>Signals</h4> <dl> -<dt>changeCaption(string)</dt> +<dt>bookmarkToggled(Editor)</dt> +<dd> +emitted when a bookmark is toggled. +</dd><dt>breakpointToggled(Editor)</dt> +<dd> +emitted when a breakpoint is toggled. +</dd><dt>changeCaption(str)</dt> <dd> emitted if a change of the caption is necessary -</dd><dt>editorChanged(string)</dt> +</dd><dt>checkActions(Editor)</dt> +<dd> +emitted when some actions should be checked + for their status +</dd><dt>cursorChanged(Editor)</dt> +<dd> +emitted after the cursor position of the active + window has changed +</dd><dt>editorChanged(str)</dt> <dd> emitted when the current editor has changed +</dd><dt>editorClosed(str)</dt> +<dd> +emitted just before an editor window gets closed +</dd><dt>editorClosedEd(Editor)</dt> +<dd> +emitted just before an editor window gets closed +</dd><dt>editorOpened(str)</dt> +<dd> +emitted after an editor window was opened +</dd><dt>editorOpenedEd(Editor)</dt> +<dd> +emitted after an editor window was opened +</dd><dt>editorSaved(str)</dt> +<dd> +emitted after an editor window was saved +</dd><dt>lastEditorClosed()</dt> +<dd> +emitted after the last editor window was closed </dd> </dl> <h3>Derived from</h3> QSplitter, ViewManager <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>bookmarkToggled</td></tr><tr><td>breakpointToggled</td></tr><tr><td>changeCaption</td></tr><tr><td>checkActions</td></tr><tr><td>cursorChanged</td></tr><tr><td>editorChanged</td></tr><tr><td>editorClosed</td></tr><tr><td>editorClosedEd</td></tr><tr><td>editorOpened</td></tr><tr><td>editorOpenedEd</td></tr><tr><td>editorSaved</td></tr><tr><td>lastEditorClosed</td></tr><tr><td>syntaxerrorToggled</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html Thu Aug 12 16:43:33 2010 +0200 @@ -46,16 +46,48 @@ Class implementing the mdi area viewmanager class. </p><h4>Signals</h4> <dl> -<dt>editorChanged(string)</dt> +<dt>bookmarkToggled(Editor)</dt> +<dd> +emitted when a bookmark is toggled. +</dd><dt>breakpointToggled(Editor)</dt> +<dd> +emitted when a breakpoint is toggled. +</dd><dt>checkActions(Editor)</dt> +<dd> +emitted when some actions should be checked + for their status +</dd><dt>cursorChanged(Editor)</dt> +<dd> +emitted after the cursor position of the active + window has changed +</dd><dt>editorChanged(str)</dt> <dd> emitted when the current editor has changed +</dd><dt>editorClosed(str)</dt> +<dd> +emitted just before an editor window gets closed +</dd><dt>editorClosedEd(Editor)</dt> +<dd> +emitted just before an editor window gets closed +</dd><dt>editorOpened(str)</dt> +<dd> +emitted after an editor window was opened +</dd><dt>editorOpenedEd(Editor)</dt> +<dd> +emitted after an editor window was opened +</dd><dt>editorSaved(str)</dt> +<dd> +emitted after an editor window was saved +</dd><dt>lastEditorClosed()</dt> +<dd> +emitted after the last editor window was closed </dd> </dl> <h3>Derived from</h3> QMdiArea, ViewManager <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>bookmarkToggled</td></tr><tr><td>breakpointToggled</td></tr><tr><td>checkActions</td></tr><tr><td>cursorChanged</td></tr><tr><td>editorChanged</td></tr><tr><td>editorClosed</td></tr><tr><td>editorClosedEd</td></tr><tr><td>editorOpened</td></tr><tr><td>editorOpenedEd</td></tr><tr><td>editorSaved</td></tr><tr><td>lastEditorClosed</td></tr><tr><td>syntaxerrorToggled</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html Thu Aug 12 16:43:33 2010 +0200 @@ -76,7 +76,7 @@ E5WheelTabBar <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>tabCopyRequested</td></tr><tr><td>tabMoveRequested</td></tr><tr><td>tabRelocateRequested</td></tr> </table> <h3>Methods</h3> <table> @@ -553,19 +553,51 @@ Class implementing a tabbed viewmanager class embedded in a splitter. </p><h4>Signals</h4> <dl> -<dt>changeCaption(string)</dt> +<dt>bookmarkToggled(Editor)</dt> +<dd> +emitted when a bookmark is toggled. +</dd><dt>breakpointToggled(Editor)</dt> +<dd> +emitted when a breakpoint is toggled. +</dd><dt>changeCaption(str)</dt> <dd> emitted if a change of the caption is necessary -</dd><dt>editorChanged(string)</dt> +</dd><dt>checkActions(Editor)</dt> +<dd> +emitted when some actions should be checked + for their status +</dd><dt>cursorChanged(Editor)</dt> +<dd> +emitted after the cursor position of the active + window has changed +</dd><dt>editorChanged(str)</dt> <dd> emitted when the current editor has changed +</dd><dt>editorClosed(str)</dt> +<dd> +emitted just before an editor window gets closed +</dd><dt>editorClosedEd(Editor)</dt> +<dd> +emitted just before an editor window gets closed +</dd><dt>editorOpened(str)</dt> +<dd> +emitted after an editor window was opened +</dd><dt>editorOpenedEd(Editor)</dt> +<dd> +emitted after an editor window was opened +</dd><dt>editorSaved(str)</dt> +<dd> +emitted after an editor window was saved +</dd><dt>lastEditorClosed()</dt> +<dd> +emitted after the last editor window was closed </dd> </dl> <h3>Derived from</h3> QSplitter, ViewManager <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>bookmarkToggled</td></tr><tr><td>breakpointToggled</td></tr><tr><td>changeCaption</td></tr><tr><td>checkActions</td></tr><tr><td>cursorChanged</td></tr><tr><td>editorChanged</td></tr><tr><td>editorClosed</td></tr><tr><td>editorClosedEd</td></tr><tr><td>editorOpened</td></tr><tr><td>editorOpenedEd</td></tr><tr><td>editorSaved</td></tr><tr><td>lastEditorClosed</td></tr><tr><td>syntaxerrorToggled</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Preferences.ConfigurationDialog.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Preferences.ConfigurationDialog.html Thu Aug 12 16:43:33 2010 +0200 @@ -55,7 +55,7 @@ Class for the dialog variant. </p><h4>Signals</h4> <dl> -<dt>preferencesChanged</dt> +<dt>preferencesChanged()</dt> <dd> emitted after settings have been changed </dd> @@ -64,7 +64,7 @@ QDialog <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>preferencesChanged</td></tr> </table> <h3>Methods</h3> <table> @@ -188,7 +188,7 @@ Class implementing a dialog for the configuration of eric5. </p><h4>Signals</h4> <dl> -<dt>preferencesChanged</dt> +<dt>preferencesChanged()</dt> <dd> emitted after settings have been changed </dd> @@ -197,7 +197,7 @@ QWidget <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>preferencesChanged</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Preferences.ShortcutDialog.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Preferences.ShortcutDialog.html Thu Aug 12 16:43:33 2010 +0200 @@ -46,7 +46,7 @@ Class implementing a dialog for the configuration of a keyboard shortcut. </p><h4>Signals</h4> <dl> -<dt>shortcutChanged(QKeySequence, QKeySequence, bool, objectType)</dt> +<dt>shortcutChanged(QKeySequence, QKeySequence, bool, string)</dt> <dd> emitted after the OK button was pressed @@ -56,7 +56,7 @@ QDialog, Ui_ShortcutDialog <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>shortcutChanged</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Preferences.ShortcutsDialog.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Preferences.ShortcutsDialog.html Thu Aug 12 16:43:33 2010 +0200 @@ -44,12 +44,18 @@ <h2>ShortcutsDialog</h2> <p> Class implementing a dialog for the configuration of eric5s keyboard shortcuts. -</p> +</p><h4>Signals</h4> +<dl> +<dt>updateShortcuts()</dt> +<dd> +emitted when the user pressed the dialogs OK button +</dd> +</dl> <h3>Derived from</h3> QDialog, Ui_ShortcutsDialog <h3>Class Attributes</h3> <table> -<tr><td>noCheckRole</td></tr><tr><td>objectNameRole</td></tr><tr><td>objectTypeRole</td></tr> +<tr><td>noCheckRole</td></tr><tr><td>objectNameRole</td></tr><tr><td>objectTypeRole</td></tr><tr><td>updateShortcuts</td></tr> </table> <h3>Methods</h3> <table> @@ -162,7 +168,7 @@ </dd> </dl><a NAME="ShortcutsDialog.__generateShortcutItem" ID="ShortcutsDialog.__generateShortcutItem"></a> <h4>ShortcutsDialog.__generateShortcutItem</h4> -<b>__generateShortcutItem</b>(<i>category, action, noCheck = False, objectType = None</i>) +<b>__generateShortcutItem</b>(<i>category, action, noCheck = False, objectType = ""</i>) <p> Private method to generate a keyboard shortcut item. </p><dl>
--- a/Documentation/Source/eric5.Project.Project.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Project.Project.html Thu Aug 12 16:43:33 2010 +0200 @@ -46,11 +46,11 @@ Class implementing the project management functionality. </p><h4>Signals</h4> <dl> -<dt>completeRepopulateItem(string)</dt> +<dt>completeRepopulateItem(str)</dt> <dd> emitted after an item of the model was repopulated -</dd><dt>directoryRemoved(string)</dt> +</dd><dt>directoryRemoved(str)</dt> <dd> emitted after a directory has been removed from the project @@ -68,7 +68,7 @@ <dd> emitted after a new project was generated but before the newProject() signal is sent -</dd><dt>prepareRepopulateItem(string)</dt> +</dd><dt>prepareRepopulateItem(str)</dt> <dd> emitted before an item of the model is repopulated @@ -82,20 +82,20 @@ <dd> emitted after a project file was closed but before the projectClosed() signal is sent -</dd><dt>projectFileRenamed(string, string)</dt> +</dd><dt>projectFileRenamed(str, str)</dt> <dd> emitted after a file of the project has been renamed -</dd><dt>projectFormAdded(string)</dt> +</dd><dt>projectFormAdded(str)</dt> <dd> emitted after a new form was added -</dd><dt>projectInterfaceAdded(string)</dt> +</dd><dt>projectInterfaceAdded(str)</dt> <dd> emitted after a new IDL file was added -</dd><dt>projectLanguageAdded(string)</dt> +</dd><dt>projectLanguageAdded(str)</dt> <dd> emitted after a new language was added -</dd><dt>projectLanguageAddedByCode(string)</dt> +</dd><dt>projectLanguageAddedByCode(str)</dt> <dd> emitted after a new language was added. The language code is sent by this signal. @@ -106,34 +106,31 @@ <dd> emitted after a project file was read but before the projectOpened() signal is sent -</dd><dt>projectOthersAdded(string)</dt> +</dd><dt>projectOthersAdded(str)</dt> <dd> emitted after a file or directory was added to the OTHERS project data area </dd><dt>projectPropertiesChanged()</dt> <dd> emitted after the project properties were changed -</dd><dt>projectResourceAdded(string)</dt> +</dd><dt>projectResourceAdded(str)</dt> <dd> emitted after a new resource file was added -</dd><dt>projectSessionLoaded()</dt> -<dd> -emitted after a project session file was loaded -</dd><dt>projectSourceAdded(string)</dt> +</dd><dt>projectSourceAdded(str)</dt> <dd> emitted after a new source file was added </dd><dt>reinitVCS()</dt> <dd> emitted after the VCS has been reinitialized -</dd><dt>showMenu(string, QMenu)</dt> +</dd><dt>showMenu(str, QMenu)</dt> <dd> emitted when a menu is about to be shown. The name of the menu and a reference to the menu are given. -</dd><dt>sourceFile(string)</dt> +</dd><dt>sourceFile(str)</dt> <dd> emitted after a project file was read to open the main script -</dd><dt>vcsStatusMonitorStatus(QString, QString)</dt> +</dd><dt>vcsStatusMonitorStatus(str, str)</dt> <dd> emitted to signal the status of the monitoring thread (ok, nok, op, off) and a status message @@ -143,7 +140,7 @@ QObject <h3>Class Attributes</h3> <table> -<tr><td>dbgKeynames</td></tr><tr><td>eols</td></tr><tr><td>keynames</td></tr><tr><td>userKeynames</td></tr> +<tr><td>completeRepopulateItem</td></tr><tr><td>dbgKeynames</td></tr><tr><td>directoryRemoved</td></tr><tr><td>dirty</td></tr><tr><td>eols</td></tr><tr><td>keynames</td></tr><tr><td>lexerAssociationsChanged</td></tr><tr><td>newProject</td></tr><tr><td>newProjectHooks</td></tr><tr><td>prepareRepopulateItem</td></tr><tr><td>projectAboutToBeCreated</td></tr><tr><td>projectClosed</td></tr><tr><td>projectClosedHooks</td></tr><tr><td>projectFileRenamed</td></tr><tr><td>projectFormAdded</td></tr><tr><td>projectInterfaceAdded</td></tr><tr><td>projectLanguageAdded</td></tr><tr><td>projectLanguageAddedByCode</td></tr><tr><td>projectOpened</td></tr><tr><td>projectOpenedHooks</td></tr><tr><td>projectOthersAdded</td></tr><tr><td>projectPropertiesChanged</td></tr><tr><td>projectResourceAdded</td></tr><tr><td>projectSourceAdded</td></tr><tr><td>reinitVCS</td></tr><tr><td>showMenu</td></tr><tr><td>sourceFile</td></tr><tr><td>userKeynames</td></tr><tr><td>vcsStatusMonitorStatus</td></tr> </table> <h3>Methods</h3> <table> @@ -382,6 +379,9 @@ <td><a href="#Project.copyDirectory">copyDirectory</a></td> <td>Public slot to copy a directory.</td> </tr><tr> +<td><a href="#Project.createNewProject">createNewProject</a></td> +<td>Public slot to built a new project.</td> +</tr><tr> <td><a href="#Project.deleteDirectory">deleteDirectory</a></td> <td>Public slot to delete a directory from the project directory.</td> </tr><tr> @@ -526,9 +526,6 @@ <td><a href="#Project.moveDirectory">moveDirectory</a></td> <td>Public slot to move a directory.</td> </tr><tr> -<td><a href="#Project.newProject">newProject</a></td> -<td>Public slot to built a new project.</td> -</tr><tr> <td><a href="#Project.newProjectAddFiles">newProjectAddFiles</a></td> <td>Public method to add files to a new project.</td> </tr><tr> @@ -1334,7 +1331,15 @@ <dd> new directory name (string) </dd> -</dl><a NAME="Project.deleteDirectory" ID="Project.deleteDirectory"></a> +</dl><a NAME="Project.createNewProject" ID="Project.createNewProject"></a> +<h4>Project.createNewProject</h4> +<b>createNewProject</b>(<i></i>) +<p> + Public slot to built a new project. +</p><p> + This method displays the new project dialog and initializes + the project object with the data entered. +</p><a NAME="Project.deleteDirectory" ID="Project.deleteDirectory"></a> <h4>Project.deleteDirectory</h4> <b>deleteDirectory</b>(<i>dn</i>) <p> @@ -1911,15 +1916,7 @@ <dd> new directory name (string) </dd> -</dl><a NAME="Project.newProject" ID="Project.newProject"></a> -<h4>Project.newProject</h4> -<b>newProject</b>(<i></i>) -<p> - Public slot to built a new project. -</p><p> - This method displays the new project dialog and initializes - the project object with the data entered. -</p><a NAME="Project.newProjectAddFiles" ID="Project.newProjectAddFiles"></a> +</dl><a NAME="Project.newProjectAddFiles" ID="Project.newProjectAddFiles"></a> <h4>Project.newProjectAddFiles</h4> <b>newProjectAddFiles</b>(<i>mainscript</i>) <p>
--- a/Documentation/Source/eric5.Project.ProjectBaseBrowser.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Project.ProjectBaseBrowser.html Thu Aug 12 16:43:33 2010 +0200 @@ -44,12 +44,18 @@ <h2>ProjectBaseBrowser</h2> <p> Baseclass implementing common functionality for the various project browsers. -</p> +</p><h4>Signals</h4> +<dl> +<dt>closeSourceWindow(str)</dt> +<dd> +emitted to close a source file +</dd> +</dl> <h3>Derived from</h3> Browser <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>closeSourceWindow</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Project.ProjectBrowserModel.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Project.ProjectBrowserModel.html Thu Aug 12 16:43:33 2010 +0200 @@ -261,7 +261,7 @@ Class implementing the project browser model. </p><h4>Signals</h4> <dl> -<dt>vcsStateChanged(QString)</dt> +<dt>vcsStateChanged(str)</dt> <dd> emitted after the VCS state has changed </dd> @@ -270,7 +270,7 @@ BrowserModel <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>vcsStateChanged</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Project.ProjectFormsBrowser.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Project.ProjectFormsBrowser.html Thu Aug 12 16:43:33 2010 +0200 @@ -46,30 +46,30 @@ A class used to display the forms part of the project. </p><h4>Signals</h4> <dl> -<dt>appendStderr(string)</dt> +<dt>appendStderr(str)</dt> <dd> emitted after something was received from a QProcess on stderr -</dd><dt>closeSourceWindow(string)</dt> +</dd><dt>closeSourceWindow(str)</dt> <dd> emitted after a file has been removed/deleted from the project -</dd><dt>menusAboutToBeCreated</dt> +</dd><dt>menusAboutToBeCreated()</dt> <dd> -emitted when the context menu are about to +emitted when the context menus are about to be created. This is the right moment to add or remove hook methods. -</dd><dt>showMenu(string, QMenu)</dt> +</dd><dt>showMenu(str, QMenu)</dt> <dd> emitted when a menu is about to be shown. The name of the menu and a reference to the menu are given. -</dd><dt>sourceFile(string)</dt> +</dd><dt>sourceFile(str)</dt> <dd> emitted to open a forms file in an editor -</dd><dt>trpreview(string list)</dt> +</dd><dt>trpreview(list of str)</dt> <dd> emitted to preview form files in the translations previewer -</dd><dt>uipreview(string)</dt> +</dd><dt>uipreview(str)</dt> <dd> emitted to preview a forms file </dd> @@ -78,7 +78,7 @@ ProjectBaseBrowser <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>appendStderr</td></tr><tr><td>closeSourceWindow</td></tr><tr><td>menusAboutToBeCreated</td></tr><tr><td>showMenu</td></tr><tr><td>sourceFile</td></tr><tr><td>trpreview</td></tr><tr><td>uipreview</td></tr> </table> <h3>Methods</h3> <table> @@ -283,9 +283,6 @@ <b>__openFile</b>(<i></i>) <p> Private slot to handle the Open menu action. -</p><p> - This uses the projects UI type to determine the Qt Designer - version to use. </p><a NAME="ProjectFormsBrowser.__openFileInEditor" ID="ProjectFormsBrowser.__openFileInEditor"></a> <h4>ProjectFormsBrowser.__openFileInEditor</h4> <b>__openFileInEditor</b>(<i></i>)
--- a/Documentation/Source/eric5.Project.ProjectInterfacesBrowser.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Project.ProjectInterfacesBrowser.html Thu Aug 12 16:43:33 2010 +0200 @@ -46,29 +46,32 @@ A class used to display the interfaces (IDL) part of the project. </p><h4>Signals</h4> <dl> -<dt>appendStderr(string)</dt> +<dt>appendStderr(str)</dt> <dd> emitted after something was received from a QProcess on stderr -</dd><dt>appendStdout(string)</dt> +</dd><dt>appendStdout(str)</dt> <dd> emitted after something was received from a QProcess on stdout -</dd><dt>closeSourceWindow(string)</dt> +</dd><dt>closeSourceWindow(str)</dt> <dd> emitted after a file has been removed/deleted from the project -</dd><dt>showMenu(string, QMenu)</dt> +</dd><dt>showMenu(str, QMenu)</dt> <dd> emitted when a menu is about to be shown. The name of the menu and a reference to the menu are given. +</dd><dt>sourceFile(str, int = 0)</dt> +<dd> +emitted to open a file </dd> </dl> <h3>Derived from</h3> ProjectBaseBrowser <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>appendStderr</td></tr><tr><td>appendStdout</td></tr><tr><td>closeSourceWindow</td></tr><tr><td>showMenu</td></tr><tr><td>sourceFile</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Project.ProjectOthersBrowser.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Project.ProjectOthersBrowser.html Thu Aug 12 16:43:33 2010 +0200 @@ -47,24 +47,24 @@ A class used to display the parts of the project, that don't fit the other categories. </p><h4>Signals</h4> <dl> -<dt>closeSourceWindow(string)</dt> +<dt>closeSourceWindow(str)</dt> <dd> emitted after a file has been removed/deleted from the project -</dd><dt>pixmapEditFile(string)</dt> +</dd><dt>pixmapEditFile(str)</dt> <dd> emitted to edit a pixmap file -</dd><dt>pixmapFile(string)</dt> +</dd><dt>pixmapFile(str)</dt> <dd> emitted to open a pixmap file -</dd><dt>showMenu(string, QMenu)</dt> +</dd><dt>showMenu(str, QMenu)</dt> <dd> emitted when a menu is about to be shown. The name of the menu and a reference to the menu are given. -</dd><dt>sourceFile(string)</dt> +</dd><dt>sourceFile(str)</dt> <dd> emitted to open a file -</dd><dt>svgFile(string)</dt> +</dd><dt>svgFile(str)</dt> <dd> emitted to open a SVG file </dd> @@ -73,7 +73,7 @@ ProjectBaseBrowser <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>closeSourceWindow</td></tr><tr><td>pixmapEditFile</td></tr><tr><td>pixmapFile</td></tr><tr><td>showMenu</td></tr><tr><td>sourceFile</td></tr><tr><td>svgFile</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Project.ProjectResourcesBrowser.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Project.ProjectResourcesBrowser.html Thu Aug 12 16:43:33 2010 +0200 @@ -46,19 +46,19 @@ A class used to display the resources part of the project. </p><h4>Signals</h4> <dl> -<dt>appendStderr(string)</dt> +<dt>appendStderr(str)</dt> <dd> emitted after something was received from a QProcess on stderr -</dd><dt>closeSourceWindow(string)</dt> +</dd><dt>closeSourceWindow(str)</dt> <dd> emitted after a file has been removed/deleted from the project -</dd><dt>showMenu(string, QMenu)</dt> +</dd><dt>showMenu(str, QMenu)</dt> <dd> emitted when a menu is about to be shown. The name of the menu and a reference to the menu are given. -</dd><dt>sourceFile(string)</dt> +</dd><dt>sourceFile(str)</dt> <dd> emitted to open a resources file in an editor </dd> @@ -67,7 +67,7 @@ ProjectBaseBrowser <h3>Class Attributes</h3> <table> -<tr><td>RCFilenameFormatPython</td></tr><tr><td>RCFilenameFormatRuby</td></tr> +<tr><td>RCFilenameFormatPython</td></tr><tr><td>RCFilenameFormatRuby</td></tr><tr><td>appendStderr</td></tr><tr><td>closeSourceWindow</td></tr><tr><td>showMenu</td></tr><tr><td>sourceFile</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Project.ProjectSourcesBrowser.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Project.ProjectSourcesBrowser.html Thu Aug 12 16:43:33 2010 +0200 @@ -46,11 +46,11 @@ A class used to display the Sources part of the project. </p><h4>Signals</h4> <dl> -<dt>closeSourceWindow(string)</dt> +<dt>closeSourceWindow(str)</dt> <dd> emitted after a file has been removed/deleted from the project -</dd><dt>showMenu(string, QMenu)</dt> +</dd><dt>showMenu(str, QMenu)</dt> <dd> emitted when a menu is about to be shown. The name of the menu and a reference to the menu are given. @@ -60,7 +60,7 @@ ProjectBaseBrowser <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>closeSourceWindow</td></tr><tr><td>showMenu</td></tr><tr><td>sourceFile</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Project.ProjectTranslationsBrowser.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Project.ProjectTranslationsBrowser.html Thu Aug 12 16:43:33 2010 +0200 @@ -46,30 +46,30 @@ A class used to display the translations part of the project. </p><h4>Signals</h4> <dl> -<dt>appendStderr(string)</dt> +<dt>appendStderr(str)</dt> <dd> emitted after something was received from a QProcess on stderr -</dd><dt>appendStdout(string)</dt> +</dd><dt>appendStdout(str)</dt> <dd> emitted after something was received from a QProcess on stdout -</dd><dt>closeSourceWindow(string)</dt> +</dd><dt>closeSourceWindow(str)</dt> <dd> emitted after a file has been removed/deleted from the project -</dd><dt>linguistFile(string)</dt> +</dd><dt>linguistFile(str)</dt> <dd> emitted to open a translation file with Qt-Linguist -</dd><dt>showMenu(string, QMenu)</dt> +</dd><dt>showMenu(str, QMenu)</dt> <dd> emitted when a menu is about to be shown. The name of the menu and a reference to the menu are given. -</dd><dt>sourceFile(string)</dt> +</dd><dt>sourceFile(str)</dt> <dd> emitted to open a translation file in an editor -</dd><dt>trpreview(string list)</dt> +</dd><dt>trpreview(list of str, bool = False)</dt> <dd> emitted to preview translations in the translations previewer @@ -79,7 +79,7 @@ ProjectBaseBrowser <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>appendStderr</td></tr><tr><td>appendStdout</td></tr><tr><td>closeSourceWindow</td></tr><tr><td>linguistFile</td></tr><tr><td>showMenu</td></tr><tr><td>sourceFile</td></tr><tr><td>trpreview</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.PyUnit.UnittestDialog.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.PyUnit.UnittestDialog.html Thu Aug 12 16:43:33 2010 +0200 @@ -143,7 +143,7 @@ Class implementing the UI to the pyunit package. </p><h4>Signals</h4> <dl> -<dt>unittestFile(string,int,int)</dt> +<dt>unittestFile(str, int, int)</dt> <dd> emitted to show the source of a unittest file </dd> @@ -152,7 +152,7 @@ QWidget, Ui_UnittestDialog <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>unittestFile</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.QScintilla.APIsManager.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.QScintilla.APIsManager.html Thu Aug 12 16:43:33 2010 +0200 @@ -64,7 +64,7 @@ QObject <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>apiPreparationCancelled</td></tr><tr><td>apiPreparationFinished</td></tr><tr><td>apiPreparationStarted</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.QScintilla.Editor.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.QScintilla.Editor.html Thu Aug 12 16:43:33 2010 +0200 @@ -46,69 +46,71 @@ Class implementing the editor component of the eric5 IDE. </p><h4>Signals</h4> <dl> -<dt>autoCompletionAPIsAvailable(avail)</dt> +<dt>autoCompletionAPIsAvailable(bool)</dt> <dd> emitted after the autocompletion function has been configured -</dd><dt>bookmarkToggled(editor)</dt> +</dd><dt>bookmarkToggled(QsciScintillaCompat)</dt> <dd> emitted when a bookmark is toggled -</dd><dt>breakpointToggled(editor)</dt> +</dd><dt>breakpointToggled(QsciScintillaCompat)</dt> <dd> emitted when a breakpoint is toggled -</dd><dt>captionChanged(string, editor)</dt> +</dd><dt>captionChanged(str, QsciScintillaCompat)</dt> <dd> emitted when the caption is updated. Typically due to a readOnly attribute change. -</dd><dt>coverageMarkersShown(boolean)</dt> +</dd><dt>coverageMarkersShown(bool)</dt> <dd> emitted after the coverage markers have been shown or cleared -</dd><dt>cursorChanged(string, int, int)</dt> +</dd><dt>cursorChanged(str, int, int)</dt> <dd> emitted when the cursor position was changed -</dd><dt>editorAboutToBeSaved(string)</dt> +</dd><dt>editorAboutToBeSaved(str)</dt> <dd> emitted before the editor is saved -</dd><dt>editorRenamed(string)</dt> +</dd><dt>editorRenamed(str)</dt> <dd> emitted after the editor got a new name (i.e. after a 'Save As') -</dd><dt>editorSaved(string)</dt> +</dd><dt>editorSaved(str)</dt> <dd> emitted after the editor has been saved -</dd><dt>encodingChanged(encoding)</dt> +</dd><dt>encodingChanged(str)</dt> <dd> emitted when the editors encoding was set. The encoding name is passed as a parameter. -</dd><dt>eolChanged(eol)</dt> +</dd><dt>eolChanged(str)</dt> <dd> emitted when the editors eol type was set. The eol string is passed as a parameter. -</dd><dt>languageChanged(language)</dt> +</dd><dt>languageChanged(str)</dt> <dd> emitted when the editors language was set. The language is passed as a parameter. -</dd><dt>modificationStatusChanged(boolean, editor)</dt> +</dd><dt>modificationStatusChanged(bool, QsciScintillaCompat)</dt> <dd> emitted when the modification status has changed -</dd><dt>redoAvailable(boolean)</dt> +</dd><dt>redoAvailable(bool)</dt> <dd> emitted to signal the redo availability -</dd><dt>showMenu(string, QMenu, editor)</dt> +</dd><dt>showMenu(str, QMenu, QsciScintillaCompat)</dt> +<dd> +emitted when a menu is about + to be shown. The name of the menu, a reference to the menu and a reference + to the editor are given. +</dd><dt>syntaxerrorToggled(QsciScintillaCompat)</dt> <dd> -emitted when a menu is about to be shown. - The name of the menu, a reference to the menu and a reference to the - editor are given. -</dd><dt>syntaxerrorToggled(editor)</dt> +emitted when a syntax error + was discovered +</dd><dt>taskMarkersUpdated(QsciScintillaCompat)</dt> <dd> -emitted when a syntax error was discovered -</dd><dt>taskMarkersUpdated(editor)</dt> -<dd> -emitted when the task markers were updated -</dd><dt>undoAvailable(boolean)</dt> +emitted when the task markers + were updated +</dd><dt>undoAvailable(bool)</dt> <dd> emitted to signal the undo availability </dd> @@ -117,7 +119,7 @@ QsciScintillaCompat <h3>Class Attributes</h3> <table> -<tr><td>AttributeID</td></tr><tr><td>AttributePrivateID</td></tr><tr><td>AttributeProtectedID</td></tr><tr><td>CancelEditToken</td></tr><tr><td>ClassID</td></tr><tr><td>ClassPrivateID</td></tr><tr><td>ClassProtectedID</td></tr><tr><td>EndEditToken</td></tr><tr><td>EnumID</td></tr><tr><td>FromDocumentID</td></tr><tr><td>MethodID</td></tr><tr><td>MethodPrivateID</td></tr><tr><td>MethodProtectedID</td></tr><tr><td>RequestSyncToken</td></tr><tr><td>Separator</td></tr><tr><td>StartEditToken</td></tr><tr><td>SyncToken</td></tr><tr><td>TemplateImageID</td></tr> +<tr><td>AttributeID</td></tr><tr><td>AttributePrivateID</td></tr><tr><td>AttributeProtectedID</td></tr><tr><td>CancelEditToken</td></tr><tr><td>ClassID</td></tr><tr><td>ClassPrivateID</td></tr><tr><td>ClassProtectedID</td></tr><tr><td>EndEditToken</td></tr><tr><td>EnumID</td></tr><tr><td>FromDocumentID</td></tr><tr><td>MethodID</td></tr><tr><td>MethodPrivateID</td></tr><tr><td>MethodProtectedID</td></tr><tr><td>RequestSyncToken</td></tr><tr><td>Separator</td></tr><tr><td>StartEditToken</td></tr><tr><td>SyncToken</td></tr><tr><td>TemplateImageID</td></tr><tr><td>autoCompletionAPIsAvailable</td></tr><tr><td>bookmarkToggled</td></tr><tr><td>breakpointToggled</td></tr><tr><td>captionChanged</td></tr><tr><td>coverageMarkersShown</td></tr><tr><td>cursorChanged</td></tr><tr><td>editorAboutToBeSaved</td></tr><tr><td>editorRenamed</td></tr><tr><td>editorSaved</td></tr><tr><td>encodingChanged</td></tr><tr><td>eolChanged</td></tr><tr><td>languageChanged</td></tr><tr><td>modificationStatusChanged</td></tr><tr><td>redoAvailable</td></tr><tr><td>showMenu</td></tr><tr><td>syntaxerrorToggled</td></tr><tr><td>taskMarkersUpdated</td></tr><tr><td>undoAvailable</td></tr> </table> <h3>Methods</h3> <table> @@ -311,6 +313,9 @@ <td><a href="#Editor.__isStartChar">__isStartChar</a></td> <td>Private method to check, if a character is an autocompletion start character.</td> </tr><tr> +<td><a href="#Editor.__languageChanged">__languageChanged</a></td> +<td>Private slot handling a change of a connected editor's language.</td> +</tr><tr> <td><a href="#Editor.__languageMenuTriggered">__languageMenuTriggered</a></td> <td>Private method to handle the selection of a lexer language.</td> </tr><tr> @@ -734,12 +739,12 @@ <td><a href="#Editor.isSpellCheckRegion">isSpellCheckRegion</a></td> <td>Public method to check, if the given position is within a region, that should be spell checked.</td> </tr><tr> +<td><a href="#Editor.joinLines">joinLines</a></td> +<td>Public slot to join the current line with the next one.</td> +</tr><tr> <td><a href="#Editor.keyPressEvent">keyPressEvent</a></td> <td>Re-implemented to handle the user input a key at a time.</td> </tr><tr> -<td><a href="#Editor.languageChanged">languageChanged</a></td> -<td>Public slot handling a change of a connected editor's language.</td> -</tr><tr> <td><a href="#Editor.macroDelete">macroDelete</a></td> <td>Public method to delete a macro.</td> </tr><tr> @@ -1467,6 +1472,19 @@ <dd> flag indicating the result (boolean) </dd> +</dl><a NAME="Editor.__languageChanged" ID="Editor.__languageChanged"></a> +<h4>Editor.__languageChanged</h4> +<b>__languageChanged</b>(<i>language, propagate = True</i>) +<p> + Private slot handling a change of a connected editor's language. +</p><dl> +<dt><i>language</i></dt> +<dd> +language to be set (string) +</dd><dt><i>propagate=</i></dt> +<dd> +flag indicating to propagate the change (boolean) +</dd> </dl><a NAME="Editor.__languageMenuTriggered" ID="Editor.__languageMenuTriggered"></a> <h4>Editor.__languageMenuTriggered</h4> <b>__languageMenuTriggered</b>(<i>act</i>) @@ -2692,7 +2710,12 @@ <dd> flag indicating pos is in a spell check region (boolean) </dd> -</dl><a NAME="Editor.keyPressEvent" ID="Editor.keyPressEvent"></a> +</dl><a NAME="Editor.joinLines" ID="Editor.joinLines"></a> +<h4>Editor.joinLines</h4> +<b>joinLines</b>(<i></i>) +<p> + Public slot to join the current line with the next one. +</p><a NAME="Editor.keyPressEvent" ID="Editor.keyPressEvent"></a> <h4>Editor.keyPressEvent</h4> <b>keyPressEvent</b>(<i>ev</i>) <p> @@ -2702,19 +2725,6 @@ <dd> key event (QKeyEvent) </dd> -</dl><a NAME="Editor.languageChanged" ID="Editor.languageChanged"></a> -<h4>Editor.languageChanged</h4> -<b>languageChanged</b>(<i>language, propagate = True</i>) -<p> - Public slot handling a change of a connected editor's language. -</p><dl> -<dt><i>language</i></dt> -<dd> -language to be set (string) -</dd><dt><i>propagate=</i></dt> -<dd> -flag indicating to propagate the change (boolean) -</dd> </dl><a NAME="Editor.macroDelete" ID="Editor.macroDelete"></a> <h4>Editor.macroDelete</h4> <b>macroDelete</b>(<i></i>)
--- a/Documentation/Source/eric5.QScintilla.MiniEditor.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.QScintilla.MiniEditor.html Thu Aug 12 16:43:33 2010 +0200 @@ -49,7 +49,7 @@ Class implementing a minimalistic editor for simple editing tasks. </p><h4>Signals</h4> <dl> -<dt>editorSaved</dt> +<dt>editorSaved()</dt> <dd> emitted after the file has been saved </dd> @@ -58,7 +58,7 @@ QMainWindow <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>editorSaved</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.QScintilla.SearchReplaceWidget.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.QScintilla.SearchReplaceWidget.html Thu Aug 12 16:43:33 2010 +0200 @@ -46,7 +46,7 @@ Class implementing the search and replace widget. </p><h4>Signals</h4> <dl> -<dt>searchListChanged</dt> +<dt>searchListChanged()</dt> <dd> emitted to indicate a change of the search list </dd> @@ -55,7 +55,7 @@ QWidget <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>searchListChanged</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.QScintilla.Shell.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.QScintilla.Shell.html Thu Aug 12 16:43:33 2010 +0200 @@ -223,7 +223,7 @@ <td>Private slot to show the shell history dialog.</td> </tr><tr> <td><a href="#Shell.__startDebugClient">__startDebugClient</a></td> -<td>Private slot to start a debug client accoding to the action triggered.</td> +<td>Private slot to start a debug client accoding to the action triggered[()].</td> </tr><tr> <td><a href="#Shell.__useHistory">__useHistory</a></td> <td>Private method to display a command from the history.</td> @@ -773,7 +773,7 @@ <h4>Shell.__startDebugClient</h4> <b>__startDebugClient</b>(<i>action</i>) <p> - Private slot to start a debug client accoding to the action triggered. + Private slot to start a debug client accoding to the action triggered[()]. </p><dl> <dt><i>action</i></dt> <dd>
--- a/Documentation/Source/eric5.SqlBrowser.SqlBrowserWidget.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.SqlBrowser.SqlBrowserWidget.html Thu Aug 12 16:43:33 2010 +0200 @@ -46,7 +46,7 @@ Class implementing the SQL Browser widget. </p><h4>Signals</h4> <dl> -<dt>statusMessage(string)</dt> +<dt>statusMessage(str)</dt> <dd> emitted to show a status message </dd> @@ -55,7 +55,7 @@ QWidget, Ui_SqlBrowserWidget <h3>Class Attributes</h3> <table> -<tr><td>cCount</td></tr> +<tr><td>cCount</td></tr><tr><td>statusMessage</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.SqlBrowser.SqlConnectionWidget.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.SqlBrowser.SqlConnectionWidget.html Thu Aug 12 16:43:33 2010 +0200 @@ -49,10 +49,10 @@ <dt>cleared()</dt> <dd> emitted after the connection tree has been cleared -</dd><dt>schemaRequested(QString)</dt> +</dd><dt>schemaRequested(str)</dt> <dd> emitted when the schema display is requested -</dd><dt>tableActivated(QString)</dt> +</dd><dt>tableActivated(str)</dt> <dd> emitted after the entry for a table has been activated </dd> @@ -61,7 +61,7 @@ QWidget <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>cleared</td></tr><tr><td>schemaRequested</td></tr><tr><td>tableActivated</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Tasks.TaskViewer.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Tasks.TaskViewer.html Thu Aug 12 16:43:33 2010 +0200 @@ -393,7 +393,7 @@ Class implementing the task viewer. </p><h4>Signals</h4> <dl> -<dt>displayFile(string, integer)</dt> +<dt>displayFile(str, int)</dt> <dd> emitted to go to a file task </dd> @@ -402,7 +402,7 @@ QTreeWidget <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>displayFile</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Tools.TRPreviewer.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Tools.TRPreviewer.html Thu Aug 12 16:43:33 2010 +0200 @@ -256,7 +256,7 @@ QObject <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>translationChanged</td></tr> </table> <h3>Methods</h3> <table> @@ -551,7 +551,7 @@ QWorkspace <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>lastWidgetClosed</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.Tools.TRSingleApplication.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.Tools.TRSingleApplication.html Thu Aug 12 16:43:33 2010 +0200 @@ -89,10 +89,10 @@ Translations Previewer. </p><h4>Signals</h4> <dl> -<dt>loadForm(fname)</dt> +<dt>loadForm(str)</dt> <dd> emitted to load a form file -</dd><dt>loadTranslation(fname, first)</dt> +</dd><dt>loadTranslation(str, bool)</dt> <dd> emitted to load a translation file </dd> @@ -101,7 +101,7 @@ SingleApplicationServer <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>loadForm</td></tr><tr><td>loadTranslation</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.UI.Browser.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.UI.Browser.html Thu Aug 12 16:43:33 2010 +0200 @@ -50,34 +50,34 @@ the selected file. </p><h4>Signals</h4> <dl> -<dt>designerFile(string)</dt> +<dt>designerFile(str)</dt> <dd> emitted to open a Qt-Designer file -</dd><dt>linguistFile(string)</dt> +</dd><dt>linguistFile(str)</dt> <dd> emitted to open a Qt-Linguist (*.ts) file -</dd><dt>multiProjectFile(string)</dt> +</dd><dt>multiProjectFile(str)</dt> <dd> emitted to open an eric4/5 multi project file -</dd><dt>pixmapEditFile(string)</dt> +</dd><dt>pixmapEditFile(str)</dt> <dd> emitted to edit a pixmap file -</dd><dt>pixmapFile(string)</dt> +</dd><dt>pixmapFile(str)</dt> <dd> emitted to open a pixmap file -</dd><dt>projectFile(string)</dt> +</dd><dt>projectFile(str)</dt> <dd> emitted to open an eric4/5 project file -</dd><dt>sourceFile(string, int, string)</dt> +</dd><dt>sourceFile(str, int = 0, str = "")</dt> <dd> emitted to open a Python file at a line -</dd><dt>svgFile(string)</dt> +</dd><dt>svgFile(str)</dt> <dd> emitted to open a SVG file -</dd><dt>trpreview(string list)</dt> +</dd><dt>trpreview(list of str)</dt> <dd> emitted to preview a Qt-Linguist (*.qm) file -</dd><dt>unittestOpen(string)</dt> +</dd><dt>unittestOpen(str)</dt> <dd> emitted to open a Python file for a unittest </dd> @@ -86,7 +86,7 @@ QTreeView <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>designerFile</td></tr><tr><td>linguistFile</td></tr><tr><td>multiProjectFile</td></tr><tr><td>pixmapEditFile</td></tr><tr><td>pixmapFile</td></tr><tr><td>projectFile</td></tr><tr><td>sourceFile</td></tr><tr><td>svgFile</td></tr><tr><td>trpreview</td></tr><tr><td>unittestOpen</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.UI.FindFileDialog.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.UI.FindFileDialog.html Thu Aug 12 16:43:33 2010 +0200 @@ -50,20 +50,19 @@ the respective entry of the list. </p><h4>Signals</h4> <dl> -<dt>designerFile(string)</dt> +<dt>designerFile(str)</dt> <dd> emitted to open a Qt-Designer file -</dd><dt>sourceFile(string, int, string, (int, int)</dt> +</dd><dt>sourceFile(str, int, str, int, int)</dt> <dd> -) emitted to open a - source file at a line +emitted to open a source file at a line </dd> </dl> <h3>Derived from</h3> QDialog, Ui_FindFileDialog <h3>Class Attributes</h3> <table> -<tr><td>endRole</td></tr><tr><td>lineRole</td></tr><tr><td>replaceRole</td></tr><tr><td>startRole</td></tr> +<tr><td>designerFile</td></tr><tr><td>endRole</td></tr><tr><td>lineRole</td></tr><tr><td>replaceRole</td></tr><tr><td>sourceFile</td></tr><tr><td>startRole</td></tr> </table> <h3>Methods</h3> <table> @@ -263,7 +262,7 @@ Private slot to handle the selection of the file filter check box. </p><a NAME="FindFileDialog.on_filterEdit_textEdited" ID="FindFileDialog.on_filterEdit_textEdited"></a> <h4>FindFileDialog.on_filterEdit_textEdited</h4> -<b>on_filterEdit_textEdited</b>(<i>p0</i>) +<b>on_filterEdit_textEdited</b>(<i>text</i>) <p> Private slot to handle the textChanged signal of the file filter edit. </p><dl>
--- a/Documentation/Source/eric5.UI.FindFileNameDialog.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.UI.FindFileNameDialog.html Thu Aug 12 16:43:33 2010 +0200 @@ -50,10 +50,10 @@ onto the respective entry of the list. </p><h4>Signals</h4> <dl> -<dt>designerFile(string)</dt> +<dt>designerFile(str)</dt> <dd> emitted to open a Qt-Designer file -</dd><dt>sourceFile(string)</dt> +</dd><dt>sourceFile(str)</dt> <dd> emitted to open a file in the editor </dd> @@ -62,7 +62,7 @@ QWidget, Ui_FindFileNameDialog <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>designerFile</td></tr><tr><td>sourceFile</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.UI.UserInterface.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.UI.UserInterface.html Thu Aug 12 16:43:33 2010 +0200 @@ -49,10 +49,10 @@ Helper class used to redirect stdout and stderr to the log window </p><h4>Signals</h4> <dl> -<dt>appendStderr(string)</dt> +<dt>appendStderr(str)</dt> <dd> emitted to write data to stderr logger -</dd><dt>appendStdout(string)</dt> +</dd><dt>appendStdout(str)</dt> <dd> emitted to write data to stdout logger </dd> @@ -61,7 +61,7 @@ QObject <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>appendStderr</td></tr><tr><td>appendStdout</td></tr> </table> <h3>Methods</h3> <table> @@ -136,10 +136,10 @@ Class implementing the main user interface. </p><h4>Signals</h4> <dl> -<dt>appendStderr(QString)</dt> +<dt>appendStderr(str)</dt> <dd> emitted to write data to stderr logger -</dd><dt>appendStdout(QString)</dt> +</dd><dt>appendStdout(str)</dt> <dd> emitted to write data to stdout logger </dd><dt>preferencesChanged()</dt> @@ -148,7 +148,7 @@ </dd><dt>reloadAPIs()</dt> <dd> emitted to reload the api information -</dd><dt>showMenu(string, QMenu)</dt> +</dd><dt>showMenu(str, QMenu)</dt> <dd> emitted when a menu is about to be shown. The name of the menu and a reference to the menu are given. @@ -158,7 +158,7 @@ QMainWindow <h3>Class Attributes</h3> <table> -<tr><td>maxFilePathLen</td></tr><tr><td>maxMenuFilePathLen</td></tr><tr><td>maxSbFilePathLen</td></tr> +<tr><td>appendStderr</td></tr><tr><td>appendStdout</td></tr><tr><td>maxFilePathLen</td></tr><tr><td>maxMenuFilePathLen</td></tr><tr><td>maxSbFilePathLen</td></tr><tr><td>preferencesChanged</td></tr><tr><td>reloadAPIs</td></tr><tr><td>showMenu</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.VCS.StatusMonitorThread.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.VCS.StatusMonitorThread.html Thu Aug 12 16:43:33 2010 +0200 @@ -46,10 +46,10 @@ Class implementing the VCS status monitor thread base class. </p><h4>Signals</h4> <dl> -<dt>vcsStatusMonitorData(QStringList)</dt> +<dt>vcsStatusMonitorData(list of str)</dt> <dd> emitted to update the VCS status -</dd><dt>vcsStatusMonitorStatus(QString, QString)</dt> +</dd><dt>vcsStatusMonitorStatus(str, str)</dt> <dd> emitted to signal the status of the monitoring thread (ok, nok, op) and a status message @@ -59,7 +59,7 @@ QThread <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>vcsStatusMonitorData</td></tr><tr><td>vcsStatusMonitorStatus</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.VCS.VersionControl.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.VCS.VersionControl.html Thu Aug 12 16:43:33 2010 +0200 @@ -51,10 +51,10 @@ and the common methods. </p><h4>Signals</h4> <dl> -<dt>vcsStatusMonitorData(QStringList)</dt> +<dt>vcsStatusMonitorData(list of str)</dt> <dd> emitted to update the VCS status -</dd><dt>vcsStatusMonitorStatus(QString, QString)</dt> +</dd><dt>vcsStatusMonitorStatus(str, str)</dt> <dd> emitted to signal the status of the monitoring thread (ok, nok, op, off) and a status message @@ -64,7 +64,7 @@ QObject <h3>Class Attributes</h3> <table> -<tr><td>canBeAdded</td></tr><tr><td>canBeCommitted</td></tr> +<tr><td>canBeAdded</td></tr><tr><td>canBeCommitted</td></tr><tr><td>vcsStatusMonitorData</td></tr><tr><td>vcsStatusMonitorStatus</td></tr> </table> <h3>Methods</h3> <table>
--- a/Documentation/Source/eric5.ViewManager.ViewManager.html Thu Aug 12 16:11:13 2010 +0200 +++ b/Documentation/Source/eric5.ViewManager.ViewManager.html Thu Aug 12 16:43:33 2010 +0200 @@ -64,7 +64,7 @@ QLineEdit <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>escPressed</td></tr><tr><td>gotFocus</td></tr><tr><td>returnPressed</td></tr> </table> <h3>Methods</h3> <table> @@ -121,36 +121,36 @@ viewmanager classes and all common methods. </p><h4>Signals</h4> <dl> -<dt>bookmarkToggled(editor)</dt> +<dt>bookmarkToggled(Editor)</dt> <dd> emitted when a bookmark is toggled. -</dd><dt>breakpointToggled(editor)</dt> +</dd><dt>breakpointToggled(Editor)</dt> <dd> emitted when a breakpoint is toggled. -</dd><dt>checkActions(editor)</dt> +</dd><dt>checkActions(Editor)</dt> <dd> emitted when some actions should be checked for their status -</dd><dt>cursorChanged(editor)</dt> +</dd><dt>cursorChanged(Editor)</dt> <dd> emitted after the cursor position of the active window has changed -</dd><dt>editorClosed(string)</dt> +</dd><dt>editorClosed(str)</dt> <dd> emitted just before an editor window gets closed -</dd><dt>editorClosedEd(editor)</dt> +</dd><dt>editorClosedEd(Editor)</dt> <dd> emitted just before an editor window gets closed -</dd><dt>editorOpened(string)</dt> +</dd><dt>editorOpened(str)</dt> <dd> emitted after an editor window was opened -</dd><dt>editorOpenedEd(editor)</dt> +</dd><dt>editorOpenedEd(Editor)</dt> <dd> emitted after an editor window was opened -</dd><dt>editorSaved(string)</dt> +</dd><dt>editorSaved(str)</dt> <dd> emitted after an editor window was saved -</dd><dt>lastEditorClosed</dt> +</dd><dt>lastEditorClosed()</dt> <dd> emitted after the last editor window was closed </dd> @@ -159,7 +159,7 @@ QObject <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>bookmarkToggled</td></tr><tr><td>breakpointToggled</td></tr><tr><td>checkActions</td></tr><tr><td>cursorChanged</td></tr><tr><td>editorClosed</td></tr><tr><td>editorClosedEd</td></tr><tr><td>editorOpened</td></tr><tr><td>editorOpenedEd</td></tr><tr><td>editorSaved</td></tr><tr><td>lastEditorClosed</td></tr><tr><td>syntaxerrorToggled</td></tr> </table> <h3>Methods</h3> <table> @@ -245,6 +245,9 @@ <td><a href="#ViewManager.__editIndent">__editIndent</a></td> <td>Private method to handle the indent action.</td> </tr><tr> +<td><a href="#ViewManager.__editJoin">__editJoin</a></td> +<td>Private method to handle the join action.</td> +</tr><tr> <td><a href="#ViewManager.__editPaste">__editPaste</a></td> <td>Private method to handle the paste action.</td> </tr><tr> @@ -375,7 +378,7 @@ <td>Private method to handle the next warning action.</td> </tr><tr> <td><a href="#ViewManager.__openSourceFile">__openSourceFile</a></td> -<td>Private method to open a file from the list of rencently opened files.</td> +<td>Private method to open a file from the list of recently opened files.</td> </tr><tr> <td><a href="#ViewManager.__previousBookmark">__previousBookmark</a></td> <td>Private method to handle the previous bookmark action.</td> @@ -468,7 +471,7 @@ <td>Private method to handle the split view action.</td> </tr><tr> <td><a href="#ViewManager.__taskMarkersUpdated">__taskMarkersUpdated</a></td> -<td>Protected slot to handle the syntaxerrorToggled signal.</td> +<td>Protected slot to handle the taskMarkersUpdated signal.</td> </tr><tr> <td><a href="#ViewManager.__toggleAll">__toggleAll</a></td> <td>Private method to handle the toggle all folds action.</td> @@ -988,6 +991,11 @@ <b>__editIndent</b>(<i></i>) <p> Private method to handle the indent action. +</p><a NAME="ViewManager.__editJoin" ID="ViewManager.__editJoin"></a> +<h4>ViewManager.__editJoin</h4> +<b>__editJoin</b>(<i></i>) +<p> + Private method to handle the join action. </p><a NAME="ViewManager.__editPaste" ID="ViewManager.__editPaste"></a> <h4>ViewManager.__editPaste</h4> <b>__editPaste</b>(<i></i>) @@ -1225,7 +1233,7 @@ <h4>ViewManager.__openSourceFile</h4> <b>__openSourceFile</b>(<i>act</i>) <p> - Private method to open a file from the list of rencently opened files. + Private method to open a file from the list of recently opened files. </p><dl> <dt><i>act</i></dt> <dd> @@ -1420,9 +1428,7 @@ <h4>ViewManager.__taskMarkersUpdated</h4> <b>__taskMarkersUpdated</b>(<i>editor</i>) <p> - Protected slot to handle the syntaxerrorToggled signal. -</p><p> - It checks some syntax error actions and reemits the signal. + Protected slot to handle the taskMarkersUpdated signal. </p><dl> <dt><i>editor</i></dt> <dd> @@ -2253,22 +2259,25 @@ </dd> </dl><a NAME="ViewManager.openSourceFile" ID="ViewManager.openSourceFile"></a> <h4>ViewManager.openSourceFile</h4> -<b>openSourceFile</b>(<i>fn, lineno = None, filetype = "", selection = None</i>) +<b>openSourceFile</b>(<i>fn, lineno = None, filetype = "", selStart = 0, selEnd = 0</i>) <p> Public slot to display a file in an editor. </p><dl> <dt><i>fn</i></dt> <dd> -name of file to be opened +name of file to be opened (string) </dd><dt><i>lineno</i></dt> <dd> -line number to place the cursor at +line number to place the cursor at (integer) </dd><dt><i>filetype</i></dt> <dd> type of the source file (string) -</dd><dt><i>selection</i></dt> +</dd><dt><i>selStart</i></dt> <dd> -tuple (start, end) of an area to be selected +start of an area to be selected (integer) +</dd><dt><i>selEnd</i></dt> +<dd> +end of an area to be selected (integer) </dd> </dl><a NAME="ViewManager.preferencesChanged" ID="ViewManager.preferencesChanged"></a> <h4>ViewManager.preferencesChanged</h4>
--- a/Helpviewer/Bookmarks/BookmarksDialog.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Helpviewer/Bookmarks/BookmarksDialog.py Thu Aug 12 16:43:33 2010 +0200 @@ -24,9 +24,8 @@ """ Class implementing a dialog to manage bookmarks. - @signal openUrl(const QUrl&, const QString&) emitted to open a URL in the current - tab - @signal newUrl(const QUrl&, const QString&) emitted to open a URL in a new tab + @signal openUrl(QUrl, str) emitted to open a URL in the current tab + @signal newUrl(QUrl, str) emitted to open a URL in a new tab """ openUrl = pyqtSignal(QUrl, str) newUrl = pyqtSignal(QUrl, str)
--- a/Helpviewer/Bookmarks/BookmarksManager.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Helpviewer/Bookmarks/BookmarksManager.py Thu Aug 12 16:43:33 2010 +0200 @@ -85,10 +85,10 @@ """ Class implementing the bookmarks manager. - @signal entryAdded emitted after a bookmark node has been added - @signal entryRemoved emitted after a bookmark + @signal entryAdded(BookmarkNode) emitted after a bookmark node has been added + @signal entryRemoved(BookmarkNode, int, BookmarkNode) emitted after a bookmark node has been removed - @signal entryChanged emitted after a bookmark node has been changed + @signal entryChanged(BookmarkNode) emitted after a bookmark node has been changed """ entryAdded = pyqtSignal(BookmarkNode) entryRemoved = pyqtSignal(BookmarkNode, int, BookmarkNode)
--- a/Helpviewer/Bookmarks/BookmarksMenu.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Helpviewer/Bookmarks/BookmarksMenu.py Thu Aug 12 16:43:33 2010 +0200 @@ -21,9 +21,8 @@ """ Class implementing the bookmarks menu base class. - @signal openUrl(const QUrl&, const QString&) emitted to open a URL in the current - tab - @signal newUrl(const QUrl&, const QString&) emitted to open a URL in a new tab + @signal openUrl(QUrl, str) emitted to open a URL in the current tab + @signal newUrl(QUrl, str) emitted to open a URL in a new tab """ openUrl = pyqtSignal(QUrl, str) newUrl = pyqtSignal(QUrl, str)
--- a/Helpviewer/Bookmarks/BookmarksToolBar.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Helpviewer/Bookmarks/BookmarksToolBar.py Thu Aug 12 16:43:33 2010 +0200 @@ -22,9 +22,8 @@ """ Class implementing a tool bar showing bookmarks. - @signal openUrl(const QUrl&, const QString&) emitted to open a URL in the current - tab - @signal newUrl(const QUrl&, const QString&) emitted to open a URL in a new tab + @signal openUrl(QUrl, str) emitted to open a URL in the current tab + @signal newUrl(QUrl, str) emitted to open a URL in a new tab """ openUrl = pyqtSignal(QUrl, str) newUrl = pyqtSignal(QUrl, str)
--- a/Helpviewer/HelpBrowserWV.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Helpviewer/HelpBrowserWV.py Thu Aug 12 16:43:33 2010 +0200 @@ -289,11 +289,11 @@ This is a subclass of the Qt QWebView to implement an interface compatible with the QTextBrowser based variant. - @signal sourceChanged(const QUrl &) emitted after the current URL has changed + @signal sourceChanged(QUrl) emitted after the current URL has changed @signal forwardAvailable(bool) emitted after the current URL has changed @signal backwardAvailable(bool) emitted after the current URL has changed - @signal highlighted(const QString&) emitted, when the mouse hovers over a link - @signal search(const QUrl &) emitted, when a search is requested + @signal highlighted(str) emitted, when the mouse hovers over a link + @signal search(QUrl) emitted, when a search is requested """ sourceChanged = pyqtSignal(QUrl) forwardAvailable = pyqtSignal(bool)
--- a/Helpviewer/HelpDocsInstaller.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Helpviewer/HelpDocsInstaller.py Thu Aug 12 16:43:33 2010 +0200 @@ -19,7 +19,7 @@ Class implementing the worker thread populating and updating the QtHelp documentation database. - @signal errorMessage(const QString&) emitted, if an error occurred during + @signal errorMessage(str) emitted, if an error occurred during the installation of the documentation @signal docsInstalled(bool) emitted after the installation has finished """
--- a/Helpviewer/HelpIndexWidget.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Helpviewer/HelpIndexWidget.py Thu Aug 12 16:43:33 2010 +0200 @@ -16,7 +16,7 @@ """ Class implementing a window for showing the QtHelp index. - @signal linkActivated(const QUrl&) emitted when an index entry is activated + @signal linkActivated(QUrl) emitted when an index entry is activated @signal linksActivated(links, keyword) emitted when an index entry referencing multiple targets is activated @signal escapePressed() emitted when the ESC key was pressed
--- a/Helpviewer/HelpSearchWidget.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Helpviewer/HelpSearchWidget.py Thu Aug 12 16:43:33 2010 +0200 @@ -14,7 +14,7 @@ """ Class implementing a window for showing the QtHelp index. - @signal linkActivated(const QUrl&) emitted when a search result entry is activated + @signal linkActivated(QUrl) emitted when a search result entry is activated @signal escapePressed() emitted when the ESC key was pressed """ linkActivated = pyqtSignal(QUrl)
--- a/Helpviewer/HelpTocWidget.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Helpviewer/HelpTocWidget.py Thu Aug 12 16:43:33 2010 +0200 @@ -14,7 +14,7 @@ """ Class implementing a window for showing the QtHelp TOC. - @signal linkActivated(const QUrl&) emitted when a TOC entry is activated + @signal linkActivated(QUrl) emitted when a TOC entry is activated @signal escapePressed() emitted when the ESC key was pressed """ linkActivated = pyqtSignal(QUrl)
--- a/Helpviewer/HelpWebSearchWidget.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Helpviewer/HelpWebSearchWidget.py Thu Aug 12 16:43:33 2010 +0200 @@ -24,7 +24,7 @@ """ Class implementing a web search widget for the web browser. - @signal search(url) emitted when the search should be done + @signal search(QUrl) emitted when the search should be done """ search = pyqtSignal(QUrl)
--- a/Helpviewer/History/HistoryDialog.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Helpviewer/History/HistoryDialog.py Thu Aug 12 16:43:33 2010 +0200 @@ -23,9 +23,8 @@ """ Class implementing a dialog to manage history. - @signal openUrl(const QUrl&, const QString&) emitted to open a URL in the current - tab - @signal newUrl(const QUrl&, const QString&) emitted to open a URL in a new tab + @signal openUrl(QUrl, str) emitted to open a URL in the current tab + @signal newUrl(QUrl, str) emitted to open a URL in a new tab """ openUrl = pyqtSignal(QUrl, str) newUrl = pyqtSignal(QUrl, str)
--- a/Helpviewer/History/HistoryManager.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Helpviewer/History/HistoryManager.py Thu Aug 12 16:43:33 2010 +0200 @@ -78,8 +78,8 @@ @signal historyCleared() emitted after the history has been cleared @signal historyReset() emitted after the history has been reset - @signal entryAdded emitted after a history entry has been added - @signal entryRemoved emitted after a history entry has been removed + @signal entryAdded(HistoryEntry) emitted after a history entry has been added + @signal entryRemoved(HistoryEntry) emitted after a history entry has been removed @signal entryUpdated(int) emitted after a history entry has been updated """ historyCleared = pyqtSignal()
--- a/Helpviewer/History/HistoryMenu.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Helpviewer/History/HistoryMenu.py Thu Aug 12 16:43:33 2010 +0200 @@ -203,9 +203,8 @@ """ Class implementing the history menu. - @signal openUrl(const QUrl&, const QString&) emitted to open a URL in the current - tab - @signal newUrl(const QUrl&, const QString&) emitted to open a URL in a new tab + @signal openUrl(QUrl, str) emitted to open a URL in the current tab + @signal newUrl(QUrl, str) emitted to open a URL in a new tab """ openUrl = pyqtSignal(QUrl, str) newUrl = pyqtSignal(QUrl, str)
--- a/Helpviewer/Network/NetworkAccessManager.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Helpviewer/Network/NetworkAccessManager.py Thu Aug 12 16:43:33 2010 +0200 @@ -43,7 +43,7 @@ """ Class implementing a QNetworkAccessManager subclass. - @signal requestCreated(QNetworkAccessManager::Operation, const QNetworkRequest&, QNetworkReply*) + @signal requestCreated(QNetworkAccessManager.Operation, QNetworkRequest, QNetworkReply) emitted after the request has been created """ requestCreated = pyqtSignal(
--- a/Helpviewer/OpenSearch/OpenSearchEngine.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Helpviewer/OpenSearch/OpenSearchEngine.py Thu Aug 12 16:43:33 2010 +0200 @@ -23,7 +23,7 @@ Class implementing the open search engine. @signal imageChanged() emitted after the icon has been changed - @signal suggestions(const QStringList&) emitted after the suggestions have + @signal suggestions(list of strings) emitted after the suggestions have been received """ imageChanged = pyqtSignal()
--- a/IconEditor/IconEditorGrid.py Thu Aug 12 16:11:13 2010 +0200 +++ b/IconEditor/IconEditorGrid.py Thu Aug 12 16:43:33 2010 +0200 @@ -62,10 +62,10 @@ @signal canUndoChanged(bool) emitted after the undo status has changed @signal clipboardImageAvailable(bool) emitted to signal the availability of an image to be pasted - @signal colorChanged(const QColor&) emitted after the drawing color was changed + @signal colorChanged(QColor) emitted after the drawing color was changed @signal imageChanged(bool) emitted after the image was modified @signal positionChanged(int, int) emitted after the cursor poition was changed - @signal previewChanged(const QPixmap&) emitted to signal a new preview pixmap + @signal previewChanged(QPixmap) emitted to signal a new preview pixmap @signal selectionAvailable(bool) emitted to signal a change of the selection @signal sizeChanged(int, int) emitted after the size has been changed """
--- a/PluginManager/PluginRepositoryDialog.py Thu Aug 12 16:11:13 2010 +0200 +++ b/PluginManager/PluginRepositoryDialog.py Thu Aug 12 16:43:33 2010 +0200 @@ -42,7 +42,7 @@ """ Class implementing a dialog showing the available plugins. - @signal closeAndInstall emitted when the Close & Install button is pressed + @signal closeAndInstall() emitted when the Close & Install button is pressed """ closeAndInstall = pyqtSignal()
--- a/Plugins/ViewManagerPlugins/Listspace/Listspace.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Plugins/ViewManagerPlugins/Listspace/Listspace.py Thu Aug 12 16:43:33 2010 +0200 @@ -120,20 +120,20 @@ """ Class implementing the listspace viewmanager class. - @signal changeCaption(string) emitted if a change of the caption is necessary - @signal editorChanged(string) emitted when the current editor has changed + @signal changeCaption(str) emitted if a change of the caption is necessary + @signal editorChanged(str) emitted when the current editor has changed @signal lastEditorClosed() emitted after the last editor window was closed - @signal editorOpened(string) emitted after an editor window was opened - @signal editorOpenedEd(editor) emitted after an editor window was opened - @signal editorClosed(string) emitted just before an editor window gets closed - @signal editorClosedEd(editor) emitted just before an editor window gets closed - @signal editorSaved(string) emitted after an editor window was saved - @signal checkActions(editor) emitted when some actions should be checked + @signal editorOpened(str) emitted after an editor window was opened + @signal editorOpenedEd(Editor) emitted after an editor window was opened + @signal editorClosed(str) emitted just before an editor window gets closed + @signal editorClosedEd(Editor) emitted just before an editor window gets closed + @signal editorSaved(str) emitted after an editor window was saved + @signal checkActions(Editor) emitted when some actions should be checked for their status - @signal cursorChanged(editor) emitted after the cursor position of the active + @signal cursorChanged(Editor) emitted after the cursor position of the active window has changed - @signal breakpointToggled(editor) emitted when a breakpoint is toggled. - @signal bookmarkToggled(editor) emitted when a bookmark is toggled. + @signal breakpointToggled(Editor) emitted when a breakpoint is toggled. + @signal bookmarkToggled(Editor) emitted when a bookmark is toggled. """ changeCaption = pyqtSignal(str) editorChanged = pyqtSignal(str)
--- a/Plugins/ViewManagerPlugins/MdiArea/MdiArea.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Plugins/ViewManagerPlugins/MdiArea/MdiArea.py Thu Aug 12 16:43:33 2010 +0200 @@ -24,19 +24,19 @@ """ Class implementing the mdi area viewmanager class. - @signal editorChanged(string) emitted when the current editor has changed + @signal editorChanged(str) emitted when the current editor has changed @signal lastEditorClosed() emitted after the last editor window was closed - @signal editorOpened(string) emitted after an editor window was opened - @signal editorOpenedEd(editor) emitted after an editor window was opened - @signal editorClosed(string) emitted just before an editor window gets closed - @signal editorClosedEd(editor) emitted just before an editor window gets closed - @signal editorSaved(string) emitted after an editor window was saved - @signal checkActions(editor) emitted when some actions should be checked + @signal editorOpened(str) emitted after an editor window was opened + @signal editorOpenedEd(Editor) emitted after an editor window was opened + @signal editorClosed(str) emitted just before an editor window gets closed + @signal editorClosedEd(Editor) emitted just before an editor window gets closed + @signal editorSaved(str) emitted after an editor window was saved + @signal checkActions(Editor) emitted when some actions should be checked for their status - @signal cursorChanged(editor) emitted after the cursor position of the active + @signal cursorChanged(Editor) emitted after the cursor position of the active window has changed - @signal breakpointToggled(editor) emitted when a breakpoint is toggled. - @signal bookmarkToggled(editor) emitted when a bookmark is toggled. + @signal breakpointToggled(Editor) emitted when a breakpoint is toggled. + @signal bookmarkToggled(Editor) emitted when a bookmark is toggled. """ editorChanged = pyqtSignal(str)
--- a/Plugins/ViewManagerPlugins/Tabview/Tabview.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Plugins/ViewManagerPlugins/Tabview/Tabview.py Thu Aug 12 16:43:33 2010 +0200 @@ -613,20 +613,20 @@ """ Class implementing a tabbed viewmanager class embedded in a splitter. - @signal changeCaption(string) emitted if a change of the caption is necessary - @signal editorChanged(string) emitted when the current editor has changed + @signal changeCaption(str) emitted if a change of the caption is necessary + @signal editorChanged(str) emitted when the current editor has changed @signal lastEditorClosed() emitted after the last editor window was closed - @signal editorOpened(string) emitted after an editor window was opened - @signal editorOpenedEd(editor) emitted after an editor window was opened - @signal editorClosed(string) emitted just before an editor window gets closed - @signal editorClosedEd(editor) emitted just before an editor window gets closed - @signal editorSaved(string) emitted after an editor window was saved - @signal checkActions(editor) emitted when some actions should be checked + @signal editorOpened(str) emitted after an editor window was opened + @signal editorOpenedEd(Editor) emitted after an editor window was opened + @signal editorClosed(str) emitted just before an editor window gets closed + @signal editorClosedEd(Editor) emitted just before an editor window gets closed + @signal editorSaved(str) emitted after an editor window was saved + @signal checkActions(Editor) emitted when some actions should be checked for their status - @signal cursorChanged(editor) emitted after the cursor position of the active + @signal cursorChanged(Editor) emitted after the cursor position of the active window has changed - @signal breakpointToggled(editor) emitted when a breakpoint is toggled. - @signal bookmarkToggled(editor) emitted when a bookmark is toggled. + @signal breakpointToggled(Editor) emitted when a breakpoint is toggled. + @signal bookmarkToggled(Editor) emitted when a bookmark is toggled. """ changeCaption = pyqtSignal(str) editorChanged = pyqtSignal(str)
--- a/Preferences/ConfigurationDialog.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Preferences/ConfigurationDialog.py Thu Aug 12 16:43:33 2010 +0200 @@ -54,7 +54,7 @@ """ Class implementing a dialog for the configuration of eric5. - @signal preferencesChanged emitted after settings have been changed + @signal preferencesChanged() emitted after settings have been changed """ preferencesChanged = pyqtSignal() @@ -581,7 +581,7 @@ """ Class for the dialog variant. - @signal preferencesChanged emitted after settings have been changed + @signal preferencesChanged() emitted after settings have been changed """ preferencesChanged = pyqtSignal()
--- a/Project/Project.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Project/Project.py Thu Aug 12 16:43:33 2010 +0200 @@ -73,18 +73,18 @@ Class implementing the project management functionality. @signal dirty(int) emitted when the dirty state changes - @signal projectLanguageAdded(string) emitted after a new language was added - @signal projectLanguageAddedByCode(string) emitted after a new language was added. + @signal projectLanguageAdded(str) emitted after a new language was added + @signal projectLanguageAddedByCode(str) emitted after a new language was added. The language code is sent by this signal. - @signal projectFormAdded(string) emitted after a new form was added - @signal projectSourceAdded(string) emitted after a new source file was added - @signal projectInterfaceAdded(string) emitted after a new IDL file was added - @signal projectResourceAdded(string) emitted after a new resource file was added + @signal projectFormAdded(str) emitted after a new form was added + @signal projectSourceAdded(str) emitted after a new source file was added + @signal projectInterfaceAdded(str) emitted after a new IDL file was added + @signal projectResourceAdded(str) emitted after a new resource file was added @signal projectAboutToBeCreated() emitted just before the project will be created @signal newProjectHooks() emitted after a new project was generated but before the newProject() signal is sent @signal newProject() emitted after a new project was generated - @signal sourceFile(string) emitted after a project file was read to + @signal sourceFile(str) emitted after a project file was read to open the main script @signal projectOpenedHooks() emitted after a project file was read but before the projectOpened() signal is sent @@ -92,21 +92,21 @@ @signal projectClosedHooks() emitted after a project file was closed but before the projectClosed() signal is sent @signal projectClosed() emitted after a project was closed - @signal projectOthersAdded(string) emitted after a file or directory was added + @signal projectOthersAdded(str) emitted after a file or directory was added to the OTHERS project data area - @signal projectFileRenamed(string, string) emitted after a file of the project + @signal projectFileRenamed(str, str) emitted after a file of the project has been renamed @signal projectPropertiesChanged() emitted after the project properties were changed - @signal directoryRemoved(string) emitted after a directory has been removed from + @signal directoryRemoved(str) emitted after a directory has been removed from the project - @signal prepareRepopulateItem(string) emitted before an item of the model is + @signal prepareRepopulateItem(str) emitted before an item of the model is repopulated - @signal completeRepopulateItem(string) emitted after an item of the model was + @signal completeRepopulateItem(str) emitted after an item of the model was repopulated - @signal vcsStatusMonitorStatus(string, string) emitted to signal the status of the + @signal vcsStatusMonitorStatus(str, str) emitted to signal the status of the monitoring thread (ok, nok, op, off) and a status message @signal reinitVCS() emitted after the VCS has been reinitialized - @signal showMenu(string, QMenu) emitted when a menu is about to be shown. The name + @signal showMenu(str, QMenu) emitted when a menu is about to be shown. The name of the menu and a reference to the menu are given. @signal lexerAssociationsChanged() emitted after the lexer associations have been changed
--- a/Project/ProjectBrowserModel.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Project/ProjectBrowserModel.py Thu Aug 12 16:43:33 2010 +0200 @@ -205,7 +205,7 @@ """ Class implementing the project browser model. - @signal vcsStateChanged(string) emitted after the VCS state has changed + @signal vcsStateChanged(str) emitted after the VCS state has changed """ vcsStateChanged = pyqtSignal(str)
--- a/Project/ProjectFormsBrowser.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Project/ProjectFormsBrowser.py Thu Aug 12 16:43:33 2010 +0200 @@ -32,17 +32,17 @@ """ A class used to display the forms part of the project. - @signal appendStderr(string) emitted after something was received from + @signal appendStderr(str) emitted after something was received from a QProcess on stderr - @signal sourceFile(string) emitted to open a forms file in an editor - @signal uipreview(string) emitted to preview a forms file - @signal trpreview(string list) emitted to preview form files in the + @signal sourceFile(str) emitted to open a forms file in an editor + @signal uipreview(str) emitted to preview a forms file + @signal trpreview(list of str) emitted to preview form files in the translations previewer - @signal closeSourceWindow(string) emitted after a file has been removed/deleted + @signal closeSourceWindow(str) emitted after a file has been removed/deleted from the project - @signal showMenu(string, QMenu) emitted when a menu is about to be shown. The name + @signal showMenu(str, QMenu) emitted when a menu is about to be shown. The name of the menu and a reference to the menu are given. - @signal menusAboutToBeCreated emitted when the context menus are about to + @signal menusAboutToBeCreated() emitted when the context menus are about to be created. This is the right moment to add or remove hook methods. """ appendStderr = pyqtSignal(str)
--- a/Project/ProjectInterfacesBrowser.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Project/ProjectInterfacesBrowser.py Thu Aug 12 16:43:33 2010 +0200 @@ -31,14 +31,14 @@ """ A class used to display the interfaces (IDL) part of the project. - @signal sourceFile(string, int = 0) emitted to open a file - @signal closeSourceWindow(string) emitted after a file has been removed/deleted + @signal sourceFile(str, int = 0) emitted to open a file + @signal closeSourceWindow(str) emitted after a file has been removed/deleted from the project - @signal appendStdout(string) emitted after something was received from + @signal appendStdout(str) emitted after something was received from a QProcess on stdout - @signal appendStderr(string) emitted after something was received from + @signal appendStderr(str) emitted after something was received from a QProcess on stderr - @signal showMenu(string, QMenu) emitted when a menu is about to be shown. The name + @signal showMenu(str, QMenu) emitted when a menu is about to be shown. The name of the menu and a reference to the menu are given. """ closeSourceWindow = pyqtSignal(str)
--- a/Project/ProjectOthersBrowser.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Project/ProjectOthersBrowser.py Thu Aug 12 16:43:33 2010 +0200 @@ -24,13 +24,13 @@ """ A class used to display the parts of the project, that don't fit the other categories. - @signal sourceFile(string) emitted to open a file - @signal pixmapFile(string) emitted to open a pixmap file - @signal pixmapEditFile(string) emitted to edit a pixmap file - @signal svgFile(string) emitted to open a SVG file - @signal closeSourceWindow(string) emitted after a file has been removed/deleted + @signal sourceFile(str) emitted to open a file + @signal pixmapFile(str) emitted to open a pixmap file + @signal pixmapEditFile(str) emitted to edit a pixmap file + @signal svgFile(str) emitted to open a SVG file + @signal closeSourceWindow(str) emitted after a file has been removed/deleted from the project - @signal showMenu(string, QMenu) emitted when a menu is about to be shown. The name + @signal showMenu(str, QMenu) emitted when a menu is about to be shown. The name of the menu and a reference to the menu are given. """ sourceFile = pyqtSignal(str)
--- a/Project/ProjectResourcesBrowser.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Project/ProjectResourcesBrowser.py Thu Aug 12 16:43:33 2010 +0200 @@ -28,12 +28,12 @@ """ A class used to display the resources part of the project. - @signal appendStderr(string) emitted after something was received from + @signal appendStderr(str) emitted after something was received from a QProcess on stderr - @signal sourceFile(string) emitted to open a resources file in an editor - @signal closeSourceWindow(string) emitted after a file has been removed/deleted + @signal sourceFile(str) emitted to open a resources file in an editor + @signal closeSourceWindow(str) emitted after a file has been removed/deleted from the project - @signal showMenu(string, QMenu) emitted when a menu is about to be shown. The name + @signal showMenu(str, QMenu) emitted when a menu is about to be shown. The name of the menu and a reference to the menu are given. """ appendStderr = pyqtSignal(str)
--- a/Project/ProjectSourcesBrowser.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Project/ProjectSourcesBrowser.py Thu Aug 12 16:43:33 2010 +0200 @@ -37,9 +37,9 @@ """ A class used to display the Sources part of the project. - @signal closeSourceWindow(string) emitted after a file has been removed/deleted + @signal closeSourceWindow(str) emitted after a file has been removed/deleted from the project - @signal showMenu(string, QMenu) emitted when a menu is about to be shown. The name + @signal showMenu(str, QMenu) emitted when a menu is about to be shown. The name of the menu and a reference to the menu are given. """ closeSourceWindow = pyqtSignal(str)
--- a/Project/ProjectTranslationsBrowser.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Project/ProjectTranslationsBrowser.py Thu Aug 12 16:43:33 2010 +0200 @@ -28,18 +28,18 @@ """ A class used to display the translations part of the project. - @signal linguistFile(string) emitted to open a translation file with + @signal linguistFile(str) emitted to open a translation file with Qt-Linguist - @signal appendStdout(string) emitted after something was received from + @signal appendStdout(str) emitted after something was received from a QProcess on stdout - @signal appendStderr(string) emitted after something was received from + @signal appendStderr(str) emitted after something was received from a QProcess on stderr - @signal sourceFile(string) emitted to open a translation file in an editor - @signal closeSourceWindow(string) emitted after a file has been removed/deleted + @signal sourceFile(str) emitted to open a translation file in an editor + @signal closeSourceWindow(str) emitted after a file has been removed/deleted from the project - @signal trpreview(string list) emitted to preview translations in the + @signal trpreview(list of str, bool = False) emitted to preview translations in the translations previewer - @signal showMenu(string, QMenu) emitted when a menu is about to be shown. The name + @signal showMenu(str, QMenu) emitted when a menu is about to be shown. The name of the menu and a reference to the menu are given. """ sourceFile = pyqtSignal(str)
--- a/PyUnit/UnittestDialog.py Thu Aug 12 16:11:13 2010 +0200 +++ b/PyUnit/UnittestDialog.py Thu Aug 12 16:43:33 2010 +0200 @@ -33,7 +33,7 @@ """ Class implementing the UI to the pyunit package. - @signal unittestFile(string, int, int) emitted to show the source of a unittest file + @signal unittestFile(str, int, int) emitted to show the source of a unittest file """ unittestFile = pyqtSignal(str, int, int)
--- a/QScintilla/Editor.py Thu Aug 12 16:11:13 2010 +0200 +++ b/QScintilla/Editor.py Thu Aug 12 16:43:33 2010 +0200 @@ -48,34 +48,36 @@ """ Class implementing the editor component of the eric5 IDE. - @signal modificationStatusChanged(boolean, editor) emitted when the + @signal modificationStatusChanged(bool, QsciScintillaCompat) emitted when the modification status has changed - @signal undoAvailable(boolean) emitted to signal the undo availability - @signal redoAvailable(boolean) emitted to signal the redo availability - @signal cursorChanged(string, int, int) emitted when the cursor position + @signal undoAvailable(bool) emitted to signal the undo availability + @signal redoAvailable(bool) emitted to signal the redo availability + @signal cursorChanged(str, int, int) emitted when the cursor position was changed - @signal editorAboutToBeSaved(string) emitted before the editor is saved - @signal editorSaved(string) emitted after the editor has been saved - @signal editorRenamed(string) emitted after the editor got a new name + @signal editorAboutToBeSaved(str) emitted before the editor is saved + @signal editorSaved(str) emitted after the editor has been saved + @signal editorRenamed(str) emitted after the editor got a new name (i.e. after a 'Save As') - @signal captionChanged(string, editor) emitted when the caption is + @signal captionChanged(str, QsciScintillaCompat) emitted when the caption is updated. Typically due to a readOnly attribute change. - @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 was discovered + @signal breakpointToggled(QsciScintillaCompat) emitted when a breakpoint is toggled + @signal bookmarkToggled(QsciScintillaCompat) emitted when a bookmark is toggled + @signal syntaxerrorToggled(QsciScintillaCompat) emitted when a syntax error + was discovered @signal autoCompletionAPIsAvailable(bool) emitted after the autocompletion function has been configured - @signal coverageMarkersShown(boolean) emitted after the coverage markers have been + @signal coverageMarkersShown(bool) emitted after the coverage markers have been shown or cleared - @signal taskMarkersUpdated(editor) emitted when the task markers were updated - @signal showMenu(string, QMenu, editor) emitted when a menu is about to be shown. - The name of the menu, a reference to the menu and a reference to the - editor are given. - @signal languageChanged(string) emitted when the editors language was set. The + @signal taskMarkersUpdated(QsciScintillaCompat) emitted when the task markers + were updated + @signal showMenu(str, QMenu, QsciScintillaCompat) emitted when a menu is about + to be shown. The name of the menu, a reference to the menu and a reference + to the editor are given. + @signal languageChanged(str) emitted when the editors language was set. The language is passed as a parameter. - @signal eolChanged(string) emitted when the editors eol type was set. The eol string + @signal eolChanged(str) emitted when the editors eol type was set. The eol string is passed as a parameter. - @signal encodingChanged(string) emitted when the editors encoding was set. The + @signal encodingChanged(str) emitted when the editors encoding was set. The encoding name is passed as a parameter. """ modificationStatusChanged = pyqtSignal(bool, QsciScintillaCompat)
--- a/QScintilla/SearchReplaceWidget.py Thu Aug 12 16:11:13 2010 +0200 +++ b/QScintilla/SearchReplaceWidget.py Thu Aug 12 16:43:33 2010 +0200 @@ -25,7 +25,7 @@ """ Class implementing the search and replace widget. - @signal searchListChanged emitted to indicate a change of the search list + @signal searchListChanged() emitted to indicate a change of the search list """ searchListChanged = pyqtSignal()
--- a/SqlBrowser/SqlBrowserWidget.py Thu Aug 12 16:11:13 2010 +0200 +++ b/SqlBrowser/SqlBrowserWidget.py Thu Aug 12 16:43:33 2010 +0200 @@ -19,7 +19,7 @@ """ Class implementing the SQL Browser widget. - @signal statusMessage(string) emitted to show a status message + @signal statusMessage(str) emitted to show a status message """ statusMessage = pyqtSignal(str)
--- a/SqlBrowser/SqlConnectionWidget.py Thu Aug 12 16:11:13 2010 +0200 +++ b/SqlBrowser/SqlConnectionWidget.py Thu Aug 12 16:43:33 2010 +0200 @@ -15,8 +15,8 @@ """ Class implementing a widget showing the SQL connections. - @signal tableActivated(string) emitted after the entry for a table has been activated - @signal schemaRequested(string) emitted when the schema display is requested + @signal tableActivated(str) emitted after the entry for a table has been activated + @signal schemaRequested(str) emitted when the schema display is requested @signal cleared() emitted after the connection tree has been cleared """ tableActivated = pyqtSignal(str)
--- a/Tasks/TaskViewer.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Tasks/TaskViewer.py Thu Aug 12 16:43:33 2010 +0200 @@ -329,7 +329,7 @@ """ Class implementing the task viewer. - @signal displayFile(string, integer) emitted to go to a file task + @signal displayFile(str, int) emitted to go to a file task """ displayFile = pyqtSignal(str, int)
--- a/UI/Browser.py Thu Aug 12 16:11:13 2010 +0200 +++ b/UI/Browser.py Thu Aug 12 16:43:33 2010 +0200 @@ -32,16 +32,16 @@ is displayed by a right click the user can select various actions on the selected file. - @signal sourceFile(string, int, string) emitted to open a Python file at a line - @signal designerFile(string) emitted to open a Qt-Designer file - @signal linguistFile(string) emitted to open a Qt-Linguist (*.ts) file - @signal trpreview(string list) emitted to preview a Qt-Linguist (*.qm) file - @signal projectFile(string) emitted to open an eric4/5 project file - @signal multiProjectFile(string) emitted to open an eric4/5 multi project file - @signal pixmapFile(string) emitted to open a pixmap file - @signal pixmapEditFile(string) emitted to edit a pixmap file - @signal svgFile(string) emitted to open a SVG file - @signal unittestOpen(string) emitted to open a Python file for a unittest + @signal sourceFile(str, int = 0, str = "") emitted to open a Python file at a line + @signal designerFile(str) emitted to open a Qt-Designer file + @signal linguistFile(str) emitted to open a Qt-Linguist (*.ts) file + @signal trpreview(list of str) emitted to preview a Qt-Linguist (*.qm) file + @signal projectFile(str) emitted to open an eric4/5 project file + @signal multiProjectFile(str) emitted to open an eric4/5 multi project file + @signal pixmapFile(str) emitted to open a pixmap file + @signal pixmapEditFile(str) emitted to edit a pixmap file + @signal svgFile(str) emitted to open a SVG file + @signal unittestOpen(str) emitted to open a Python file for a unittest """ sourceFile = pyqtSignal((str, ), (str, int), (str, int, str)) designerFile = pyqtSignal(str)
--- a/UI/FindFileDialog.py Thu Aug 12 16:11:13 2010 +0200 +++ b/UI/FindFileDialog.py Thu Aug 12 16:43:33 2010 +0200 @@ -28,9 +28,8 @@ linenumber and the found text. The file will be opened upon a double click onto the respective entry of the list. - @signal sourceFile(string, int, string, (int, int)) emitted to open a - source file at a line - @signal designerFile(string) emitted to open a Qt-Designer file + @signal sourceFile(str, int, str, int, int) emitted to open a source file at a line + @signal designerFile(str) emitted to open a Qt-Designer file """ sourceFile = pyqtSignal(str, int, str, int, int) designerFile = pyqtSignal(str)
--- a/UI/FindFileNameDialog.py Thu Aug 12 16:11:13 2010 +0200 +++ b/UI/FindFileNameDialog.py Thu Aug 12 16:43:33 2010 +0200 @@ -28,8 +28,8 @@ filename and the pathname. The file will be opened upon a double click onto the respective entry of the list. - @signal sourceFile(string) emitted to open a file in the editor - @signal designerFile(string) emitted to open a Qt-Designer file + @signal sourceFile(str) emitted to open a file in the editor + @signal designerFile(str) emitted to open a Qt-Designer file """ sourceFile = pyqtSignal(str) designerFile = pyqtSignal(str)
--- a/VCS/StatusMonitorThread.py Thu Aug 12 16:11:13 2010 +0200 +++ b/VCS/StatusMonitorThread.py Thu Aug 12 16:43:33 2010 +0200 @@ -13,8 +13,8 @@ """ Class implementing the VCS status monitor thread base class. - @signal vcsStatusMonitorData(QStringList) emitted to update the VCS status - @signal vcsStatusMonitorStatus(QString, QString) emitted to signal the status of the + @signal vcsStatusMonitorData(list of str) emitted to update the VCS status + @signal vcsStatusMonitorStatus(str, str) emitted to signal the status of the monitoring thread (ok, nok, op) and a status message """ vcsStatusMonitorData = pyqtSignal(list)
--- a/VCS/VersionControl.py Thu Aug 12 16:11:13 2010 +0200 +++ b/VCS/VersionControl.py Thu Aug 12 16:43:33 2010 +0200 @@ -24,8 +24,8 @@ It defines the vcs interface to be implemented by subclasses and the common methods. - @signal vcsStatusMonitorData(QStringList) emitted to update the VCS status - @signal vcsStatusMonitorStatus(QString, QString) emitted to signal the status of the + @signal vcsStatusMonitorData(list of str) emitted to update the VCS status + @signal vcsStatusMonitorStatus(str, str) emitted to signal the status of the monitoring thread (ok, nok, op, off) and a status message """ vcsStatusMonitorData = pyqtSignal(list)
--- a/ViewManager/ViewManager.py Thu Aug 12 16:11:13 2010 +0200 +++ b/ViewManager/ViewManager.py Thu Aug 12 16:43:33 2010 +0200 @@ -97,17 +97,17 @@ viewmanager classes and all common methods. @signal lastEditorClosed() emitted after the last editor window was closed - @signal editorOpened(string) emitted after an editor window was opened - @signal editorOpenedEd(editor) emitted after an editor window was opened - @signal editorClosed(string) emitted just before an editor window gets closed - @signal editorClosedEd(editor) emitted just before an editor window gets closed - @signal editorSaved(string) emitted after an editor window was saved - @signal checkActions(editor) emitted when some actions should be checked + @signal editorOpened(str) emitted after an editor window was opened + @signal editorOpenedEd(Editor) emitted after an editor window was opened + @signal editorClosed(str) emitted just before an editor window gets closed + @signal editorClosedEd(Editor) emitted just before an editor window gets closed + @signal editorSaved(str) emitted after an editor window was saved + @signal checkActions(Editor) emitted when some actions should be checked for their status - @signal cursorChanged(editor) emitted after the cursor position of the active + @signal cursorChanged(Editor) emitted after the cursor position of the active window has changed - @signal breakpointToggled(editor) emitted when a breakpoint is toggled. - @signal bookmarkToggled(editor) emitted when a bookmark is toggled. + @signal breakpointToggled(Editor) emitted when a breakpoint is toggled. + @signal bookmarkToggled(Editor) emitted when a bookmark is toggled. """ lastEditorClosed = pyqtSignal() editorOpened = pyqtSignal(str)
--- a/changelog Thu Aug 12 16:11:13 2010 +0200 +++ b/changelog Thu Aug 12 16:43:33 2010 +0200 @@ -2,6 +2,7 @@ ---------- Version 5.1-snapshot-2010mmdd: - bug fixes +- converted all signal/slot code to use the new API - added action to copy the editor path to the clipboard to the tab context menu - added code to adjust the cursor flash time of the editor to the global settings - added code to show hidden files in the various browsers